Age | Commit message (Expand) | Author | Files | Lines |
2006-05-07 | more utf8 changes, notably window titles | simonb | 3 | -11/+31 |
2006-05-07 | missed two added files, whoops | simonb | 2 | -0/+269 |
2006-05-07 | handle utf-8 strings properly. | simonb | 12 | -196/+88 |
2006-04-26 | fixed minor bug | fluxgen | 1 | -2/+2 |
2006-04-25 | Cleanup unneeded headers (thanks Slava Semushin) | mathias | 1 | -5/+0 |
2006-04-25 | Fix occasional highlighting of menu nops+separators, sf.net patch | simonb | 3 | -3/+6 |
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 5 | -12/+19 |
2006-04-24 | Use -Wall when --enable-debug and some warning fixes | simonb | 2 | -0/+2 |
2006-04-24 | fix memory leaks in menu code | simonb | 1 | -4/+6 |
2006-04-23 | removed include | fluxgen | 1 | -1/+0 |
2006-04-22 | fix menu corruption when size/label changes | simonb | 2 | -1/+4 |
2006-04-21 | update transparent window backgrounds on bg change | simonb | 3 | -4/+50 |
2006-04-18 | don't check the clock so often... | simonb | 2 | -17/+53 |
2006-04-17 | fix some rotation issues | simonb | 1 | -0/+2 |
2006-04-16 | fix all compiler warnings with -Wall | simonb | 6 | -33/+35 |
2006-04-15 | implement vertical toolbar placement options | simonb | 2 | -0/+2 |
2006-04-14 | fix window button image updates | simonb | 2 | -16/+28 |
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -8/+8 |
2006-04-09 | just some indent | fluxgen | 1 | -2/+8 |
2006-04-06 | fix size_t issues and other 64bit-highlighted warnings | simonb | 3 | -3/+5 |
2006-04-05 | fix Xmbfonts on multiple screens | simonb | 1 | -2/+1 |
2006-04-04 | rotated Xmb Fonts, by rotating as we draw | simonb | 3 | -8/+102 |
2006-04-04 | rotated XFonts (and minor ext tab alignment fixes) | simonb | 3 | -132/+99 |
2006-04-02 | size_t fixes, thanks Semushin Slava aka php-coder | fluxgen | 10 | -14/+15 |
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 20 | -138/+354 |
2006-03-24 | fix compile error, include algorithm | simonb | 1 | -0/+1 |
2006-03-23 | external tab fixes, plus aligning items properly | simonb | 3 | -15/+23 |
2006-03-20 | minor type-o fix, thanks Semushin Slava | fluxgen | 1 | -5/+5 |
2006-03-20 | minor type-o fix, thanks Semushin Slava | fluxgen | 1 | -6/+6 |
2006-03-20 | external tabs | simonb | 3 | -4/+28 |
2006-03-18 | define ostrstream and ostringstream | fluxgen | 1 | -0/+2 |
2006-03-18 | added Type typedef of T in Resource | fluxgen | 1 | -4/+4 |
2006-03-14 | fixed memory leak when XCreateImage fail, thanks php-coder | fluxgen | 1 | -3/+11 |
2006-02-27 | cosmetic changes from php-coder (copyright, header) | mathias | 2 | -0/+46 |
2006-02-18 | Added template getResource(string) to ResourceManager. | fluxgen | 1 | -0/+40 |
2006-02-16 | updated copyright info | mathias | 53 | -53/+53 |
2006-02-12 | minor typeo | fluxgen | 1 | -1/+1 |
2006-02-12 | explicit constructor | fluxgen | 1 | -1/+1 |
2006-02-12 | added static validColorString function, returns true if the color string is i... | fluxgen | 2 | -5/+17 |
2006-02-12 | added force_update option to force an update of the m_root_pixmaps | fluxgen | 2 | -3/+3 |
2006-01-22 | minor stuff | fluxgen | 1 | -1/+1 |
2006-01-16 | applied patch from php-coder to fix some warnings, mostly signed vs unsigned | mathias | 1 | -2/+2 |
2006-01-03 | unused headers | fluxgen | 3 | -3/+0 |
2006-01-03 | using screen based vector for theme lists | fluxgen | 2 | -26/+53 |
2005-12-22 | removed unused variable | fluxgen | 1 | -3/+1 |
2005-12-22 | removed unused variable | fluxgen | 1 | -1/+0 |
2005-12-22 | removed unused variable | fluxgen | 1 | -1/+0 |
2005-11-22 | public setRootPixmap | fluxgen | 2 | -46/+54 |
2005-11-22 | minor indent | fluxgen | 1 | -2/+2 |
2005-11-22 | const fix | fluxgen | 1 | -3/+4 |