Xinqi Bao's Git

added configure(), but this doesn't really fix those frking broken SDL apps
[dwm.git] / client.c
2006-09-26 arg@mmviadded configure(), but this doesn't really fix those...
2006-09-22 arg@mmvifixed issue pointed out by Jukka
2006-09-22 arg@mmviimplemented the maximization as I described on the...
2006-09-20 arg@mmvireviewed client.c
2006-09-15 arg@mmvioffscreen client appearance fixes
2006-09-15 arg@mmvifocus() enforces visibility of a client if not NULL
2006-09-12 Anselm R. Garberemoved a bunch of lines through making function signat...
2006-09-11 Anselm R. Garbesmall change to comments, renamed two set* functions...
2006-09-11 Anselm R. Garbeadded some comments
2006-09-08 Anselm R. Garbeapplied sanders patch of not manipulating sel
2006-09-07 Anselm R. Garbehotfix
2006-09-07 Anselm R. Garbesimplified unmanage
2006-09-07 Anselm R. Garbeusing a global stack for focus recovery on arrange...
2006-09-06 Anselm R. Garbeno this is better
2006-09-06 Anselm R. Garbedoes this preserve z order for anthony?
2006-09-06 Anselm R. Garbemaybe this might work
2006-09-06 Anselm R. Garbesanders solution is convincing and elegant
2006-09-06 Anselm R. Garbeseems to preserve floating client z-layer order (even...
2006-09-06 Anselm R. Garbemoved transient_for tag inheritance to settags
2006-09-06 Anselm R. Garbeno, reodering floating clients definately breaks the...
2006-09-05 Anselm R. Garbeno, ordering floating clients at the end seems better
2006-09-04 Anselm R. Garbesimplified manage
2006-09-04 Anselm R. Garbehotfixing with sanders hint
2006-09-04 Anselm R. Garbefixing the issue that new clients appear lowered
2006-09-04 Anselm R. Garbeapplied Sanders max_and_focus.patch
2006-08-29 Anselm R. Garbestill something wrong with reorder()
2006-08-29 Anselm R. Garbeadded attach/detach functions which don't attach at...
2006-08-28 Anselm R. Garberemoved crappy variables
2006-08-28 Anselm R. Garbeapplied sanders focus_ patches
2006-08-23 Anselm R. Garbeupdated man page
2006-08-22 Anselm R. Garbeseparated several functions into view.c
2006-08-21 [email protected]... windows which have set transient_for hint inherit the...
2006-08-21 [email protected]... after switching to OpenBSD again, I switched back to...
2006-08-21 Anselm R.Garbeapplied Sanders focus_* patches, removed the unnecessar...
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 [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
next