2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2017-09-07 09:54:25 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Follow a redirect.
|
2016-02-17 10:53:50 by Leonardo Taccari | Files touched by this commit (1) |
Log message:
Add -D_XOPEN_SOURCE=600 to CPPFLAGS in order to hopefully fix build issues on
SunOS:
#error "Compiler or options invalid for pre-UNIX 03 X/Open applications"
While here also delete not need NO_CONFIGURE and convert SUBST_STAGE to
pre-configure.
Thanks to jperkin@ (possible mistakes are mine).
|
2015-11-11 17:12:10 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
Update wm/dwm to 6.1.
Changes:
Features:
- Now uses Xft for font rendering by default with fallback-font
support, this also allows anti-aliased fonts and such.
The font string matching will be different, check out
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
for the font string syntax, huge thanks to Eric Pruitt and the other
people who worked on the dwm-xft patch (previously on the wiki).
- Uses a shared libdraw codebase (also used for dmenu right now).
- _NET_ACTIVE_WINDOW improvements (Andreas Amanns).
- _NET_CLIENT_LIST support (Andreas Amanns).
- Spawn dmenu on the selected monitor in dwm (dmenu -m option).
- Use st as default terminal from now on (used to be xterm).
Notable fixes:
- Barwin memory leak fix (Eckehard Berns).
- Drw_text width check fix (Jochen).
- Setfullscreen: don't process the property twice (Quentin Rameau,
Markus Teich).
- Smoother resizing of floating windows (capped at 60fps), (Hiltjo).
- Unfocus on slow sloppy monitor focus (Connor Lane Smith).
Build improvements:
- config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override
(ports and *BSDs).
|
2015-11-03 00:42:56 by Alistair G. Crooks | Files touched by this commit (90) |
Log message:
Add SHA512 digests for distfiles for wm category
Problems found with existing distfiles:
distfiles/fvwm-1.24r.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-08 14:42:26 by Aleksej Saushev | Files touched by this commit (87) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-02-02 22:50:18 by Aleksej Saushev | Files touched by this commit (2) |
Log message:
Update to dwm 6.0
From Bug Hunting in PR pkg/45737
Changes in the 6.0:
- several Xinerama fixes;
- a new approach to hide clients into negative space rather than positive;
- the return of the nmaster functionality (Mod1-i, Mod1-d);
- better EWHM support for floating windows;
- fixed sloppy focussing of empty screens;
- a new default color scheme (actually a new old one, now bluedark rather than
bluegray).
|
2011-08-07 22:58:40 by Guillaume Lasmayous | Files touched by this commit (3) |
Log message:
Update wm/dwm to 5.9
Per PR pkg/45218 from Bug Hunting.
I've been unable to find an upstream changelog.
many bugfixes as far as I can tell from
http://hg.suckless.org/dwm/log/dd74622a4785
|
2011-06-17 13:59:57 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update dwm to 5.8.2.
with minor two fixes.
PR#44987 by Bug Hunting
5.8.2 30 May 2010
Changes: Implemented better fullscreen handling.
5.8.1 29 May 2010 18:29
Changes: Yesterday's fullscreen fixes broke certain fullscreen capabilities
that worked correctly for mplayer and other tools. This is fixed in this
release.
5.8 28 May 2010 15:11
Changes: This release fixes several fullscreen application bugs and contains
various code cleanups.
|
2009-10-18 14:15:18 by Tobias Nygren | Files touched by this commit (2) | |
Log message:
Maintainer update to dwm-5.7.2.
5.7.2 changes:
o another fix for setlayout from Ryan Zheng
5.7.1 changes:
o fixes layout symbol updating mechanism during setlayout
5.7 changes:
o code cleanups and several minor improvements
o layout symbol can be modified by the arrange function of a layout
o new updategeom() algorithm rewritten from scratch
|