Tue, 12 Sep 2006 09:50:06 +0200 |
Anselm R. Garbe |
some more simplifications of intro comment in dwm.h, this should suffice for comments in dwm
|
Tue, 12 Sep 2006 09:46:19 +0200 |
Anselm R. Garbe |
made introduction comment in dwm.h shorter
|
Tue, 12 Sep 2006 08:14:22 +0200 |
Anselm R. Garbe |
added a general comment to dwm.h how dwm is basically organized
|
Mon, 11 Sep 2006 17:31:21 +0200 |
Anselm R. Garbe |
some other simplifications
|
Mon, 11 Sep 2006 10:00:56 +0200 |
Anselm R. Garbe |
small change to comments, renamed two set* functions in client.c into update*
|
Mon, 11 Sep 2006 08:58:58 +0200 |
Anselm R. Garbe |
small fix
|
Mon, 11 Sep 2006 07:40:41 +0200 |
Anselm R. Garbe |
added some comments
|
Thu, 07 Sep 2006 17:53:40 +0200 |
Anselm R. Garbe |
using a global stack for focus recovery on arrange() - seems to work great
|
Wed, 06 Sep 2006 09:21:17 +0200 |
Anselm R. Garbe |
moved transient_for tag inheritance to settags
|
Tue, 05 Sep 2006 13:52:23 +0200 |
Anselm R. Garbe |
renamed resizetile into resizecol
|
Tue, 05 Sep 2006 13:25:42 +0200 |
Anselm R. Garbe |
s/growcol/resizetile/g
|
Tue, 05 Sep 2006 09:02:37 +0200 |
Anselm R. Garbe |
I really need column growing, now pushing upstream
|
Mon, 04 Sep 2006 08:55:49 +0200 |
Anselm R. Garbe |
applied Sanders max_and_focus.patch
|
Thu, 31 Aug 2006 18:02:38 +0200 |
Anselm R. Garbe |
added viewall to mainstream (only Ross Mohns version, not the toggle)
|
Tue, 29 Aug 2006 13:40:09 +0200 |
Anselm R. Garbe |
still something wrong with reorder()
|
Tue, 29 Aug 2006 09:23:44 +0200 |
Anselm R. Garbe |
added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client
|
Fri, 25 Aug 2006 15:48:44 +0200 |
Anselm R. Garbe |
trying a different configuration
|
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:04:56 +0200 |
Anselm R. Garbe |
3->4 colors
|
Wed, 23 Aug 2006 18:50:46 +0200 |
Anselm R. Garbe |
updated man page
|
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 16:50:21 +0200 |
Anselm R. Garbe |
separated several functions into view.c
|
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
|
Mon, 14 Aug 2006 16:59:18 +0200 |
Anselm R.Garbe |
changed replacetag into toggletag
|
Mon, 14 Aug 2006 11:38:43 +0200 |
Anselm R.Garbe |
removed ungrabkeys again (because of sander's mail)
|
Mon, 14 Aug 2006 10:24:38 +0200 |
Anselm R.Garbe |
implemented ungrabkeys() which is called in cleanup()
|
Mon, 14 Aug 2006 10:18:24 +0200 |
Anselm R.Garbe |
implemented restack behavior (floats are on top in tiled mode)
|
Mon, 14 Aug 2006 08:38:26 +0200 |
Anselm R.Garbe |
removed viewnext/viewprev
|