index
:
dwm
base
master
My fork of suckless dwm: https://git.suckless.org/dwm
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
Commit message (
Collapse
)
Author
Age
Lines
*
removed artefacts of single-linked list (thanx to Jukka, I must have been mad)
arg@10ksloc.org
2006-08-01
-8
/
+3
|
*
uppercasing all define'd values (uppercase-prefixed should only be enum ↵
arg@10ksloc.org
2006-08-01
-3
/
+3
|
|
|
|
field qualifiers)
*
applied Sanders patches
arg@10ksloc.org
2006-08-01
-3
/
+3
|
*
committed a patch which fixes the hints of Jukka
arg@10ksloc.org
2006-08-01
-34
/
+8
|
*
sanitization of several clunky stuff, removed heretag (rarely of use), ↵
arg@10ksloc.org
2006-07-21
-2
/
+15
|
|
|
|
simplified pop(), changed shortcuts to always contain MODKEY
*
applied sanders no_sizehints for tiled mode patch (thx!)
arg@10ksloc.org
2006-07-20
-10
/
+10
|
*
serious mistake in pop() (forgot to set c->prev to NULL on pop)
arg@10ksloc.org
2006-07-20
-0
/
+1
|
*
using double-linked list in order to get correct prev focus handling
arg@10ksloc.org
2006-07-20
-15
/
+31
|
*
made status bar drawing more robust, implemented togglemax and togglemode, ↵
arg@10ksloc.org
2006-07-20
-15
/
+38
|
|
|
|
works quite well
*
cleaned up code
arg@10ksloc.org
2006-07-20
-6
/
+10
|
*
removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling ↵
arg@10ksloc.org
2006-07-20
-76
/
+52
|
|
|
|
remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
*
implemented regexp matching for rules
arg@10ksloc.org
2006-07-19
-2
/
+3
|
*
applied Jukka's patch with s/ModKeyMask/MODKEY/g
arg@10ksloc.org
2006-07-19
-3
/
+3
|
*
fixed the bug mentioned by Sander
arg@10ksloc.org
2006-07-19
-3
/
+7
|
*
refactored Sanders code somewhat
arg@10ksloc.org
2006-07-19
-2
/
+2
|
*
implemented fallback for too many clients in stacked mode
arg@10ksloc.org
2006-07-19
-2
/
+3
|
*
and another fix...
arg@10ksloc.org
2006-07-19
-1
/
+1
|
*
yet another typo fix
arg@10ksloc.org
2006-07-19
-2
/
+2
|
*
fixed a typo
arg@10ksloc.org
2006-07-19
-1
/
+1
|
*
floating clients get random (x,y) offsets now
arg@10ksloc.org
2006-07-19
-0
/
+7
|
*
applied Sanders resize patch, fixed lower bug
arg@10ksloc.org
2006-07-19
-2
/
+8
|
*
implemened distinguishing float/managed geometries of clients (works quite well)
Anselm R. Garbe
2006-07-18
-48
/
+68
|
*
pop on heretag
Anselm R. Garbe
2006-07-18
-7
/
+14
|
*
added heretag command which allows to tag a client of a foreign tag with ↵
Anselm R. Garbe
2006-07-18
-4
/
+4
|
|
|
|
current tag
*
another XSync
Anselm R. Garbe
2006-07-16
-0
/
+1
|
*
several additions in mouse handling ;)
Anselm R. Garbe
2006-07-16
-6
/
+7
|
*
fixed XSync handling and finished man page
Anselm R. Garbe
2006-07-15
-4
/
+3
|
*
sanitized other stuff
Anselm R. Garbe
2006-07-15
-2
/
+2
|
*
proceeded with cleaning up, sorting functions, etc
Anselm R. Garbe
2006-07-15
-205
/
+206
|
*
rearranged several stuff
Anselm R. Garbe
2006-07-15
-58
/
+87
|
*
sanitized names
Anselm R. Garbe
2006-07-14
-14
/
+14
|
*
rearranged
Anselm R. Garbe
2006-07-14
-227
/
+3
|
*
bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode
Anselm R. Garbe
2006-07-14
-0
/
+2
|
*
fixed crash on zoom if only 1 client exists
Anselm R. Garbe
2006-07-14
-3
/
+9
|
*
removed a bunch of lines through swap removal
Anselm R. Garbe
2006-07-14
-2
/
+2
|
*
searching for a better way to discard enter notifies
Anselm R. Garbe
2006-07-14
-13
/
+11
|
*
focus on view change as well
Anselm R. Garbe
2006-07-14
-0
/
+3
|
*
made stdin reader more robust
Anselm R. Garbe
2006-07-14
-4
/
+9
|
*
implemented bar for dwm (I miss status text), I plan that status text is ↵
Anselm R. Garbe
2006-07-14
-12
/
+18
|
|
|
|
read from stdin in dwm
*
continued with man page
Anselm R. Garbe
2006-07-14
-1
/
+1
|
*
except improvements to the mouse handling this is already nearly feature ↵
Anselm R. Garbe
2006-07-13
-0
/
+5
|
|
|
|
complete
*
added mini stuff
Anselm R. Garbe
2006-07-13
-20
/
+31
|
*
fixed several things, nearly feature complete
Anselm R. Garbe
2006-07-13
-25
/
+30
|
*
new stuff
Anselm R. Garbe
2006-07-13
-44
/
+78
|
*
several other additions/fixes, dwm is quite usable already
Anselm R. Garbe
2006-07-13
-95
/
+140
|
*
implemented tagging a client
Anselm R. Garbe
2006-07-13
-57
/
+113
|
*
added xlock command (I need it regularly)
Anselm R. Garbe
2006-07-13
-20
/
+10
|
*
added pointer warps on kb-driven/manage-driven focus
Anselm R. Garbe
2006-07-13
-0
/
+3
|
*
changed back to urxvt, dwm has no problems with it, because it doesn't use ↵
Anselm R. Garbe
2006-07-13
-1
/
+1
|
|
|
|
frame windows ;)
*
changed default colors
Anselm R. Garbe
2006-07-13
-7
/
+8
|
[next]