c9170189bf
implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
Anselm R Garbe2008-03-06 18:53:15 +00:00
7bc272a4e4
made 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@anselm12008-02-28 21:38:53 +00:00
f1719ac2de
removed initags -- we autoselect the first tag in each view instead
anselm@anselm12008-02-28 20:02:57 +00:00
2bfd3fffbf
certain fixes, though still a lot of the mutex stuff missing
anselm@anselm12008-02-25 22:19:17 +00:00
a3d8c05a95
pushing 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@anselm12008-02-23 23:11:27 +00:00
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