191cb9ce28
removed Monitor->root, since we do not support classical multihead
Anselm R Garbe2008-02-18 16:47:16 +00:00
6ab163c695
some drawbar() polishing, and certain related fixes
Anselm R Garbe2008-02-15 16:00:02 +00:00
e8244395e4
urgency hook handling needs also to invert the square if present
Anselm R Garbe2008-02-13 20:34:17 +00:00
954db46bac
Chris pointed me to the fact, that the window geoms calculation can be done once for each monitor, so I applied this remark
Anselm R Garbe2008-02-11 20:57:56 +00:00
40a734bca9
root 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@anselm12007-12-21 20:45:46 +00:00
985e330524
merged Christof Musik's Xinerama support patches, though this needs some polishing!
anselm@anselm12007-12-21 12:54:45 +00:00
68ff133857
fixed focus steeling bug done by clients like opera
Anselm R. Garbe2007-11-17 19:59:13 +01:00
4380db468a
removed 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. Garbe2007-11-17 18:59:51 +01:00
123a565bb9
yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D)
Anselm R. Garbe2007-11-15 20:38:25 +01:00
762b66ae7c
hack 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. Garbe2007-11-15 18:57:31 +01:00
cb4951dd54
applied Ritesh's patch to stext handling with some minor modifications
Anselm R. Garbe2007-11-10 20:21:22 +01:00
667da18b31
initialize prevtags in setup, now users can setup which seltags should be selectedin config.h
Anselm R. Garbe2007-11-10 19:31:01 +01:00
e9a0733506
Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!
Anselm R. Garbe2007-11-10 19:16:11 +01:00
0e98090d65
removed 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. Garbe2007-11-03 20:43:12 +01:00
c36f7c3c5e
replaced 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. Garbe2007-10-28 12:41:14 +01:00
cd7ebaad25
removed 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.org2007-10-18 10:28:41 +02:00
a73de0cff4
added 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. Garbe2007-10-10 18:39:28 +02:00
eeea4ef583
applied Brandon MacDone's static initialization patch for seltags and Client->tags
Anselm R. Garbe2007-10-06 19:43:15 +02:00
883e09b2eb
removing NULL-terminating **tags definition in config.h
Anselm R. Garbe2007-10-05 18:30:01 +02:00
3f3086f8b8
improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily)
Anselm R. Garbe2007-09-27 20:08:21 +02:00
17d39ee014
renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
Anselm R. Garbe2007-09-23 11:24:12 +02:00
8d1810c85b
introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()
Anselm R. Garbe2007-09-22 21:55:19 +02:00
60444daa70
setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this makes it easier to play well with bstack and nmtile patches
Anselm R. Garbe2007-09-22 21:34:06 +02:00
1fafcb1820
applied Peters patch, applied yiyus hint to initfont
arg@suckless.org2007-09-19 17:32:28 +02:00
08c2d92480
applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum
Anselm R. Garbe2007-09-18 19:04:50 +02:00
fe2775a15b
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
arg@suckless.org2007-09-17 16:42:37 +02:00
a026617c65
macros which have been defined in config.h can only be used at function level, however you can nest code into config.h now for implementing a different layout (just for example), eg. #include "supertile.c"
Anselm R. Garbe2007-09-16 10:23:53 +02:00