JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
dwm.git
17 years agoremoved debug compile flags
Anselm R. Garbe [Mon, 19 Feb 2007 15:41:47 +0000 (16:41 +0100)]
removed debug compile flags

17 years agointroduced Layout struct
Anselm R. Garbe [Mon, 19 Feb 2007 15:40:36 +0000 (16:40 +0100)]
introduced Layout struct

17 years agosome more code polishing
Anselm R. Garbe [Mon, 19 Feb 2007 15:07:22 +0000 (16:07 +0100)]
some more code polishing

17 years agoforgot an extern declaration
Anselm R. Garbe [Mon, 19 Feb 2007 15:04:38 +0000 (16:04 +0100)]
forgot an extern declaration

17 years agobugfix of transient handling
Anselm R. Garbe [Mon, 19 Feb 2007 14:57:08 +0000 (15:57 +0100)]
bugfix of transient handling

17 years agoremoved procevent, more refactoring
Anselm R. Garbe [Mon, 19 Feb 2007 14:23:35 +0000 (15:23 +0100)]
removed procevent, more refactoring

17 years agodraw.c is useless (belongs to main.c now)
Anselm R. Garbe [Mon, 19 Feb 2007 14:17:31 +0000 (15:17 +0100)]
draw.c is useless (belongs to main.c now)

17 years agorenamed view.c into screen.c
Anselm R. Garbe [Mon, 19 Feb 2007 14:05:29 +0000 (15:05 +0100)]
renamed view.c into screen.c

17 years agorenamed manage.c to view.c
Anselm R. Garbe [Mon, 19 Feb 2007 13:57:32 +0000 (14:57 +0100)]
renamed manage.c to view.c

17 years agorenamed Rule members, renamed RReg into Regexps
Anselm R. Garbe [Mon, 19 Feb 2007 13:52:19 +0000 (14:52 +0100)]
renamed Rule members, renamed RReg into Regexps

17 years agomerged tag.c, view.c and tile.c to manage.c
Anselm R. Garbe [Mon, 19 Feb 2007 13:44:05 +0000 (14:44 +0100)]
merged tag.c, view.c and tile.c to manage.c

17 years agosome more refactoring
Anselm R. Garbe [Mon, 19 Feb 2007 12:53:40 +0000 (13:53 +0100)]
some more refactoring

17 years agoadded some new convenience functions
Anselm R. Garbe [Mon, 19 Feb 2007 12:42:39 +0000 (13:42 +0100)]
added some new convenience functions

17 years agosome more refactoring
Anselm R. Garbe [Mon, 19 Feb 2007 12:17:49 +0000 (13:17 +0100)]
some more refactoring

17 years agointroduced tile.c, some refactoring of functions
Anselm R. Garbe [Mon, 19 Feb 2007 12:00:29 +0000 (13:00 +0100)]
introduced tile.c, some refactoring of functions

17 years agosimplified configurerequest to a bare minimum, removed wrong ban() calls
Anselm R. Garbe [Mon, 19 Feb 2007 10:34:12 +0000 (11:34 +0100)]
simplified configurerequest to a bare minimum, removed wrong ban() calls

17 years agofixed configurerequest according to Jukkas complains
Anselm R. Garbe [Mon, 19 Feb 2007 10:22:47 +0000 (11:22 +0100)]
fixed configurerequest according to Jukkas complains

17 years agofixed configurerequest according to the problem Jukka reported
Anselm R. Garbe [Mon, 19 Feb 2007 10:03:27 +0000 (11:03 +0100)]
fixed configurerequest according to the problem Jukka reported

17 years agodon't resize master if not in tiled mode
Anselm R. Garbe [Mon, 19 Feb 2007 09:51:11 +0000 (10:51 +0100)]
don't resize master if not in tiled mode

17 years agoremoved useless space
Anselm R. Garbe [Fri, 16 Feb 2007 15:51:27 +0000 (16:51 +0100)]
removed useless space

