aboutsummaryrefslogtreecommitdiff
path: root/client.c
AgeCommit message (Collapse)AuthorLines
2007-05-14thanks to JukkaAnselm R. Garbe-1/+0
2007-05-14applied dfenze cleanups, fixed some comments in dwm.hAnselm R. Garbe-4/+10
2007-05-10small fix of fixAnselm R. Garbe-2/+1
2007-05-10fixed a potential security flawAnselm R. Garbe-3/+5
2007-04-19fixed the border issue for mplayer, ff is definately broken when using F11 ↵Anselm R. Garbe-4/+10
(fullscreen mode)
2007-04-19touch borderAnselm R. Garbe-1/+1
2007-04-18set border at manage timeAnselm R. Garbe-2/+1
2007-04-17changed border handlingAnselm R. Garbe-7/+2
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe-1/+2
2007-04-13making Copyright notices more compactAnselm R. Garbe-3/+2
2007-04-11make also transients floating when we do not know the main windowAnselm R. Garbe-4/+5
2007-03-29add an additional check in resize() to prevent a crash of dwmAnselm R. Garbe-1/+3
2007-03-01some changes to updatesizehints, I don't change the aspect ratio algorithm ↵Anselm R. Garbe-16/+23
now - I can't think, it is a mess
2007-02-26removed sendeventAnselm R. Garbe-2/+11
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe-5/+5
sounds more correct) - English speakers convinced me
2007-02-22renamed versatile into untiledAnselm R. Garbe-5/+5
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Anselm R. Garbe-2/+2
need atoi() in some places
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved ↵Anselm R. Garbe-42/+2
zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
2007-02-21moved focus{next,prev} and nexttiled from client.c to layout.c (because ↵Anselm R. Garbe-38/+8
those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ↵Anselm R. Garbe-4/+4
Rule->isversatile
2007-02-19renames swim[ming] into versatileAnselm R. Garbe-4/+4
2007-02-19renamed floating into swimming (this does not clash with C naming ↵Anselm R. Garbe-4/+4
conventions and fits better the fish symbol) - also in man page
2007-02-19introduced Layout structAnselm R. Garbe-4/+4
2007-02-19some more code polishingAnselm R. Garbe-1/+2
2007-02-19bugfix of transient handlingAnselm R. Garbe-8/+8
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe-11/+1
2007-02-19renamed view.c into screen.cAnselm R. Garbe-13/+60
2007-02-19renamed manage.c to view.cAnselm R. Garbe-11/+85
2007-02-19some more refactoringAnselm R. Garbe-42/+0
2007-02-19added some new convenience functionsAnselm R. Garbe-14/+35
2007-02-19simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe-8/+0
2007-02-16removed ugly ban(), extended resize() that it only resets the size if ↵Anselm R. Garbe-37/+44
necessary, added border_width commit to manage()
2007-02-14added ban() which takes care than a banned window is not banned again... ↵Anselm R. Garbe-1/+9
(this reduces the overall ConfigureNotify's to clients)
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe-3/+3
2007-02-13making it more sure that transient checks will work in any caseAnselm R. Garbe-3/+4
2007-02-13simplified configurerequestAnselm R. Garbe-12/+13
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM ↵Anselm R. Garbe-2/+16
times in the early 90s completely disappeared, no punned pointer warning anymore ;)
2007-02-06yet another fixAnselm R. Garbe-1/+1
2007-02-06simplificationAnselm R. Garbe-10/+5
2007-02-06implemented aspect ratio support of windowsAnselm R. Garbe-4/+40
2007-02-05made some changes more concistentAnselm R. Garbe-2/+2
2007-01-28handling WM_STATE seems to make DnD in gtk/qt apps working, well let's ↵Anselm R. Garbe-0/+9
handle this in dwm as well
2007-01-25prepared yet another hotfix releaseAnselm R. Garbe-0/+2
2007-01-24applied offscreen appearance hotfixAnselm R. Garbe-8/+8
2007-01-23renamed activescreen into selscreenAnselm R. Garbe-1/+1
2007-01-23implemented Sanders remarksAnselm R. Garbe-1/+2
2007-01-23small changesAnselm R. Garbe-4/+6
2007-01-23removed a blank lineAnselm R. Garbe-1/+0
2007-01-23this version should also work with cornercases (like unmanage during !issel, ↵Anselm R. Garbe-7/+7
etc.)
2007-01-23I think this is the best solution of multihead supportAnselm R. Garbe-10/+6