aboutsummaryrefslogtreecommitdiff
path: root/event.c
AgeCommit message (Expand)AuthorFilesLines
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 t...Anselm R. Garbe1-3/+2
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
2006-09-22sander check thisarg@mmvi1-19/+37
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi1-2/+2
2006-09-15added visibility check to enternotify as wellarg@mmvi1-1/+1
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe1-37/+22
2006-09-11small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe1-2/+2
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe1-4/+4
2006-09-01simplified buttonpressAnselm R. Garbe1-23/+12
2006-09-01applied sanders patchAnselm R. Garbe1-5/+8
2006-08-31implemented Button2 press on tags for toggletag on the focused clientAnselm R. Garbe1-2/+9
2006-08-29simplified configurerequestAnselm R. Garbe1-25/+22
2006-08-29now dwm enforces max screen size also in tiled mode on non-floating clients w...Anselm R. Garbe1-13/+14
2006-08-29fixedAnselm R. Garbe1-1/+3
2006-08-29configurenotify remembers max geom now, and restores this if necessary, howev...Anselm R. Garbe1-1/+11
2006-08-28applied sanders focus_ patchesAnselm R. Garbe1-1/+1
2006-08-28applied sanders somepatches.patchAnselm R. Garbe1-2/+4
2006-08-25trying a different configurationAnselm R. Garbe1-13/+11
2006-08-25changed symbols for float/tiled mode, added mouse-driven mode toggle to butto...Anselm R. Garbe1-10/+12
2006-08-25new color stuff/new rendering stuffAnselm R. Garbe1-1/+3
2006-08-21applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe1-0/+2
2006-08-15changed main event loopAnselm R.Garbe1-0/+13
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe1-3/+3
2006-08-14applied sanders man page patch, removed button2 from bar clickAnselm R.Garbe1-3/+3
2006-08-14fixedAnselm R.Garbe1-1/+1
2006-08-14remove unnecessary XSyncAnselm R.Garbe1-1/+0
2006-08-14added mappingnotify event for kb refreshesAnselm R.Garbe1-0/+12
2006-08-14removed unneecessary crapAnselm R.Garbe1-6/+1
2006-08-14pplied Sanders appendtag patchAnselm R.Garbe1-0/+6
2006-08-14some other small fixesAnselm R.Garbe1-2/+4
2006-08-14removed ungrabkeys again (because of sander's mail)Anselm R.Garbe1-16/+0
2006-08-14implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe1-0/+16
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe1-3/+6