index
:
dwm
master
My fork of the suckless.org window manager
Bryson Steck
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tag.c
Age
Commit message (
Collapse
)
Author
2006-08-01
committed a patch which fixes the hints of Jukka
arg@10ksloc.org
2006-07-21
some cleanups/fixes inspired by Jukka Salmi's feedback
arg@10ksloc.org
2006-07-21
sanitization of several clunky stuff, removed heretag (rarely of use), ↵
arg@10ksloc.org
simplified pop(), changed shortcuts to always contain MODKEY
2006-07-20
using double-linked list in order to get correct prev focus handling
arg@10ksloc.org
2006-07-20
cleaned the CUSTOMIZE flags
arg@10ksloc.org
2006-07-20
made status bar drawing more robust, implemented togglemax and togglemode, ↵
arg@10ksloc.org
works quite well
2006-07-20
cleaned up code
arg@10ksloc.org
2006-07-20
removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling ↵
arg@10ksloc.org
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
implemented regexp matching for rules
arg@10ksloc.org
2006-07-19
implemented fallback for too many clients in stacked mode
arg@10ksloc.org
2006-07-19
applied Sanders resize patch, fixed lower bug
arg@10ksloc.org
2006-07-18
firefox instance is different now
arg@mmvi
2006-07-18
implemened distinguishing float/managed geometries of clients (works quite well)
Anselm R. Garbe
2006-07-18
pop on heretag
Anselm R. Garbe
2006-07-18
added heretag command which allows to tag a client of a foreign tag with ↵
Anselm R. Garbe
current tag
2006-07-17
ordered variables in structs and source files alphabetically
Anselm R. Garbe
2006-07-16
several additions in mouse handling ;)
Anselm R. Garbe
2006-07-15
proceeded with cleaning up, sorting functions, etc
Anselm R. Garbe
2006-07-15
rearranged several stuff
Anselm R. Garbe