dwm-meillo

log

age author description
Fri, 25 Aug 2006 15:12:32 +0200 Anselm R. Garbe removed a bunch of lines, made mode symbols configurable
Fri, 25 Aug 2006 15:06:38 +0200 Anselm R. Garbe changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()
Fri, 25 Aug 2006 14:46:01 +0200 Anselm R. Garbe small fix to separate client title from right-most tag
Fri, 25 Aug 2006 13:02:07 +0200 Anselm R. Garbe restored config.arg.h
Fri, 25 Aug 2006 12:59:45 +0200 Anselm R. Garbe new color stuff/new rendering stuff
Fri, 25 Aug 2006 07:54:49 +0200 Anselm R. Garbe back to 3 colors
Thu, 24 Aug 2006 12:07:10 +0200 Anselm R. Garbe fixed
Thu, 24 Aug 2006 12:04:56 +0200 Anselm R. Garbe 3->4 colors
Thu, 24 Aug 2006 10:28:50 +0200 Anselm R. Garbe Added tag 1.0 for changeset bbc98e77ae89a7c9232a5be0835f60ea00d8036e
Thu, 24 Aug 2006 10:25:05 +0200 Anselm R. Garbe prepared dwm-1.01.0
Thu, 24 Aug 2006 10:20:00 +0200 Anselm R. Garbe yet another fix
Thu, 24 Aug 2006 10:18:42 +0200 Anselm R. Garbe small man page fix
Thu, 24 Aug 2006 09:41:41 +0200 Anselm R. Garbe found less intrusive way
Thu, 24 Aug 2006 09:25:10 +0200 Anselm R. Garbe changing tag indicator through underline
Wed, 23 Aug 2006 19:05:03 +0200 Anselm R. Garbe black on light is really better, I notice this after all
Wed, 23 Aug 2006 18:50:46 +0200 Anselm R. Garbe updated man page
Wed, 23 Aug 2006 14:40:44 +0200 Anselm R. Garbe applied tag drawing change to man page
Wed, 23 Aug 2006 14:38:25 +0200 Anselm R. Garbe implemented right tag drawing in the status bar and titlebars
Wed, 23 Aug 2006 13:04:43 +0200 Anselm R. Garbe removed a blank line
Wed, 23 Aug 2006 12:28:39 +0200 Anselm R. Garbe eliminated sentinel warning
Wed, 23 Aug 2006 12:10:55 +0200 Anselm R. Garbe small fix of man page
Wed, 23 Aug 2006 12:08:37 +0200 Anselm R. Garbe implemented class:inst:title matching
Wed, 23 Aug 2006 12:03:25 +0200 Anselm R. Garbe applied zero_to_five patch
Wed, 23 Aug 2006 11:33:50 +0200 Anselm R. Garbe tags appear in the left again
Wed, 23 Aug 2006 10:21:57 +0200 Anselm R. Garbe separated setup stuff into main.c:setup() - this makes main() more readable
Tue, 22 Aug 2006 19:56:29 +0200 Anselm R. Garbe updated man page
Tue, 22 Aug 2006 19:55:20 +0200 Anselm R. Garbe titlebars contain tags in the right now
Tue, 22 Aug 2006 18:08:25 +0200 Anselm R. Garbe fixed default key bindings (indexes of tags were screwed up)
Tue, 22 Aug 2006 17:40:21 +0200 Anselm R. Garbe rearranged getproto
Tue, 22 Aug 2006 17:38:59 +0200 Anselm R. Garbe removed winprop (merged into getproto)
Tue, 22 Aug 2006 16:50:21 +0200 Anselm R. Garbe separated several functions into view.c
Tue, 22 Aug 2006 16:42:29 +0200 Anselm R. Garbe removed DEFTAG
Tue, 22 Aug 2006 16:06:11 +0200 Anselm R. Garbe removed badmalloc (thx for the pointer to Uriel)
Tue, 22 Aug 2006 10:06:11 +0200 Anselm R. Garbe rxvt is quite slow under OpenBSD
Tue, 22 Aug 2006 10:01:32 +0200 Anselm R. Garbe font fix
Tue, 22 Aug 2006 09:57:32 +0200 Anselm R. Garbe slight change of my config.h
Tue, 22 Aug 2006 09:49:48 +0200 Anselm R. Garbe fixed
Mon, 21 Aug 2006 17:35:37 +0200 arg windows which have set transient_for hint inherit the transient_for window tags now
Mon, 21 Aug 2006 17:41:09 +0200 arg after switching to OpenBSD again, I switched back to a saner color scheme
Mon, 21 Aug 2006 09:03:14 +0200 Anselm R.Garbe applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names
Mon, 21 Aug 2006 07:33:18 +0200 Anselm R.Garbe small renamings of two static functions
Mon, 21 Aug 2006 07:31:15 +0200 Anselm R.Garbe small changes to dwm.1, rearranged order within main event loop
Fri, 18 Aug 2006 13:40:34 +0200 Anselm R.Garbe applied Sanders patch
Fri, 18 Aug 2006 08:39:33 +0200 Anselm R.Garbe made a new client position strategy similiar to that one proposed by Sander, but which takes top bar into account
Thu, 17 Aug 2006 10:06:36 +0200 Anselm R.Garbe fixed a bug reported by sander
Thu, 17 Aug 2006 09:44:17 +0200 Anselm R.Garbe applied the shorter xprop command
Thu, 17 Aug 2006 09:37:43 +0200 Anselm R.Garbe centering apps only if transient_for is not(!) set
Thu, 17 Aug 2006 09:35:44 +0200 Anselm R.Garbe fixed issue Sander reported
Wed, 16 Aug 2006 19:25:29 +0200 Anselm R.Garbe corrected order of cleanup code
Wed, 16 Aug 2006 17:58:18 +0200 Anselm R.Garbe condition was insufficient
Wed, 16 Aug 2006 17:56:04 +0200 Anselm R.Garbe fixed issue reported by sander
Wed, 16 Aug 2006 15:57:36 +0200 Anselm R.Garbe added general centralization rule for new clients (works around various borken apps)
Wed, 16 Aug 2006 15:31:24 +0200 Anselm R.Garbe removed leading ;
Wed, 16 Aug 2006 15:00:14 +0200 Anselm R.Garbe added sample command to config.default.h to highlight how to query class:instance info with a one-liner of shell commands
Wed, 16 Aug 2006 12:36:32 +0200 Anselm R.Garbe applied another config.mk patch made by sander
Wed, 16 Aug 2006 09:31:41 +0200 Anselm R.Garbe we close stdin as well
Wed, 16 Aug 2006 09:05:58 +0200 Anselm R.Garbe simplified sort | uniq into sort -u (on my boxes all sort support -u)
Tue, 15 Aug 2006 16:54:54 +0200 Anselm R.Garbe fixing small bug in config.mk
Tue, 15 Aug 2006 10:45:14 +0200 Anselm R.Garbe adding forgetten whitespace
Tue, 15 Aug 2006 10:44:15 +0200 Anselm R.Garbe added gmane archive to dwm.html