Age | Commit message (Expand) | Author | Lines |
2007-02-22 | removed button4/5-bindings for incnmaster on mode label - that is misleading | Anselm R. Garbe | -14/+0 |
2007-02-22 | fixed order of key bindings described in dwm.1 | Anselm R. Garbe | -5/+5 |
2007-02-22 | status needs update even in togglemax() - since we got an indicator for this | Anselm R. Garbe | -0/+1 |
2007-02-22 | reusing drawsquare for client title, empty square before title means versatil... | Anselm R. Garbe | -24/+6 |
2007-02-22 | dwm draws a small caret before the client title if it's a versatile client | Anselm R. Garbe | -6/+31 |
2007-02-22 | nah grouped keybindings by context | Anselm R. Garbe | -47/+46 |
2007-02-22 | fixed exit condition in togglemax() | Anselm R. Garbe | -1/+1 |
2007-02-22 | fixing missing extern declars in dwm.h for {de,at}tach() | Anselm R. Garbe | -0/+2 |
2007-02-22 | several changes, made togglemax extern and separated it from zoom() - moved z... | Anselm R. Garbe | -183/+184 |
2007-02-21 | just ignore the FD_ISSET check in main.c of xfd, just call XPending (which do... | Anselm R. Garbe | -6/+5 |
2007-02-21 | optimizing background color of terminals | Anselm R. Garbe | -1/+1 |
2007-02-21 | using 333 as background, hey proggyclean is really good | Anselm R. Garbe | -1/+1 |
2007-02-21 | switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ... | Anselm R. Garbe | -1/+1 |
2007-02-21 | using smaller font | Anselm R. Garbe | -1/+1 |
2007-02-21 | using a green selborder | Anselm R. Garbe | -1/+1 |
2007-02-21 | reverting to bg 555 | Anselm R. Garbe | -2/+2 |
2007-02-21 | s/555/357/ for SELCOLOR | Anselm R. Garbe | -1/+1 |
2007-02-21 | switching to urxvtcd for the moment (the uxterm flicker makes me headaches, s... | Anselm R. Garbe | -1/+1 |
2007-02-21 | Added tag 3.6.1 for changeset 20ec6976cee1 | Anselm R. Garbe | -0/+1 |
2007-02-21 | creating 3.6.1 | Anselm R. Garbe | -1/+1 |
2007-02-21 | reverted accidental removal of sx, sy | Anselm R. Garbe | -5/+6 |
2007-02-21 | removed some global vars which should be static instead | Anselm R. Garbe | -8/+7 |
2007-02-21 | moved focus{next,prev} and nexttiled from client.c to layout.c (because those... | Anselm R. Garbe | -50/+50 |
2007-02-21 | cleaned up and commented the config.*.h | Anselm R. Garbe | -31/+35 |
2007-02-21 | Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b | Anselm R. Garbe | -0/+1 |
2007-02-21 | fixed quoting and a comment | Anselm R. Garbe | -2/+2 |
2007-02-20 | renamed setfont to initfont, getcolor to initcolor | Anselm R. Garbe | -29/+29 |
2007-02-20 | fixed order | Anselm R. Garbe | -11/+11 |
2007-02-20 | added draw.c again (except getcolor and setfont which are helpers in main.c) | Anselm R. Garbe | -133/+144 |
2007-02-20 | separating drawsquare from drawtext, made drawtext extern | Anselm R. Garbe | -49/+65 |
2007-02-20 | rechecked with OpenBSD | Anselm R. Garbe | -0/+1 |
2007-02-20 | split screen.c into layout.c and tag.c (because the view is an implicit mixtu... | Anselm R. Garbe | -152/+160 |
2007-02-19 | using eprint instead of fputs | Anselm R. Garbe | -6/+3 |
2007-02-19 | replaced togglelayout with setlayout | Anselm R. Garbe | -21/+29 |
2007-02-19 | changed some odering in config*.h | Anselm R. Garbe | -20/+20 |
2007-02-19 | renamed Client->versatile and Rule->versatile into Client->isversatile resp. ... | Anselm R. Garbe | -16/+16 |
2007-02-19 | renames swim[ming] into versatile | Anselm R. Garbe | -64/+64 |
2007-02-19 | renamed floating into swimming (this does not clash with C naming conventions... | Anselm R. Garbe | -96/+96 |
2007-02-19 | removed debug compile flags | Anselm R. Garbe | -2/+2 |
2007-02-19 | introduced Layout struct | Anselm R. Garbe | -82/+115 |
2007-02-19 | some more code polishing | Anselm R. Garbe | -1/+2 |
2007-02-19 | forgot an extern declaration | Anselm R. Garbe | -1/+2 |
2007-02-19 | bugfix of transient handling | Anselm R. Garbe | -8/+8 |
2007-02-19 | removed procevent, more refactoring | Anselm R. Garbe | -14/+6 |
2007-02-19 | draw.c is useless (belongs to main.c now) | Anselm R. Garbe | -195/+178 |
2007-02-19 | renamed view.c into screen.c | Anselm R. Garbe | -69/+67 |
2007-02-19 | renamed manage.c to view.c | Anselm R. Garbe | -92/+92 |
2007-02-19 | renamed Rule members, renamed RReg into Regexps | Anselm R. Garbe | -17/+17 |
2007-02-19 | merged tag.c, view.c and tile.c to manage.c | Anselm R. Garbe | -458/+434 |
2007-02-19 | some more refactoring | Anselm R. Garbe | -47/+47 |