Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-11-22 | const resourceValue function | fluxgen | 1 | -2/+14 |
2005-11-16 | introduced session.styleOverlay (~/.fluxbox/overlay), all style settings | mathias | 2 | -3/+18 |
2005-11-16 | just some minor cosmetic issues | mathias | 1 | -5/+6 |
2005-10-21 | Fixed #1223878, Style reloading on USR2 (patch from Zan) | mathias | 2 | -28/+29 |
2005-10-20 | added replaceString | fluxgen | 2 | -1/+30 |
2005-09-14 | minor change | fluxgen | 1 | -1/+1 |
2005-09-14 | include memory for auto_ptr | fluxgen | 1 | -0/+3 |
2005-09-07 | bugfix for client menu | fluxgen | 1 | -16/+22 |
2005-09-03 | texture limits were hardcoded to 3200 in TextureRender.cc .. this lead | mathias | 1 | -4/+7 |
2005-06-28 | Add missing ``template <>`` befor ThemeItem<Font>::setDefaultValue. | grubert | 1 | -1/+1 |
2005-06-23 | added showSubmenu in MenuItem | fluxgen | 3 | -3/+11 |
2005-06-17 | *.font.shadow.x and *.font.shadow.x were not correctly read or better, | mathias | 1 | -3/+8 |
2005-06-16 | little typo which prevented shadowcolor beeing set | mathias | 1 | -1/+1 |
2005-06-15 | Fixes #1216020, *.font.effect wont get cleared if not defined in style | mathias | 1 | -1/+15 |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 7 | -219/+180 |
2005-06-03 | deleted the "fallback"-code, which was one of the reasons for slowing down | mathias | 1 | -44/+2 |