dwm.c
Mon, 18 Aug 2008 19:19:15 +0100 Anselm R Garbe applied Martin Hurtons resizemouse patch
Mon, 18 Aug 2008 18:23:39 +0100 Anselm R Garbe applied Martin Hurton's movemouse() patch
Mon, 18 Aug 2008 10:22:46 +0100 Anselm R Garbe using None instead of 0 for trans
Mon, 18 Aug 2008 10:21:24 +0100 Anselm R Garbe abc...
Mon, 18 Aug 2008 10:16:36 +0100 Anselm R Garbe removed the i = textnw... as remarked by Martin Hurton
Mon, 18 Aug 2008 10:14:51 +0100 Anselm R Garbe applied Martin Hurton's scan() patch with slight modifications
Mon, 18 Aug 2008 10:00:10 +0100 Anselm R Garbe changed order of variables in drawtext
Mon, 18 Aug 2008 09:55:36 +0100 Anselm R Garbe applied Martin Hurton's drawtext() patch
Mon, 18 Aug 2008 09:49:44 +0100 Anselm R Garbe applied Martin Hurton's view() simplification, not checking arg
Mon, 18 Aug 2008 09:39:52 +0100 Anselm R Garbe making a comment more explicit
Mon, 18 Aug 2008 09:31:55 +0100 Anselm R Garbe removed setlocale() stuff, not necessary if Xmb in use
Mon, 18 Aug 2008 09:10:21 +0100 Anselm R Garbe 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 Anselm R Garbe initialize trans with 0
Thu, 14 Aug 2008 22:35:52 +0200 Premysl Hruby fix of XGetTransientForHint in manage()
Thu, 14 Aug 2008 12:36:49 +0200 Premysl Hruby applied cleanup from M. Hurton and S. Nagy
Tue, 12 Aug 2008 21:24:40 +0200 Premysl Hruby fixes using arg->i instead of arg->ui
Mon, 04 Aug 2008 17:39:36 +0100 anselm applied Johannes Hofmann's patch, please test
Sat, 02 Aug 2008 19:12:15 +0100 Anselm R Garbe made readin a config.h variable
Tue, 29 Jul 2008 11:32:22 +0100 Anselm R Garbe forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways 5.1
Fri, 18 Jul 2008 20:18:45 +0100 Anselm R Garbe potential crash fix if xinerama behaves broken, though I doubt it
Wed, 16 Jul 2008 18:39:48 +0100 Anselm R Garbe 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 Anselm R Garbe got rid of compile time xidx configuration, querying mouse pointer instead
Wed, 16 Jul 2008 18:17:42 +0100 Anselm R Garbe reverted uint redefinition
Sun, 13 Jul 2008 18:08:55 +0100 anselm applied anydot's urgency hint patch, thanks!
Thu, 03 Jul 2008 17:05:56 +0100 Anselm R Garbe renamed eprint die
Thu, 03 Jul 2008 10:58:35 +0100 Anselm R Garbe simplified detach()
Wed, 02 Jul 2008 11:54:36 +0100 Anselm R Garbe removed aux* stuff from Client
Wed, 02 Jul 2008 11:06:46 +0100 Anselm R Garbe minor fix to view()
Tue, 01 Jul 2008 19:26:17 +0100 Anselm R Garbe applied Frederik Ternerot's grabbuttons patch with slight modifications
Mon, 30 Jun 2008 09:57:45 +0100 Anselm R Garbe locale update
Sun, 22 Jun 2008 09:33:49 +0100 Anselm R Garbe fix of monocle
Sun, 22 Jun 2008 09:29:35 +0100 Anselm R Garbe another merge
Sun, 22 Jun 2008 09:29:06 +0100 Anselm R Garbe does this fix anything?
Sat, 21 Jun 2008 13:49:43 +0100 Anselm R Garbe fixed Gottox' buttonpress/ClkTagBar code
Fri, 20 Jun 2008 16:52:07 +0100 Anselm R Garbe applied Gottox' ClkTagBar patch
Thu, 19 Jun 2008 14:58:19 +0100 Anselm R Garbe made arrange again like it was once
Thu, 19 Jun 2008 14:13:07 +0100 Anselm R Garbe fix
Thu, 19 Jun 2008 14:07:55 +0100 Anselm R Garbe use sel instead of seeking the list
Thu, 19 Jun 2008 14:01:40 +0100 Anselm R Garbe resize should apply if !banned
Thu, 19 Jun 2008 12:28:56 +0100 Anselm R Garbe applied Gottox patch
Thu, 19 Jun 2008 11:38:53 +0100 Anselm R Garbe untested monocle
Thu, 19 Jun 2008 09:11:11 +0100 Anselm R Garbe non-zero
Tue, 17 Jun 2008 11:19:17 +0100 Anselm R Garbe tiled layout resizehints should be respected by default
Tue, 17 Jun 2008 09:57:13 +0100 Anselm R Garbe restored y-coordinate fixing of client windows
Sun, 15 Jun 2008 10:52:57 +0100 Anselm R Garbe minor fixes towards 5.0
Sat, 14 Jun 2008 15:15:15 +0100 Anselm R Garbe removed explicit warp in movemouse
Sat, 14 Jun 2008 11:22:22 +0100 Anselm R Garbe removed the ButtonPressMask for root windows as well
Sat, 14 Jun 2008 11:21:50 +0100 Anselm R Garbe removed root window click handling
Sat, 14 Jun 2008 10:38:18 +0100 Anselm R Garbe removed font and color definitions
Thu, 12 Jun 2008 23:04:55 +0100 Anselm R Garbe fixed tag click handling, however ClkRootWin doesn't work for me
Thu, 12 Jun 2008 13:10:14 +0100 Anselm R Garbe some bugfixes of the patch application yesterday
Wed, 11 Jun 2008 20:41:28 +0100 Anselm R Garbe integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
Wed, 11 Jun 2008 19:55:07 +0100 Anselm R Garbe made Xinerama screen index customizable
Wed, 11 Jun 2008 19:47:20 +0100 Anselm R Garbe removed trailing spaces reported by Soleen
Wed, 11 Jun 2008 19:42:24 +0100 Anselm R Garbe crash fix
Wed, 11 Jun 2008 17:01:30 +0100 Anselm R Garbe made lt visible again in config.def.h
Wed, 11 Jun 2008 14:10:18 +0100 Anselm R Garbe added nsz' patch
Wed, 11 Jun 2008 13:20:17 +0100 Anselm R Garbe added SHCMD support for pipe-based commands due the new spawn() versio
Wed, 11 Jun 2008 10:26:57 +0100 Anselm R Garbe using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
Wed, 11 Jun 2008 10:25:02 +0100 Anselm R Garbe lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->v
less more (0) -100 -60 tip