aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2007-05-30Jukka also belongs to Copyright holders after all he has contributed and done...Anselm R. Garbe
2007-05-30applied Jukkas patchAnselm R. Garbe
2007-05-29added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe
2007-05-29added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe
2007-05-29applied anydot's 3 minor patches, thank you anydotAnselm R. Garbe
2007-05-28applied Sanders patchAnselm R. Garbe
2007-05-25applied anydots proposal to let togglefloating restore fixed windowsAnselm R. Garbe
2007-05-23reverted last change after Sander pointed out the original decisionAnselm R. Garbe
2007-05-23applied anydots remark of togglefloating()Anselm R. Garbe
2007-05-14thanks to JukkaAnselm R. Garbe
2007-05-14applied dfenze cleanups, fixed some comments in dwm.hAnselm R. Garbe
2007-05-10small fix of fixAnselm R. Garbe
2007-05-10fixed a potential security flawAnselm R. Garbe
2007-04-19fixed the border issue for mplayer, ff is definately broken when using F11 (f...4.0Anselm R. Garbe
2007-04-19touch borderAnselm R. Garbe
2007-04-18set border at manage timeAnselm R. Garbe
2007-04-17changed border handlingAnselm R. Garbe
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe
2007-04-13making Copyright notices more compactAnselm R. Garbe
2007-04-11make also transients floating when we do not know the main windowAnselm R. Garbe
2007-03-29add an additional check in resize() to prevent a crash of dwmAnselm R. Garbe
2007-03-01some changes to updatesizehints, I don't change the aspect ratio algorithm no...Anselm R. Garbe
2007-02-26removed sendeventAnselm R. Garbe
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe
2007-02-22renamed versatile into untiledAnselm R. Garbe
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe
2007-02-21moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe
2007-02-19renames swim[ming] into versatileAnselm R. Garbe
2007-02-19renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe
2007-02-19introduced Layout structAnselm R. Garbe
2007-02-19some more code polishingAnselm R. Garbe
2007-02-19bugfix of transient handlingAnselm R. Garbe
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe
2007-02-19renamed view.c into screen.cAnselm R. Garbe
2007-02-19renamed manage.c to view.cAnselm R. Garbe
2007-02-19some more refactoringAnselm R. Garbe
2007-02-19added some new convenience functionsAnselm R. Garbe
2007-02-19simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe
2007-02-16removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe
2007-02-14added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe
2007-02-13making it more sure that transient checks will work in any caseAnselm R. Garbe
2007-02-13simplified configurerequestAnselm R. Garbe
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM times...Anselm R. Garbe
2007-02-06yet another fixAnselm R. Garbe
2007-02-06simplificationAnselm R. Garbe
2007-02-06implemented aspect ratio support of windowsAnselm R. Garbe
2007-02-05made some changes more concistentAnselm R. Garbe