Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | enforcing using fontsets even if they are incomplete for some encodings | arg@mig29 | 2006-12-05 | 1 | -1/+1 | |
| | ||||||
* | hotfix of a serious crashing bug | arg@mig29 | 2006-12-04 | 1 | -1/+1 | |
| | ||||||
* | next version will be 2.5 | arg@mig29 | 2006-11-30 | 1 | -1/+1 | |
| | ||||||
* | next version will be 2.4 | arg@mig29 | 2006-11-25 | 1 | -1/+1 | |
| | ||||||
* | applied Gottox patches | arg@mig29 | 2006-11-21 | 1 | -1/+1 | |
| | ||||||
* | next release will be 2.2 | arg@mig29 | 2006-11-03 | 1 | -1/+1 | |
| | ||||||
* | applied Gottox patch to simplify the resizing of col, instead of resizing ↵ | arg@mig29 | 2006-10-31 | 1 | -1/+1 | |
| | | | | the current area, it only resizes the master area in the future (seems more predictable) | |||||
* | now being at v2.0 | Anselm R. Garbe | 2006-10-14 | 1 | -1/+1 | |
| | ||||||
* | changing MASTER value from percent into per mill | Anselm R. Garbe | 2006-10-05 | 1 | -1/+1 | |
| | ||||||
* | first step to a more flexible dotile() algorithm | Anselm R. Garbe | 2006-09-29 | 1 | -1/+1 | |
| | ||||||
* | fixing the settags issue, preparing 1.7.1 | Anselm R. Garbe | 2006-09-27 | 1 | -1/+1 | |
| | ||||||
* | improved intro comment in dwm.h, updated config.mk | arg@mmvi | 2006-09-20 | 1 | -1/+1 | |
| | ||||||
* | small fix | Anselm R. Garbe | 2006-09-11 | 1 | -1/+1 | |
| | ||||||
* | maybe this might work | Anselm R. Garbe | 2006-09-06 | 1 | -1/+1 | |
| | ||||||
* | prepared dwm-1.4 update | Anselm R. Garbe | 2006-09-06 | 1 | -1/+1 | |
| | ||||||
* | seems to preserve floating client z-layer order (even with reorder() calls) | Anselm R. Garbe | 2006-09-06 | 1 | -1/+1 | |
| | ||||||
* | after 1.3 | Anselm R. Garbe | 2006-09-04 | 1 | -1/+1 | |
| | ||||||
* | retagged | Anselm R. Garbe | 2006-09-04 | 1 | -1/+1 | |
| | ||||||
* | removed html crap | Anselm R. Garbe | 2006-09-04 | 1 | -1/+1 | |
| | ||||||
* | applied sanders patch to remove unnecessary commit() | Anselm R. Garbe | 2006-08-31 | 1 | -1/+1 | |
| | ||||||
* | changed config.arg.h - I really need the 4th tag | Anselm R. Garbe | 2006-08-28 | 1 | -1/+1 | |
| | ||||||
* | 3->4 colors | Anselm R. Garbe | 2006-08-24 | 1 | -1/+1 | |
| | ||||||
* | applied another config.mk patch made by sander | Anselm R.Garbe | 2006-08-16 | 1 | -1/+1 | |
| | ||||||
* | fixing small bug in config.mk | Anselm R.Garbe | 2006-08-15 | 1 | -2/+2 | |
| | ||||||
* | applied Sanders LD and resize patches | Anselm R.Garbe | 2006-08-14 | 1 | -1/+2 | |
| | ||||||
* | upgraded version info | Anselm R.Garbe | 2006-08-11 | 1 | -1/+1 | |
| | ||||||
* | next version is 0.8 | arg@10ksloc.org | 2006-08-07 | 1 | -1/+1 | |
| | ||||||
* | using -Os again, zoom is ignored in floating mode or on floating clients | arg@10ksloc.org | 2006-08-05 | 1 | -1/+1 | |
| | ||||||
* | no need for -g anymore, regexp matching works now | arg@10ksloc.org | 2006-08-04 | 1 | -4/+4 | |
| | ||||||
* | switched to regexp matching for Rules | arg@10ksloc.org | 2006-08-04 | 1 | -4/+4 | |
| | ||||||
* | fixed a type in README, and patched config.mk | arg@10ksloc.org | 2006-08-02 | 1 | -1/+1 | |
| | ||||||
* | removed the CONFIG variable from config.mk, renamed config.h into ↵ | arg@10ksloc.org | 2006-08-02 | 1 | -5/+2 | |
| | | | | config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel | |||||
* | applied Sanders patches (numlock2) | arg@10ksloc.org | 2006-08-02 | 1 | -7/+7 | |
| | ||||||
* | uppercasing all define'd values (uppercase-prefixed should only be enum ↵ | arg@10ksloc.org | 2006-08-01 | 1 | -7/+7 | |
| | | | | field qualifiers) | |||||
* | centralized/externalized configuration to config.h | arg@10ksloc.org | 2006-08-01 | 1 | -2/+5 | |
| | ||||||
* | applied Sanders patches | arg@10ksloc.org | 2006-08-01 | 1 | -15/+9 | |
| | ||||||
* | s/0.5/0.6/ - my steps are wider than the reality | arg@10ksloc.org | 2006-07-21 | 1 | -1/+1 | |
| | ||||||
* | preparing 0.6 which will be available in the evening after sanders patch approx. | arg@10ksloc.org | 2006-07-21 | 1 | -6/+6 | |
| | ||||||
* | using double-linked list in order to get correct prev focus handling | arg@10ksloc.org | 2006-07-20 | 1 | -5/+5 | |
| | ||||||
* | cleaned up code | arg@10ksloc.org | 2006-07-20 | 1 | -1/+1 | |
| | ||||||
* | using O3 instead of Os, binary size still < 40kb | arg@10ksloc.org | 2006-07-20 | 1 | -1/+1 | |
| | ||||||
* | applied Jukka's patch with s/ModKeyMask/MODKEY/g | arg@10ksloc.org | 2006-07-19 | 1 | -1/+1 | |
| | ||||||
* | changed CFLAGs | arg@mmvi | 2006-07-18 | 1 | -5/+5 | |
| | ||||||
* | simplified Makefile | Anselm R. Garbe | 2006-07-17 | 1 | -1/+0 | |
| | ||||||
* | patched dwm | Anselm R. Garbe | 2006-07-17 | 1 | -1/+1 | |
| | ||||||
* | simplified man page | Anselm R. Garbe | 2006-07-16 | 1 | -1/+1 | |
| | ||||||
* | draw bar on exposure ;) | Anselm R. Garbe | 2006-07-14 | 1 | -5/+5 | |
| | ||||||
* | prep 0.1 | Anselm R. Garbe | 2006-07-14 | 1 | -6/+6 | |
| | ||||||
* | implemented dwm reading status text from stdin | Anselm R. Garbe | 2006-07-14 | 1 | -5/+5 | |
| | ||||||
* | continued with man page | Anselm R. Garbe | 2006-07-14 | 1 | -2/+5 | |
| |