Commits


using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99


applied XGetWMNormalHints fix


I prefer doing the check in showhide


applied Donald Chai's showhide patch in slightly modified ways


applied Martin Hurton's checkotherwm simplification


applied Peter Hartlichs aspect revert fix


applied Gottox' grabkey patch


applied yiyus tagbar patch


merged merge


fixed


introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h


checking result of XGetClassHint, removed some obsolete lines in initfont()


grabbuttons() and grabkeys() are now independent from prior numlockmask initialization


merged my changes


reverted some resize() changes, reverted setlocale removal


WM_NAME is builtin atom


applied Peter Hartlich's patch regarding aspect calculation with slight modifications


removed artifact from wmii


changed grabkeys, removed initmodmap


applied Peter Hartlich's initmodmap patch


applied fix of toggletag by Jan Kaliszewski


Martin Hurtons typo fix


fixed error I did when applying Martin Hurton's drawtext patch


applied Martin Hurtons resizemouse patch


applied Martin Hurton's movemouse() patch