index
:
suckless/dwm
this commit
bong
master
musl
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replaced Arg union with const char *arg, seems cleaner to me, even if we need...
Anselm R. Garbe
2007-02-22
1
-2
/
+2
*
several changes, made togglemax extern and separated it from zoom() - moved z...
Anselm R. Garbe
2007-02-22
1
-42
/
+2
*
moved focus{next,prev} and nexttiled from client.c to layout.c (because those...
Anselm R. Garbe
2007-02-21
1
-38
/
+8
*
renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...
Anselm R. Garbe
2007-02-19
1
-4
/
+4
*
renames swim[ming] into versatile
Anselm R. Garbe
2007-02-19
1
-4
/
+4
*
renamed floating into swimming (this does not clash with C naming conventions...
Anselm R. Garbe
2007-02-19
1
-4
/
+4
*
introduced Layout struct
Anselm R. Garbe
2007-02-19
1
-4
/
+4
*
some more code polishing
Anselm R. Garbe
2007-02-19
1
-1
/
+2
*
bugfix of transient handling
Anselm R. Garbe
2007-02-19
1
-8
/
+8
*
draw.c is useless (belongs to main.c now)
Anselm R. Garbe
2007-02-19
1
-11
/
+1
*
renamed view.c into screen.c
Anselm R. Garbe
2007-02-19
1
-13
/
+60
*
renamed manage.c to view.c
Anselm R. Garbe
2007-02-19
1
-11
/
+85
*
some more refactoring
Anselm R. Garbe
2007-02-19
1
-42
/
+0
*
added some new convenience functions
Anselm R. Garbe
2007-02-19
1
-14
/
+35
*
simplified configurerequest to a bare minimum, removed wrong ban() calls
Anselm R. Garbe
2007-02-19
1
-8
/
+0
*
removed ugly ban(), extended resize() that it only resets the size if necessa...
Anselm R. Garbe
2007-02-16
1
-37
/
+44
*
added ban() which takes care than a banned window is not banned again... (thi...
Anselm R. Garbe
2007-02-14
1
-1
/
+9
*
made for/if/else constructs more consistent, some code polishing
Anselm R. Garbe
2007-02-14
1
-3
/
+3
*
making it more sure that transient checks will work in any case
Anselm R. Garbe
2007-02-13
1
-3
/
+4
*
simplified configurerequest
Anselm R. Garbe
2007-02-13
1
-12
/
+13
*
replaced getproto with a saner function, now old-school artifacts of WM times...
Anselm R. Garbe
2007-02-07
1
-2
/
+16
*
yet another fix
Anselm R. Garbe
2007-02-06
1
-1
/
+1
*
simplification<