2007-02-19 |
Anselm R. Garbe | renamed floating into swimming (this does not clash... |
blob | commitdiff | raw |
2007-02-19 |
Anselm R. Garbe | introduced Layout struct |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | some more code polishing |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | bugfix of transient handling |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | draw.c is useless (belongs to main.c now) |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | renamed view.c into screen.c |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | renamed manage.c to view.c |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | some more refactoring |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | added some new convenience functions |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Anselm R. Garbe | simplified configurerequest to a bare minimum, removed... |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Anselm R. Garbe | removed ugly ban(), extended resize() that it only... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Anselm R. Garbe | added ban() which takes care than a banned window is... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Anselm R. Garbe | made for/if/else constructs more consistent, some code... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Anselm R. Garbe | making it more sure that transient checks will work... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Anselm R. Garbe | simplified configurerequest |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Anselm R. Garbe | replaced getproto with a saner function, now old-school... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Anselm R. Garbe | yet another fix |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Anselm R. Garbe | simplification |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Anselm R. Garbe | implemented aspect ratio support of windows |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Anselm R. Garbe | made some changes more concistent |
blob | commitdiff | raw | diff to current |
2007-01-28 |
Anselm R. Garbe | handling WM_STATE seems to make DnD in gtk/qt apps... |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Anselm R. Garbe | prepared yet another hotfix release |
blob | commitdiff | raw | diff to current |
2007-01-24 |
Anselm R. Garbe | applied offscreen appearance hotfix |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Anselm R. Garbe | renamed activescreen into selscreen |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Anselm R. Garbe | implemented Sanders remarks |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Anselm R. Garbe | small changes |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Anselm R. Garbe | removed a blank line |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Anselm R. Garbe | this version should also work with cornercases (like... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Anselm R. Garbe | I think this is the best solution of multihead support |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Anselm R. Garbe | this variant is known to work, but focus() is ugly... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Anselm R. Garbe | applied Sanders all5.patch (thanks for your weekend... |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Anselm R. Garbe | removed drawclient and drawall (they performed useless... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Anselm R. Garbe | removed client title bar |
blob | commitdiff | raw | diff to current |
2007-01-04 |
Anselm R. Garbe | renamed drawtitle into drawclient |
blob | commitdiff | raw | diff to current |
2007-01-02 |
arg@mig29 | corrections |
blob | commitdiff | raw | diff to current |
2007-01-02 |
arg@mig29 | next version will contain updated copyright notice |
blob | commitdiff | raw | diff to current |
2007-01-01 |
arg@mig29 | renamed updatesize into updatesizehints (thx to Sander... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
arg@mig29 | removed Client->grav |
blob | commitdiff | raw | diff to current |
2006-12-11 |
arg@mig29 | removed gravitate for the moment |
blob | commitdiff | raw | diff to current |
2006-12-11 |
arg@mig29 | disabling configure() during resize |
blob | commitdiff | raw | diff to current |
2006-12-11 |
arg@mig29 | made gravitate effectless, waiting for complains ;) |
blob | commitdiff | raw | diff to current |
2006-11-26 |
arg@mig29 | applied Jukka's sizeof K&R compliance patch, applied... |
blob | commitdiff | raw | diff to current |
2006-10-27 |
arg@mig29 | and another fix |
blob | commitdiff | raw | diff to current |
2006-10-27 |
arg@mig29 | applied sanders try2 patch |
blob | commitdiff | raw | diff to current |
2006-10-27 |
arg@mig29 | applied sanders max size fix |
blob | commitdiff | raw | diff to current |
2006-10-26 |
arg@mig29 | reverting to original |
blob | commitdiff | raw | diff to current |
2006-10-26 |
arg@mig29 | some other change |
blob | commitdiff | raw | diff to current |
2006-10-26 |
arg@mig29 | apply small fix to prevent apps like mplayer wandering... |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Anselm R. Garbe | do* has no Arg arument anymore (never called directly) |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Anselm R. Garbe | code polishing, removed unnecessary newlines |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Anselm R. Garbe | applied ality's hardcode-0 patches |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Anselm R. Garbe | applied Jukkas patch |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Anselm R. Garbe | fixing the settags issue, preparing 1.7.1 |
blob | commitdiff | raw | diff to current |
2006-09-26 |
arg@mmvi | added configure(), but this doesn't really fix those... |
blob | commitdiff | raw | diff to current |
2006-09-22 |
arg@mmvi | fixed issue pointed out by Jukka |
blob | commitdiff | raw | diff to current |
2006-09-22 |
arg@mmvi | implemented the maximization as I described on the... |
blob | commitdiff | raw | diff to current |
2006-09-20 |
arg@mmvi | reviewed client.c |
blob | commitdiff | raw | diff to current |
2006-09-15 |
arg@mmvi | offscreen client appearance fixes |
blob | commitdiff | raw | diff to current |
2006-09-15 |
arg@mmvi | focus() enforces visibility of a client if not NULL |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Anselm R. Garbe | removed a bunch of lines through making function signat... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Anselm R. Garbe | small change to comments, renamed two set* functions... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Anselm R. Garbe | added some comments |
blob | commitdiff | raw | diff to current |
2006-09-08 |
Anselm R. Garbe | applied sanders patch of not manipulating sel |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Anselm R. Garbe | hotfix |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Anselm R. Garbe | simplified unmanage |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Anselm R. Garbe | using a global stack for focus recovery on arrange... |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Anselm R. Garbe | no this is better |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Anselm R. Garbe | does this preserve z order for anthony? |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Anselm R. Garbe | maybe this might work |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Anselm R. Garbe | sanders solution is convincing and elegant |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Anselm R. Garbe | seems to preserve floating client z-layer order (even... |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Anselm R. Garbe | moved transient_for tag inheritance to settags |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Anselm R. Garbe | no, reodering floating clients definately breaks the... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Anselm R. Garbe | no, ordering floating clients at the end seems better |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Anselm R. Garbe | simplified manage |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Anselm R. Garbe | hotfixing with sanders hint |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Anselm R. Garbe | fixing the issue that new clients appear lowered |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Anselm R. Garbe | applied Sanders max_and_focus.patch |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Anselm R. Garbe | still something wrong with reorder() |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Anselm R. Garbe | added attach/detach functions which don't attach at... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Anselm R. Garbe | removed crappy variables |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Anselm R. Garbe | applied sanders focus_ patches |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Anselm R. Garbe | updated man page |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Anselm R. Garbe | separated several functions into view.c |
blob | commitdiff | raw | diff to current |
2006-08-21 |
arg@localhost.10kl... | windows which have set transient_for hint inherit the... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
arg@localhost.10kl... | after switching to OpenBSD again, I switched back to... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Anselm R.Garbe | applied Sanders focus_* patches, removed the unnecessar... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Anselm R.Garbe | applied Sanders patch |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Anselm R.Garbe | made a new client position strategy similiar to that... |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Anselm R.Garbe | fixed a bug reported by sander |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Anselm R.Garbe | centering apps only if transient_for is not(!) set |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Anselm R.Garbe | fixed issue Sander reported |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Anselm R.Garbe | condition was insufficient |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Anselm R.Garbe | fixed issue reported by sander |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Anselm R.Garbe | added general centralization rule for new clients ... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Anselm R.Garbe | removed NUMLOCKMASK, added dynamically calculated numlo... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Anselm R.Garbe | fixed |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Anselm R.Garbe | added some flicker prevention |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Anselm R.Garbe | fixed a core dump |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Anselm R.Garbe | implemented restack behavior (floats are on top in... |
blob | commitdiff | raw | diff to current |
next |