JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
dwm.git
18 years agosmall fix of man page
Anselm R. Garbe [Wed, 23 Aug 2006 10:10:55 +0000 (12:10 +0200)]
small fix of man page

18 years agoimplemented class:inst:title matching
Anselm R. Garbe [Wed, 23 Aug 2006 10:08:37 +0000 (12:08 +0200)]
implemented class:inst:title matching

18 years agoapplied zero_to_five patch
Anselm R. Garbe [Wed, 23 Aug 2006 10:03:25 +0000 (12:03 +0200)]
applied zero_to_five patch

18 years agotags appear in the left again
Anselm R. Garbe [Wed, 23 Aug 2006 09:33:50 +0000 (11:33 +0200)]
tags appear in the left again

18 years agoseparated setup stuff into main.c:setup() - this makes main() more readable
Anselm R. Garbe [Wed, 23 Aug 2006 08:21:57 +0000 (10:21 +0200)]
separated setup stuff into main.c:setup() - this makes main() more readable

18 years agoupdated man page
Anselm R. Garbe [Tue, 22 Aug 2006 17:56:29 +0000 (19:56 +0200)]
updated man page

18 years agotitlebars contain tags in the right now
Anselm R. Garbe [Tue, 22 Aug 2006 17:55:20 +0000 (19:55 +0200)]
titlebars contain tags in the right now

18 years agofixed default key bindings (indexes of tags were screwed up)
Anselm R. Garbe [Tue, 22 Aug 2006 16:08:25 +0000 (18:08 +0200)]
fixed default key bindings (indexes of tags were screwed up)

18 years agorearranged getproto
Anselm R. Garbe [Tue, 22 Aug 2006 15:40:21 +0000 (17:40 +0200)]
rearranged getproto

18 years agoremoved winprop (merged into getproto)
Anselm R. Garbe [Tue, 22 Aug 2006 15:38:59 +0000 (17:38 +0200)]
removed winprop (merged into getproto)

18 years agoseparated several functions into view.c
Anselm R. Garbe [Tue, 22 Aug 2006 14:50:21 +0000 (16:50 +0200)]
separated several functions into view.c

18 years agoremoved DEFTAG
Anselm R. Garbe [Tue, 22 Aug 2006 14:42:29 +0000 (16:42 +0200)]
removed DEFTAG

18 years agoremoved badmalloc (thx for the pointer to Uriel)
Anselm R. Garbe [Tue, 22 Aug 2006 14:06:11 +0000 (16:06 +0200)]
removed badmalloc (thx for the pointer to Uriel)

18 years agorxvt is quite slow under OpenBSD
Anselm R. Garbe [Tue, 22 Aug 2006 08:06:11 +0000 (10:06 +0200)]
rxvt is quite slow under OpenBSD

18 years agofont fix
Anselm R. Garbe [Tue, 22 Aug 2006 08:01:32 +0000 (10:01 +0200)]
font fix

18 years agoslight change of my config.h
Anselm R. Garbe [Tue, 22 Aug 2006 07:57:32 +0000 (09:57 +0200)]
slight change of my config.h

18 years agofixed
Anselm R. Garbe [Tue, 22 Aug 2006 07:49:48 +0000 (09:49 +0200)]
fixed

18 years agowindows which have set transient_for hint inherit the transient_for window tags now
arg@localhost.10kloc.org [Mon, 21 Aug 2006 15:35:37 +0000 (17:35 +0200)]
windows which have set transient_for hint inherit the transient_for window tags now

18 years agoafter switching to OpenBSD again, I switched back to a saner color scheme
arg@localhost.10kloc.org [Mon, 21 Aug 2006 15:41:09 +0000 (17:41 +0200)]
after switching to OpenBSD again, I switched back to a saner color scheme

18 years agoapplied Sanders focus_* patches, removed the unnecessary clean-prefix from the new...
Anselm R.Garbe [Mon, 21 Aug 2006 07:03:14 +0000 (09:03 +0200)]
applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names

