2006-08-02 |
arg |
removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
|
2006-08-02 |
arg |
made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
|
2006-08-01 |
arg |
renamed WM_PROTOCOL_DELWIN into PROTODELWIN
|
2006-08-01 |
arg |
cleaned config.*h to prevent some confusion
|
2006-08-01 |
arg |
uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)
|
2006-08-01 |
arg |
centralized/externalized configuration to config.h
|
2006-08-01 |
arg |
applied Jukkas prev/next patch with XK_{h,l}
|
2006-08-01 |
arg |
applied Sanders patches
|
2006-08-01 |
arg |
committed a patch which fixes the hints of Jukka
|
2006-07-21 |
arg |
sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY
|
2006-07-20 |
arg |
applied sanders no_sizehints for tiled mode patch (thx!)
|
2006-07-20 |
arg |
using double-linked list in order to get correct prev focus handling
|
2006-07-20 |
arg |
cleaned the CUSTOMIZE flags
|
2006-07-20 |
arg |
made status bar drawing more robust, implemented togglemax and togglemode, works quite well
|
2006-07-20 |
arg |
removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
|
2006-07-19 |
arg |
implemented regexp matching for rules
|
2006-07-19 |
arg |
applied Jukka's patch with s/ModKeyMask/MODKEY/g
|
2006-07-19 |
arg |
refactored Sanders code somewhat
|
2006-07-19 |
arg |
applied Sanders resize patch, fixed lower bug
|
2006-07-18 |
Anselm R. Garbe |
implemened distinguishing float/managed geometries of clients (works quite well)
|
2006-07-18 |
Anselm R. Garbe |
pop on heretag
|
2006-07-18 |
Anselm R. Garbe |
added heretag command which allows to tag a client of a foreign tag with current tag
|
2006-07-17 |
Anselm R. Garbe |
ordered variables in structs and source files alphabetically
|
2006-07-15 |
Anselm R. Garbe |
several additions in mouse handling ;)
|
2006-07-15 |
Anselm R. Garbe |
changing XFlush into XSync
|
2006-07-15 |
Anselm R. Garbe |
sanitized other stuff
|
2006-07-15 |
Anselm R. Garbe |
proceeded with cleaning up, sorting functions, etc
|
2006-07-15 |
Anselm R. Garbe |
rearranged several stuff
|
2006-07-14 |
Anselm R. Garbe |
sanitized names
|
2006-07-14 |
Anselm R. Garbe |
rearranged
|
2006-07-14 |
Anselm R. Garbe |
removed a bunch of lines through swap removal
|
2006-07-14 |
Anselm R. Garbe |
searching for a better way to discard enter notifies
|
2006-07-14 |
Anselm R. Garbe |
implemented dwm reading status text from stdin
|
2006-07-14 |
Anselm R. Garbe |
made barclick to select the specific tag
|
2006-07-14 |
Anselm R. Garbe |
implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
|
2006-07-13 |
Anselm R. Garbe |
added mini stuff
|
2006-07-13 |
Anselm R. Garbe |
fixed several things, nearly feature complete
|
2006-07-13 |
Anselm R. Garbe |
new stuff
|
2006-07-13 |
Anselm R. Garbe |
several other additions/fixes, dwm is quite usable already
|
2006-07-13 |
Anselm R. Garbe |
implemented tagging a client
|
2006-07-13 |
Anselm R. Garbe |
added xlock command (I need it regularly)
|
2006-07-13 |
Anselm R. Garbe |
changed default colors
base
wm.h@17071f41f5aa
|