dwm.c
Wed, 11 Jun 2008 09:12:06 +0100 Anselm R Garbe applied anydot's patchset.diff
Mon, 09 Jun 2008 11:24:33 +0200 arg final version -- Gottox verified it using the test driver
Mon, 09 Jun 2008 11:05:20 +0200 arg revert of introduced problem
Mon, 09 Jun 2008 10:26:01 +0200 arg applied nsz' textnw patch thank you
Mon, 09 Jun 2008 10:05:40 +0200 arg updated the for-loop with Gottox' proposal
Fri, 06 Jun 2008 11:49:31 +0200 arg minor change
Wed, 04 Jun 2008 11:49:46 +0200 arg applied nsz's patches (many thanks!)
Mon, 02 Jun 2008 12:19:02 +0200 arg small change to drawtext
Sun, 01 Jun 2008 17:51:22 +0100 Anselm R Garbe fixed the tile() issue with xpdf
Sun, 01 Jun 2008 17:41:15 +0100 Anselm R Garbe using anydot's memcpy-approach in drawtext, however it still looks awkward to me
Sun, 01 Jun 2008 11:58:19 +0100 Anselm R Garbe Gottox' drawtext simplification
Sun, 01 Jun 2008 10:54:02 +0100 Anselm R Garbe applied noviewprev.diff, fix.diff and unusedflags.diff
Sat, 31 May 2008 17:37:13 +0100 Anselm R Garbe fix
Sat, 31 May 2008 17:05:28 +0100 Anselm R Garbe lt->arrange in mfact
Fri, 30 May 2008 23:03:03 +0100 Anselm R Garbe isfixed implies isfloating
Thu, 29 May 2008 18:42:53 +0100 Anselm R Garbe applied nibbles fixes, slightly modified
Thu, 29 May 2008 18:22:51 +0100 Anselm R Garbe applied yiyus tip patch from tue
Wed, 28 May 2008 10:45:18 +0100 Anselm R Garbe core dump fix in cleanup
Mon, 26 May 2008 11:43:51 +0100 Anselm R Garbe updated the initial comment to reflect the use of bit arrays
Mon, 26 May 2008 11:42:02 +0100 Anselm R Garbe slight changes
Mon, 26 May 2008 10:28:18 +0100 Anselm R Garbe removed bx and bw, unnecessary
Mon, 26 May 2008 10:13:51 +0100 Anselm R Garbe renamed domax into ismax
Mon, 26 May 2008 10:10:33 +0100 Anselm R Garbe simplified tile()
Mon, 26 May 2008 09:54:34 +0100 Anselm R Garbe removed Layout->updategeom, unnecessary
Mon, 26 May 2008 09:45:34 +0100 Anselm R Garbe removed TEXTW
Mon, 26 May 2008 09:39:57 +0100 Anselm R Garbe applied yiyus domax patch with slight modifications
Thu, 22 May 2008 14:15:30 +0100 Anselm R Garbe replaced isvisible with a macro
Thu, 22 May 2008 14:10:00 +0100 Anselm R Garbe removed emallocz
Thu, 22 May 2008 13:35:45 +0100 Anselm R Garbe removed debug output, sanitized tag limit check
Thu, 22 May 2008 11:50:18 +0100 Anselm R Garbe Key.mod is uint, Client.[old]bw is int
Thu, 22 May 2008 11:16:23 +0100 Anselm R Garbe s/unsigned long/ulong/
Thu, 22 May 2008 11:12:22 +0100 Anselm R Garbe s/nextunfloating/nexttiled/, changed zoom() behavior
Thu, 22 May 2008 11:10:08 +0100 Anselm R Garbe s/unsigned int/uint/
Thu, 22 May 2008 11:08:07 +0100 Anselm R Garbe s/void */const void */
Thu, 22 May 2008 11:04:19 +0100 Anselm R Garbe applied Gottox bitmask + void *arg patch
Mon, 19 May 2008 20:29:57 +0100 anselm some minor fixes
Mon, 19 May 2008 20:13:24 +0100 anselm simplification
Mon, 19 May 2008 20:07:12 +0100 anselm merged tile.c again into dwm.c
Mon, 19 May 2008 17:27:30 +0100 Anselm R Garbe take bar into account
Mon, 19 May 2008 17:23:49 +0100 Anselm R Garbe be more polite to clients which like to appear outside the window area, but still on the screen
Mon, 19 May 2008 15:09:16 +0100 Anselm R Garbe fix
Mon, 19 May 2008 15:05:46 +0100 Anselm R Garbe make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
Mon, 19 May 2008 13:41:58 +0100 Anselm R Garbe only snap within window area
Mon, 19 May 2008 13:37:46 +0100 Anselm R Garbe s/DEFGEOM/CUSTOMGEOM/
Mon, 19 May 2008 12:34:54 +0100 Anselm R Garbe recent changes, introduced togglebar, changed some defines into variable declarations where possible
Sat, 17 May 2008 14:50:37 +0100 Anselm R Garbe removed the <M> togglelayout call
Sat, 17 May 2008 14:46:06 +0100 Anselm R Garbe removed monocle for now
Sat, 17 May 2008 14:41:41 +0100 Anselm R Garbe removed the exact focus mechanism of next/prev window
Sat, 17 May 2008 14:38:22 +0100 Anselm R Garbe moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
Sat, 17 May 2008 14:23:05 +0100 Anselm R Garbe removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Sat, 17 May 2008 14:17:18 +0100 Anselm R Garbe removed Layout->isfloating
Sat, 17 May 2008 14:06:41 +0100 Anselm R Garbe removed reapply() -- unnecessary
Sat, 17 May 2008 14:04:27 +0100 Anselm R Garbe renamed setlayout into togglelayout
Thu, 15 May 2008 10:51:37 +0100 Anselm R Garbe removed temporary wildcard handling
Thu, 15 May 2008 10:47:26 +0100 Anselm R Garbe added wild-card handling for tags
Wed, 14 May 2008 11:24:35 +0100 Anselm R Garbe applied nsz's another style patch
Tue, 13 May 2008 14:33:02 +0100 Anselm R Garbe applied nsz's style.diff patch
Tue, 13 May 2008 11:27:20 +0100 Anselm R Garbe just added a comment
Sun, 11 May 2008 20:27:01 +0100 Anselm R Garbe minor fixes
Sun, 11 May 2008 20:25:24 +0100 Anselm R Garbe having monocle on Mod1-m
Sun, 11 May 2008 20:22:20 +0100 Anselm R Garbe hotfix
Sun, 11 May 2008 20:20:53 +0100 Anselm R Garbe removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
Sun, 11 May 2008 14:40:37 +0100 Anselm R Garbe implemented exact focus next, if arg != NULL to focus{next,prev}
Tue, 06 May 2008 15:52:44 +0100 Anselm R Garbe applied the proposal by nsz
Tue, 06 May 2008 15:13:36 +0100 Anselm R Garbe applied JUCE patch
Sun, 27 Apr 2008 18:36:11 +0100 Anselm R Garbe simplification of view() as proposed by anydot
Sun, 27 Apr 2008 18:33:31 +0100 Anselm R Garbe applied yiyus tagset patch
Sun, 27 Apr 2008 18:22:52 +0100 Anselm R Garbe applied yiyus fgeom patch
Sun, 27 Apr 2008 18:00:45 +0100 Anselm R Garbe applied dfenze drawtext simplifications
Sun, 20 Apr 2008 18:35:11 +0100 anselm applied Ph's seltags-simplification with some modifications
Sun, 20 Apr 2008 18:28:21 +0100 anselm applied Ph's MIN/MAX patch, nice work!
Sun, 20 Apr 2008 18:23:59 +0100 anselm applied Ph's patch regarding geom and lt initialization
Sun, 20 Apr 2008 18:17:33 +0100 anselm applied Gottox' applyrules() fix
Mon, 07 Apr 2008 09:05:41 +0100 Anselm R Garbe applied applyrules-fix by Jukka, thank you Jukka!
Sat, 05 Apr 2008 19:04:53 +0100 Anselm R Garbe fix
Sat, 05 Apr 2008 18:23:31 +0100 Anselm R Garbe applied the proposed monocle patch from the mailinglist
Thu, 03 Apr 2008 14:39:19 +0100 Anselm R Garbe yet another cleanup 4.9
Wed, 02 Apr 2008 22:10:55 +0100 anselm applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
Tue, 01 Apr 2008 15:46:00 +0100 Anselm R Garbe aspects hints seem broken for fullscreen apps
Tue, 25 Mar 2008 09:41:14 +0000 Anselm R Garbe bugfix
Mon, 24 Mar 2008 14:31:02 +0000 Anselm R Garbe setmfact should not have any effect if in floating layout
Mon, 24 Mar 2008 14:24:57 +0000 Anselm R Garbe minor fix
Mon, 24 Mar 2008 14:23:28 +0000 Anselm R Garbe revival of mfact and setmfact
Mon, 24 Mar 2008 13:49:19 +0000 Anselm R Garbe setlayout and setgeom are now togglable again
Mon, 24 Mar 2008 13:33:32 +0000 Anselm R Garbe geom indicator and layout indicator is only displayed if there are several geoms/layouts
Sat, 22 Mar 2008 16:53:37 +0000 anselm hotfix of idxoftag
Sat, 22 Mar 2008 12:47:12 +0000 anselm blw/bgw calculation bugfix
Wed, 19 Mar 2008 09:27:17 +0000 Anselm R Garbe updated configurenotify
Mon, 17 Mar 2008 23:45:46 +0000 anselm minor bugfix in applyrules
Mon, 17 Mar 2008 16:29:50 +0000 Anselm R Garbe renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
Mon, 17 Mar 2008 16:26:06 +0000 Anselm R Garbe geoms are now drawed in the status bar
Mon, 17 Mar 2008 14:56:11 +0000 Anselm R Garbe removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
Sat, 15 Mar 2008 14:17:42 +0000 Anselm R Garbe made the string-based setgeom working
Fri, 14 Mar 2008 17:17:08 +0000 Anselm R Garbe some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
Fri, 14 Mar 2008 14:35:45 +0000 Anselm R Garbe some changes towards 4.9
Thu, 13 Mar 2008 16:30:29 +0000 Anselm R Garbe removed the comment again 4.8
Thu, 13 Mar 2008 13:59:40 +0000 Anselm R Garbe some polishing in tileh/tilev
Thu, 13 Mar 2008 13:01:42 +0000 Anselm R Garbe minor bugfix
Thu, 13 Mar 2008 12:47:41 +0000 Anselm R Garbe added a new comment
Thu, 13 Mar 2008 12:45:30 +0000 Anselm R Garbe some cleanup
Thu, 13 Mar 2008 10:19:05 +0000 Anselm R Garbe added updatebarpos()
Thu, 13 Mar 2008 10:11:02 +0000 Anselm R Garbe removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
Wed, 12 Mar 2008 16:04:06 +0000 Anselm R Garbe some polishing
Wed, 12 Mar 2008 15:34:36 +0000 Anselm R Garbe updated dwm(1)
Tue, 11 Mar 2008 21:52:10 +0000 anselm added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variables
Thu, 06 Mar 2008 19:20:14 +0000 Anselm R Garbe new stuff
Thu, 06 Mar 2008 18:53:15 +0000 Anselm R Garbe implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
Thu, 06 Mar 2008 11:56:43 +0000 Anselm R Garbe allow for vstack
Thu, 06 Mar 2008 11:56:00 +0000 Anselm R Garbe added some comments what the TODOs are for 4.8
Wed, 05 Mar 2008 18:48:33 +0000 Anselm R Garbe removed some more useless clunk
Wed, 05 Mar 2008 18:31:08 +0000 Anselm R Garbe implemented the stuff as I discussed on dwm@
Wed, 05 Mar 2008 13:13:13 +0000 Anselm R Garbe fixed urgent hint handling
Wed, 05 Mar 2008 10:31:37 +0000 Anselm R Garbe renamed maximise to monocle again.
Wed, 05 Mar 2008 10:22:21 +0000 Anselm R Garbe fixed urgency hint, though Xinerama integration is still ongoing
Wed, 05 Mar 2008 00:11:44 +0000 anselm next on TODO
Tue, 04 Mar 2008 21:41:36 +0000 anselm renamed MAXLEN into MAXTAGLEN (backward compliance)
Tue, 04 Mar 2008 21:40:49 +0000 anselm renamed monocle into maxmise, documented the keybindings in dwm(1)
Tue, 04 Mar 2008 18:58:23 +0000 Anselm R Garbe monocle goes mainstream
Tue, 04 Mar 2008 18:13:07 +0000 Anselm R Garbe fixed applyrules bug
Mon, 03 Mar 2008 21:40:37 +0000 anselm removed View cruft, now back to the roots
less more (0) -120 tip