18 years agosmall renamings of two static functions
Anselm R.Garbe [Mon, 21 Aug 2006 05:33:18 +0000 (07:33 +0200)]
small renamings of two static functions

18 years agosmall changes to dwm.1, rearranged order within main event loop
Anselm R.Garbe [Mon, 21 Aug 2006 05:31:15 +0000 (07:31 +0200)]
small changes to dwm.1, rearranged order within main event loop

18 years agoapplied Sanders patch
Anselm R.Garbe [Fri, 18 Aug 2006 11:40:34 +0000 (13:40 +0200)]
applied Sanders patch

18 years agomade a new client position strategy similiar to that one proposed by Sander, but...
Anselm R.Garbe [Fri, 18 Aug 2006 06:39:33 +0000 (08:39 +0200)]
made a new client position strategy similiar to that one proposed by Sander, but which takes top bar into account

18 years agofixed a bug reported by sander
Anselm R.Garbe [Thu, 17 Aug 2006 08:06:36 +0000 (10:06 +0200)]
fixed a bug reported by sander

18 years agoapplied the shorter xprop command
Anselm R.Garbe [Thu, 17 Aug 2006 07:44:17 +0000 (09:44 +0200)]
applied the shorter xprop command

18 years agocentering apps only if transient_for is not(!) set
Anselm R.Garbe [Thu, 17 Aug 2006 07:37:43 +0000 (09:37 +0200)]
centering apps only if transient_for is not(!) set

18 years agofixed issue Sander reported
Anselm R.Garbe [Thu, 17 Aug 2006 07:35:44 +0000 (09:35 +0200)]
fixed issue Sander reported

18 years agocorrected order of cleanup code
Anselm R.Garbe [Wed, 16 Aug 2006 17:25:29 +0000 (19:25 +0200)]
corrected order of cleanup code

18 years agocondition was insufficient
Anselm R.Garbe [Wed, 16 Aug 2006 15:58:18 +0000 (17:58 +0200)]
condition was insufficient

18 years agofixed issue reported by sander
Anselm R.Garbe [Wed, 16 Aug 2006 15:56:04 +0000 (17:56 +0200)]
fixed issue reported by sander

18 years agoadded general centralization rule for new clients (works around various borken apps)
Anselm R.Garbe [Wed, 16 Aug 2006 13:57:36 +0000 (15:57 +0200)]
added general centralization rule for new clients (works around various borken apps)

18 years agoremoved leading ;
Anselm R.Garbe [Wed, 16 Aug 2006 13:31:24 +0000 (15:31 +0200)]
removed leading ;

18 years agoadded sample command to config.default.h to highlight how to query class:instance...
Anselm R.Garbe [Wed, 16 Aug 2006 13:00:14 +0000 (15:00 +0200)]
added sample command to config.default.h to highlight how to query class:instance info with a one-liner of shell commands

18 years agoapplied another config.mk patch made by sander
Anselm R.Garbe [Wed, 16 Aug 2006 10:36:32 +0000 (12:36 +0200)]
applied another config.mk patch made by sander

18 years agowe close stdin as well
Anselm R.Garbe [Wed, 16 Aug 2006 07:31:41 +0000 (09:31 +0200)]
we close stdin as well

18 years agosimplified sort | uniq into sort -u (on my boxes all sort support -u)
Anselm R.Garbe [Wed, 16 Aug 2006 07:05:58 +0000 (09:05 +0200)]
simplified sort | uniq into sort -u (on my boxes all sort support -u)

18 years agofixing small bug in config.mk
Anselm R.Garbe [Tue, 15 Aug 2006 14:54:54 +0000 (16:54 +0200)]
fixing small bug in config.mk

18 years agoadding forgetten whitespace
Anselm R.Garbe [Tue, 15 Aug 2006 08:45:14 +0000 (10:45 +0200)]
adding forgetten whitespace

18 years agoadded gmane archive to dwm.html
Anselm R.Garbe [Tue, 15 Aug 2006 08:44:15 +0000 (10:44 +0200)]
added gmane archive to dwm.html

