Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | several changes towards 5.3, XINERAMA is disabled by default, introduced ↵ | Anselm R Garbe | 2008-10-19 | 1 | -0/+2 |
| | | | | usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization | ||||
* | introduced NOBORDER macro to hide the nasty - 2 * c->bw in various ↵ | Anselm R Garbe | 2008-08-27 | 1 | -0/+1 |
| | | | | calculations, moved tagset to config.def.h | ||||
* | added a comment about FAQ regarding mfact meaning | Anselm R Garbe | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | made readin a config.h variable | Anselm R Garbe | 2008-08-02 | 1 | -0/+1 |
| | |||||
* | make hg tip compilable with default config | Premysl Hruby | 2008-07-18 | 1 | -2/+2 |
| | |||||
* | got rid of compile time xidx configuration, querying mouse pointer instead | Anselm R Garbe | 2008-07-16 | 1 | -4/+0 |
| | |||||
* | removed useless comment | Anselm R Garbe | 2008-07-02 | 1 | -1/+1 |
| | |||||
* | removed useless characters | Anselm R Garbe | 2008-06-24 | 1 | -3/+3 |
| | |||||
* | applied Gottox' ClkTagBar patch | Anselm R Garbe | 2008-06-20 | 1 | -15/+4 |
| | |||||
* | untested monocle | Anselm R Garbe | 2008-06-19 | 1 | -6/+9 |
| | |||||
* | branch merge | Anselm R Garbe | 2008-06-17 | 1 | -1/+1 |
|\ | |||||
| * | s/tags ref/tags mask/ | arg@suckless.org | 2008-06-15 | 1 | -1/+1 |
| | | |||||
* | | tiled layout resizehints should be respected by default | Anselm R Garbe | 2008-06-17 | 1 | -2/+2 |
|/ | |||||
* | removed scroll-wheel based focussing on window title clicks | Anselm R Garbe | 2008-06-14 | 1 | -2/+0 |
| | |||||
* | fix of swapped focusstack mouse buttons | Anselm R Garbe | 2008-06-14 | 1 | -2/+2 |
| | |||||
* | removed root window click handling | Anselm R Garbe | 2008-06-14 | 1 | -1/+0 |
| | |||||
* | removed font and color definitions | Anselm R Garbe | 2008-06-14 | 1 | -18/+21 |
| | |||||
* | update | Anselm R Garbe | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | integrated yiyus mouse.diff (though the bar click handling is slightly ↵ | Anselm R Garbe | 2008-06-11 | 1 | -25/+59 |
| | | | | broken, I'm to tired to debug it now, yiyus could you please?) | ||||
* | made Xinerama screen index customizable | Anselm R Garbe | 2008-06-11 | 1 | -4/+8 |
| | |||||
* | added nsz' patch | Anselm R Garbe | 2008-06-11 | 1 | -0/+3 |
| | |||||
* | integrated Peter Hartlich's patch, removed const char *c from union, ↵ | Anselm R Garbe | 2008-06-11 | 1 | -4/+4 |
| | | | | simplified togglelayout | ||||
* | applied anydot's patchset.diff | Anselm R Garbe | 2008-06-11 | 1 | -35/+35 |
| | |||||
* | Gottox' drawtext simplification | Anselm R Garbe | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | applied noviewprev.diff, fix.diff and unusedflags.diff | Anselm R Garbe | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | removed Layout->updategeom, unnecessary | Anselm R Garbe | 2008-05-26 | 1 | -3/+3 |
| | |||||
* | applied yiyus domax patch with slight modifications | Anselm R Garbe | 2008-05-26 | 1 | -36/+16 |
| | |||||
* | s/int/uint/ in config.h | Anselm R Garbe | 2008-05-22 | 1 | -38/+38 |
| | |||||
* | setmfact argument was wrong | Anselm R Garbe | 2008-05-22 | 1 | -2/+2 |
| | |||||
* | applied Gottox bitmask + void *arg patch | Anselm R Garbe | 2008-05-22 | 1 | -43/+44 |
| | |||||
* | merged tile.c again into dwm.c | anselm@anselm1 | 2008-05-19 | 1 | -3/+1 |
| | |||||
* | recent changes, introduced togglebar, changed some defines into variable ↵ | Anselm R Garbe | 2008-05-19 | 1 | -4/+9 |
| | | | | declarations where possible | ||||
* | removed the <M> togglelayout call | Anselm R Garbe | 2008-05-17 | 1 | -3/+2 |
| | |||||
* | removed monocle for now | Anselm R Garbe | 2008-05-17 | 1 | -1/+0 |
| | |||||
* | removed the exact focus mechanism of next/prev window | Anselm R Garbe | 2008-05-17 | 1 | -2/+0 |
| | |||||
* | moved all tile()-related stuff into tile.c which is included from ↵ | Anselm R Garbe | 2008-05-17 | 1 | -7/+7 |
| | | | | config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use | ||||
* | removed tileh, renamed tilev into tile again, removed counttiles, tilemaster | Anselm R Garbe | 2008-05-17 | 1 | -1/+1 |
| | |||||
* | removed Layout->isfloating | Anselm R Garbe | 2008-05-17 | 1 | -4/+4 |
| | |||||
* | removed reapply() -- unnecessary | Anselm R Garbe | 2008-05-17 | 1 | -1/+0 |
| | |||||
* | renamed setlayout into togglelayout | Anselm R Garbe | 2008-05-17 | 1 | -74/+73 |
| | |||||
* | having monocle on Mod1-m | Anselm R Garbe | 2008-05-11 | 1 | -0/+1 |
| | |||||
* | removed Geom stuff, introduced updategeom() again, still view is somewhat ↵ | Anselm R Garbe | 2008-05-11 | 1 | -11/+1 |
| | | | | broken? | ||||
* | cleaned up config.def.h | Anselm R Garbe | 2008-05-11 | 1 | -8/+2 |
| | |||||
* | implemented exact focus next, if arg != NULL to focus{next,prev} | Anselm R Garbe | 2008-05-11 | 1 | -0/+2 |
| | |||||
* | applied JUCE patch | Anselm R Garbe | 2008-05-06 | 1 | -0/+2 |
| | |||||
* | applied yiyus fgeom patch | Anselm R Garbe | 2008-04-27 | 1 | -1/+4 |
| | |||||
* | geometry fix proposed by Jukka | Anselm R Garbe | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | some cleanup changes | Anselm R Garbe | 2008-04-03 | 1 | -2/+0 |
| | |||||
* | uncommented dual layout in preparation of dwm 4.9 | anselm@anselm1 | 2008-04-02 | 1 | -2/+2 |
| | |||||
* | applied Peter Hartlich's simplification patch of setmfact and his revival of ↵ | anselm@anselm1 | 2008-04-02 | 1 | -1/+1 |
| | | | | MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys! |