| Commit message (Expand) | Author | Age | Files | Lines |
* | removed drawclient and drawall (they performed useless operations/consumed us... | Anselm R. Garbe | 2007-01-15 | 1 | -20/+0 |
* | implemented new color scheme accordingly to Sanders proposal | Anselm R. Garbe | 2007-01-14 | 1 | -4/+4 |
* | removed mode label stuff | Anselm R. Garbe | 2007-01-14 | 1 | -1/+1 |
* | removed client title bar | Anselm R. Garbe | 2007-01-14 | 1 | -6/+0 |
* | added missing space | Anselm R. Garbe | 2007-01-12 | 1 | -1/+1 |
* | implemented nmaster appearance in mode label (using %u) | Anselm R. Garbe | 2007-01-08 | 1 | -1/+1 |
* | renamed drawtitle into drawclient | Anselm R. Garbe | 2007-01-04 | 1 | -2/+2 |
* | next version will contain updated copyright notice | arg@mig29 | 2007-01-02 | 1 | -1/+1 |
* | fixed diagnostic error message | arg@mig29 | 2006-12-08 | 1 | -1/+1 |
* | removed the hardcoded fixed fallback, it is useless in non-Latin1 environments | arg@mig29 | 2006-12-08 | 1 | -4/+1 |
* | with this patch everything works fine for me | arg@mig29 | 2006-12-07 | 1 | -5/+1 |
* | don't use Xlocale crap, let's use locale.h instead | arg@mig29 | 2006-12-07 | 1 | -1/+1 |
* | using the portable Xmb+UTF-8 way of life, will see if this works well... | arg@mig29 | 2006-12-07 | 1 | -2/+4 |
* | also setting LC_CTYPE only | arg@mig29 | 2006-12-05 | 1 | -1/+1 |
* | enforcing using fontsets even if they are incomplete for some encodings | arg@mig29 | 2006-12-05 | 1 | -4/+0 |
* | made squares equally sized, and 1px bigger | arg@mig29 | 2006-12-01 | 1 | -5/+5 |
* | if client is focused, the emptysquare don't needs to be drawed | arg@mig29 | 2006-12-01 | 1 | -3/+3 |
* | and the winner is | arg@mig29 | 2006-12-01 | 1 | -12/+17 |
* | sander1 proposal | arg@mig29 | 2006-12-01 | 1 | -7/+15 |
* | dood | arg@mig29 | 2006-12-01 | 1 | -8/+9 |
* | less obtrusive indicator (only a top line) | arg@mig29 | 2006-12-01 | 1 | -17/+4 |
* | final2 indicator | arg@mig29 | 2006-12-01 | 1 | -8/+12 |
* | removing the -1 on final indicators, looks cleaner | arg@mig29 | 2006-12-01 | 1 | -3/+3 |
* | final indicators | arg@mig29 | 2006-12-01 | 1 | -2/+2 |
* | changed things like I described class="p">, 0x0013, 0x0014, 0x0015, 0x0016, 0x0017, /* 10..17 */
0x0018, 0x0019, 0x001A, 0x001B, 0x001C, 0x001D, 0x001E, 0x001F, /* 18..1F */
0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, /* 20..27 */
0x0028, 0x0029, 0x002A, 0x002B, 0x002C, 0x002D, 0x002E, 0x002F, /* 28..2F */
0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, /* 30..37 */
0x0038, 0x0039, 0x003A, 0x003B, 0x003C, 0x003D, 0x003E, 0x003F, /* 38..3F */
0x042e, 0x0410, 0x0411, 0x0426, 0x0414, 0x0415, 0x0424, 0x0413, /* 40..47 */
0x0425, 0x0418, 0x0419, 0x041a, 0x041b, 0x041c, 0x041d, 0x041e, /* 48..4F */
0x041f, 0x042f, 0x0420, 0x0421, 0x0422, 0x0423, 0x0416, 0x0412, /* 50..57 */
0x042c, 0x042b, 0x0417, 0x0448, 0x044d, 0x0449, 0x0447, 0x044a, /* 58..5F */
0x044e, 0x0430, 0x0431, 0x0446, 0x0434, 0x0435, 0x0444, 0x0433, /* 60..67 */
0x0445, 0x0438, 0x0439, 0x043a, 0x043b, 0x043c, 0x043d, 0x043e, /* 68..6F */
0x043f, 0x044f, 0x0440, 0x0441, 0x0442, 0x0443, 0x0436, 0x0432, /* 70..77 */
0x044c, 0x044b, 0x0437, 0x0428, 0x042d, 0x0429, 0x0427, 0x0000 /* 78..7F */
};
+23 |