ea8a4ca46aseveral changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
Anselm R Garbe
2008-10-19 12:59:18 +0100
4883a06221removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_m
Premysl Hruby
2008-10-15 18:08:24 +0200
4dea5324c0Added tag 5.2 for changeset e4bcaca8e6ef
Anselm R Garbe
2008-09-09 20:47:01 +0100
53cac17692using 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
Anselm R Garbe
2008-09-08 22:24:05 +0100
83abfc05ebapplied XGetWMNormalHints fix
Anselm R Garbe
2008-09-07 09:53:59 +0100
862b0d541dI prefer doing the check in showhide
Anselm R Garbe
2008-09-06 09:34:49 +0100
c1c6fdc5d8applied Donald Chai's showhide patch in slightly modified ways
Anselm R Garbe
2008-09-06 09:21:32 +0100
9a4d07d9deapplied Martin Hurton's checkotherwm simplification
Anselm R Garbe
2008-09-06 08:59:51 +0100
30410108ebapplied Peter Hartlichs aspect revert fix
Anselm R Garbe
2008-09-02 22:36:06 +0100
753e0e048eapplied Gottox' grabkey patch
Anselm R Garbe
2008-09-02 18:47:01 +0100
d15d4ba45aapplied yiyus tagbar patch
Anselm R Garbe
2008-09-01 22:18:50 +0100
addc52c948fixed
Anselm R Garbe
2008-08-29 11:29:42 +0100
26f41c9055checking result of XGetClassHint, removed some obsolete lines in initfont()
Anselm R Garbe
2008-08-29 10:13:47 +0100
73ec124ae9merged my changes
Anselm R Garbe
2008-08-27 15:03:35 +0100
ec11a3470cintroduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
Anselm R Garbe
2008-08-27 12:52:44 +0100
4b3b597da3WM_NAME is builtin atom
Premysl Hruby
2008-08-25 11:43:45 +0200
288cf78b18grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
Anselm R Garbe
2008-08-25 09:44:23 +0100
6411aa921breverted some resize() changes, reverted setlocale removal
Anselm R Garbe
2008-08-25 09:37:39 +0100
db5db8806fapplied Peter Hartlich's patch regarding aspect calculation with slight modifications
Anselm R Garbe
2008-08-23 09:54:55 +0100
258c338030removed artifact from wmii
Anselm R Garbe
2008-08-23 09:33:05 +0100
85da537856changed grabkeys, removed initmodmap
Anselm R Garbe
2008-08-23 09:31:28 +0100
2b4157eccdapplied Peter Hartlich's initmodmap patch
Anselm R Garbe
2008-08-23 09:26:11 +0100
0f26de991fapplied fix of toggletag by Jan Kaliszewski
Premysl Hruby
2008-08-22 15:26:30 +0200
840f937a98Martin Hurtons typo fix
Anselm R Garbe
2008-08-18 19:28:57 +0100
6975a7e31afixed error I did when applying Martin Hurton's drawtext patch
Anselm R Garbe
2008-08-18 19:23:03 +0100
47f63dce55applied Martin Hurtons resizemouse patch
Anselm R Garbe
2008-08-18 19:19:15 +0100
02a8ca95cfapplied Martin Hurton's movemouse() patch
Anselm R Garbe
2008-08-18 18:23:39 +0100
2ce50a9cadusing None instead of 0 for trans
Anselm R Garbe
2008-08-18 10:22:46 +0100
bfa5869da1abc...
Anselm R Garbe
2008-08-18 10:21:24 +0100
087a55f8d3removed the i = textnw... as remarked by Martin Hurton
Anselm R Garbe
2008-08-18 10:16:36 +0100
6d7285fd6eapplied Martin Hurton's scan() patch with slight modifications
Anselm R Garbe
2008-08-18 10:14:51 +0100
69c7b4b0bachanged order of variables in drawtext
Anselm R Garbe
2008-08-18 10:00:10 +0100
97699e5b1bapplied Martin Hurton's drawtext() patch
Anselm R Garbe
2008-08-18 09:55:36 +0100
2dc7f42fd7applied Martin Hurton's view() simplification, not checking arg
Anselm R Garbe
2008-08-18 09:49:44 +0100
9f3a5cb754making a comment more explicit
Anselm R Garbe
2008-08-18 09:39:52 +0100
b48fa3f101removed setlocale() stuff, not necessary if Xmb in use
Anselm R Garbe
2008-08-18 09:31:55 +0100