aboutsummaryrefslogtreecommitdiff
path: root/client.c
AgeCommit message (Expand)AuthorLines
2006-09-26added configure(), but this doesn't really fix those frking broken SDL appsarg@mmvi-0/+18
2006-09-22fixed issue pointed out by Jukkaarg@mmvi-4/+0
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi-37/+4
2006-09-20reviewed client.carg@mmvi-0/+1
2006-09-15offscreen client appearance fixesarg@mmvi-0/+10
2006-09-15focus() enforces visibility of a client if not NULLarg@mmvi-1/+1
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe-34/+16
2006-09-11small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe-4/+4
2006-09-11added some commentsAnselm R. Garbe-3/+3
2006-09-08applied sanders patch of not manipulating selAnselm R. Garbe-2/+4
2006-09-07hotfixAnselm R. Garbe-1/+1
2006-09-07simplified unmanageAnselm R. Garbe-8/+2
2006-09-07using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe-2/+14
2006-09-06no this is betterAnselm R. Garbe-7/+0
2006-09-06does this preserve z order for anthony?Anselm R. Garbe-2/+7
2006-09-06maybe this might workAnselm R. Garbe-0/+2
2006-09-06sanders solution is convincing and elegantAnselm R. Garbe-8/+0
2006-09-06seems to preserve floating client z-layer order (even with reorder() calls)Anselm R. Garbe-0/+8
2006-09-06moved transient_for tag inheritance to settagsAnselm R. Garbe-6/+2
2006-09-06no, reodering floating clients definately breaks the manage() policy which at...Anselm R. Garbe-2/+0
2006-09-05no, ordering floating clients at the end seems betterAnselm R. Garbe-0/+2
2006-09-04simplified manageAnselm R. Garbe-5/+2
2006-09-04hotfixing with sanders hintAnselm R. Garbe-1/+3
2006-09-04fixing the issue that new clients appear loweredAnselm R. Garbe-0/+2
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe-21/+29
2006-08-29still something wrong with reorder()Anselm R. Garbe-1/+4
2006-08-29added attach/detach functions which don't attach at the begin of list, but at...Anselm R. Garbe-12/+4
2006-08-28removed crappy variablesAnselm R. Garbe-3/+1
2006-08-28applied sanders focus_ patchesAnselm R. Garbe-25/+48
2006-08-23updated man pageAnselm R. Garbe-13/+9
2006-08-22separated several functions into view.cAnselm R. Garbe-61/+0
2006-08-21windows which have set transient_for hint inherit the transient_for window ta...arg@localhost.10kloc.org-1/+6
2006-08-21after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org-5/+7
2006-08-21applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe-28/+30
2006-08-18applied Sanders patchAnselm R.Garbe-6/+2
2006-08-18made a new client position strategy similiar to that one proposed by Sander, ...Anselm R.Garbe-7/+7
2006-08-17fixed a bug reported by sanderAnselm R.Garbe-1/+1
2006-08-17centering apps only if transient_for is not(!) setAnselm R.Garbe-9/+1
2006-08-17fixed issue Sander reportedAnselm R.Garbe-4/+3
2006-08-16condition was insufficientAnselm R.Garbe-2/+2
2006-08-16fixed issue reported by sanderAnselm R.Garbe-0/+4
2006-08-16added general centralization rule for new clients (works around various borke...Anselm R.Garbe-1/+10
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe-6/+6
2006-08-14fixedAnselm R.Garbe-8/+4
2006-08-14added some flicker preventionAnselm R.Garbe-1/+3
2006-08-14fixed a core dumpAnselm R.Garbe-1/+0
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe-18/+8
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe-2/+2
2006-08-11applied Sander's patch as wellAnselm R.Garbe-2/+1
2006-08-11simplified unmanageAnselm R.Garbe-7/+2