aboutsummaryrefslogtreecommitdiff
path: root/event.c
AgeCommit message (Expand)AuthorLines
2006-09-22ismax toggling on mouse based actionarg@mmvi-0/+2
2006-09-22patched resizemouse according to sanders remarkarg@mmvi-2/+2
2006-09-22sander check thisarg@mmvi-19/+37
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi-2/+2
2006-09-15added visibility check to enternotify as wellarg@mmvi-1/+1
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe-37/+22
2006-09-11small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe-2/+2
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe-4/+4
2006-09-01simplified buttonpressAnselm R. Garbe-23/+12
2006-09-01applied sanders patchAnselm R. Garbe-5/+8
2006-08-31implemented Button2 press on tags for toggletag on the focused clientAnselm R. Garbe-2/+9
2006-08-29simplified configurerequestAnselm R. Garbe-25/+22
2006-08-29now dwm enforces max screen size also in tiled mode on non-floating clients w...Anselm R. Garbe-13/+14
2006-08-29fixedAnselm R. Garbe-1/+3
2006-08-29configurenotify remembers max geom now, and restores this if necessary, howev...Anselm R. Garbe-1/+11
2006-08-28applied sanders focus_ patchesAnselm R. Garbe-1/+1
2006-08-28applied sanders somepatches.patchAnselm R. Garbe-2/+4
2006-08-25trying a different configurationAnselm R. Garbe-13/+11
2006-08-25changed symbols for float/tiled mode, added mouse-driven mode toggle to butto...Anselm R. Garbe-10/+12
2006-08-25new color stuff/new rendering stuffAnselm R. Garbe-1/+3
2006-08-21applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe-0/+2
2006-08-15changed main event loopAnselm R.Garbe-0/+13
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe-3/+3
2006-08-14applied sanders man page patch, removed button2 from bar clickAnselm R.Garbe-3/+3
2006-08-14fixedAnselm R.Garbe-1/+1
2006-08-14remove unnecessary XSyncAnselm R.Garbe-1/+0
2006-08-14added mappingnotify event for kb refreshesAnselm R.Garbe-0/+12
2006-08-14removed unneecessary crapAnselm R.Garbe-6/+1
2006-08-14pplied Sanders appendtag patchAnselm R.Garbe-0/+6
2006-08-14some other small fixesAnselm R.Garbe-2/+4
2006-08-14removed ungrabkeys again (because of sander's mail)Anselm R.Garbe-16/+0
2006-08-14implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe-0/+16
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe-3/+6
2006-08-14applied Sanders LD and resize patchesAnselm R.Garbe-2/+5
2006-08-14removed viewnext/viewprevAnselm R.Garbe-23/+9
2006-08-13made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe-1/+1
2006-08-11implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe-5/+2
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe-1/+7
2006-08-11realized that client focussing through the bar is pretty useless, better is s...Anselm R.Garbe-5/+5
2006-08-11implemented focusprev on button1 press in the bar, and focusnext on button3 p...Anselm R.Garbe-2/+6
2006-08-10applied Sanders zoom_update patchAnselm R.Garbe-2/+1
2006-08-10applied sumik's multihead patchAnselm R.Garbe-5/+10
2006-08-10applied sander's patchAnselm R.Garbe-11/+8
2006-08-10disallow zoom on maximized clientsAnselm R.Garbe-9/+8
2006-08-09added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe-0/+2
2006-08-08removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe-13/+0
2006-08-08implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe-0/+13
2006-08-07applied grabbing-- and shell_minimalarg@10ksloc.org-8/+0
2006-08-04small performance tweak ;)arg@10ksloc.org-2/+4
2006-08-04fixed xterm font change (all other related apps should work fine with this fi...arg@10ksloc.org-14/+12