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
*
changed main event loop
Anselm R.Garbe
2006-08-15
1
-0
/
+1
*
removed NUMLOCKMASK, added dynamically calculated numlockmask instead
Anselm R.Garbe
2006-08-14
1
-1
/
+1
*
changed replacetag into toggletag
Anselm R.Garbe
2006-08-14
1
-3
/
+3
*
removed ungrabkeys again (because of sander's mail)
Anselm R.Garbe
2006-08-14
1
-1
/
+0
*
implemented ungrabkeys() which is called in cleanup()
Anselm R.Garbe
2006-08-14
1
-0
/
+1
*
implemented restack behavior (floats are on top in tiled mode)
Anselm R.Garbe
2006-08-14
1
-1
/
+2
*
removed viewnext/viewprev
Anselm R.Garbe
2006-08-14
1
-2
/
+0
*
made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...
Anselm R.Garbe
2006-08-13
1
-1
/
+1
*
implemented viewextend and added M-S-C-n shortcuts for extending the current ...
Anselm R.Garbe
2006-08-11
1
-1
/
+2
*
implement multi-tag selection through button3 click on the specific tag
Anselm R.Garbe
2006-08-11
1
-2
/
+3
*
readded border color, this sucks least
Anselm R.Garbe
2006-08-10
1
-0
/
+1
*
removed unnecessary border color
Anselm R.Garbe
2006-08-10
1
-1
/
+0
*
disallow zoom on maximized clients
Anselm R.Garbe
2006-08-10
1
-1
/
+0
*
removed NET_ACTIVE_WINDOW handling
Anselm R.Garbe
2006-08-08
1
-1
/
+1
*
implemented NET_ACTIVE_WINDOW support
Anselm R.Garbe
2006-08-08
1
-1
/
+1
*
switched to regexp matching for Rules
arg@10ksloc.org
2006-08-04
1
-0
/
+1
*
using execl now, argv changed, using cmd and const char defs directly in the ...
arg@10ksloc.org
2006-08-04
1
-1
/
+1
*
removed TLast tag enum, now tags is simple defined as char *[] array, the res...
arg@10ksloc.org
2006-08-03
1
-2
/
+3
*
changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...
arg@10ksloc.org
2006-08-03
1