aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Collapse)AuthorAge
* offscreen client appearance fixesarg@mmvi2006-09-15
|
* focus() enforces visibility of a client if not NULLarg@mmvi2006-09-15
|
* removed a bunch of lines through making function signatures more consistent ↵Anselm R. Garbe2006-09-12
| | | | with my style ( { does not belong to a new line, if function args are single-lined)
* small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe2006-09-11
|
* added some commentsAnselm R. Garbe2006-09-11
|
* applied sanders patch of not manipulating selAnselm R. Garbe2006-09-08
|
* hotfixAnselm R. Garbe2006-09-07
|
* simplified unmanageAnselm R. Garbe2006-09-07
|
* using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe2006-09-07
|
* no this is betterAnselm R. Garbe2006-09-06
|
* does this preserve z order for anthony?Anselm R. Garbe2006-09-06
|
* maybe this might workAnselm R. Garbe2006-09-06
|
* sanders solution is convincing and elegantAnselm R. Garbe2006-09-06
|
* seems to preserve floating client z-layer order (even with reorder() calls)Anselm R. Garbe2006-09-06
|
* moved transient_for tag inheritance to settagsAnselm R. Garbe2006-09-06
|
* no, reodering floating clients definately breaks the manage() policy which ↵Anselm R. Garbe2006-09-06
| | | | attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
* no, ordering floating clients at the end seems betterAnselm R. Garbe2006-09-05
|
* simplified manageAnselm R. Garbe2006-09-04
|
* hotfixing with sanders hintAnselm R. Garbe2006-09-04
|
* fixing the issue that new clients appear loweredAnselm R. Garbe2006-09-04
|
* applied Sanders max_and_focus.patchAnselm R. Garbe2006-09-04
|
* still something wrong with reorder()Anselm R. Garbe2006-08-29
|
* added attach/detach functions which don't attach at the begin of list, but ↵Anselm R. Garbe2006-08-29
| | | | at the slot of a first match of the tags of a client
* removed crappy variablesAnselm R. Garbe2006-08-28
|
* applied sanders focus_ patchesAnselm R. Garbe2006-08-28
|
* updated man pageAnselm R. Garbe2006-08-23
|
* separated several functions into view.cAnselm R. Garbe2006-08-22
|
* windows which have set transient_for hint inherit the transient_for window ↵arg@localhost.10kloc.org2006-08-21
| | | | tags now
* after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org2006-08-21
|
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from ↵Anselm R.Garbe2006-08-21
| | | | the new function names
* applied Sanders patchAnselm R.Garbe2006-08-18
|
* made a new client position strategy similiar to that one proposed by Sander, ↵Anselm R.Garbe2006-08-18
| | | | but which takes top bar into account
* fixed a bug reported by sanderAnselm R.Garbe2006-08-17
|
* centering apps only if transient_for is not(!) setAnselm R.Garbe2006-08-17
|
* fixed issue Sander reportedAnselm R.Garbe2006-08-17
|
* condition was insufficientAnselm R.Garbe2006-08-16
|
* fixed issue reported by sanderAnselm R.Garbe2006-08-16
|
* added general centralization rule for new clients (works around various ↵Anselm R.Garbe2006-08-16
| | | | borken apps)
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-14
|
* fixedAnselm R.Garbe2006-08-14
|
* added some flicker preventionAnselm R.Garbe2006-08-14
|
* fixed a core dumpAnselm R.Garbe2006-08-14
|
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-14
|
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-11
|
* applied Sander's patch as wellAnselm R.Garbe2006-08-11
|
* simplified unmanageAnselm R.Garbe2006-08-11
|
* removed the if(clients) check from popping codeAnselm R.Garbe2006-08-11
|
* applied Sanders zoom_update patchAnselm R.Garbe2006-08-10
|
* respecting inc hints in floating mode on togglemaxAnselm R.Garbe2006-08-10
|
* reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe2006-08-10
|