aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
AgeCommit message (Collapse)Author
2008-03-24revival of mfact and setmfactAnselm R Garbe
2008-03-24setlayout and setgeom are now togglable againAnselm R Garbe
2008-03-24geom indicator and layout indicator is only displayed if there are several ↵Anselm R Garbe
geoms/layouts
2008-03-22hotfix of idxoftaganselm@anselm1
2008-03-22blw/bgw calculation bugfixanselm@anselm1
2008-03-19updated configurenotifyAnselm R Garbe
2008-03-18minor bugfix in applyrulesanselm@anselm1
2008-03-17renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w ↵Anselm R Garbe
value
2008-03-17geoms are now drawed in the status barAnselm R Garbe
2008-03-17removed the string-based setgeom approach, introduced a new Geom type ↵Anselm R Garbe
instead and a helper macro
2008-03-15made the string-based setgeom workingAnselm R Garbe
2008-03-14some experimental state DO NOT USE THIS, I plan to have a nicer interface to ↵Anselm R Garbe
change geometries
2008-03-14some changes towards 4.9Anselm R Garbe
2008-03-13removed the comment again4.8Anselm R Garbe
2008-03-13some polishing in tileh/tilevAnselm R Garbe
2008-03-13minor bugfixAnselm R Garbe
2008-03-13added a new commentAnselm R Garbe
2008-03-13some cleanupAnselm R Garbe
2008-03-13added updatebarpos()Anselm R Garbe
2008-03-13removed all defines of geoms, implemented setgeoms() instead, added ↵Anselm R Garbe
config.anselm.h to show how I'd like to see that people edit their geoms
2008-03-12some polishingAnselm R Garbe
2008-03-12updated dwm(1)Anselm R Garbe
2008-03-11added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ↵anselm@anselm1
ty, tw, th, wx, wy, ww, wh ad variables
2008-03-06new stuffAnselm R Garbe
2008-03-06implemented setlayout in the way proposed on the ml, split tile() into two ↵Anselm R Garbe
functions, a third will follow soon
2008-03-06allow for vstackAnselm R Garbe
2008-03-06added some comments what the TODOs are for 4.8Anselm R Garbe
2008-03-05removed some more useless clunkAnselm R Garbe
2008-03-05implemented the stuff as I discussed on dwm@Anselm R Garbe
2008-03-05fixed urgent hint handlingAnselm R Garbe
2008-03-05renamed maximise to monocle again.Anselm R Garbe
2008-03-05fixed urgency hint, though Xinerama integration is still ongoingAnselm R Garbe
2008-03-05next on TODOanselm@anselm1
2008-03-04renamed MAXLEN into MAXTAGLEN (backward compliance)anselm@anselm1
2008-03-04renamed monocle into maxmise, documented the keybindings in dwm(1)anselm@anselm1
2008-03-04monocle goes mainstreamAnselm R Garbe
2008-03-04fixed applyrules bugAnselm R Garbe
2008-03-03removed View cruft, now back to the rootsanselm@anselm1
2008-02-28fixed some issues nsz reported in IRC loganselm@anselm1
2008-02-28made the basics of the tagging concept working -- if people want dynamic ↵anselm@anselm1
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
2008-02-28removed initags -- we autoselect the first tag in each view insteadanselm@anselm1
2008-02-28a small fix to buttonpressAnselm R Garbe
2008-02-28some more changes towards a better dwmAnselm R Garbe
2008-02-27 proceeded, though we still miss a real Tag structanselm@anselm1
2008-02-26simplified dwmanselm@anselm1
2008-02-25certain fixes, though still a lot of the mutex stuff missinganselm@anselm1
2008-02-24pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but ↵anselm@anselm1
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
2008-02-22fixed Gottox' mail addressanselm@anselm1
2008-02-22added Gottox to Copyright holders after all his contributions, applied his ↵Anselm R Garbe
last patch
2008-02-22some other fixes, resize contains a minor bugAnselm R Garbe