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
/
event.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
applied Alex Elide's tricky patch, thanks!
arg@mig29
2006-11-27
1
-1
/
+0
*
returning to old Key struct
arg@mig29
2006-11-27
1
-5
/
+4
*
changing Key.func into Key.func[NFUNCS], this allows sequences execution of f...
arg@mig29
2006-11-27
1
-4
/
+5
*
applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...
arg@mig29
2006-11-26
1
-2
/
+2
*
applied Gottox' windowarea patch
arg@mig29
2006-11-16
1
-8
/
+8
*
make sure that changing sx has no impact on snapping
2.0
arg@mig29
2006-10-31
1
-1
/
+1
*
fixed stupid bug of snap-to-screen
arg@mig29
2006-10-30
1
-4
/
+4
*
changing snap priority
arg@mig29
2006-10-30
1
-3
/
+3
*
removed useless abs() calls
arg@mig29
2006-10-30
1
-2
/
+2
*
added screen-border snapping in floating mode, feels quite well
arg@mig29
2006-10-30
1
-0
/
+8
*
and another fix
arg@mig29
2006-10-27
1
-1
/
+2
*
applied sanders try2 patch
arg@mig29
2006-10-27
1
-1
/
+1
*
moved MOUSEMASK into event.c (not used in other places)
Anselm R. Garbe
2006-10-16
1
-0
/
+1
*
do* has no Arg arument anymore (never called directly)
1.9
Anselm R. Garbe
2006-10-06
1
-2
/
+2
*
code polishing, removed unnecessary newlines
Anselm R. Garbe
2006-10-06
1
-7
/
+2
*
removed the stack position stuff
Anselm R. Garbe
2006-10-05
1
-6
/
+2
*
Button3 click on mode label toggles stack position now
Anselm R. Garbe
2006-10-05
1
-0
/
+2
*
added the new dotile as described on ml
Anselm R. Garbe
2006-09-29
1
-2
/
+3
*
I changed sanders patch to fix the ff issue to be simplier, though it needs t...
Anselm R. Garbe
2006-09-29
1
-3
/
+2
*
first step to a more flexible dotile() algorithm
Anselm R. Garbe
2006-09-29
1
-1
/
+4
*