9fa5ca3538renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
Anselm R Garbe
2008-03-17 16:29:50 +0000
fe6b0c0fc1geoms are now drawed in the status bar
Anselm R Garbe
2008-03-17 16:26:06 +0000
aa2395b6a8removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
Anselm R Garbe
2008-03-17 14:56:11 +0000
dba22848c7made the string-based setgeom working
Anselm R Garbe
2008-03-15 14:17:42 +0000
33b1960220some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
Anselm R Garbe
2008-03-14 17:17:08 +0000
e237b2a76fsome changes towards 4.9
Anselm R Garbe
2008-03-14 14:35:45 +0000
dd9ee6d248Added tag 4.8 for changeset 607015ddb091
Anselm R Garbe
2008-03-13 16:56:11 +0000
1380569133removed the comment again
Anselm R Garbe
2008-03-13 16:30:29 +0000
831428b00csome polishing in tileh/tilev
Anselm R Garbe
2008-03-13 13:59:40 +0000
69439715c0minor bugfix
Anselm R Garbe
2008-03-13 13:01:42 +0000
f2e98f48fbadded a new comment
Anselm R Garbe
2008-03-13 12:47:41 +0000
c19d4b2930some cleanup
Anselm R Garbe
2008-03-13 12:45:30 +0000
f77a3d0a62updated my geoms function
Anselm R Garbe
2008-03-13 10:25:50 +0000
8aa1533879update
Anselm R Garbe
2008-03-13 10:24:02 +0000
2fc9cffdebset layout already here
Anselm R Garbe
2008-03-13 10:22:10 +0000
3c5b6f03bawell I use a different default tile
Anselm R Garbe
2008-03-13 10:21:03 +0000
02673538bcadded updatebarpos()
Anselm R Garbe
2008-03-13 10:19:05 +0000
95eae7b9d2removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
Anselm R Garbe
2008-03-13 10:11:02 +0000
59107755c8some polishing
Anselm R Garbe
2008-03-12 16:04:06 +0000
d05d09b205updated dwm(1)
Anselm R Garbe
2008-03-12 15:34:36 +0000
247ba66c08changed config.def.h
Anselm R Garbe
2008-03-06 19:22:00 +0000
d7b074fccenew stuff
Anselm R Garbe
2008-03-06 19:20:14 +0000
c9170189bfimplemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
Anselm R Garbe
2008-03-06 18:53:15 +0000
f7a45ff28ballow for vstack
Anselm R Garbe
2008-03-06 11:56:43 +0000
add7df6e9badded some comments what the TODOs are for 4.8
Anselm R Garbe
2008-03-06 11:56:00 +0000
3a79b82721changed config.def.h
Anselm R Garbe
2008-03-05 21:14:57 +0000
b31b430592integrated the new -x -y -w toggles of dmenu into my setup
Anselm R Garbe
2008-03-05 19:03:45 +0000
88c8ead3e8removed some more useless clunk
Anselm R Garbe
2008-03-05 18:48:33 +0000
2e95837220implemented the stuff as I discussed on dwm@
Anselm R Garbe
2008-03-05 18:31:08 +0000
5d9ae3f3b7fixed urgent hint handling
Anselm R Garbe
2008-03-05 13:13:13 +0000
2e38296eddrenamed maximise to monocle again.
Anselm R Garbe
2008-03-05 10:31:37 +0000
59aa02a075fixed urgency hint, though Xinerama integration is still ongoing
Anselm R Garbe
2008-03-05 10:22:21 +0000
e3c2d327f6next on TODO
anselm@anselm1
2008-03-05 00:11:44 +0000
295ad21092renamed MAXLEN into MAXTAGLEN (backward compliance)
anselm@anselm1
2008-03-04 21:41:36 +0000
39af3c2607renamed monocle into maxmise, documented the keybindings in dwm(1)
anselm@anselm1
2008-03-04 21:40:49 +0000
96ee9d888cmonocle goes mainstream
Anselm R Garbe
2008-03-04 18:58:23 +0000
a82cba2759fixed applyrules bug
Anselm R Garbe
2008-03-04 18:13:07 +0000
f7c097e802removed View cruft, now back to the roots
anselm@anselm1
2008-03-03 21:40:37 +0000
da1b3fa437made tag names snappier
Anselm R Garbe
2008-02-29 11:59:28 +0000
ad0a2fa042fixed some issues nsz reported in IRC log
anselm@anselm1
2008-02-28 21:44:52 +0000
9804726c82well, AIM_XINERAMA should not be enabled
anselm@anselm1
2008-02-28 21:39:45 +0000
7bc272a4e4made the basics of the tagging concept working -- if people want dynamic tags, that's even possible with this concept, the vtags[] array needs to be modified during runtime for this -- the new code is quite experimental, ugly and needs polishing
anselm@anselm1
2008-02-28 21:38:53 +0000
f1719ac2deremoved initags -- we autoselect the first tag in each view instead
anselm@anselm1
2008-02-28 20:02:57 +0000
d99ec61482a small fix to buttonpress
Anselm R Garbe
2008-02-28 17:13:13 +0000
2f70a14ee1some more changes towards a better dwm
Anselm R Garbe
2008-02-28 17:07:30 +0000
00ca643bd7proceeded, though we still miss a real Tag struct
anselm@anselm1
2008-02-27 21:50:50 +0000
2bfd3fffbfcertain fixes, though still a lot of the mutex stuff missing
anselm@anselm1
2008-02-25 22:19:17 +0000
a3d8c05a95pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but those changes are necessary to get a decent multihead support) -- I renamed Monitor into View, to reflect in a better way the dwm terminology of the past
anselm@anselm1
2008-02-23 23:11:27 +0000
fd01413faefixed Gottox' mail address
anselm@anselm1
2008-02-22 19:32:53 +0000
d6e24f7116well typo fix
Anselm R Garbe
2008-02-22 15:27:50 +0000
c43d7b7587added Gottox to Copyright holders after all his contributions, applied his last patch
Anselm R Garbe
2008-02-22 15:26:27 +0000
de5b294edcsome other fixes, resize contains a minor bug
Anselm R Garbe
2008-02-22 10:34:12 +0000
8e0f8ffcc6crash fix
Anselm R Garbe
2008-02-22 10:15:59 +0000
dd21823536made arrange() Monitor-dependent as well, fixed the movemouse/resizemouse issues
Anselm R Garbe
2008-02-22 10:03:42 +0000
9cb9c32ee7minor
Anselm R Garbe
2008-02-21 19:19:46 +0000
55edd2d6ecmade restack, drawbar also Monitor-related only
Anselm R Garbe
2008-02-21 10:31:06 +0000
2e8e5509d9changed arrange functions to contain the Monitor as first argument
Anselm R Garbe
2008-02-21 10:14:42 +0000
4426032450applied Jukka's zoom-patch
Anselm R Garbe
2008-02-20 13:48:52 +0000
e0f0397896resize handles offscreen issues
Anselm R Garbe
2008-02-20 08:13:41 +0000
ca3e847e45applied some necessary changes
Anselm R Garbe
2008-02-20 08:09:26 +0000
c2737b7b93removed Monitor->dc, unnecessary
Anselm R Garbe
2008-02-18 17:08:22 +0000
191cb9ce28removed Monitor->root, since we do not support classical multihead
Anselm R Garbe
2008-02-18 16:47:16 +0000
6ab163c695some drawbar() polishing, and certain related fixes
Anselm R Garbe
2008-02-15 16:00:02 +0000
e8244395e4urgency hook handling needs also to invert the square if present
Anselm R Garbe
2008-02-13 20:34:17 +0000
954db46bacChris pointed me to the fact, that the window geoms calculation can be done once for each monitor, so I applied this remark
Anselm R Garbe
2008-02-11 20:57:56 +0000
508922b90dfixed missing else branch
Anselm R Garbe
2008-02-11 20:51:04 +0000
4adfdc9d95applied dme's patch to prevent changing prevtags if nothing actually changed
Anselm R Garbe
2008-02-11 20:48:22 +0000
c619363d15applied dwm-4.8-snaptileds.diff
Anselm R Garbe
2008-02-11 20:43:41 +0000
308f95ae5aadded dmenu_run to config.h
anselm@anselm1
2007-12-22 12:26:24 +0000
40a734bca9root window and screen have to be in Monitor struct, we want side-by-side Xinerama and Multihead support (only Xinerama when enabled and present)
anselm@anselm1
2007-12-21 20:45:46 +0000
985e330524merged Christof Musik's Xinerama support patches, though this needs some polishing!
anselm@anselm1
2007-12-21 12:54:45 +0000
5f19423c7bsimplified Mod-m
Anselm R. Garbe
2007-12-09 13:39:29 +0100
d66ad1457eimplemented reapply for re-applying the tagging rules during runtime, Mod-r
Anselm R. Garbe
2007-12-08 20:11:56 +0100
8497f9f781next version will be 4.8
Anselm R. Garbe
2007-12-08 19:59:51 +0100
91bb749e97Added tag 4.7 for changeset d6d3085307d8
Anselm R. Garbe
2007-11-21 21:19:03 +0100
68ff133857fixed focus steeling bug done by clients like opera
Anselm R. Garbe
2007-11-17 19:59:13 +0100
4380db468aremoved support for the NetSupportingWmCheck stuff, netbeans, argouml and others also don't work with compiz, so it is Suns problem to provide a fix
Anselm R. Garbe
2007-11-17 18:59:51 +0100
123a565bb9yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D)
Anselm R. Garbe
2007-11-15 20:38:25 +0100
d0e0505301foo
Anselm R. Garbe
2007-11-15 19:26:44 +0100
762b66ae7chack that adds NET_SUPPORTING_WM_CHECK handling, dwm identifies itself as compiz, hence I believe this might workaround the JDK 1.6+ XToolkit bug
Anselm R. Garbe
2007-11-15 18:57:31 +0100
cb4951dd54applied Ritesh's patch to stext handling with some minor modifications
Anselm R. Garbe
2007-11-10 20:21:22 +0100
667da18b31initialize prevtags in setup, now users can setup which seltags should be selectedin config.h
Anselm R. Garbe
2007-11-10 19:31:01 +0100
e9a0733506Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!
Anselm R. Garbe
2007-11-10 19:16:11 +0100
198502f41dmoved LENGTH to dwm.c, moved prevtags to dwm.c
arg@suckless.org
2007-11-07 09:49:53 +0100
35efafe8acwe check variable == value, and not the other way - the other way is for beginner programmers.
Anselm R. Garbe
2007-11-04 17:49:56 +0100
951d022dfcremoved a misleading comment about client title windows, which don't exist anymore
Anselm R. Garbe
2007-11-04 12:17:06 +0100
54bde0f9d7full names in -v output of dwm
Anselm R. Garbe
2007-11-04 12:12:52 +0100
260a55ef62doing it in a shorter way
Anselm R. Garbe
2007-11-03 21:14:04 +0100
0e98090d65removed fgets usage, increment offset until a line is read, dwm will drop all lines read in one call, except the first!!! one (previously it preferred the last) - but the current approach is simplier and works better for general purpose in conjunction with the offset handling
Anselm R. Garbe
2007-11-03 20:43:12 +0100
af4667a85asimplified
Anselm R. Garbe
2007-11-02 17:07:14 +0100