log client.c @ 525:7433954e80af

age author description
2006-09-29 Anselm R. Garbe applied ality's hardcode-0 patches
2006-09-28 Anselm R. Garbe applied Jukkas patch
2006-09-27 Anselm R. Garbe fixing the settags issue, preparing 1.7.1 1.7.1
2006-09-26 arg added configure(), but this doesn't really fix those frking broken SDL apps
2006-09-22 arg fixed issue pointed out by Jukka
2006-09-22 arg implemented the maximization as I described on the mailinglist, this feels better to me.
2006-09-20 arg reviewed client.c
2006-09-15 arg offscreen client appearance fixes
2006-09-15 arg focus() enforces visibility of a client if not NULL
2006-09-12 Anselm R. Garbe removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
2006-09-11 Anselm R. Garbe small change to comments, renamed two set* functions in client.c into update*
2006-09-11 Anselm R. Garbe added some comments
2006-09-08 Anselm R. Garbe applied sanders patch of not manipulating sel 1.5
2006-09-07 Anselm R. Garbe hotfix
2006-09-07 Anselm R. Garbe simplified unmanage
2006-09-07 Anselm R. Garbe using a global stack for focus recovery on arrange() - seems to work great
2006-09-06 Anselm R. Garbe no this is better
2006-09-06 Anselm R. Garbe does this preserve z order for anthony?
2006-09-06 Anselm R. Garbe maybe this might work
2006-09-06 Anselm R. Garbe sanders solution is convincing and elegant
2006-09-06 Anselm R. Garbe seems to preserve floating client z-layer order (even with reorder() calls)
2006-09-06 Anselm R. Garbe moved transient_for tag inheritance to settags
2006-09-06 Anselm R. Garbe no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
2006-09-05 Anselm R. Garbe no, ordering floating clients at the end seems better
2006-09-04 Anselm R. Garbe simplified manage
2006-09-04 Anselm R. Garbe hotfixing with sanders hint
2006-09-04 Anselm R. Garbe fixing the issue that new clients appear lowered
2006-09-04 Anselm R. Garbe applied Sanders max_and_focus.patch
2006-08-29 Anselm R. Garbe still something wrong with reorder()
2006-08-29 Anselm R. Garbe added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client
2006-08-28 Anselm R. Garbe removed crappy variables
2006-08-28 Anselm R. Garbe applied sanders focus_ patches
2006-08-23 Anselm R. Garbe updated man page
2006-08-22 Anselm R. Garbe separated several functions into view.c
2006-08-21 arg windows which have set transient_for hint inherit the transient_for window tags now
2006-08-21 arg after switching to OpenBSD again, I switched back to a saner color scheme
2006-08-21 Anselm R.Garbe applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names
2006-08-18 Anselm R.Garbe applied Sanders patch
2006-08-18 Anselm R.Garbe made a new client position strategy similiar to that one proposed by Sander, but which takes top bar into account
2006-08-17 Anselm R.Garbe fixed a bug reported by sander
2006-08-17 Anselm R.Garbe centering apps only if transient_for is not(!) set
2006-08-17 Anselm R.Garbe fixed issue Sander reported
2006-08-16 Anselm R.Garbe condition was insufficient
2006-08-16 Anselm R.Garbe fixed issue reported by sander
2006-08-16 Anselm R.Garbe added general centralization rule for new clients (works around various borken apps)
2006-08-14 Anselm R.Garbe removed NUMLOCKMASK, added dynamically calculated numlockmask instead
2006-08-14 Anselm R.Garbe fixed
2006-08-14 Anselm R.Garbe added some flicker prevention
2006-08-14 Anselm R.Garbe fixed a core dump
2006-08-14 Anselm R.Garbe implemented restack behavior (floats are on top in tiled mode)
2006-08-11 Anselm R.Garbe implement multi-tag selection through button3 click on the specific tag
2006-08-11 Anselm R.Garbe applied Sander's patch as well
2006-08-11 Anselm R.Garbe simplified unmanage
2006-08-11 Anselm R.Garbe removed the if(clients) check from popping code
2006-08-10 Anselm R.Garbe applied Sanders zoom_update patch
2006-08-10 Anselm R.Garbe respecting inc hints in floating mode on togglemax
2006-08-10 Anselm R.Garbe reverting last patch, that sucks, I don't care about retarded apps like gvim
2006-08-10 Anselm R.Garbe togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
2006-08-10 Anselm R.Garbe applied sumik's multihead patch
2006-08-10 Anselm R.Garbe disallow zoom on maximized clients