aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
AgeCommit message (Expand)Author
2007-09-15micromizing dwm step 1Anselm R. Garbe
2007-09-15renamed drawstatus into drawbarAnselm R. Garbe
2007-08-22removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), an...Anselm R. Garbe
2007-08-16made plural arraysAnselm R. Garbe
2007-08-16made tag/view/toggle{tag,view} work on pointer to tags-array, there was the n...Anselm R. Garbe
2007-08-15fififiAnselm R. Garbe
2007-08-13made Layout a static struct in layout.c, added some convenience getters in la...Anselm R. Garbe
2007-08-11separated layout-specific stuff into separate .h and .c files which are inclu...Anselm R. Garbe
2007-08-10removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ...Anselm R. Garbe
2007-07-28changed ban/unban implementation to not move the windows anymore, but map/unm...Anselm R. Garbe
2007-07-28removed shiftview(), if you scroll the views in the tag area, you can also us...Anselm R. Garbe
2007-07-26applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!Anselm R. Garbe
2007-07-24applied Jeroen Schot's shiftview patchAnselm R. Garbe
2007-07-24applied dwm-windowscrolling patcharg@f00b4r
2007-07-12restoring tip to be a working dwm again (switching FONT to terminus in config...4.3arg@f00b4r
2007-06-19please recheck this patch with Mathematica from Wolfram Research - lemme know...Anselm R. Garbe
2007-06-19removed crappy createnotify handlerAnselm R. Garbe
2007-06-04uncommented creatnotifyAnselm R. Garbe
2007-06-04added an creatnotify event handlerAnselm R. Garbe
2007-05-30referred to LICENSE file4.2Anselm R. Garbe
2007-05-30Jukka also belongs to Copyright holders after all he has contributed and done...Anselm R. Garbe
2007-05-30applied Jukkas patchAnselm R. Garbe
2007-05-29added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe
2007-05-29added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe
2007-05-29applied anydot's 3 minor patches, thank you anydotAnselm R. Garbe
2007-05-24fixed issue reported by Christian GarbsAnselm R. Garbe
2007-05-14applied dfenze cleanups, fixed some comments in dwm.hAnselm R. Garbe
2007-05-09applied Maarten Maathuis recenter-patch for floating clients only requesting ...Anselm R. Garbe
2007-05-08thanks to Juka to check -Wall ;)Anselm R. Garbe
2007-05-07applied patch of Paul Liu to allow onthefly resizing due to xrandr changesAnselm R. Garbe
2007-04-17changed border handlingAnselm R. Garbe
2007-04-13changing order of c->border restorageAnselm R. Garbe
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe
2007-04-13making Copyright notices more compactAnselm R. Garbe
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe
2007-02-22renamed versatile into untiledAnselm R. Garbe
2007-02-22fixed some issues due to the Arg->const char * transitionAnselm R. Garbe
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe
2007-02-22removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe
2007-02-19replaced togglelayout with setlayoutAnselm R. Garbe
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe
2007-02-19renames swim[ming] into versatileAnselm R. Garbe
2007-02-19renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe
2007-02-19introduced Layout structAnselm R. Garbe
2007-02-19removed procevent, more refactoringAnselm R. Garbe
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe
2007-02-19simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe
2007-02-19fixed configurerequest according to Jukkas complainsAnselm R. Garbe
2007-02-19fixed configurerequest according to the problem Jukka reportedAnselm R. Garbe