JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
making Copyright notices more compact
[dwm.git] / event.c
2007-04-13 Anselm R. Garbemaking Copyright notices more compact
2007-02-22 Anselm R. Garberenamed untiled into floating, keeping tiled instead...
2007-02-22 Anselm R. Garberenamed versatile into untiled
2007-02-22 Anselm R. Garbefixed some issues due to the Arg->const char * transition
2007-02-22 Anselm R. Garbereplaced Arg union with const char *arg, seems cleaner...
2007-02-22 Anselm R. Garberemoved button4/5-bindings for incnmaster on mode label...
2007-02-22 Anselm R. Garbeseveral changes, made togglemax extern and separated...
2007-02-19 Anselm R. Garbereplaced togglelayout with setlayout
2007-02-19 Anselm R. Garberenamed Client->versatile and Rule->versatile into...
2007-02-19 Anselm R. Garberenames swim[ming] into versatile
2007-02-19 Anselm R. Garberenamed floating into swimming (this does not clash...
2007-02-19 Anselm R. Garbeintroduced Layout struct
2007-02-19 Anselm R. Garberemoved procevent, more refactoring
2007-02-19 Anselm R. Garbedraw.c is useless (belongs to main.c now)
2007-02-19 Anselm R. Garbesimplified configurerequest to a bare minimum, removed...
2007-02-19 Anselm R. Garbefixed configurerequest according to Jukkas complains
2007-02-19 Anselm R. Garbefixed configurerequest according to the problem Jukka...
2007-02-16 Anselm R. Garberemoved useless space
2007-02-16 Anselm R. Garberemoved ugly ban(), extended resize() that it only...
2007-02-14 Anselm R. Garbeadded ban() which takes care than a banned window is...
2007-02-14 Anselm R. Garbemade for/if/else constructs more consistent, some code...
2007-02-14 Anselm R. Garbemade configurerequest more tidy
2007-02-13 Anselm R. GarbeI didn't knew of c->isfixed, that should fix Jukkas...
2007-02-13 Anselm R. Garbestupid me, one needs to set c->{x,y,w,h} in configurere...
2007-02-13 Anselm R. Garbesimplified configurerequest
2007-02-12 Anselm R. GarbeI don't see any reason why we should select for input...
2007-02-12 Anselm R. Garberemoving all EnterNotifys after resize
2007-02-12 Anselm R. Garbeadded pointer warp on drop in resize
2007-02-07 Anselm R. Garbereplaced getproto with a saner function, now old-school...
2007-01-23 Anselm R. Garberenamed activescreen into selscreen
2007-01-23 Anselm R. Garbesmall changes
2007-01-23 Anselm R. GarbeI think this is the best solution of multihead support
2007-01-22 Anselm R. Garbethis variant is known to work, but focus() is ugly...
2007-01-22 Anselm R. Garbeapplied Sanders all5.patch (thanks for your weekend...
2007-01-19 Anselm R. Garbeleavenotify also don't needs the check
2007-01-19 Anselm R. Garbedeciding for focus(NULL);
2007-01-19 Anselm R. Garbereplaced XSetBorder.../focus()
2007-01-19 Anselm R. Garbeyet another multihead fix by Christof Musik
2007-01-18 Anselm R. Garbeapplied a modified version of Christof Musik's multihea...
2007-01-15 Anselm R. GarbeJukka, thanks for being faster than me!
2007-01-15 Anselm R. Garberemoved drawclient and drawall (they performed useless...
2007-01-14 Anselm R. Garberemoved client title bar
2007-01-10 Anselm R. Garbeadded comment to %u in config.default.h, added Button...
2007-01-04 Anselm R. Garberenamed drawtitle into drawclient
2007-01-02 arg@mig29corrections
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...
next