JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
separated layout-specific stuff into separate .h and .c files which are included...
[dwm.git] / event.c
2007-08-11 Anselm R. Garbeseparated layout-specific stuff into separate .h and...
2007-08-10 Anselm R. Garberemoved VRATIO, NMASTER, inc*(), renamed HRATIO into...
2007-07-28 Anselm R. Garbechanged ban/unban implementation to not move the window...
2007-07-28 Anselm R. Garberemoved shiftview(), if you scroll the views in the...
2007-07-26 Anselm R. Garbeapplied Jeroen's {clean,spell}.diff patches, thanks...
2007-07-24 Anselm R. Garbeapplied Jeroen Schot's shiftview patch
2007-07-24 arg@f00b4rapplied dwm-windowscrolling patch
2007-07-12 arg@f00b4rrestoring tip to be a working dwm again (switching...
2007-06-19 Anselm R. Garbeplease recheck this patch with Mathematica from Wolfram...
2007-06-19 Anselm R. Garberemoved crappy createnotify handler
2007-06-04 Anselm R. Garbeuncommented creatnotify
2007-06-04 Anselm R. Garbeadded an creatnotify event handler
2007-05-30 Anselm R. Garbereferred to LICENSE file
2007-05-30 Anselm R. GarbeJukka also belongs to Copyright holders after all he...
2007-05-30 Anselm R. Garbeapplied Jukkas patch
2007-05-29 Anselm R. Garbeadded nsz to copyright holders as well, because he...
2007-05-29 Anselm R. Garbeadded anydot to Copyright holders, because he contribut...
2007-05-29 Anselm R. Garbeapplied anydot's 3 minor patches, thank you anydot
2007-05-24 Anselm R. Garbefixed issue reported by Christian Garbs
2007-05-14 Anselm R. Garbeapplied dfenze cleanups, fixed some comments in dwm.h
2007-05-09 Anselm R. Garbeapplied Maarten Maathuis recenter-patch for floating...
2007-05-08 Anselm R. Garbethanks to Juka to check -Wall ;)
2007-05-07 Anselm R. Garbeapplied patch of Paul Liu to allow onthefly resizing...
2007-04-17 Anselm R. Garbechanged border handling
2007-04-13 Anselm R. Garbechanging order of c->border restorage
2007-04-13 Anselm R. Garbeyet another fix of copyright compactisition
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
next