JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
next version will contain updated copyright notice
[dwm.git] / event.c
2007-01-02 arg@mig29next version will contain updated copyright notice
2007-01-01 arg@mig29renamed updatesize into updatesizehints (thx to Sander...
2006-12-11 arg@mig29removed gravitate for the moment
2006-11-27 arg@mig29applied Alex Elide's tricky patch, thanks!
2006-11-27 arg@mig29returning to old Key struct
2006-11-27 arg@mig29changing Key.func into Key.func[NFUNCS], this allows...
2006-11-26 arg@mig29applied Jukka's sizeof K&R compliance patch, applied...
2006-11-16 arg@mig29applied Gottox' windowarea patch
2006-10-31 arg@mig29make sure that changing sx has no impact on snapping
2006-10-30 arg@mig29fixed stupid bug of snap-to-screen
2006-10-30 arg@mig29changing snap priority
2006-10-30 arg@mig29removed useless abs() calls
2006-10-30 arg@mig29added screen-border snapping in floating mode, feels...
2006-10-27 arg@mig29and another fix
2006-10-27 arg@mig29applied sanders try2 patch
2006-10-16 Anselm R. Garbemoved MOUSEMASK into event.c (not used in other places)
2006-10-06 Anselm R. Garbedo* has no Arg arument anymore (never called directly)
2006-10-06 Anselm R. Garbecode polishing, removed unnecessary newlines
2006-10-05 Anselm R. Garberemoved the stack position stuff
2006-10-05 Anselm R. GarbeButton3 click on mode label toggles stack position now
2006-09-29 Anselm R. Garbeadded the new dotile as described on ml
2006-09-29 Anselm R. GarbeI changed sanders patch to fix the ff issue to be simpl...
2006-09-29 Anselm R. Garbefirst step to a more flexible dotile() algorithm
2006-09-27 Anselm R. Garbefixing the settags issue, preparing 1.7.1
2006-09-26 arg@zarathustraremoved an unused var
2006-09-26 arg@mmviremoved useless debug info
2006-09-26 arg@mmviadded configure(), but this doesn't really fix those...
2006-09-25 arg@mmvislight change of event handling order
2006-09-25 arg@mmvisimplified mouse resizals
2006-09-25 arg@mmviapplied sanders jukka patch
2006-09-25 arg@mmviapplied Jukkas patch
2006-09-22 arg@mmviismax toggling on mouse based action
2006-09-22 arg@mmvipatched resizemouse according to sanders remark
2006-09-22 arg@mmvisander check this
2006-09-22 arg@mmviimplemented the maximization as I described on the...
2006-09-15 arg@mmviadded visibility check to enternotify as well
2006-09-12 Anselm R. Garberemoved a bunch of lines through making function signat...
2006-09-11 Anselm R. Garbesmall change to comments, renamed two set* functions...
2006-09-04 Anselm R. Garbeapplied Sanders max_and_focus.patch
2006-09-01 Anselm R. Garbesimplified buttonpress
2006-09-01 Anselm R. Garbeapplied sanders patch
2006-08-31 Anselm R. Garbeimplemented Button2 press on tags for toggletag on...
2006-08-29 Anselm R. Garbesimplified configurerequest
2006-08-29 Anselm R. Garbenow dwm enforces max screen size also in tiled mode...
2006-08-29 Anselm R. Garbefixed
2006-08-29 Anselm R. Garbeconfigurenotify remembers max geom now, and restores...
2006-08-28 Anselm R. Garbeapplied sanders focus_ patches
2006-08-28 Anselm R. Garbeapplied sanders somepatches.patch
2006-08-25 Anselm R. Garbetrying a different configuration
2006-08-25 Anselm R. Garbechanged symbols for float/tiled mode, added mouse-drive...
2006-08-25 Anselm R. Garbenew color stuff/new rendering stuff
2006-08-21 Anselm R.Garbeapplied Sanders focus_* patches, removed the unnecessar...
2006-08-15 Anselm R.Garbechanged main event loop
2006-08-14 Anselm R.Garberemoved NUMLOCKMASK, added dynamically calculated numlo...
2006-08-14 Anselm R.Garbeapplied sanders man page patch, removed button2 from...
2006-08-14 Anselm R.Garbefixed
2006-08-14 Anselm R.Garberemove unnecessary XSync
2006-08-14 Anselm R.Garbeadded mappingnotify event for kb refreshes
2006-08-14 Anselm R.Garberemoved unneecessary crap
2006-08-14 Anselm R.Garbepplied Sanders appendtag patch
2006-08-14 Anselm R.Garbesome other small fixes
2006-08-14 Anselm R.Garberemoved ungrabkeys again (because of sander's mail)
2006-08-14 Anselm R.Garbeimplemented ungrabkeys() which is called in cleanup()
2006-08-14 Anselm R.Garbeimplemented restack behavior (floats are on top in...
2006-08-14 Anselm R.Garbeapplied Sanders LD and resize patches
2006-08-14 Anselm R.Garberemoved viewnext/viewprev
2006-08-13 Anselm R.Garbemade shortcuts like proposed by Sander, renamed viewext...
2006-08-11 Anselm R.Garbeimplemented viewextend and added M-S-C-n shortcuts...
2006-08-11 Anselm R.Garbeimplement multi-tag selection through button3 click...
2006-08-11 Anselm R.Garberealized that client focussing through the bar is prett...
2006-08-11 Anselm R.Garbeimplemented focusprev on button1 press in the bar,...
2006-08-10 Anselm R.Garbeapplied Sanders zoom_update patch
2006-08-10 Anselm R.Garbeapplied sumik's multihead patch
2006-08-10 Anselm R.Garbeapplied sander's patch
2006-08-10 Anselm R.Garbedisallow zoom on maximized clients
2006-08-09 Anselm R.Garbeadded zoom on Mod1-Button1 on managed clients only...
2006-08-08 Anselm R.Garberemoved NET_ACTIVE_WINDOW handling
2006-08-08 Anselm R.Garbeimplemented NET_ACTIVE_WINDOW support
2006-08-07 arg@10ksloc.orgapplied grabbing-- and shell_minimal
2006-08-04 arg@10ksloc.orgsmall performance tweak ;)
2006-08-04 arg@10ksloc.orgfixed xterm font change (all other related apps should...
2006-08-03 arg@10ksloc.orgremoved TLast tag enum, now tags is simple defined...
2006-08-02 arg@10ksloc.orgmade fullscreen apps working fine in floating mode...
2006-08-02 arg@10ksloc.orgnew stuff
2006-08-02 arg@10ksloc.orgimplemented focus on enterwindow on titlebars
2006-08-02 arg@10ksloc.orgapplied Sanders patches (numlock2)
2006-08-02 arg@10ksloc.orgreverting to old resize policy
2006-08-02 arg@10ksloc.orgnew resize stuff (using XConfigureWindow instead of...
2006-08-01 arg@10ksloc.orgremoved 1 missing LOC
2006-08-01 arg@10ksloc.orgsaved 2LOC
2006-08-01 arg@10ksloc.orguppercasing all define'd values (uppercase-prefixed...
2006-08-01 arg@10ksloc.orgcentralized/externalized configuration to config.h
2006-08-01 arg@10ksloc.orgapplied Cedric's NumLock patch
2006-08-01 arg@10ksloc.orgapplied Jukkas prev/next patch with XK_{h,l}
2006-08-01 arg@10ksloc.orgapplied Sanders patches
2006-07-21 arg@10ksloc.orgprepared 0.5
2006-07-21 arg@10ksloc.orgsome cleanups/fixes inspired by Jukka Salmi's feedback
2006-07-21 arg@10ksloc.orgsimplified main.c, switching back to single urxvt usage
2006-07-21 arg@10ksloc.orgapplied sanders maxfix patch
2006-07-21 arg@10ksloc.orgsanitization of several clunky stuff, removed heretag...
next