17 years agowell, resize should be called in dofloat anyways ;)
Anselm R. Garbe [Fri, 16 Feb 2007 15:41:22 +0000 (16:41 +0100)]
well, resize should be called in dofloat anyways ;)

17 years agoremoved ugly ban(), extended resize() that it only resets the size if necessary,...
Anselm R. Garbe [Fri, 16 Feb 2007 15:38:40 +0000 (16:38 +0100)]
removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()

17 years agoremoved getnext/getprev, redundant
Anselm R. Garbe [Fri, 16 Feb 2007 09:20:34 +0000 (10:20 +0100)]
removed getnext/getprev, redundant

17 years agoadded ban() which takes care than a banned window is not banned again... (this reduce...
Anselm R. Garbe [Wed, 14 Feb 2007 13:01:12 +0000 (14:01 +0100)]
added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)

17 years agoAdded tag 3.5 for changeset 63ad05e7f9e1
Anselm R. Garbe [Wed, 14 Feb 2007 08:35:48 +0000 (09:35 +0100)]
Added tag 3.5 for changeset 63ad05e7f9e1

17 years agosimplifying regexps in config samples
Anselm R. Garbe [Wed, 14 Feb 2007 08:31:23 +0000 (09:31 +0100)]
simplifying regexps in config samples

17 years agomade for/if/else constructs more consistent, some code polishing
Anselm R. Garbe [Wed, 14 Feb 2007 08:09:18 +0000 (09:09 +0100)]
made for/if/else constructs more consistent, some code polishing

17 years agomade configurerequest more tidy
Anselm R. Garbe [Wed, 14 Feb 2007 07:14:41 +0000 (08:14 +0100)]
made configurerequest more tidy

17 years agoI didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)
Anselm R. Garbe [Tue, 13 Feb 2007 21:53:58 +0000 (22:53 +0100)]
I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)

17 years agomaking it more sure that transient checks will work in any case
Anselm R. Garbe [Tue, 13 Feb 2007 21:24:27 +0000 (22:24 +0100)]
making it more sure that transient checks will work in any case

17 years agostupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)
Anselm R. Garbe [Tue, 13 Feb 2007 13:59:58 +0000 (14:59 +0100)]
stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)

17 years agosimplified configurerequest
Anselm R. Garbe [Tue, 13 Feb 2007 12:39:33 +0000 (13:39 +0100)]
simplified configurerequest

17 years agoyet another consistency fix of dwm
Anselm R. Garbe [Mon, 12 Feb 2007 16:20:51 +0000 (17:20 +0100)]
yet another consistency fix of dwm

17 years agoI don't see any reason why we should select for input on override-redirect windows?
Anselm R. Garbe [Mon, 12 Feb 2007 15:41:46 +0000 (16:41 +0100)]
I don't see any reason why we should select for input on override-redirect windows?

17 years agobugfix of bugfix (thx to Sander)
Anselm R. Garbe [Mon, 12 Feb 2007 13:20:47 +0000 (14:20 +0100)]
bugfix of bugfix (thx to Sander)

17 years agofixed a bug
Anselm R. Garbe [Mon, 12 Feb 2007 12:04:29 +0000 (13:04 +0100)]
fixed a bug

17 years agoduring writing 2wm.1 I noticed some bugs in dwm.1
Anselm R. Garbe [Mon, 12 Feb 2007 10:42:32 +0000 (11:42 +0100)]
during writing 2wm.1 I noticed some bugs in dwm.1

17 years agoremoving all EnterNotifys after resize
Anselm R. Garbe [Mon, 12 Feb 2007 09:21:26 +0000 (10:21 +0100)]
removing all EnterNotifys after resize

17 years agoadded pointer warp on drop in resize
Anselm R. Garbe [Mon, 12 Feb 2007 09:19:52 +0000 (10:19 +0100)]
added pointer warp on drop in resize

17 years agopneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) -...
Anselm R. Garbe [Fri, 9 Feb 2007 13:56:19 +0000 (14:56 +0100)]
pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary

17 years agotreating acroread and mplayer floating by default
Anselm R. Garbe [Fri, 9 Feb 2007 10:58:37 +0000 (11:58 +0100)]
treating acroread and mplayer floating by default

