2008-08-27 merged my changes merge
Anselm R Garbe <garbeam@gmail.com> [Wed, 27 Aug 2008 15:03:35 +0100] rev 1347
merged my changes
2008-08-27 introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
Anselm R Garbe <garbeam@gmail.com> [Wed, 27 Aug 2008 12:52:44 +0100] rev 1346
introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
2008-08-25 WM_NAME is builtin atom
Premysl Hruby <dfenze@gmail.com> [Mon, 25 Aug 2008 11:43:45 +0200] rev 1345
WM_NAME is builtin atom
2008-08-25 grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
Anselm R Garbe <garbeam@gmail.com> [Mon, 25 Aug 2008 09:44:23 +0100] rev 1344
grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
2008-08-25 reverted some resize() changes, reverted setlocale removal
Anselm R Garbe <garbeam@gmail.com> [Mon, 25 Aug 2008 09:37:39 +0100] rev 1343
reverted some resize() changes, reverted setlocale removal
2008-08-23 applied Peter Hartlich's patch regarding aspect calculation with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:54:55 +0100] rev 1342
applied Peter Hartlich's patch regarding aspect calculation with slight modifications
2008-08-23 removed artifact from wmii
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:33:05 +0100] rev 1341
removed artifact from wmii
2008-08-23 changed grabkeys, removed initmodmap
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:31:28 +0100] rev 1340
changed grabkeys, removed initmodmap
2008-08-23 applied Peter Hartlich's initmodmap patch
Anselm R Garbe <garbeam@gmail.com> [Sat, 23 Aug 2008 09:26:11 +0100] rev 1339
applied Peter Hartlich's initmodmap patch
2008-08-22 applied fix of toggletag by Jan Kaliszewski
Premysl Hruby <dfenze@gmail.com> [Fri, 22 Aug 2008 15:26:30 +0200] rev 1338
applied fix of toggletag by Jan Kaliszewski
2008-08-18 Martin Hurtons typo fix
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 19:28:57 +0100] rev 1337
Martin Hurtons typo fix
2008-08-18 fixed error I did when applying Martin Hurton's drawtext patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 19:23:03 +0100] rev 1336
fixed error I did when applying Martin Hurton's drawtext patch
2008-08-18 applied Martin Hurtons resizemouse patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 19:19:15 +0100] rev 1335
applied Martin Hurtons resizemouse patch
2008-08-18 applied Martin Hurton's movemouse() patch
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 18:23:39 +0100] rev 1334
applied Martin Hurton's movemouse() patch
2008-08-18 using None instead of 0 for trans
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:22:46 +0100] rev 1333
using None instead of 0 for trans
2008-08-18 abc...
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 10:21:24 +0100] rev 1332
abc...
2008-08-18 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
2008-08-18 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
2008-08-18 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
2008-08-18 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
2008-08-18 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
2008-08-18 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
2008-08-18 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
2008-08-18 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
2008-08-18 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}
2008-08-18 initialize trans with 0
Anselm R Garbe <garbeam@gmail.com> [Mon, 18 Aug 2008 08:57:34 +0100] rev 1322
initialize trans with 0
2008-08-14 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()
2008-08-14 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
2008-08-12 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
2008-08-04 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
2008-08-02 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
2008-07-29 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
2008-07-29 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
2008-07-18 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
2008-07-18 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
2008-07-16 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
2008-07-16 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
2008-07-16 reverted uint redefinition
Anselm R Garbe <garbeam@gmail.com> [Wed, 16 Jul 2008 18:17:42 +0100] rev 1310
reverted uint redefinition
2008-07-13 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!
2008-07-03 renamed eprint die
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Jul 2008 17:05:56 +0100] rev 1308
renamed eprint die
2008-07-03 simplified detach()
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Jul 2008 10:58:35 +0100] rev 1307
simplified detach()
2008-07-02 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
2008-07-02 removed useless comment
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:19:02 +0100] rev 1305
removed useless comment
2008-07-02 minor fix to view()
Anselm R Garbe <garbeam@gmail.com> [Wed, 02 Jul 2008 11:06:46 +0100] rev 1304
minor fix to view()
2008-07-01 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
2008-06-30 locale update
Anselm R Garbe <garbeam@gmail.com> [Mon, 30 Jun 2008 09:57:45 +0100] rev 1302
locale update
2008-06-24 removed useless characters
Anselm R Garbe <garbeam@gmail.com> [Tue, 24 Jun 2008 12:40:48 +0100] rev 1301
removed useless characters
2008-06-23 applied James Turner's dwm.1 patch, thanks James!
Anselm R Garbe <garbeam@gmail.com> [Mon, 23 Jun 2008 08:59:19 +0100] rev 1300
applied James Turner's dwm.1 patch, thanks James!
2008-06-22 fix of monocle
Anselm R Garbe <garbeam@gmail.com> [Sun, 22 Jun 2008 09:33:49 +0100] rev 1299
fix of monocle
2008-06-22 another merge
Anselm R Garbe <garbeam@gmail.com> [Sun, 22 Jun 2008 09:29:35 +0100] rev 1298
another merge
2008-06-22 does this fix anything?
Anselm R Garbe <garbeam@gmail.com> [Sun, 22 Jun 2008 09:29:06 +0100] rev 1297
does this fix anything?
2008-06-21 fixed Gottox' buttonpress/ClkTagBar code
Anselm R Garbe <garbeam@gmail.com> [Sat, 21 Jun 2008 13:49:43 +0100] rev 1296
fixed Gottox' buttonpress/ClkTagBar code
2008-06-20 applied Gottox' ClkTagBar patch
Anselm R Garbe <garbeam@gmail.com> [Fri, 20 Jun 2008 16:52:07 +0100] rev 1295
applied Gottox' ClkTagBar patch
2008-06-19 made arrange again like it was once
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:58:19 +0100] rev 1294
made arrange again like it was once
2008-06-19 fix
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:13:07 +0100] rev 1293
fix
2008-06-19 use sel instead of seeking the list
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:07:55 +0100] rev 1292
use sel instead of seeking the list
2008-06-19 resize should apply if !banned
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 14:01:40 +0100] rev 1291
resize should apply if !banned
2008-06-19 applied Gottox patch
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 12:28:56 +0100] rev 1290
applied Gottox patch
2008-06-19 untested monocle
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 11:38:53 +0100] rev 1289
untested monocle
2008-06-19 non-zero
Anselm R Garbe <garbeam@gmail.com> [Thu, 19 Jun 2008 09:11:11 +0100] rev 1288
non-zero
2008-06-18 Added tag 5.0 for changeset 06eb9644e2da
Anselm R Garbe <garbeam@gmail.com> [Wed, 18 Jun 2008 18:22:54 +0100] rev 1287
Added tag 5.0 for changeset 06eb9644e2da
2008-06-17 branch merge 5.0
Anselm R Garbe <garbeam@gmail.com> [Tue, 17 Jun 2008 11:20:18 +0100] rev 1286
branch merge
2008-06-17 tiled layout resizehints should be respected by default
Anselm R Garbe <garbeam@gmail.com> [Tue, 17 Jun 2008 11:19:17 +0100] rev 1285
tiled layout resizehints should be respected by default
2008-06-17 restored y-coordinate fixing of client windows
Anselm R Garbe <garbeam@gmail.com> [Tue, 17 Jun 2008 09:57:13 +0100] rev 1284
restored y-coordinate fixing of client windows
2008-06-15 s/tags ref/tags mask/
arg@suckless.org [Sun, 15 Jun 2008 23:27:08 +0200] rev 1283
s/tags ref/tags mask/
2008-06-15 updated man page regarding Mod1-m
Anselm R Garbe <garbeam@gmail.com> [Sun, 15 Jun 2008 18:59:52 +0100] rev 1282
updated man page regarding Mod1-m
2008-06-15 minor fixes towards 5.0
Anselm R Garbe <garbeam@gmail.com> [Sun, 15 Jun 2008 10:52:57 +0100] rev 1281
minor fixes towards 5.0
2008-06-14 removed explicit warp in movemouse
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 15:15:15 +0100] rev 1280
removed explicit warp in movemouse
2008-06-14 removed scroll-wheel based focussing on window title clicks
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:25:42 +0100] rev 1279
removed scroll-wheel based focussing on window title clicks
2008-06-14 fix of swapped focusstack mouse buttons
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:23:16 +0100] rev 1278
fix of swapped focusstack mouse buttons
2008-06-14 removed the ButtonPressMask for root windows as well
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:22:22 +0100] rev 1277
removed the ButtonPressMask for root windows as well
2008-06-14 removed root window click handling
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 11:21:50 +0100] rev 1276
removed root window click handling
2008-06-14 removed font and color definitions
Anselm R Garbe <garbeam@gmail.com> [Sat, 14 Jun 2008 10:38:18 +0100] rev 1275
removed font and color definitions
2008-06-13 minor fix
Anselm R Garbe <garbeam@gmail.com> [Fri, 13 Jun 2008 17:37:43 +0100] rev 1274
minor fix
2008-06-12 fixed tag click handling, however ClkRootWin doesn't work for me
Anselm R Garbe <garbeam@gmail.com> [Thu, 12 Jun 2008 23:04:55 +0100] rev 1273
fixed tag click handling, however ClkRootWin doesn't work for me
2008-06-12 update
Anselm R Garbe <garbeam@gmail.com> [Thu, 12 Jun 2008 16:37:03 +0100] rev 1272
update
2008-06-12 some bugfixes of the patch application yesterday
Anselm R Garbe <garbeam@gmail.com> [Thu, 12 Jun 2008 13:10:14 +0100] rev 1271
some bugfixes of the patch application yesterday
2008-06-11 integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 20:41:28 +0100] rev 1270
integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
2008-06-11 made Xinerama screen index customizable
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 19:55:07 +0100] rev 1269
made Xinerama screen index customizable
2008-06-11 removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 19:47:20 +0100] rev 1268
removed trailing spaces reported by Soleen
2008-06-11 crash fix
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 19:42:24 +0100] rev 1267
crash fix
2008-06-11 made lt visible again in config.def.h
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 17:01:30 +0100] rev 1266
made lt visible again in config.def.h
2008-06-11 added nsz' patch
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 14:10:18 +0100] rev 1265
added nsz' patch
2008-06-11 added SHCMD support for pipe-based commands due the new spawn() versio
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 13:20:17 +0100] rev 1264
added SHCMD support for pipe-based commands due the new spawn() versio
2008-06-11 using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 10:26:57 +0100] rev 1263
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
2008-06-11 lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->v
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 10:25:02 +0100] rev 1262
lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->v
2008-06-11 integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayout
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 09:34:00 +0100] rev 1261
integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayout
2008-06-11 applied anydot's patchset.diff
Anselm R Garbe <garbeam@gmail.com> [Wed, 11 Jun 2008 09:12:06 +0100] rev 1260
applied anydot's patchset.diff
2008-06-09 final version -- Gottox verified it using the test driver
arg@suckless.org [Mon, 09 Jun 2008 11:24:33 +0200] rev 1259
final version -- Gottox verified it using the test driver
2008-06-09 revert of introduced problem
arg@suckless.org [Mon, 09 Jun 2008 11:05:20 +0200] rev 1258
revert of introduced problem
2008-06-09 applied nsz' textnw patch thank you
arg@suckless.org [Mon, 09 Jun 2008 10:26:01 +0200] rev 1257
applied nsz' textnw patch thank you
2008-06-09 updated the for-loop with Gottox' proposal
arg@suckless.org [Mon, 09 Jun 2008 10:05:40 +0200] rev 1256
updated the for-loop with Gottox' proposal
2008-06-06 minor change
arg@suckless.org [Fri, 06 Jun 2008 11:49:31 +0200] rev 1255
minor change
2008-06-04 applied nsz's patches (many thanks!)
arg@suckless.org [Wed, 04 Jun 2008 11:49:46 +0200] rev 1254
applied nsz's patches (many thanks!)
2008-06-02 small change to drawtext
arg@suckless.org [Mon, 02 Jun 2008 12:19:02 +0200] rev 1253
small change to drawtext
2008-06-01 fixed the tile() issue with xpdf
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 17:51:22 +0100] rev 1252
fixed the tile() issue with xpdf
2008-06-01 using anydot's memcpy-approach in drawtext, however it still looks awkward to me
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 17:41:15 +0100] rev 1251
using anydot's memcpy-approach in drawtext, however it still looks awkward to me
2008-06-01 Gottox' drawtext simplification
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 11:58:19 +0100] rev 1250
Gottox' drawtext simplification
2008-06-01 applied noviewprev.diff, fix.diff and unusedflags.diff
Anselm R Garbe <garbeam@gmail.com> [Sun, 01 Jun 2008 10:54:02 +0100] rev 1249
applied noviewprev.diff, fix.diff and unusedflags.diff
2008-05-31 fix
Anselm R Garbe <garbeam@gmail.com> [Sat, 31 May 2008 17:37:13 +0100] rev 1248
fix
2008-05-31 lt->arrange in mfact
Anselm R Garbe <garbeam@gmail.com> [Sat, 31 May 2008 17:05:28 +0100] rev 1247
lt->arrange in mfact
2008-05-30 isfixed implies isfloating
Anselm R Garbe <garbeam@gmail.com> [Fri, 30 May 2008 23:03:03 +0100] rev 1246
isfixed implies isfloating
2008-05-29 applied nibbles fixes, slightly modified
Anselm R Garbe <garbeam@gmail.com> [Thu, 29 May 2008 18:42:53 +0100] rev 1245
applied nibbles fixes, slightly modified
2008-05-29 applied yiyus tip patch from tue
Anselm R Garbe <garbeam@gmail.com> [Thu, 29 May 2008 18:22:51 +0100] rev 1244
applied yiyus tip patch from tue
2008-05-28 core dump fix in cleanup
Anselm R Garbe <garbeam@gmail.com> [Wed, 28 May 2008 10:45:18 +0100] rev 1243
core dump fix in cleanup
2008-05-26 updated the initial comment to reflect the use of bit arrays
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 11:43:51 +0100] rev 1242
updated the initial comment to reflect the use of bit arrays
2008-05-26 slight changes
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 11:42:02 +0100] rev 1241
slight changes
2008-05-26 removed bx and bw, unnecessary
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 10:28:18 +0100] rev 1240
removed bx and bw, unnecessary
2008-05-26 renamed domax into ismax
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 10:13:51 +0100] rev 1239
renamed domax into ismax
2008-05-26 simplified tile()
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 10:10:33 +0100] rev 1238
simplified tile()
2008-05-26 removed Layout->updategeom, unnecessary
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 09:54:34 +0100] rev 1237
removed Layout->updategeom, unnecessary
2008-05-26 removed TEXTW
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 09:45:34 +0100] rev 1236
removed TEXTW
2008-05-26 applied yiyus domax patch with slight modifications
Anselm R Garbe <garbeam@gmail.com> [Mon, 26 May 2008 09:39:57 +0100] rev 1235
applied yiyus domax patch with slight modifications
2008-05-22 replaced isvisible with a macro
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 14:15:30 +0100] rev 1234
replaced isvisible with a macro
2008-05-22 removed emallocz
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 14:10:00 +0100] rev 1233
removed emallocz
2008-05-22 s/int/uint/ in config.h
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 14:02:31 +0100] rev 1232
s/int/uint/ in config.h
2008-05-22 removed debug output, sanitized tag limit check
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 13:35:45 +0100] rev 1231
removed debug output, sanitized tag limit check
2008-05-22 setmfact argument was wrong
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 12:00:50 +0100] rev 1230
setmfact argument was wrong
2008-05-22 Key.mod is uint, Client.[old]bw is int
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:50:18 +0100] rev 1229
Key.mod is uint, Client.[old]bw is int
2008-05-22 s/unsigned long/ulong/
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:16:23 +0100] rev 1228
s/unsigned long/ulong/
2008-05-22 s/nextunfloating/nexttiled/, changed zoom() behavior
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:12:22 +0100] rev 1227
s/nextunfloating/nexttiled/, changed zoom() behavior
2008-05-22 s/unsigned int/uint/
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:10:08 +0100] rev 1226
s/unsigned int/uint/
2008-05-22 s/void */const void */
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:08:07 +0100] rev 1225
s/void */const void */
2008-05-22 applied Gottox bitmask + void *arg patch
Anselm R Garbe <garbeam@gmail.com> [Thu, 22 May 2008 11:04:19 +0100] rev 1224
applied Gottox bitmask + void *arg patch
2008-05-19 some minor fixes
anselm@anselm1 [Mon, 19 May 2008 20:29:57 +0100] rev 1223
some minor fixes
2008-05-19 simplification
anselm@anselm1 [Mon, 19 May 2008 20:13:24 +0100] rev 1222
simplification
2008-05-19 reverted dist target in Makefile
anselm@anselm1 [Mon, 19 May 2008 20:08:31 +0100] rev 1221
reverted dist target in Makefile
2008-05-19 merged tile.c again into dwm.c
anselm@anselm1 [Mon, 19 May 2008 20:07:12 +0100] rev 1220
merged tile.c again into dwm.c
2008-05-19 take bar into account
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 17:27:30 +0100] rev 1219
take bar into account
2008-05-19 be more polite to clients which like to appear outside the window area, but still on the screen
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 17:23:49 +0100] rev 1218
be more polite to clients which like to appear outside the window area, but still on the screen
2008-05-19 fixed comment
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 15:36:45 +0100] rev 1217
fixed comment
2008-05-19 fix
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 15:09:16 +0100] rev 1216
fix
2008-05-19 make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 15:05:46 +0100] rev 1215
make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
2008-05-19 improving space usage if master is left of stack (default)
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 14:44:53 +0100] rev 1214
improving space usage if master is left of stack (default)
2008-05-19 only snap within window area
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 13:41:58 +0100] rev 1213
only snap within window area
2008-05-19 s/DEFGEOM/CUSTOMGEOM/
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 13:37:46 +0100] rev 1212
s/DEFGEOM/CUSTOMGEOM/
2008-05-19 update
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 13:32:43 +0100] rev 1211
update
2008-05-19 updatetilegeom should be fine for setmfact
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 12:42:26 +0100] rev 1210
updatetilegeom should be fine for setmfact
2008-05-19 recent changes, introduced togglebar, changed some defines into variable declarations where possible
Anselm R Garbe <garbeam@gmail.com> [Mon, 19 May 2008 12:34:54 +0100] rev 1209
recent changes, introduced togglebar, changed some defines into variable declarations where possible
2008-05-17 new stuff
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:51:12 +0100] rev 1208
new stuff
2008-05-17 removed the <M> togglelayout call
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:50:37 +0100] rev 1207
removed the <M> togglelayout call
2008-05-17 s/tilegeom/updatetilegeom/
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:48:04 +0100] rev 1206
s/tilegeom/updatetilegeom/
2008-05-17 removed monocle for now
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:46:06 +0100] rev 1205
removed monocle for now
2008-05-17 removed the exact focus mechanism of next/prev window
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:41:41 +0100] rev 1204
removed the exact focus mechanism of next/prev window
2008-05-17 moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:38:22 +0100] rev 1203
moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
2008-05-17 removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:23:05 +0100] rev 1202
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
2008-05-17 removed Layout->isfloating
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:17:18 +0100] rev 1201
removed Layout->isfloating
2008-05-17 removed reapply() -- unnecessary
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:06:41 +0100] rev 1200
removed reapply() -- unnecessary
2008-05-17 renamed setlayout into togglelayout
Anselm R Garbe <garbeam@gmail.com> [Sat, 17 May 2008 14:04:27 +0100] rev 1199
renamed setlayout into togglelayout
2008-05-15 removed temporary wildcard handling
Anselm R Garbe <garbeam@gmail.com> [Thu, 15 May 2008 10:51:37 +0100] rev 1198
removed temporary wildcard handling
2008-05-15 added wild-card handling for tags
Anselm R Garbe <garbeam@gmail.com> [Thu, 15 May 2008 10:47:26 +0100] rev 1197
added wild-card handling for tags
2008-05-14 applied nsz's another style patch
Anselm R Garbe <garbeam@gmail.com> [Wed, 14 May 2008 11:24:35 +0100] rev 1196
applied nsz's another style patch
2008-05-13 applied nsz's style.diff patch
Anselm R Garbe <garbeam@gmail.com> [Tue, 13 May 2008 14:33:02 +0100] rev 1195
applied nsz's style.diff patch
2008-05-13 just added a comment
Anselm R Garbe <garbeam@gmail.com> [Tue, 13 May 2008 11:27:20 +0100] rev 1194
just added a comment
2008-05-11 minor fixes
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:27:01 +0100] rev 1193
minor fixes
2008-05-11 having monocle on Mod1-m
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:25:24 +0100] rev 1192
having monocle on Mod1-m
2008-05-11 hotfix
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:22:20 +0100] rev 1191
hotfix
2008-05-11 removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 20:20:53 +0100] rev 1190
removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
2008-05-11 cleaned up config.def.h
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 14:54:45 +0100] rev 1189
cleaned up config.def.h
2008-05-11 implemented exact focus next, if arg != NULL to focus{next,prev}
Anselm R Garbe <garbeam@gmail.com> [Sun, 11 May 2008 14:40:37 +0100] rev 1188
implemented exact focus next, if arg != NULL to focus{next,prev}
2008-05-06 applied the proposal by nsz
Anselm R Garbe <garbeam@gmail.com> [Tue, 06 May 2008 15:52:44 +0100] rev 1187
applied the proposal by nsz
2008-05-06 applied JUCE patch
Anselm R Garbe <garbeam@gmail.com> [Tue, 06 May 2008 15:13:36 +0100] rev 1186
applied JUCE patch
2008-04-27 simplification of view() as proposed by anydot
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:36:11 +0100] rev 1185
simplification of view() as proposed by anydot
2008-04-27 applied yiyus tagset patch
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:33:31 +0100] rev 1184
applied yiyus tagset patch
2008-04-27 applied yiyus fgeom patch
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:22:52 +0100] rev 1183
applied yiyus fgeom patch
2008-04-27 applied dfenze drawtext simplifications
Anselm R Garbe <garbeam@gmail.com> [Sun, 27 Apr 2008 18:00:45 +0100] rev 1182
applied dfenze drawtext simplifications
2008-04-20 this is the correct way
anselm@anselm1 [Sun, 20 Apr 2008 19:09:30 +0100] rev 1181
this is the correct way
2008-04-20 copyright notice is in LICENSE
anselm@anselm1 [Sun, 20 Apr 2008 19:09:00 +0100] rev 1180
copyright notice is in LICENSE
2008-04-20 applied Ph's seltags-simplification with some modifications
anselm@anselm1 [Sun, 20 Apr 2008 18:35:11 +0100] rev 1179
applied Ph's seltags-simplification with some modifications
2008-04-20 applied Ph's MIN/MAX patch, nice work!
anselm@anselm1 [Sun, 20 Apr 2008 18:28:21 +0100] rev 1178
applied Ph's MIN/MAX patch, nice work!
2008-04-20 applied Ph's patch regarding geom and lt initialization
anselm@anselm1 [Sun, 20 Apr 2008 18:23:59 +0100] rev 1177
applied Ph's patch regarding geom and lt initialization
2008-04-20 applied Gottox' applyrules() fix
anselm@anselm1 [Sun, 20 Apr 2008 18:17:33 +0100] rev 1176
applied Gottox' applyrules() fix
2008-04-08 geometry fix proposed by Jukka
Anselm R Garbe <garbeam@gmail.com> [Tue, 08 Apr 2008 11:49:35 +0100] rev 1175
geometry fix proposed by Jukka
2008-04-07 applied applyrules-fix by Jukka, thank you Jukka!
Anselm R Garbe <garbeam@gmail.com> [Mon, 07 Apr 2008 09:05:41 +0100] rev 1174
applied applyrules-fix by Jukka, thank you Jukka!
2008-04-05 fix
Anselm R Garbe <garbeam@gmail.com> [Sat, 05 Apr 2008 19:04:53 +0100] rev 1173
fix
2008-04-05 applied the proposed monocle patch from the mailinglist
Anselm R Garbe <garbeam@gmail.com> [Sat, 05 Apr 2008 18:23:31 +0100] rev 1172
applied the proposed monocle patch from the mailinglist
2008-04-04 next version is 5.0
Anselm R Garbe <garbeam@gmail.com> [Fri, 04 Apr 2008 11:15:37 +0100] rev 1171
next version is 5.0
2008-04-03 Added tag 4.9 for changeset 22c669b2dd36
anselm@anselm1 [Thu, 03 Apr 2008 21:57:32 +0100] rev 1170
Added tag 4.9 for changeset 22c669b2dd36
2008-04-03 yet another cleanup 4.9
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Apr 2008 14:39:19 +0100] rev 1169
yet another cleanup
2008-04-03 some cleanup changes
Anselm R Garbe <garbeam@gmail.com> [Thu, 03 Apr 2008 14:38:58 +0100] rev 1168
some cleanup changes
2008-04-02 uncommented dual layout in preparation of dwm 4.9
anselm@anselm1 [Wed, 02 Apr 2008 22:18:09 +0100] rev 1167
uncommented dual layout in preparation of dwm 4.9
2008-04-02 applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
anselm@anselm1 [Wed, 02 Apr 2008 22:10:55 +0100] rev 1166
applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
2008-04-01 aspects hints seem broken for fullscreen apps
Anselm R Garbe <garbeam@gmail.com> [Tue, 01 Apr 2008 15:46:00 +0100] rev 1165
aspects hints seem broken for fullscreen apps
2008-03-31 removed uneccessary line
Anselm R Garbe <garbeam@gmail.com> [Mon, 31 Mar 2008 10:09:48 +0100] rev 1164
removed uneccessary line
2008-03-25 bugfix
Anselm R Garbe <garbeam@gmail.com> [Tue, 25 Mar 2008 09:41:14 +0000] rev 1163
bugfix
2008-03-24 setmfact should not have any effect if in floating layout
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 14:31:02 +0000] rev 1162
setmfact should not have any effect if in floating layout
2008-03-24 minor fix
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 14:24:57 +0000] rev 1161
minor fix
2008-03-24 revival of mfact and setmfact
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 14:23:28 +0000] rev 1160
revival of mfact and setmfact
2008-03-24 setlayout and setgeom are now togglable again
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 13:49:19 +0000] rev 1159
setlayout and setgeom are now togglable again
2008-03-24 geom indicator and layout indicator is only displayed if there are several geoms/layouts
Anselm R Garbe <garbeam@gmail.com> [Mon, 24 Mar 2008 13:33:32 +0000] rev 1158
geom indicator and layout indicator is only displayed if there are several geoms/layouts
2008-03-22 hotfix of idxoftag
anselm@anselm1 [Sat, 22 Mar 2008 16:53:37 +0000] rev 1157
hotfix of idxoftag
2008-03-22 blw/bgw calculation bugfix
anselm@anselm1 [Sat, 22 Mar 2008 12:47:12 +0000] rev 1156
blw/bgw calculation bugfix
2008-03-19 updated configurenotify
Anselm R Garbe <garbeam@gmail.com> [Wed, 19 Mar 2008 09:27:17 +0000] rev 1155
updated configurenotify
2008-03-17 minor bugfix in applyrules
anselm@anselm1 [Mon, 17 Mar 2008 23:45:46 +0000] rev 1154
minor bugfix in applyrules
2008-03-17 added sample of {grow,shrink}master to config.def.h
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 17:33:25 +0000] rev 1153
added sample of {grow,shrink}master to config.def.h
2008-03-17 renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 16:29:50 +0000] rev 1152
renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
2008-03-17 geoms are now drawed in the status bar
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 16:26:06 +0000] rev 1151
geoms are now drawed in the status bar
2008-03-17 removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
Anselm R Garbe <garbeam@gmail.com> [Mon, 17 Mar 2008 14:56:11 +0000] rev 1150
removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
2008-03-15 made the string-based setgeom working
Anselm R Garbe <garbeam@gmail.com> [Sat, 15 Mar 2008 14:17:42 +0000] rev 1149
made the string-based setgeom working
2008-03-14 some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
Anselm R Garbe <garbeam@gmail.com> [Fri, 14 Mar 2008 17:17:08 +0000] rev 1148
some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
2008-03-14 some changes towards 4.9
Anselm R Garbe <garbeam@gmail.com> [Fri, 14 Mar 2008 14:35:45 +0000] rev 1147
some changes towards 4.9
2008-03-13 Added tag 4.8 for changeset 607015ddb091
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 16:56:11 +0000] rev 1146
Added tag 4.8 for changeset 607015ddb091
2008-03-13 removed the comment again 4.8
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 16:30:29 +0000] rev 1145
removed the comment again
2008-03-13 some polishing in tileh/tilev
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 13:59:40 +0000] rev 1144
some polishing in tileh/tilev
2008-03-13 minor bugfix
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 13:01:42 +0000] rev 1143
minor bugfix
2008-03-13 added a new comment
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 12:47:41 +0000] rev 1142
added a new comment
2008-03-13 some cleanup
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 12:45:30 +0000] rev 1141
some cleanup
2008-03-13 updated my geoms function
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 10:25:50 +0000] rev 1140
updated my geoms function
2008-03-13 update
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 10:24:02 +0000] rev 1139
update
2008-03-13 set layout already here
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 10:22:10 +0000] rev 1138
set layout already here
2008-03-13 well I use a different default tile
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 10:21:03 +0000] rev 1137
well I use a different default tile
2008-03-13 added updatebarpos()
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 10:19:05 +0000] rev 1136
added updatebarpos()
2008-03-13 removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
Anselm R Garbe <garbeam@gmail.com> [Thu, 13 Mar 2008 10:11:02 +0000] rev 1135
removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
2008-03-12 some polishing
Anselm R Garbe <garbeam@gmail.com> [Wed, 12 Mar 2008 16:04:06 +0000] rev 1134
some polishing
2008-03-12 updated dwm(1)
Anselm R Garbe <garbeam@gmail.com> [Wed, 12 Mar 2008 15:34:36 +0000] rev 1133
updated dwm(1)
2008-03-11 added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variables
anselm@anselm1 [Tue, 11 Mar 2008 21:52:10 +0000] rev 1132
added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variables
2008-03-06 changed config.def.h
Anselm R Garbe <garbeam@gmail.com> [Thu, 06 Mar 2008 19:22:00 +0000] rev 1131
changed config.def.h
2008-03-06 new stuff
Anselm R Garbe <garbeam@gmail.com> [Thu, 06 Mar 2008 19:20:14 +0000] rev 1130
new stuff
2008-03-06 implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
Anselm R Garbe <garbeam@gmail.com> [Thu, 06 Mar 2008 18:53:15 +0000] rev 1129
implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
2008-03-06 allow for vstack
Anselm R Garbe <garbeam@gmail.com> [Thu, 06 Mar 2008 11:56:43 +0000] rev 1128
allow for vstack
2008-03-06 added some comments what the TODOs are for 4.8
Anselm R Garbe <garbeam@gmail.com> [Thu, 06 Mar 2008 11:56:00 +0000] rev 1127
added some comments what the TODOs are for 4.8
2008-03-05 changed config.def.h
Anselm R Garbe <garbeam@gmail.com> [Wed, 05 Mar 2008 21:14:57 +0000] rev 1126
changed config.def.h
2008-03-05 integrated the new -x -y -w toggles of dmenu into my setup
Anselm R Garbe <garbeam@gmail.com> [Wed, 05 Mar 2008 19:03:45 +0000] rev 1125
integrated the new -x -y -w toggles of dmenu into my setup
2008-03-05 removed some more useless clunk
Anselm R Garbe <garbeam@gmail.com> [Wed, 05 Mar 2008 18:48:33 +0000] rev 1124
removed some more useless clunk
(0) -1000 -224 tip