summaryrefslogtreecommitdiffstats
path: root/event.c
Commit message (Expand)AuthorAgeFilesLines
* changed ban/unban implementation to not move the windows anymore, but map/unm...Gravatar Anselm R. Garbe 2007-07-281-2/+4
* removed shiftview(), if you scroll the views in the tag area, you can also us...Gravatar Anselm R. Garbe 2007-07-281-10/+2
* applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!Gravatar Anselm R. Garbe 2007-07-261-6/+2
* applied Jeroen Schot's shiftview patchGravatar Anselm R. Garbe 2007-07-241-0/+4
* applied dwm-windowscrolling patchGravatar arg@f00b4r 2007-07-241-0/+4
* restoring tip to be a working dwm again (switching FONT to terminus in config...Gravatar arg@f00b4r 2007-07-121-2/+1
* please recheck this patch with Mathematica from Wolfram Research - lemme know...Gravatar Anselm R. Garbe 2007-06-191-1/+2
* removed crappy createnotify handlerGravatar Anselm R. Garbe 2007-06-191-14/+0
* uncommented creatnotifyGravatar Anselm R. Garbe 2007-06-041-1/+1
* added an creatnotify event handlerGravatar Anselm R. Garbe 2007-06-041-0/+14
* referred to LICENSE fileGravatar Anselm R. Garbe 2007-05-301-6/+1
* Jukka also belongs to Copyright holders after all he has contributed and done...Gravatar Anselm R. Garbe 2007-05-301-0/+1
* applied Jukkas patchGravatar Anselm R. Garbe 2007-05-301-1/+1
* added nsz to copyright holders as well, because he did a lot recentlyGravatar Anselm R. Garbe 2007-05-291-0/+1
* added anydot to Copyright holders, because he contributed a lot recentlyGravatar Anselm R. Garbe 2007-05-291-0/+1
* applied anydot's 3 minor patches, thank you anydotGravatar Anselm R. Garbe 2007-05-291-2/+2
* fixed issue reported by Christian GarbsGravatar Anselm R. Garbe 2007-05-241-2/+1
* applied dfenze cleanups, fixed some comments in dwm.hGravatar Anselm R. Garbe 2007-05-141-2/+1
* applied Maarten Maathuis recenter-patch for floating clients only requesting ...Gravatar Anselm R. Garbe 2007-05-091-0/+4
* thanks to Juka to check -Wall ;)Gravatar Anselm R. Garbe 2007-05-081-2/+0
* applied patch of Paul Liu to allow onthefly resizing due to xrandr changesGravatar Anselm R. Garbe 2007-05-071-0/+19
* changed border handlingGravatar Anselm R. Garbe 2007-04-171-3/+1
* changing order of c->border restorageGravatar Anselm R. Garbe 2007-04-131-3/+3
* yet another fix of copyright compactisitionGravatar Anselm R. Garbe 2007-04-131-1/+2
* making Copyright notices more compactGravatar Anselm R. Garbe 2007-04-131-6/+7
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Gravatar Anselm R. Garbe 2007-02-221-4/+4
* renamed versatile into untiledGravatar Anselm R. Garbe 2007-02-221-4/+4
* fixed some issues due to the Arg->const char * transitionGravatar Anselm R. Garbe 2007-02-221-9/+9
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Gravatar Anselm R. Garbe 2007-02-221-13/+15
* removed button4/5-bindings for incnmaster on mode label - that is misleadingGravatar Anselm R. Garbe 2007-02-221-8/+0
* several changes, made togglemax extern and separated it from zoom() - moved z...Gravatar Anselm R. Garbe 2007-02-221-10/+10
* replaced togglelayout with setlayoutGravatar Anselm R. Garbe 2007-02-191-1/+2
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Gravatar Anselm R. Garbe 2007-02-191-4/+4
* renames swim[ming] into versatileGravatar Anselm R. Garbe 2007-02-191-4/+4
* renamed floating into swimming (this does not clash with C naming conventions...Gravatar Anselm R. Garbe 2007-02-191-4/+4
* introduced Layout structGravatar Anselm R. Garbe 2007-02-191-6/+6
* removed procevent, more refactoringGravatar Anselm R. Garbe 2007-02-191-11/+0
* draw.c is useless (belongs to main.c now)Gravatar Anselm R. Garbe 2007-02-191-0/+8
* simplified configurerequest to a bare minimum, removed wrong ban() callsGravatar Anselm R. Garbe 2007-02-191-8/+1
* fixed configurerequest according to Jukkas complainsGravatar Anselm R. Garbe 2007-02-191-8/+9
* fixed configurerequest according to the problem Jukka reportedGravatar Anselm R. Garbe 2007-02-191-11/+16
* removed useless spaceGravatar Anselm R. Garbe 2007-02-161-1/+1
* removed ugly ban(), extended resize() that it only resets the size if necessa...Gravatar Anselm R. Garbe 2007-02-161-22/+20
* added ban() which takes care than a banned window is not banned again... (thi...Gravatar Anselm R. Garbe 2007-02-141-1/+1
* made for/if/else constructs more consistent, some code polishingGravatar Anselm R. Garbe 2007-02-141-6/+6
* made configurerequest more tidyGravatar Anselm R. Garbe 2007-02-141-5/+10
* I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)Gravatar Anselm R. Garbe 2007-02-131-6/+8
* stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)Gravatar Anselm R. Garbe 2007-02-131-16/+20
* simplified configurerequestGravatar Anselm R. Garbe 2007-02-131-35/+16
* I don't see any reason why we should select for input on override-redirect wi...Gravatar Anselm R. Garbe 2007-02-121-4/+1