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