JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small changes to dwm.1, rearranged order within main event loop
[dwm.git] / client.c
2006-08-18 Anselm R.Garbeapplied Sanders patch
2006-08-18 Anselm R.Garbemade a new client position strategy similiar to that...
2006-08-17 Anselm R.Garbefixed a bug reported by sander
2006-08-17 Anselm R.Garbecentering apps only if transient_for is not(!) set
2006-08-17 Anselm R.Garbefixed issue Sander reported
2006-08-16 Anselm R.Garbecondition was insufficient
2006-08-16 Anselm R.Garbefixed issue reported by sander
2006-08-16 Anselm R.Garbeadded general centralization rule for new clients ...
2006-08-14 Anselm R.Garberemoved NUMLOCKMASK, added dynamically calculated numlo...
2006-08-14 Anselm R.Garbefixed
2006-08-14 Anselm R.Garbeadded some flicker prevention
2006-08-14 Anselm R.Garbefixed a core dump
2006-08-14 Anselm R.Garbeimplemented restack behavior (floats are on top in...
2006-08-11 Anselm R.Garbeimplement multi-tag selection through button3 click...
2006-08-11 Anselm R.Garbeapplied Sander's patch as well
2006-08-11 Anselm R.Garbesimplified unmanage
2006-08-11 Anselm R.Garberemoved the if(clients) check from popping code
2006-08-10 Anselm R.Garbeapplied Sanders zoom_update patch
2006-08-10 Anselm R.Garberespecting inc hints in floating mode on togglemax
2006-08-10 Anselm R.Garbereverting last patch, that sucks, I don't care about...
2006-08-10 Anselm R.Garbetogglemax repects inc-hints (this way gvim can be toggl...
2006-08-10 Anselm R.Garbeapplied sumik's multihead patch
2006-08-10 Anselm R.Garbedisallow zoom on maximized clients
2006-08-08 Anselm R.Garberemoved NET_ACTIVE_WINDOW handling
2006-08-08 Anselm R.Garbeimplemented NET_ACTIVE_WINDOW support
2006-08-07 arg@10ksloc.orgapplied endless loop prevention on zoom()
2006-08-05 arg@10ksloc.orgsmall fix of the last commit
2006-08-05 arg@10ksloc.orgusing -Os again, zoom is ignored in floating mode or...
2006-08-05 arg@10ksloc.orgmouse grab needs also to grab for combinations of numlo...
2006-08-03 arg@10ksloc.orgremoved TLast tag enum, now tags is simple defined...
2006-08-03 arg@10ksloc.orgchanged Client->tags and Rule->tags to be Bool (I'll...
2006-08-02 arg@10ksloc.orgmade fullscreen apps working fine in floating mode...
2006-08-02 arg@10ksloc.orgnew stuff
2006-08-02 arg@10ksloc.orgimplemented focus on enterwindow on titlebars
2006-08-02 arg@10ksloc.orgreverting to old resize policy
2006-08-02 arg@10ksloc.orgnew resize stuff (using XConfigureWindow instead of...
2006-08-01 arg@10ksloc.orgrenamed WM_PROTOCOL_DELWIN into PROTODELWIN
2006-08-01 arg@10ksloc.orgremoved artefacts of single-linked list (thanx to Jukka...
2006-08-01 arg@10ksloc.orguppercasing all define'd values (uppercase-prefixed...
2006-08-01 arg@10ksloc.orgapplied Sanders patches
2006-08-01 arg@10ksloc.orgcommitted a patch which fixes the hints of Jukka
2006-07-21 arg@10ksloc.orgsanitization of several clunky stuff, removed heretag...
2006-07-20 arg@10ksloc.orgapplied sanders no_sizehints for tiled mode patch ...
2006-07-20 arg@10ksloc.orgserious mistake in pop() (forgot to set c->prev to...
2006-07-20 arg@10ksloc.orgusing double-linked list in order to get correct prev...
2006-07-20 arg@10ksloc.orgmade status bar drawing more robust, implemented toggle...
2006-07-20 arg@10ksloc.orgcleaned up code
2006-07-20 arg@10ksloc.orgremoved c->f{x,y,w,h} and c->t{x,y,w,h} in favor for...
2006-07-19 arg@10ksloc.orgimplemented regexp matching for rules
2006-07-19 arg@10ksloc.orgapplied Jukka's patch with s/ModKeyMask/MODKEY/g
2006-07-19 arg@10ksloc.orgfixed the bug mentioned by Sander
2006-07-19 arg@10ksloc.orgrefactored Sanders code somewhat
2006-07-19 arg@10ksloc.orgimplemented fallback for too many clients in stacked...
2006-07-19 arg@10ksloc.organd another fix...
2006-07-19 arg@10ksloc.orgyet another typo fix
2006-07-19 arg@10ksloc.orgfixed a typo
2006-07-19 arg@10ksloc.orgfloating clients get random (x,y) offsets now
2006-07-19 arg@10ksloc.orgapplied Sanders resize patch, fixed lower bug
2006-07-18 Anselm R. Garbeimplemened distinguishing float/managed geometries...
2006-07-18 Anselm R. Garbepop on heretag
2006-07-18 Anselm R. Garbeadded heretag command which allows to tag a client...
2006-07-16 Anselm R. Garbeanother XSync
2006-07-15 Anselm R. Garbeseveral additions in mouse handling ;)
2006-07-15 Anselm R. Garbefixed XSync handling and finished man page
2006-07-15 Anselm R. Garbesanitized other stuff
2006-07-15 Anselm R. Garbeproceeded with cleaning up, sorting functions, etc
2006-07-15 Anselm R. Garberearranged several stuff
2006-07-14 Anselm R. Garbesanitized names
2006-07-14 Anselm R. Garberearranged
2006-07-14 Anselm R. Garbebar shows if currently is tiled (Mod1-space) or floatin...
2006-07-14 Anselm R. Garbefixed crash on zoom if only 1 client exists
2006-07-14 Anselm R. Garberemoved a bunch of lines through swap removal
2006-07-14 Anselm R. Garbesearching for a better way to discard enter notifies
2006-07-14 Anselm R. Garbefocus on view change as well
2006-07-14 Anselm R. Garbemade stdin reader more robust
2006-07-14 Anselm R. Garbeimplemented bar for dwm (I miss status text), I plan...
2006-07-14 Anselm R. Garbecontinued with man page
2006-07-13 Anselm R. Garbeexcept improvements to the mouse handling this is alrea...
2006-07-13 Anselm R. Garbeadded mini stuff
2006-07-13 Anselm R. Garbefixed several things, nearly feature complete
2006-07-13 Anselm R. Garbenew stuff
2006-07-13 Anselm R. Garbeseveral other additions/fixes, dwm is quite usable...
2006-07-13 Anselm R. Garbeimplemented tagging a client
2006-07-13 Anselm R. Garbeadded xlock command (I need it regularly)
2006-07-13 Anselm R. Garbeadded pointer warps on kb-driven/manage-driven focus
2006-07-13 Anselm R. Garbechanged back to urxvt, dwm has no problems with it...
2006-07-13 Anselm R. Garbechanged default colors
2006-07-13 Anselm R. Garbeadded logo+description
2006-07-12 Anselm R. Garbenew stuff (some warning elimination)
2006-07-12 Anselm R. Garberemoved unnecessary crap
2006-07-12 Anselm R. Garbebefore leaning things up
2006-07-12 Anselm R. Garbenew stuff, fixed several issues
2006-07-12 Anselm R. Garbeadded gravity stuff
2006-07-12 Anselm R. Garbeadded max
2006-07-12 Anselm R. Garbeadded grid mode on Mod1Mask g
2006-07-12 Anselm R. Garbesimplified several portions of code through replacing...
2006-07-11 Anselm R. Garbesome more additions/fixes
2006-07-11 Anselm R. Garbefixed several other stuff, coming closer to something...
2006-07-11 Anselm R. Garbeimplemented draw_client stuff
2006-07-11 Anselm R. Garbemade code more readable
next