index
:
seiwm
main
old
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
using double-linked list in order to get correct prev focus handling
[email protected]
2006-07-20
1
-15
/
+31
|
*
made status bar drawing more robust, implemented togglemax and togglemode, ↵
[email protected]
2006-07-20
1
-15
/
+38
|
|
|
|
works quite well
*
cleaned up code
[email protected]
2006-07-20
1
-6
/
+10
|
*
removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling ↵
[email protected]
2006-07-20
1
-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
[email protected]
2006-07-19
1
-2
/
+3
|
*
applied Jukka's patch with s/ModKeyMask/MODKEY/g
[email protected]
2006-07-19
1
-3
/
+3
|
*
fixed the bug mentioned by Sander
[email protected]
2006-07-19
1
-3
/
+7
|
*
refactored Sanders code somewhat
[email protected]
2006-07-19
1
-2
/
+2
|
*
implemented fallback for too many clients in stacked mode
[email protected]
2006-07-19
1
-2
/
+3
|
*
and another fix...
[email protected]
2006-07-19
1
-1
/
+1
|
*
yet another typo fix
[email protected]
2006-07-19
1
-2
/
+2
|
*
fixed a typo
[email protected]
2006-07-19
1
-1
/
+1
|
*
floating clients get random (x,y) offsets now
[email protected]
2006-07-19
1
-0
/
+7
|
*
applied Sanders resize patch, fixed lower bug
[email protected]
2006-07-19
1
-2
/
+8
|
*
implemened distinguishing float/managed geometries of clients (works quite well)
Anselm R. Garbe
2006-07-18
1
-48
/
+68
|
*
pop on heretag
Anselm R. Garbe
2006-07-18
1
-7
/
+14
|
*
added heretag command which allows to tag a client of a foreign tag with ↵
Anselm R. Garbe
2006-07-18
1
-4
/
+4
|
|
|
|
current tag
*
another XSync
Anselm R. Garbe
2006-07-16
1
-0
/
+1
|
*
several additions in mouse handling ;)
Anselm R. Garbe
2006-07-16
1
-6
/
+7
|
*
fixed XSync handling and finished man page
Anselm R. Garbe
2006-07-15
1
-4
/
+3
|
*
sanitized other stuff
Anselm R. Garbe
2006-07-15
1
-2
/
+2
|
*
proceeded with cleaning up, sorting functions, etc
Anselm R. Garbe
2006-07-15
1
-205
/
+206
|
*
rearranged several stuff
Anselm R. Garbe
2006-07-15
1
-58
/
+87
|
*
sanitized names
Anselm R. Garbe
2006-07-14
1
-14
/
+14
|
*
rearranged
Anselm R. Garbe
2006-07-14
1
-227
/
+3
|
*
bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode
Anselm R. Garbe
2006-07-14
1
-0
/
+2
|
*
fixed crash on zoom if only 1 client exists
Anselm R. Garbe
2006-07-14
1
-3
/
+9
|
*
removed a bunch of lines through swap removal
Anselm R. Garbe
2006-07-14
1
-2
/
+2
|
*
searching for a better way to discard enter notifies
Anselm R. Garbe
2006-07-14
1
-13
/
+11
|
*
focus on view change as well
Anselm R. Garbe
2006-07-14
1
-0
/
+3
|
*
made stdin reader more robust
Anselm R. Garbe
2006-07-14
1
-4
/
+9
|
*
implemented bar for dwm (I miss status text), I plan that status text is ↵
Anselm R. Garbe
2006-07-14
1
-12
/
+18
|
|
|
|
read from stdin in dwm
*
continued with man page
Anselm R. Garbe
2006-07-14
1
-1
/
+1
|
*
except improvements to the mouse handling this is already nearly feature ↵
Anselm R. Garbe
2006-07-13
1
-0
/
+5
|
|
|
|
complete
*
added mini stuff
Anselm R. Garbe
2006-07-13
1
-20
/
+31
|
*
fixed several things, nearly feature complete
Anselm R. Garbe
2006-07-13
1
-25
/
+30
|
*
new stuff
Anselm R. Garbe
2006-07-13
1
-44
/
+78
|
*
several other additions/fixes, dwm is quite usable already
Anselm R. Garbe
2006-07-13
1
-95
/
+140
|
*
implemented tagging a client
Anselm R. Garbe
2006-07-13
1
-57
/
+113
|
*
added xlock command (I need it regularly)
Anselm R. Garbe
2006-07-13
1
-20
/
+10
|
*
added pointer warps on kb-driven/manage-driven focus
Anselm R. Garbe
2006-07-13
1
-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
/
+1
|
|
|
|
frame windows ;)
*
changed default colors
Anselm R. Garbe
2006-07-13
1
-7
/
+8
|
*
added logo+description
Anselm R. Garbe
2006-07-13
1
-22
/
+33
|
*
new stuff (some warning elimination)
Anselm R. Garbe
2006-07-13
1
-3
/
+3
|
*
removed unnecessary crap
Anselm R. Garbe
2006-07-13
1
-20
/
+14
|
*
before leaning things up
Anselm R. Garbe
2006-07-13
1
-9
/
+52
|
*
new stuff, fixed several issues
Anselm R. Garbe
2006-07-12
1
-2
/
+2
|
*
added gravity stuff
Anselm R. Garbe
2006-07-12
1
-5
/
+67
|
*
added max
Anselm R. Garbe
2006-07-12
1
-0
/
+12
|
[next]