aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* fixed order of key bindings described in dwm.1Anselm R. Garbe2007-02-22-5/+5
* status needs update even in togglemax() - since we got an indicator for thisAnselm R. Garbe2007-02-22-0/+1
* reusing drawsquare for client title, empty square before title means versatil...Anselm R. Garbe2007-02-22-24/+6
* dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe2007-02-22-6/+31
* nah grouped keybindings by contextAnselm R. Garbe2007-02-22-47/+46
* fixed exit condition in togglemax()Anselm R. Garbe2007-02-22-1/+1
* fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe2007-02-22-0/+2
* several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe2007-02-22-183/+184
* just ignore the FD_ISSET check in main.c of xfd, just call XPending (which do...Anselm R. Garbe2007-02-21-6/+5
* optimizing background color of terminalsAnselm R. Garbe2007-02-21-1/+1
* using 333 as background, hey proggyclean is really goodAnselm R. Garbe2007-02-21-1/+1
* switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ...Anselm R. Garbe2007-02-21-1/+1
* using smaller fontAnselm R. Garbe2007-02-21-1/+1
* using a green selborderAnselm R. Garbe2007-02-21-1/+1
* reverting to bg 555Anselm R. Garbe2007-02-21-2/+2
* s/555/357/ for SELCOLORAnselm R. Garbe2007-02-21-1/+1
* switching to urxvtcd for the moment (the uxterm flicker makes me headaches, s...Anselm R. Garbe2007-02-21-1/+1
* Added tag 3.6.1 for changeset 20ec6976cee1Anselm R. Garbe2007-02-21-0/+1
* creating 3.6.13.6.1Anselm R. Garbe2007-02-21-1/+1
* reverted accidental removal of sx, syAnselm R. Garbe2007-02-21-5/+6
* removed some global vars which should be static insteadAnselm R. Garbe2007-02-21-8/+7
* moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe2007-02-21-50/+50
* cleaned up and commented the config.*.hAnselm R. Garbe2007-02-21-31/+35
* Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928bAnselm R. Garbe2007-02-21-0/+1
* fixed quoting and a comment3.6Anselm R. Garbe2007-02-21-2/+2
* renamed setfont to initfont, getcolor to initcolorAnselm R. Garbe2007-02-20-29/+29
* fixed orderAnselm R. Garbe2007-02-20-11/+11
* added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe2007-02-20-133/+144
* separating drawsquare from drawtext, made drawtext externAnselm R. Garbe2007-02-20-49/+65
* rechecked with OpenBSDAnselm R. Garbe2007-02-20-0/+1
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-20-152/+160
* using eprint instead of fputsAnselm R. Garbe2007-02-19-6/+3
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-19-21/+29
* changed some odering in config*.hAnselm R. Garbe2007-02-19-20/+20
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe2007-02-19-16/+16
* renames swim[ming] into versatileAnselm R. Garbe2007-02-19-64/+64
* renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe2007-02-19-96/+96
* removed debug compile flagsAnselm R. Garbe2007-02-19-2/+2
* introduced Layout structAnselm R. Garbe2007-02-19-82/+115
* some more code polishingAnselm R. Garbe2007-02-19-1/+2
* forgot an extern declarationAnselm R. Garbe2007-02-19-1/+2
* bugfix of transient handlingAnselm R. Garbe2007-02-19-8/+8
* removed procevent, more refactoringAnselm R. Garbe2007-02-19-14/+6
* draw.c is useless (belongs to main.c now)Anselm R. Garbe2007-02-19-195/+178
* renamed view.c into screen.cAnselm R. Garbe2007-02-19-69/+67
* renamed manage.c to view.cAnselm R. Garbe2007-02-19-92/+92
* renamed Rule members, renamed RReg into RegexpsAnselm R. Garbe2007-02-19-17/+17
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-19-458/+434
* some more refactoringAnselm R. Garbe2007-02-19-47/+47
* added some new convenience functionsAnselm R. Garbe2007-02-19-30/+40