18 years agoAdded tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6c
Anselm R.Garbe [Tue, 15 Aug 2006 08:25:30 +0000 (10:25 +0200)]
Added tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6c

18 years agoprepared dwm-0.9
Anselm R.Garbe [Tue, 15 Aug 2006 08:11:29 +0000 (10:11 +0200)]
prepared dwm-0.9

18 years agoextended cleanup
Anselm R.Garbe [Tue, 15 Aug 2006 07:37:12 +0000 (09:37 +0200)]
extended cleanup

18 years agoapplied Sanders changes to config.arg.h
Anselm R.Garbe [Tue, 15 Aug 2006 06:38:19 +0000 (08:38 +0200)]
applied Sanders changes to config.arg.h

18 years agoapplied jk_to_tab patch
Anselm R.Garbe [Tue, 15 Aug 2006 06:25:11 +0000 (08:25 +0200)]
applied jk_to_tab patch

18 years agochanged main event loop
Anselm R.Garbe [Tue, 15 Aug 2006 05:31:42 +0000 (07:31 +0200)]
changed main event loop

18 years agoremoved NUMLOCKMASK, added dynamically calculated numlockmask instead
Anselm R.Garbe [Mon, 14 Aug 2006 17:18:02 +0000 (19:18 +0200)]
removed NUMLOCKMASK, added dynamically calculated numlockmask instead

18 years agoadded Sander to LICENSE (since he has contributed/revised big portions)
Anselm R.Garbe [Mon, 14 Aug 2006 16:47:13 +0000 (18:47 +0200)]
added Sander to LICENSE (since he has contributed/revised big portions)

18 years agoapplied viewsel.patch
Anselm R.Garbe [Mon, 14 Aug 2006 16:46:07 +0000 (18:46 +0200)]
applied viewsel.patch

18 years agoapplied sanders man page patch, removed button2 from bar click
Anselm R.Garbe [Mon, 14 Aug 2006 16:14:08 +0000 (18:14 +0200)]
applied sanders man page patch, removed button2 from bar click

18 years agoapplied sanders tag()/toggletag() fixes
Anselm R.Garbe [Mon, 14 Aug 2006 15:50:48 +0000 (17:50 +0200)]
applied sanders tag()/toggletag() fixes

18 years agofixed
Anselm R.Garbe [Mon, 14 Aug 2006 15:48:54 +0000 (17:48 +0200)]
fixed

18 years agoadded missing arrange
Anselm R.Garbe [Mon, 14 Aug 2006 15:14:22 +0000 (17:14 +0200)]
added missing arrange

18 years agochanged replacetag into toggletag
Anselm R.Garbe [Mon, 14 Aug 2006 14:59:18 +0000 (16:59 +0200)]
changed replacetag into toggletag

18 years agoadded some flicker prevention
Anselm R.Garbe [Mon, 14 Aug 2006 14:37:55 +0000 (16:37 +0200)]
added some flicker prevention

18 years agoremove unnecessary XSync
Anselm R.Garbe [Mon, 14 Aug 2006 14:26:06 +0000 (16:26 +0200)]
remove unnecessary XSync

18 years agochanged order of selecting input at root window
Anselm R.Garbe [Mon, 14 Aug 2006 14:21:16 +0000 (16:21 +0200)]
changed order of selecting input at root window

18 years agoremoved finished message
Anselm R.Garbe [Mon, 14 Aug 2006 14:11:54 +0000 (16:11 +0200)]
removed finished message

18 years agoadded mappingnotify event for kb refreshes
Anselm R.Garbe [Mon, 14 Aug 2006 14:08:52 +0000 (16:08 +0200)]
added mappingnotify event for kb refreshes

18 years agoremoved unneecessary crap
Anselm R.Garbe [Mon, 14 Aug 2006 13:43:04 +0000 (15:43 +0200)]
removed unneecessary crap

18 years agoapplied the saner patch (removed the pathetic one)
Anselm R.Garbe [Mon, 14 Aug 2006 13:33:23 +0000 (15:33 +0200)]
applied the saner patch (removed the pathetic one)