17 years agoadapting John Grahor's patch to dwm-3.5
Anselm R. Garbe [Fri, 9 Feb 2007 08:54:08 +0000 (09:54 +0100)]
adapting John Grahor's patch to dwm-3.5

17 years agofixed copyright notice in Makefile
Anselm R. Garbe [Thu, 8 Feb 2007 13:09:52 +0000 (14:09 +0100)]
fixed copyright notice in Makefile

17 years agofixed order of Bool declarations
Anselm R. Garbe [Thu, 8 Feb 2007 12:39:33 +0000 (13:39 +0100)]
fixed order of Bool declarations

17 years agoadded TOPBAR option for making the bar appear what the user likes
Anselm R. Garbe [Thu, 8 Feb 2007 10:48:01 +0000 (11:48 +0100)]
added TOPBAR option for making the bar appear what the user likes

17 years agonext version is 3.5
Anselm R. Garbe [Thu, 8 Feb 2007 10:11:15 +0000 (11:11 +0100)]
next version is 3.5

17 years agomaking the bar appear at bottom
Anselm R. Garbe [Thu, 8 Feb 2007 10:08:40 +0000 (11:08 +0100)]
making the  bar appear at bottom

17 years agoAdded tag 3.4 for changeset 9ede7b2d2450
Anselm R. Garbe [Wed, 7 Feb 2007 11:42:35 +0000 (12:42 +0100)]
Added tag 3.4 for changeset 9ede7b2d2450

17 years agoremoved debug flags
Anselm R. Garbe [Wed, 7 Feb 2007 11:37:21 +0000 (12:37 +0100)]
removed debug flags

17 years agoreplaced getproto with a saner function, now old-school artifacts of WM times in...
Anselm R. Garbe [Wed, 7 Feb 2007 11:37:06 +0000 (12:37 +0100)]
replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)

17 years agoyet another fix
Anselm R. Garbe [Tue, 6 Feb 2007 14:29:19 +0000 (15:29 +0100)]
yet another fix

17 years agosimplification
Anselm R. Garbe [Tue, 6 Feb 2007 14:28:25 +0000 (15:28 +0100)]
simplification

17 years agoimplemented aspect ratio support of windows
Anselm R. Garbe [Tue, 6 Feb 2007 14:22:13 +0000 (15:22 +0100)]
implemented aspect ratio support of windows

17 years agomade some changes more concistent
Anselm R. Garbe [Mon, 5 Feb 2007 10:19:46 +0000 (11:19 +0100)]
made some changes more concistent

17 years agogot rid of LD (inspired by JGs patch to wmii)
Anselm R. Garbe [Mon, 5 Feb 2007 10:09:53 +0000 (11:09 +0100)]
got rid of LD (inspired by JGs patch to wmii)

17 years agoapplied apm's patch proposal, getting rid of XDrawLines
Anselm R. Garbe [Mon, 5 Feb 2007 10:05:16 +0000 (11:05 +0100)]
applied apm's patch proposal, getting rid of XDrawLines

17 years agoAdded tag 3.3 for changeset 0f91934037b0
Anselm R. Garbe [Thu, 1 Feb 2007 07:23:00 +0000 (08:23 +0100)]
Added tag 3.3 for changeset 0f91934037b0

17 years agoapplied Sander's drop_bh patch
Anselm R. Garbe [Wed, 31 Jan 2007 19:08:55 +0000 (20:08 +0100)]
applied Sander's drop_bh patch

17 years agohandling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this...
Anselm R. Garbe [Sun, 28 Jan 2007 19:29:41 +0000 (20:29 +0100)]
handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well

17 years agoregarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section...
Anselm R. Garbe [Fri, 26 Jan 2007 11:41:15 +0000 (12:41 +0100)]
regarding to plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section.

17 years agorenamed CAVEATS into BUGS
Anselm R. Garbe [Fri, 26 Jan 2007 11:31:57 +0000 (12:31 +0100)]
renamed CAVEATS into BUGS

