aboutsummaryrefslogtreecommitdiff
path: root/event.c
AgeCommit message (Expand)AuthorLines
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe-4/+4
2007-02-22renamed versatile into untiledAnselm R. Garbe-4/+4
2007-02-22fixed some issues due to the Arg->const char * transitionAnselm R. Garbe-9/+9
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe-13/+15
2007-02-22removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe-8/+0
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe-10/+10
2007-02-19replaced togglelayout with setlayoutAnselm R. Garbe-1/+2
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe-4/+4
2007-02-19renames swim[ming] into versatileAnselm R. Garbe-4/+4
2007-02-19renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe-4/+4
2007-02-19introduced Layout structAnselm R. Garbe-6/+6
2007-02-19removed procevent, more refactoringAnselm R. Garbe-11/+0
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe-0/+8
2007-02-19simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe-8/+1
2007-02-19fixed configurerequest according to Jukkas complainsAnselm R. Garbe-8/+9
2007-02-19fixed configurerequest according to the problem Jukka reportedAnselm R. Garbe-11/+16
2007-02-16removed useless spaceAnselm R. Garbe-1/+1
2007-02-16removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe-22/+20
2007-02-14added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe-1/+1
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe-6/+6
2007-02-14made configurerequest more tidyAnselm R. Garbe-5/+10
2007-02-13I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)Anselm R. Garbe-6/+8
2007-02-13stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)Anselm R. Garbe-16/+20
2007-02-13simplified configurerequestAnselm R. Garbe-35/+16
2007-02-12I don't see any reason why we should select for input on override-redirect wi...Anselm R. Garbe-4/+1
2007-02-12removing all EnterNotifys after resizeAnselm R. Garbe-0/+1
2007-02-12added pointer warp on drop in resizeAnselm R. Garbe-0/+2
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM times...Anselm R. Garbe-4/+0
2007-01-23renamed activescreen into selscreenAnselm R. Garbe-2/+2
2007-01-23small changesAnselm R. Garbe-2/+2
2007-01-23I think this is the best solution of multihead supportAnselm R. Garbe-1/+1
2007-01-22this variant is known to work, but focus() is ugly - we need in general a bet...Anselm R. Garbe-1/+1
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe-26/+24
2007-01-19leavenotify also don't needs the checkAnselm R. Garbe-5/+2
2007-01-19deciding for focus(NULL);Anselm R. Garbe-2/+2
2007-01-19replaced XSetBorder.../focus()Anselm R. Garbe-1/+1
2007-01-19yet another multihead fix by Christof MusikAnselm R. Garbe-0/+2
2007-01-18applied a modified version of Christof Musik's multihead patch (though this i...Anselm R. Garbe-1/+4
2007-01-15Jukka, thanks for being faster than me!Anselm R. Garbe-1/+0
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe-5/+3
2007-01-14removed client title barAnselm R. Garbe-5/+2
2007-01-10added comment to %u in config.default.h, added Button{4.5} support on mode labelAnselm R. Garbe-2/+14
2007-01-04renamed drawtitle into drawclientAnselm R. Garbe-2/+2
2007-01-02correctionsarg@mig29-1/+1
2007-01-02next version will contain updated copyright noticearg@mig29-1/+1
2007-01-01renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig29-1/+1
2006-12-11removed gravitate for the momentarg@mig29-2/+0
2006-11-27applied Alex Elide's tricky patch, thanks!arg@mig29-1/+0
2006-11-27returning to old Key structarg@mig29-5/+4
2006-11-27changing Key.func into Key.func[NFUNCS], this allows sequences execution of f...arg@mig29-4/+5