18 years agopplied Sanders appendtag patch
Anselm R.Garbe [Mon, 14 Aug 2006 13:31:58 +0000 (15:31 +0200)]
pplied Sanders appendtag patch

18 years agosome other small fixes
Anselm R.Garbe [Mon, 14 Aug 2006 13:11:02 +0000 (15:11 +0200)]
some other small fixes

18 years agoremoved ungrabkeys again (because of sander's mail)
Anselm R.Garbe [Mon, 14 Aug 2006 09:38:43 +0000 (11:38 +0200)]
removed ungrabkeys again (because of sander's mail)

18 years agofixed string cutting
Anselm R.Garbe [Mon, 14 Aug 2006 08:58:03 +0000 (10:58 +0200)]
fixed string cutting

18 years agofixed a core dump
Anselm R.Garbe [Mon, 14 Aug 2006 08:49:22 +0000 (10:49 +0200)]
fixed a core dump

18 years agoimplemented ungrabkeys() which is called in cleanup()
Anselm R.Garbe [Mon, 14 Aug 2006 08:24:38 +0000 (10:24 +0200)]
implemented ungrabkeys() which is called in cleanup()

18 years agoimplemented restack behavior (floats are on top in tiled mode)
Anselm R.Garbe [Mon, 14 Aug 2006 08:18:24 +0000 (10:18 +0200)]
implemented restack behavior (floats are on top in tiled mode)

18 years agofixed string cutting in draw.c
Anselm R.Garbe [Mon, 14 Aug 2006 06:52:15 +0000 (08:52 +0200)]
fixed string cutting in draw.c

18 years agoapplied Sanders LD and resize patches
Anselm R.Garbe [Mon, 14 Aug 2006 06:43:19 +0000 (08:43 +0200)]
applied Sanders LD and resize patches

18 years agoremoved viewnext/viewprev
Anselm R.Garbe [Mon, 14 Aug 2006 06:38:26 +0000 (08:38 +0200)]
removed viewnext/viewprev

18 years agosupplying NULL args in select
Anselm R.Garbe [Mon, 14 Aug 2006 05:40:20 +0000 (07:40 +0200)]
supplying NULL args in select

18 years agoreducing ConnectionNumber calls to a bare minimum
Anselm R.Garbe [Mon, 14 Aug 2006 05:23:46 +0000 (07:23 +0200)]
reducing ConnectionNumber calls to a bare minimum

18 years agoupdated man page, added CAVEATS section
Anselm R.Garbe [Sun, 13 Aug 2006 16:04:42 +0000 (18:04 +0200)]
updated man page, added CAVEATS section

18 years agomade shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
Anselm R.Garbe [Sun, 13 Aug 2006 15:58:06 +0000 (17:58 +0200)]
made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)

18 years agoimplemented viewextend and added M-S-C-n shortcuts for extending the current view...
Anselm R.Garbe [Fri, 11 Aug 2006 17:26:12 +0000 (19:26 +0200)]
implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature

18 years agoimplement multi-tag selection through button3 click on the specific tag
Anselm R.Garbe [Fri, 11 Aug 2006 16:37:41 +0000 (18:37 +0200)]
implement multi-tag selection through button3 click on the specific tag

18 years agoafter some days of experimenting with grey background, I finally give up and switch...
Anselm R.Garbe [Fri, 11 Aug 2006 16:11:39 +0000 (18:11 +0200)]
after some days of experimenting with grey background, I finally give up and switch to white on black ;)

18 years agoapplied Sanders fixes to dwm.1
Anselm R.Garbe [Fri, 11 Aug 2006 15:12:48 +0000 (17:12 +0200)]
applied Sanders fixes to dwm.1

18 years agofixed dwm.1, added Mod1-Shift-c (was missing for an odd reason)
Anselm R.Garbe [Fri, 11 Aug 2006 10:32:34 +0000 (12:32 +0200)]
fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason)

18 years agosimplified drawtext
Anselm R.Garbe [Fri, 11 Aug 2006 09:52:55 +0000 (11:52 +0200)]
simplified drawtext