17 years agoAdded tag 3.2.2 for changeset d3876aa79292
Anselm R. Garbe [Thu, 25 Jan 2007 09:05:02 +0000 (10:05 +0100)]
Added tag 3.2.2 for changeset d3876aa79292

17 years agoprepared yet another hotfix release
Anselm R. Garbe [Thu, 25 Jan 2007 08:59:48 +0000 (09:59 +0100)]
prepared yet another hotfix release

17 years agoAdded tag 3.2.1 for changeset f2cabc83a18f
Anselm R. Garbe [Wed, 24 Jan 2007 16:25:37 +0000 (17:25 +0100)]
Added tag 3.2.1 for changeset f2cabc83a18f

17 years agohotfix release 3.2.1
Anselm R. Garbe [Wed, 24 Jan 2007 16:25:30 +0000 (17:25 +0100)]
hotfix release 3.2.1

17 years agoapplied offscreen appearance hotfix
Anselm R. Garbe [Wed, 24 Jan 2007 16:24:55 +0000 (17:24 +0100)]
applied offscreen appearance hotfix

17 years agoAdded tag 3.2 for changeset 4ce65f61f01b
Anselm R. Garbe [Wed, 24 Jan 2007 11:12:29 +0000 (12:12 +0100)]
Added tag 3.2 for changeset 4ce65f61f01b

17 years agorenamed activescreen into selscreen
Anselm R. Garbe [Tue, 23 Jan 2007 16:12:15 +0000 (17:12 +0100)]
renamed activescreen into selscreen

17 years agoimplemented Sanders remarks
Anselm R. Garbe [Tue, 23 Jan 2007 12:10:35 +0000 (13:10 +0100)]
implemented Sanders remarks

17 years agosmall changes
Anselm R. Garbe [Tue, 23 Jan 2007 11:29:17 +0000 (12:29 +0100)]
small changes

17 years agoremoved a blank line
Anselm R. Garbe [Tue, 23 Jan 2007 11:04:22 +0000 (12:04 +0100)]
removed a blank line

17 years agothis version should also work with cornercases (like unmanage during !issel, etc.)
Anselm R. Garbe [Tue, 23 Jan 2007 11:00:49 +0000 (12:00 +0100)]
this version should also work with cornercases (like unmanage during !issel, etc.)

17 years agoI think this is the best solution of multihead support
Anselm R. Garbe [Tue, 23 Jan 2007 10:49:16 +0000 (11:49 +0100)]
I think this is the best solution of multihead support

17 years agodarker border
Anselm R. Garbe [Mon, 22 Jan 2007 15:02:37 +0000 (16:02 +0100)]
darker border

17 years agothis variant is known to work, but focus() is ugly - we need in general a better...
Anselm R. Garbe [Mon, 22 Jan 2007 09:35:58 +0000 (10:35 +0100)]
this variant is known to work, but focus() is ugly - we need in general a better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).

17 years agoapplied Sanders all5.patch (thanks for your weekend session, Sander!)
Anselm R. Garbe [Mon, 22 Jan 2007 09:22:58 +0000 (10:22 +0100)]
applied Sanders all5.patch (thanks for your weekend session, Sander!)

17 years agoleavenotify also don't needs the check
Anselm R. Garbe [Fri, 19 Jan 2007 14:05:07 +0000 (15:05 +0100)]
leavenotify also don't needs the check

17 years agodeciding for focus(NULL);
Anselm R. Garbe [Fri, 19 Jan 2007 14:01:51 +0000 (15:01 +0100)]
deciding for focus(NULL);

17 years agoreplaced XSetBorder.../focus()
Anselm R. Garbe [Fri, 19 Jan 2007 13:38:09 +0000 (14:38 +0100)]
replaced XSetBorder.../focus()

17 years agoyet another multihead fix by Christof Musik
Anselm R. Garbe [Fri, 19 Jan 2007 13:36:25 +0000 (14:36 +0100)]
yet another multihead fix by Christof Musik

