Mon, 18 Aug 2008 10:21:24 +0100 abc...
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:21:24 +0100] rev 1332
abc...
Mon, 18 Aug 2008 10:16:36 +0100 removed the i = textnw... as remarked by Martin Hurton
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:16:36 +0100] rev 1331
removed the i = textnw... as remarked by Martin Hurton
Mon, 18 Aug 2008 10:14:51 +0100 applied Martin Hurton's scan() patch with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:14:51 +0100] rev 1330
applied Martin Hurton's scan() patch with slight modifications
Mon, 18 Aug 2008 10:00:10 +0100 changed order of variables in drawtext
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:00:10 +0100] rev 1329
changed order of variables in drawtext
Mon, 18 Aug 2008 09:55:36 +0100 applied Martin Hurton's drawtext() patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:55:36 +0100] rev 1328
applied Martin Hurton's drawtext() patch
Mon, 18 Aug 2008 09:49:44 +0100 applied Martin Hurton's view() simplification, not checking arg
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:49:44 +0100] rev 1327
applied Martin Hurton's view() simplification, not checking arg
Mon, 18 Aug 2008 09:39:52 +0100 making a comment more explicit
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:39:52 +0100] rev 1326
making a comment more explicit
Mon, 18 Aug 2008 09:31:55 +0100 removed setlocale() stuff, not necessary if Xmb in use
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:31:55 +0100] rev 1325
removed setlocale() stuff, not necessary if Xmb in use
Mon, 18 Aug 2008 09:11:15 +0100 added a comment about FAQ regarding mfact meaning
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:11:15 +0100] rev 1324
added a comment about FAQ regarding mfact meaning
Mon, 18 Aug 2008 09:10:21 +0100 added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 09:10:21 +0100] rev 1323
added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
Mon, 18 Aug 2008 08:57:34 +0100 initialize trans with 0
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 08:57:34 +0100] rev 1322
initialize trans with 0
Thu, 14 Aug 2008 22:35:52 +0200 fix of XGetTransientForHint in manage()
Premysl Hruby <dfenze@gmail.com> [Thu, 14 Aug 2008 22:35:52 +0200] rev 1321
fix of XGetTransientForHint in manage()
Thu, 14 Aug 2008 12:36:49 +0200 applied cleanup from M. Hurton and S. Nagy
Premysl Hruby <dfenze@gmail.com> [Thu, 14 Aug 2008 12:36:49 +0200] rev 1320
applied cleanup from M. Hurton and S. Nagy
Tue, 12 Aug 2008 21:24:40 +0200 fixes using arg->i instead of arg->ui
Premysl Hruby <dfenze@gmail.com> [Tue, 12 Aug 2008 21:24:40 +0200] rev 1319
fixes using arg->i instead of arg->ui
Mon, 04 Aug 2008 17:39:36 +0100 applied Johannes Hofmann's patch, please test
anselm@anselm1 [Mon, 04 Aug 2008 17:39:36 +0100] rev 1318
applied Johannes Hofmann's patch, please test
Sat, 02 Aug 2008 19:12:15 +0100 made readin a config.h variable
Anselm R Garbe <garbeam@gmail.com> [Sat, 02 Aug 2008 19:12:15 +0100] rev 1317
made readin a config.h variable
Tue, 29 Jul 2008 19:19:00 +0100 Added tag 5.1 for changeset ce355cea9bb8
Anselm R Garbe <garbeam@gmail.com> [Tue, 29 Jul 2008 19:19:00 +0100] rev 1316
Added tag 5.1 for changeset ce355cea9bb8
Tue, 29 Jul 2008 11:32:22 +0100 forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways 5.1
Anselm R Garbe <garbeam@gmail.com> [Tue, 29 Jul 2008 11:32:22 +0100] rev 1315
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
Fri, 18 Jul 2008 20:18:45 +0100 potential crash fix if xinerama behaves broken, though I doubt it
Anselm R Garbe <garbeam@gmail.com> [Fri, 18 Jul 2008 20:18:45 +0100] rev 1314
potential crash fix if xinerama behaves broken, though I doubt it
Fri, 18 Jul 2008 10:57:32 +0200 make hg tip compilable with default config
Premysl Hruby <dfenze@gmail.com> [Fri, 18 Jul 2008 10:57:32 +0200] rev 1313
make hg tip compilable with default config
Wed, 16 Jul 2008 18:39:48 +0100 local use of xidx is useless, got rid of it, falling back to screen 0 if pointer query fails for whatever reason
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Jul 2008 18:39:48 +0100] rev 1312
local use of xidx is useless, got rid of it, falling back to screen 0 if pointer query fails for whatever reason
Wed, 16 Jul 2008 18:33:51 +0100 got rid of compile time xidx configuration, querying mouse pointer instead
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Jul 2008 18:33:51 +0100] rev 1311
got rid of compile time xidx configuration, querying mouse pointer instead
Wed, 16 Jul 2008 18:17:42 +0100 reverted uint redefinition
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Jul 2008 18:17:42 +0100] rev 1310
reverted uint redefinition
Sun, 13 Jul 2008 18:08:55 +0100 applied anydot's urgency hint patch, thanks!
anselm@aab [Sun, 13 Jul 2008 18:08:55 +0100] rev 1309
applied anydot's urgency hint patch, thanks!
Thu, 03 Jul 2008 17:05:56 +0100 renamed eprint die
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Jul 2008 17:05:56 +0100] rev 1308
renamed eprint die
Thu, 03 Jul 2008 10:58:35 +0100 simplified detach()
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Jul 2008 10:58:35 +0100] rev 1307
simplified detach()
Wed, 02 Jul 2008 11:54:36 +0100 removed aux* stuff from Client
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:54:36 +0100] rev 1306
removed aux* stuff from Client
Wed, 02 Jul 2008 11:19:02 +0100 removed useless comment
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:19:02 +0100] rev 1305
removed useless comment
Wed, 02 Jul 2008 11:06:46 +0100 minor fix to view()
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:06:46 +0100] rev 1304
minor fix to view()
Tue, 01 Jul 2008 19:26:17 +0100 applied Frederik Ternerot's grabbuttons patch with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Tue, 01 Jul 2008 19:26:17 +0100] rev 1303
applied Frederik Ternerot's grabbuttons patch with slight modifications
(0) -1000 -300 -100 -50 -30 +30 +50 +100 tip