Commits


code-style consistency


unboolification


sort include + whitespace fix


separate program-specific c99 bool and X11 True, False are X11-specific (int), make sure to use c99 stdbool for program-specific things.


Makefile: package all files with make dist


setfullscreen: don't process the property twice Some clients try to set _NET_WM_STATE_FULLSCREEN even when the window is already in fullscreen. For example, c->oldstate was set two times in a raw and window would then always be floating. We must check that it's not the case before processing it. (original patch modified with suggestion from Markus Teich <markus.teich@stusta.mhn.de>)


sync updated drw code from dmenu important: - drw_rect: didn't use w and h, change the dwm code accordingly. - drw_text: text is NULL is not allowed, use drw_rect().


dwm: use ecalloc, prevent theoretical overflow


cleanup, dont use c++ style comments - signal: print error string. - die: start message with lower-case (consistency). - bump version to 2015.


dwm: cleanup: free schemes and cursors as array


config.h: use common default font, pass Xft font name to dmenu dmenu uses Xft now (soon to be released).


config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs)


Add Xft and follback-fonts support to graphics lib


removed .hgtags, thanks Dimitris for spotting


applied Hiltjo's resize/move limitation "Limit the amount of updates when resizing or moving a window in floating mode to 60 times per second. This makes resizing and moving alot smoother and by limiting it it also uses alot less resources on my machine.


same as before with dwm.c as well


updated copyright notice in LICENSE file


applied Lukas' focus suggestion at startup, thanks


applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required


do not take our font declaration as default for st


applied Jochen's drw_text patch, thanks


applied Julian's enum approach, however renamed theme into scheme resp. Theme into ClrScheme


finished libsl/drw integration


include font argument for st by default


added st to SEE ALSO section