aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2007-01-02next version will contain updated copyright noticearg@mig29
2007-01-01renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig29
2006-12-12removed Client->gravarg@mig29
2006-12-11removed gravitate for the momentarg@mig29
2006-12-11disabling configure() during resizearg@mig29
2006-12-11made gravitate effectless, waiting for complains ;)arg@mig29
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig29
2006-10-27and another fixarg@mig29
2006-10-27applied sanders try2 patcharg@mig29
2006-10-27applied sanders max size fixarg@mig29
2006-10-26reverting to originalarg@mig29
2006-10-26some other changearg@mig29
2006-10-26apply small fix to prevent apps like mplayer wandering when toggling fullscreenarg@mig29
2006-10-06do* has no Arg arument anymore (never called directly)1.9Anselm R. Garbe
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe
2006-09-29applied ality's hardcode-0 patchesAnselm R. Garbe
2006-09-28applied Jukkas patchAnselm R. Garbe
2006-09-27fixing the settags issue, preparing 1.7.11.7.1Anselm R. Garbe
2006-09-26added configure(), but this doesn't really fix those frking broken SDL appsarg@mmvi
2006-09-22fixed issue pointed out by Jukkaarg@mmvi
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi
2006-09-20reviewed client.carg@mmvi
2006-09-15offscreen client appearance fixesarg@mmvi
2006-09-15focus() enforces visibility of a client if not NULLarg@mmvi
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe
2006-09-11small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe
2006-09-11added some commentsAnselm R. Garbe
2006-09-08applied sanders patch of not manipulating sel1.5Anselm R. Garbe
2006-09-07hotfixAnselm R. Garbe
2006-09-07simplified unmanageAnselm R. Garbe
2006-09-07using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe
2006-09-06no this is betterAnselm R. Garbe
2006-09-06does this preserve z order for anthony?Anselm R. Garbe
2006-09-06maybe this might workAnselm R. Garbe
2006-09-06sanders solution is convincing and elegantAnselm R. Garbe
2006-09-06seems to preserve floating client z-layer order (even with reorder() calls)Anselm R. Garbe
2006-09-06moved transient_for tag inheritance to settagsAnselm R. Garbe
2006-09-06no, reodering floating clients definately breaks the manage() policy which at...Anselm R. Garbe
2006-09-05no, ordering floating clients at the end seems betterAnselm R. Garbe
2006-09-04simplified manageAnselm R. Garbe
2006-09-04hotfixing with sanders hintAnselm R. Garbe
2006-09-04fixing the issue that new clients appear loweredAnselm R. Garbe
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe
2006-08-29still something wrong with reorder()Anselm R. Garbe
2006-08-29added attach/detach functions which don't attach at the begin of list, but at...Anselm R. Garbe
2006-08-28removed crappy variablesAnselm R. Garbe
2006-08-28applied sanders focus_ patchesAnselm R. Garbe
2006-08-23updated man pageAnselm R. Garbe
2006-08-22separated several functions into view.cAnselm R. Garbe
2006-08-21windows which have set transient_for hint inherit the transient_for window ta...arg@localhost.10kloc.org