aboutsummaryrefslogtreecommitdiff
path: root/event.c
AgeCommit message (Collapse)AuthorFilesLines
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM ↵Anselm R. Garbe1-4/+0
times in the early 90s completely disappeared, no punned pointer warning anymore ;)
2007-01-23renamed activescreen into selscreenAnselm R. Garbe1-2/+2
2007-01-23small changesAnselm R. Garbe1-2/+2
2007-01-23I think this is the best solution of multihead supportAnselm R. Garbe1-1/+1
2007-01-22this variant is known to work, but focus() is ugly - we need in general a ↵Anselm R. Garbe1-1/+1
better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe1-26/+24
2007-01-19leavenotify also don't needs the checkAnselm R. Garbe1-5/+2
2007-01-19deciding for focus(NULL);Anselm R. Garbe1-2/+2
2007-01-19replaced XSetBorder.../focus()Anselm R. Garbe1-1/+1
2007-01-19yet another multihead fix by Christof MusikAnselm R. Garbe1-0/+2
2007-01-18applied a modified version of Christof Musik's multihead patch (though this ↵Anselm R. Garbe1-1/+4
is not sure if it works in all cases, have to wait for an ACK by Christof)
2007-01-15Jukka, thanks for being faster than me!Anselm R. Garbe1-1/+0
2007-01-15removed drawclient and drawall (they performed useless operations/consumed ↵Anselm R. Garbe1-5/+3
useless cpu cycles)
2007-01-14removed client title barAnselm R. Garbe1-5/+2
2007-01-10added comment to %u in config.default.h, added Button{4.5} support on mode labelAnselm R. Garbe1-2/+14
2007-01-04renamed drawtitle into drawclientAnselm R. Garbe1-2/+2
2007-01-02correctionsarg@mig291-1/+1
2007-01-02next version will contain updated copyright noticearg@mig291-1/+1
2007-01-01renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig291-1/+1
2006-12-11removed gravitate for the momentarg@mig291-2/+0
2006-11-27applied Alex Elide's tricky patch, thanks!arg@mig291-1/+0
2006-11-27returning to old Key structarg@mig291-5/+4
2006-11-27changing Key.func into Key.func[NFUNCS], this allows sequences execution of ↵arg@mig291-4/+5
functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵arg@mig291-2/+2
printage proposal for stdin reading.
2006-11-16applied Gottox' windowarea patcharg@mig291-8/+8
2006-10-31make sure that changing sx has no impact on snappingarg@mig291-1/+1
2006-10-30fixed stupid bug of snap-to-screenarg@mig291-4/+4
2006-10-30changing snap priorityarg@mig291-3/+3
2006-10-30removed useless abs() callsarg@mig291-2/+2
2006-10-30added screen-border snapping in floating mode, feels quite wellarg@mig291-0/+8
2006-10-27and another fixarg@mig291-1/+2
2006-10-27applied sanders try2 patcharg@mig291-1/+1
2006-10-16moved MOUSEMASK into event.c (not used in other places)Anselm R. Garbe1-0/+1
2006-10-06do* has no Arg arument anymore (never called directly)Anselm R. Garbe1-2/+2
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe1-7/+2
2006-10-05removed the stack position stuffAnselm R. Garbe1-6/+2
2006-10-05Button3 click on mode label toggles stack position nowAnselm R. Garbe1-0/+2
2006-09-29added the new dotile as described on mlAnselm R. Garbe1-2/+3
2006-09-29I changed sanders patch to fix the ff issue to be simplier, though it needs ↵Anselm R. Garbe1-3/+2
testing if this really fixes the issue
2006-09-29first step to a more flexible dotile() algorithmAnselm R. Garbe1-1/+4
2006-09-27fixing the settags issue, preparing 1.7.1Anselm R. Garbe1-0/+1
2006-09-26removed an unused vararg@zarathustra1-1/+0
2006-09-26removed useless debug infoarg@mmvi1-4/+0
2006-09-26added configure(), but this doesn't really fix those frking broken SDL appsarg@mmvi1-13/+8
2006-09-25slight change of event handling orderarg@mmvi1-6/+6
2006-09-25simplified mouse resizalsarg@mmvi1-43/+16
2006-09-25applied sanders jukka patcharg@mmvi1-5/+1
2006-09-25applied Jukkas patcharg@mmvi1-4/+4
2006-09-22ismax toggling on mouse based actionarg@mmvi1-0/+2
2006-09-22patched resizemouse according to sanders remarkarg@mmvi1-2/+2