18 years agoupdated dwm(1)
Anselm R.Garbe [Fri, 11 Aug 2006 08:54:29 +0000 (10:54 +0200)]
updated dwm(1)

18 years agoupgraded version info
Anselm R.Garbe [Fri, 11 Aug 2006 08:28:51 +0000 (10:28 +0200)]
upgraded version info

18 years agoapplied Sander's patch as well
Anselm R.Garbe [Fri, 11 Aug 2006 08:05:53 +0000 (10:05 +0200)]
applied Sander's patch as well

18 years agorealized that client focussing through the bar is pretty useless, better is sloppy...
Anselm R.Garbe [Fri, 11 Aug 2006 08:00:47 +0000 (10:00 +0200)]
realized that client focussing through the bar is pretty useless, better is sloppy view focussing for B1/B3 as well instead

18 years agoimplemented focusprev on button1 press in the bar, and focusnext on button3 press...
Anselm R.Garbe [Fri, 11 Aug 2006 07:16:40 +0000 (09:16 +0200)]
implemented focusprev on button1 press in the bar, and focusnext on button3 press in the bar

18 years agosimplified unmanage
Anselm R.Garbe [Fri, 11 Aug 2006 06:47:55 +0000 (08:47 +0200)]
simplified unmanage

18 years agoremoved the if(clients) check from popping code
Anselm R.Garbe [Fri, 11 Aug 2006 06:34:42 +0000 (08:34 +0200)]
removed the if(clients) check from popping code

18 years agoadded dwm favicon
Anselm R.Garbe [Thu, 10 Aug 2006 16:44:19 +0000 (18:44 +0200)]
added dwm favicon

18 years agoapplied Sanders zoom_update patch
Anselm R.Garbe [Thu, 10 Aug 2006 15:48:50 +0000 (17:48 +0200)]
applied Sanders zoom_update patch

18 years agorespecting inc hints in floating mode on togglemax
Anselm R.Garbe [Thu, 10 Aug 2006 15:33:11 +0000 (17:33 +0200)]
respecting inc hints in floating mode on togglemax

18 years agoreverting last patch, that sucks, I don't care about retarded apps like gvim
Anselm R.Garbe [Thu, 10 Aug 2006 14:37:13 +0000 (16:37 +0200)]
reverting last patch, that sucks, I don't care about retarded apps like gvim

18 years agotogglemax repects inc-hints (this way gvim can be toggle'maxed as well)
Anselm R.Garbe [Thu, 10 Aug 2006 14:35:36 +0000 (16:35 +0200)]
togglemax repects inc-hints (this way gvim can be toggle'maxed as well)

18 years agoapplied grammar correction by ILF
Anselm R.Garbe [Thu, 10 Aug 2006 13:35:02 +0000 (15:35 +0200)]
applied grammar correction by ILF

18 years agoAdded tag 0.8 for changeset cd15de32e173f8ce97bfe1c9b6607937b59056b4
Anselm R.Garbe [Thu, 10 Aug 2006 13:19:31 +0000 (15:19 +0200)]
Added tag 0.8 for changeset cd15de32e173f8ce97bfe1c9b6607937b59056b4

18 years agoprepared 0.8
Anselm R.Garbe [Thu, 10 Aug 2006 13:19:25 +0000 (15:19 +0200)]
prepared 0.8

18 years agoupdated html
Anselm R.Garbe [Thu, 10 Aug 2006 11:30:39 +0000 (13:30 +0200)]
updated html

18 years agofixed the issue reported by sander (gaps at left columns button due to round-offs)
Anselm R.Garbe [Thu, 10 Aug 2006 10:33:44 +0000 (12:33 +0200)]
fixed the issue reported by sander (gaps at left columns button due to round-offs)

18 years agoapplied sumik's multihead patch
Anselm R.Garbe [Thu, 10 Aug 2006 09:26:32 +0000 (11:26 +0200)]
applied sumik's multihead patch

18 years agoapplied sander's patch
Anselm R.Garbe [Thu, 10 Aug 2006 09:19:25 +0000 (11:19 +0200)]
applied sander's patch