Xinqi Bao's Git

draw.c is useless (belongs to main.c now)
[dwm.git] / client.c
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 [email protected]applied endless loop prevention on zoom()
2006-08-05 [email protected]small fix of the last commit
2006-08-05 [email protected]using -Os again, zoom is ignored in floating mode or...
2006-08-05 [email protected]mouse grab needs also to grab for combinations of numlo...
2006-08-03 [email protected]removed TLast tag enum, now tags is simple defined...
2006-08-03 [email protected]changed Client->tags and Rule->tags to be Bool (I'll...
2006-08-02 [email protected]made fullscreen apps working fine in floating mode...
2006-08-02 [email protected]new stuff
2006-08-02 [email protected]implemented focus on enterwindow on titlebars
2006-08-02 [email protected]reverting to old resize policy
2006-08-02 [email protected]new resize stuff (using XConfigureWindow instead of...
2006-08-01 [email protected]renamed WM_PROTOCOL_DELWIN into PROTODELWIN
2006-08-01 [email protected]removed artefacts of single-linked list (thanx to Jukka...
2006-08-01 [email protected]uppercasing all define'd values (uppercase-prefixed...
2006-08-01 [email protected]applied Sanders patches
2006-08-01 [email protected]committed a patch which fixes the hints of Jukka
2006-07-21 [email protected]sanitization of several clunky stuff, removed heretag...
2006-07-20 [email protected]applied sanders no_sizehints for tiled mode patch ...
2006-07-20 [email protected]serious mistake in pop() (forgot to set c->prev to...
2006-07-20 [email protected]using double-linked list in order to get correct prev...
2006-07-20 [email protected]made status bar drawing more robust, implemented toggle...
2006-07-20 [email protected]cleaned up code
2006-07-20 [email protected]removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for...
2006-07-19 [email protected]implemented regexp matching for rules
2006-07-19 [email protected]applied Jukka's patch with s/ModKeyMask/MODKEY/g
2006-07-19 [email protected]fixed the bug mentioned by Sander
2006-07-19 [email protected]refactored Sanders code somewhat
2006-07-19 [email protected]implemented fallback for too many clients in stacked...
2006-07-19 [email protected]and another fix...
2006-07-19 [email protected]yet another typo fix
2006-07-19 [email protected]fixed a typo
2006-07-19 [email protected]floating clients get random (x,y) offsets now
2006-07-19 [email protected]applied 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
2006-07-11 Anselm R. Garbeadded basic mouse support (actually we don't need more)
2006-07-11 Anselm R. Garbeadded mouse-based resizals
2006-07-11 Anselm R. Garbeseveral changes, new stuff
2006-07-11 Anselm R. Garbeadded bar event timer
2006-07-11 Anselm R. Garbeadded protocol killing stuff
2006-07-11 Anselm R. Garbechanged how manage client works
2006-07-11 Anselm R. Garbefixed several stuff (gridwm gets better and better)
2006-07-11 Anselm R. Garbenew stuff
2006-07-10 Anselm R. Garbeadded several other stuff