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
/
dwm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
reverted accidental removal of sx, sy
Anselm R. Garbe
2007-02-21
1
-1
/
+1
*
removed some global vars which should be static instead
Anselm R. Garbe
2007-02-21
1
-2
/
+2
*
moved focus{next,prev} and nexttiled from client.c to layout.c (because those...
Anselm R. Garbe
2007-02-21
1
-4
/
+4
*
fixed quoting and a comment
3.6
Anselm R. Garbe
2007-02-21
1
-1
/
+1
*
added draw.c again (except getcolor and setfont which are helpers in main.c)
Anselm R. Garbe
2007-02-20
1
-4
/
+6
*
separating drawsquare from drawtext, made drawtext extern
Anselm R. Garbe
2007-02-20
1
-0
/
+2
*
split screen.c into layout.c and tag.c (because the view is an implicit mixtu...
Anselm R. Garbe
2007-02-20
1
-8
/
+10
*
replaced togglelayout with setlayout
Anselm R. Garbe
2007-02-19
1
-1
/
+1
*
renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...
Anselm R. Garbe
2007-02-19
1
-1
/
+1
*
renames swim[ming] into versatile
Anselm R. Garbe
2007-02-19
1
-3
/
+3
*
renamed floating into swimming (this does not clash with C naming conventions...
Anselm R. Garbe
2007-02-19
1
-4
/
+3
*
introduced Layout struct
Anselm R. Garbe
2007-02-19
1
-7
/
+12
*
forgot an extern declaration
Anselm R. Garbe
2007-02-19
1
-1
/
+1
*
removed procevent, more refactoring
Anselm R. Garbe
2007-02-19
1
-1
/
+0
*
draw.c is useless (belongs to main.c now)
Anselm R. Garbe
2007-02-19
1
-8
/
+3
*
renamed view.c into screen.c
Anselm R. Garbe
2007-02-19
1
-6
/
+4
*
renamed manage.c to view.c
Anselm R. Garbe
2007-02-19
1
-7
/
+7
*
merged tag.c, view.c and tile.c to manage.c
Anselm R. Garbe
2007-02-19
1
-21
/
+15
*
some more refactoring
Anselm R. Garbe
2007-02-19
1
-5
/
+5
*
added some new convenience functions
Anselm R. Garbe
2007-02-19
1
-1
/
+4
*
introduced tile.c, some refactoring of functions
Anselm R. Garbe
2007-02-19
1
-5
/
+8
*
removed