aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* applied Maarten Maathuis recenter-patch for floating clients only requesting ↵Anselm R. Garbe2007-05-09
| | | | new width and height exceeding the screen space
* s/remain/remainder/Anselm R. Garbe2007-05-09
|
* fixing remaining space calculationAnselm R. Garbe2007-05-09
|
* thanks to Juka to check -Wall ;)Anselm R. Garbe2007-05-08
|
* next version is 4.1Anselm R. Garbe2007-05-07
|
* applied patch of Paul Liu to allow onthefly resizing due to xrandr changesAnselm R. Garbe2007-05-07
|
* Added tag 4.0 for changeset 018c38468422Anselm R. Garbe2007-04-19
|
* fixed the border issue for mplayer, ff is definately broken when using F11 ↵Anselm R. Garbe2007-04-19
| | | | (fullscreen mode)
* touch borderAnselm R. Garbe2007-04-19
|
* set border at manage timeAnselm R. Garbe2007-04-18
|
* using pixelcarnage-monospace (proggyclean), because this is better to the eyesAnselm R. Garbe2007-04-18
|
* changed border handlingAnselm R. Garbe2007-04-17
|
* changing order of c->border restorageAnselm R. Garbe2007-04-13
|
* I used 2006 in other places as wellAnselm R. Garbe2007-04-13
|
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-13
|
* making Copyright notices more compactAnselm R. Garbe2007-04-13
|
* next version will be 4.0, so don't expect it within the next daysAnselm R. Garbe2007-04-11
|
* make also transients floating when we do not know the main windowAnselm R. Garbe2007-04-11
|
* Added tag 3.9 for changeset 55478328b242Anselm R. Garbe2007-04-02
|
* next version will be 3.9, but don't expect it this weekAnselm R. Garbe2007-03-29
|
* add an additional check in resize() to prevent a crash of dwmAnselm R. Garbe2007-03-29
|
* Added tag 3.8 for changeset 2ea201354cf0Anselm R. Garbe2007-03-05
|
* we don't need to set the font all the timeAnselm R. Garbe2007-03-02
|
* some changes to updatesizehints, I don't change the aspect ratio algorithm ↵Anselm R. Garbe2007-03-01
| | | | now - I can't think, it is a mess
* removed sendeventAnselm R. Garbe2007-02-26
|
* Escape -s in dwm.1Anselm R. Garbe2007-02-26
|
* Added tag 3.7 for changeset baee494346e5Anselm R. Garbe2007-02-24
|
* prepared 3.7, ready to ramboAnselm R. Garbe2007-02-24
|
* removed an unnecessary newlineAnselm R. Garbe2007-02-24
|
* removed superfluous externs (except for tags, because tags is defined in the ↵Anselm R. Garbe2007-02-24
| | | | source)
* replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe2007-02-23
|
* oops, small bugfix in my configAnselm R. Garbe2007-02-23
|
* default masterwidth should also be at 600Anselm R. Garbe2007-02-23
|
* changed order if h/lAnselm R. Garbe2007-02-23
|
* well I agree to several people claiming h/j/k/l is the better default than ↵Anselm R. Garbe2007-02-23
| | | | Tab/S-Tab/g/s for focus and master resizing
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe2007-02-22
| | | | sounds more correct) - English speakers convinced me
* hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe2007-02-22
|
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-22
|
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-22
|
* nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe2007-02-22
|
* using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe2007-02-22
|
* simplified focusclient()Anselm R. Garbe2007-02-22
|
* renamed versatile into untiledAnselm R. Garbe2007-02-22
|
* merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe2007-02-22
|
* made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe2007-02-22
|
* oopsAnselm R. Garbe2007-02-22
|
* small bugfixAnselm R. Garbe2007-02-22
|
* fixed some issues due to the Arg->const char * transitionAnselm R. Garbe2007-02-22
|
* restoring default keybindings as Sander complainedAnselm R. Garbe2007-02-22
|
* replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Anselm R. Garbe2007-02-22
| | | | need atoi() in some places