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
a98b5e5935made error handling more proper
Anselm R. Garbe
2007-11-02 17:04:40 +0100
b8985dc7bbreplaced low-level stext reading with an fgets call
Anselm R. Garbe
2007-11-02 16:57:52 +0100
6f60b2e1cdrevival of RESIZEHINTS
Anselm R. Garbe
2007-11-02 10:43:39 +0100
3033d45d1csanders patch for b2 toggle
arg@suckless.org
2007-10-29 12:42:58 +0100
34e7872c89replaced Nmacros with LENGTH(x) macro
Anselm R. Garbe
2007-10-28 12:52:16 +0100
c36f7c3c5ereplaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead.
Anselm R. Garbe
2007-10-28 12:41:14 +0100
3fd39feb41some sanity changes
Anselm R. Garbe
2007-10-27 18:21:02 +0200
93eee247cagoing toward 4.7
Anselm R. Garbe
2007-10-27 18:12:54 +0200
d5e8edcbcbAdded tag 4.6 for changeset bcd7e18e196a
Anselm R. Garbe
2007-10-25 20:24:59 +0200
13577b15e5fixed a comment
arg@suckless.org
2007-10-25 10:42:55 +0200
5473e763f6also consider width for tile fallback enforcing
Anselm R. Garbe
2007-10-24 20:34:08 +0200
cdd6c3e820removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients
arg@suckless.org
2007-10-24 16:26:59 +0200
29f2b15ddcsome cleanup, removed ntags variable, defined NTAGS macro, simplified tag(), view() and idxoftag(), fixed some NULL comparisions
arg@suckless.org
2007-10-24 16:07:43 +0200
7b65b763bcparenthized use of ISTILE macro in dwm.c
arg@suckless.org
2007-10-23 09:38:47 +0200
e94774dd69thx to Toni Lainson
arg@suckless.org
2007-10-19 09:56:51 +0200
af0034f3a5fixed two comments
arg@suckless.org
2007-10-18 17:02:19 +0200
cd7ebaad25removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities
arg@suckless.org
2007-10-18 10:28:41 +0200
206eb344e2just making dwm.h saner
arg@suckless.org
2007-10-17 11:19:14 +0200
04de5720e6applied Eric Mertens patch to mainstream dwm, however this needs testing
Anselm R. Garbe
2007-10-16 19:07:51 +0200
5a04edecb1cleaned up dwm.c/dwm.h somewhat that it allows easier integration of patches
Anselm R. Garbe
2007-10-16 19:04:49 +0200
24c125cc8asmall comment
Anselm R. Garbe
2007-10-11 20:50:01 +0200
0453c1d180recreated dwm.h
Anselm R. Garbe
2007-10-11 20:47:34 +0200
0b5c14cf59added Mod1-Tab description to dwm.1
Anselm R. Garbe
2007-10-10 18:51:03 +0200
a73de0cff4added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise
Anselm R. Garbe
2007-10-10 18:39:28 +0200
eeea4ef583applied Brandon MacDone's static initialization patch for seltags and Client->tags
Anselm R. Garbe
2007-10-06 19:43:15 +0200
883e09b2ebremoving NULL-terminating **tags definition in config.h
Anselm R. Garbe
2007-10-05 18:30:01 +0200
7e25897f11removed two spaces reported by Soleen
Anselm R. Garbe
2007-10-03 16:25:25 +0200
95091dcad4reverted Peters patch to tile, I will discuss the reasons at dwm@
Anselm R. Garbe
2007-10-01 21:25:15 +0200
57676994eas/xterm/uxterm/
Anselm R. Garbe
2007-10-01 15:39:37 +0200
60adbab726added hint for downloading dextra
Anselm R. Garbe
2007-10-01 14:40:53 +0200
c3eca4d14ffixed font definition
Anselm R. Garbe
2007-10-01 11:43:53 +0200
d1f4fbb469fixed man page
Anselm R. Garbe
2007-09-30 19:20:05 +0200
635b64384dfixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()
Anselm R. Garbe
2007-09-30 18:33:05 +0200
bedbe59aaaapplied Peter Hartlich's border collapse patch
Anselm R. Garbe
2007-09-30 12:47:08 +0200
3f3086f8b8improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily)
Anselm R. Garbe
2007-09-27 20:08:21 +0200
f92a4e45c4fixed colors
Anselm R. Garbe
2007-09-27 18:59:47 +0200
2fc8a13588fixed inclusion order
arg@suckless.org
2007-09-27 09:14:32 +0200
63725004f5updated with my favorite colorscheme
Anselm R. Garbe
2007-09-26 19:14:22 +0200
e9348dcacaapplied colors depend from lavishs proposal
Anselm R. Garbe
2007-09-25 20:43:29 +0200
fa857b2896switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
Anselm R. Garbe
2007-09-23 18:50:04 +0200
c77663fcb4btw 4.6 will be the next release
Anselm R. Garbe
2007-09-23 11:24:42 +0200
17d39ee014renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
Anselm R. Garbe
2007-09-23 11:24:12 +0200
8d1810c85bintroduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()
Anselm R. Garbe
2007-09-22 21:55:19 +0200
60444daa70setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this makes it easier to play well with bstack and nmtile patches
Anselm R. Garbe
2007-09-22 21:34:06 +0200
b0477c3017Added tag 4.5 for changeset 2acc60d6dfe2
Anselm R. Garbe
2007-09-22 09:13:03 +0200
24dae7d7e3cosmetic fix
Anselm R. Garbe
2007-09-22 08:57:24 +0200
fa1ce22bc4fixed a comment
Anselm R. Garbe
2007-09-20 21:45:27 +0200
1fafcb1820applied Peters patch, applied yiyus hint to initfont
arg@suckless.org
2007-09-19 17:32:28 +0200
08c2d92480applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum
Anselm R. Garbe
2007-09-18 19:04:50 +0200
fe2775a15bmade all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
arg@suckless.org
2007-09-17 16:42:37 +0200
01022b95d6there might be envs which need Xlib.h
Anselm R. Garbe
2007-09-16 20:02:42 +0200
b2f276b0f9Mod1-Button2 on a floating but not-fixed client will make it tiled again
Anselm R. Garbe
2007-09-16 13:42:37 +0200
d1ce3eac33now tiled windows can be resized/moved, their floating state will be toggled implicitely
Anselm R. Garbe
2007-09-16 13:27:33 +0200