17 years agoI prefer BORDERPX=1
Anselm R. Garbe [Fri, 19 Jan 2007 07:05:39 +0000 (08:05 +0100)]
I prefer BORDERPX=1

17 years agopersonally I prefer 2px borders
Anselm R. Garbe [Thu, 18 Jan 2007 10:46:39 +0000 (11:46 +0100)]
personally I prefer 2px borders

17 years agoapplied a modified version of Christof Musik's multihead patch (though this is not...
Anselm R. Garbe [Thu, 18 Jan 2007 10:11:40 +0000 (11:11 +0100)]
applied a modified version of Christof Musik's multihead patch (though this is not sure if it works in all cases, have to wait for an ACK by Christof)

17 years agomoved BORDERPX to config.*.h
Anselm R. Garbe [Wed, 17 Jan 2007 11:36:29 +0000 (12:36 +0100)]
moved BORDERPX to config.*.h

17 years agoAdded tag 3.1 for changeset e1c8bef05e6e
Anselm R. Garbe [Tue, 16 Jan 2007 10:41:56 +0000 (11:41 +0100)]
Added tag 3.1 for changeset e1c8bef05e6e

17 years agoremoved erealloc (not used)
Anselm R. Garbe [Tue, 16 Jan 2007 10:35:56 +0000 (11:35 +0100)]
removed erealloc (not used)

17 years agoremoved unnecessary bx, by, bw variables
Anselm R. Garbe [Tue, 16 Jan 2007 10:33:42 +0000 (11:33 +0100)]
removed unnecessary bx, by, bw variables

17 years agos/444/555/g - enlightened selected background
Anselm R. Garbe [Tue, 16 Jan 2007 10:28:17 +0000 (11:28 +0100)]
s/444/555/g - enlightened selected background

17 years agoremoved firefox rule from default.h
Anselm R. Garbe [Tue, 16 Jan 2007 10:26:15 +0000 (11:26 +0100)]
removed firefox rule from default.h

17 years agoapplied new default colors
Anselm R. Garbe [Tue, 16 Jan 2007 10:25:10 +0000 (11:25 +0100)]
applied new default colors

17 years agoapplied sanders patch of my config
Anselm R. Garbe [Tue, 16 Jan 2007 10:12:34 +0000 (11:12 +0100)]
applied sanders patch of my config

17 years agoJukka, thanks for being faster than me!
Anselm R. Garbe [Mon, 15 Jan 2007 18:01:57 +0000 (19:01 +0100)]
Jukka, thanks for being faster than me!

17 years agochanged restack, to fix undrawed tag indicators
Anselm R. Garbe [Mon, 15 Jan 2007 11:07:18 +0000 (12:07 +0100)]
changed restack, to fix undrawed tag indicators

17 years agoremoved drawclient and drawall (they performed useless operations/consumed useless...
Anselm R. Garbe [Mon, 15 Jan 2007 11:04:25 +0000 (12:04 +0100)]
removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)

17 years agoimplemented new color scheme accordingly to Sanders proposal
Anselm R. Garbe [Sun, 14 Jan 2007 21:37:34 +0000 (22:37 +0100)]
implemented new color scheme accordingly to Sanders proposal

17 years agoremoved mode label stuff
Anselm R. Garbe [Sun, 14 Jan 2007 21:32:26 +0000 (22:32 +0100)]
removed mode label stuff

17 years agoremoved client title bar
Anselm R. Garbe [Sun, 14 Jan 2007 21:27:29 +0000 (22:27 +0100)]
removed client title bar

17 years agoadded missing space
Anselm R. Garbe [Fri, 12 Jan 2007 20:56:01 +0000 (21:56 +0100)]
added missing space

17 years agonah the last change feels bad
Anselm R. Garbe [Fri, 12 Jan 2007 12:06:15 +0000 (13:06 +0100)]
nah the last change feels bad

17 years agochanged incnmaster shortcuts in config.arg.h
Anselm R. Garbe [Fri, 12 Jan 2007 11:48:51 +0000 (12:48 +0100)]
changed incnmaster shortcuts in config.arg.h