Age | Commit message (Expand) | Author | Files | Lines |
2005-01-15 | cleaning | fluxgen | 2 | -132/+132 |
2005-01-14 | moved ThemeItem<bool> - implementation to FbTk/ThemeItems.cc | mathias | 1 | -34/+120 |
2005-01-14 | copyright | mathias | 2 | -2/+2 |
2005-01-12 | cosmetic change | mathias | 1 | -4/+3 |
2005-01-11 | fix for #1099278 | mathias | 1 | -3/+3 |
2005-01-11 | fix for #1099950, Missing initialization in FbTk/FbWindow.cc | mathias | 1 | -1/+2 |
2005-01-02 | fix problems with imlib2 on restart: | mathias | 1 | -21/+40 |
2005-01-02 | small issues: | mathias | 1 | -4/+6 |
2004-12-24 | correct isExecutable | mathias | 1 | -1/+1 |
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 8 | -16/+267 |
2004-12-21 | added deleteProperty to FbWindow | mathias | 2 | -36/+42 |
2004-12-18 | fix segfaulting when new text is smaller than the oldtext, | mathias | 1 | -0/+1 |
2004-12-18 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 4 | -47/+103 |
2004-12-18 | cosmetic, double #include of the same header | mathias | 1 | -1/+0 |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 3 | -7/+10 |
2004-12-10 | fix #1080323, a missing header | mathias | 1 | -0/+2 |
2004-11-19 | fixes fontsituations when text disappears in non-antialias mode | mathias | 5 | -18/+22 |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 86 | -86/+86 |
2004-11-17 | fixed missing init for pointer in destructor .. could lead to segfaults | mathias | 1 | -2/+2 |
2004-11-01 | accepted patch #1057446, improved iterator in timer-code | akir | 1 | -6/+15 |
2004-10-31 | fix #1057499 | akir | 1 | -4/+5 |
2004-10-25 | i forgot to remove a silly warning :) | akir | 1 | -2/+1 |
2004-10-21 | moved ThemeItems.hh -> ThemeItems.cc | akir | 1 | -230/+0 |
2004-10-21 | modified to make it work with the ThemeItem.hh -> ThemeItem.cc action | akir | 1 | -2/+2 |
2004-10-21 | moved ThemeItems.hh to ThemeItems.cc, solves some linkissues | akir | 2 | -1/+231 |
2004-10-21 | fixes missing header to avoid missing declarations (mipspro) | akir | 1 | -9/+11 |
2004-10-21 | fix for mipspro: no 'new(nothrow)' available for MIPSpro Compilers: Version 7... | akir | 1 | -10/+24 |
2004-10-19 | if the systemtime is set back the timers wont be updated. | akir | 1 | -4/+21 |
2004-10-18 | fixes MIPSpro Compilers: Version 7.3.1.3m issue | akir | 1 | -4/+16 |
2004-10-10 | added padding: space between text and the border | akir | 2 | -7/+28 |
2004-10-08 | entering @ and ~ from germankeyboards work again | akir | 1 | -3/+38 |
2004-10-08 | we dont remove the scrolllock() modifier from the keystate anymore -> lead to... | akir | 1 | -2/+2 |
2004-10-08 | cosmetic | akir | 1 | -2/+2 |
2004-10-07 | added LC_TIME so the ClockTool gets the right locale | akir | 1 | -1/+3 |
2004-10-06 | tiny forgotten thingy from the MAN :) | akir | 1 | -1/+3 |
2004-10-06 | fix some keymovement issues, dunno if its completly correct that way. perhaps | akir | 1 | -8/+27 |
2004-10-06 | allocate red, green and blue buffers only for gradients | fluxgen | 2 | -34/+43 |
2004-10-06 | setTile for X Drawable | fluxgen | 1 | -2/+6 |
2004-10-04 | fix usage of setlocale return value, which returns a pointer to static | rathnor | 1 | -5/+5 |
2004-09-29 | fix to make separators are not clickable/selectable | akir | 1 | -7/+7 |
2004-09-24 | fix build issue, use cerr instead of fprintf(stderr | rathnor | 1 | -2/+2 |
2004-09-19 | fixed a minor bug that can lead to HIGH cpuload under some circumstances. | akir | 1 | -1/+2 |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 5 | -26/+91 |
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some cod... | fluxgen | 17 | -131/+133 |
2004-09-11 | copyright update | fluxgen | 2 | -4/+4 |
2004-09-11 | access function for display | fluxgen | 1 | -1/+2 |
2004-09-11 | more X error fixing | rathnor | 3 | -7/+16 |
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 2 | -25/+37 |
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 4 | -22/+25 |
2004-09-10 | cosmetic + avoid unneeded App::instance()->display() calls | akir | 2 | -60/+47 |