dwm-meillo

log

age author description
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
Tue, 15 Aug 2006 10:25:30 +0200 Anselm R.Garbe Added tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6c
Tue, 15 Aug 2006 10:11:29 +0200 Anselm R.Garbe prepared dwm-0.90.9
Tue, 15 Aug 2006 09:37:12 +0200 Anselm R.Garbe extended cleanup
Tue, 15 Aug 2006 08:38:19 +0200 Anselm R.Garbe applied Sanders changes to config.arg.h
Tue, 15 Aug 2006 08:25:11 +0200 Anselm R.Garbe applied jk_to_tab patch
Tue, 15 Aug 2006 07:31:42 +0200 Anselm R.Garbe changed main event loop
Mon, 14 Aug 2006 19:18:02 +0200 Anselm R.Garbe removed NUMLOCKMASK, added dynamically calculated numlockmask instead