aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
AgeCommit message (Collapse)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(), ↵Anselm R. Garbe
and changed argument of setlayout to layout[N].symbol check
2007-08-16made plural arraysAnselm R. Garbe
2007-08-16made tag/view/toggle{tag,view} work on pointer to tags-array, there was the ↵Anselm R. Garbe
need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
2007-08-15fififiAnselm R. Garbe
2007-08-13made Layout a static struct in layout.c, added some convenience getters in ↵Anselm R. Garbe
layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
2007-08-11separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe
included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
2007-08-10removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ↵Anselm R. Garbe
for details
2007-07-28changed ban/unban implementation to not move the windows anymore, but ↵Anselm R. Garbe
map/unmap them instead - PLEASE TEST THIS
2007-07-28removed shiftview(), if you scroll the views in the tag area, you can also ↵Anselm R. Garbe
use Button1 instead removed focusclient([-]1) bound to scroll wheel - if you slightly move the mouse you will focus the first client anways which is in the way
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 ↵4.3arg@f00b4r
config.arg.h)
2007-06-19please recheck this patch with Mathematica from Wolfram Research - lemme ↵Anselm R. Garbe
know if it fixes the geyish blob window bug
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 ↵Anselm R. Garbe
done for dwm, updated -v as well
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
new width and height exceeding the screen space
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 ↵Anselm R. Garbe
sounds more correct) - English speakers convinced me
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 ↵Anselm R. Garbe
need atoi() in some places
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 ↵Anselm R. Garbe
zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
2007-02-19replaced togglelayout with setlayoutAnselm R. Garbe
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ↵Anselm R. Garbe
Rule->isversatile
2007-02-19renames swim[ming] into versatileAnselm R. Garbe
2007-02-19renamed floating into swimming (this does not clash with C naming ↵Anselm R. Garbe
conventions and fits better the fish symbol) - also in man page
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