Age | Commit message (Expand) | Author | Files | Lines |
2004-11-24 | fix possible segfault: auto_ptr fluxbox may be 0 .. | mathias | 1 | -2/+7 |
2004-11-22 | cosmetic (tabs -> spaces) | mathias | 1 | -8/+9 |
2004-11-22 | ensure sane values for ResizeCmd | mathias | 1 | -7/+16 |
2004-11-22 | do not handle configure request while iconified, fixes problem Wine with Para... | fluxgen | 1 | -7/+8 |
2004-11-22 | undermouseplacement .. ensure the new window is on the screen. patch #1052534... | mathias | 1 | -4/+4 |
2004-11-20 | fix problem with iconic windows on startup | mathias | 1 | -8/+6 |
2004-11-20 | fix segfaults on restart/exit, still issues with former iconified windows | mathias | 2 | -15/+27 |
2004-11-20 | fix for adding/removing desktops (thanx Øyvind Albrigtsen) | mathias | 1 | -2/+7 |
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 | 206 | -206/+206 |
2004-11-17 | fixed missing init for pointer in destructor .. could lead to segfaults | mathias | 1 | -2/+2 |
2004-11-17 | needed init for font-test | mathias | 1 | -2/+4 |
2004-11-17 | fix bug in Screen destructor, can lead to segfault at exit/restart | mathias | 1 | -1/+3 |
2004-11-09 | the remember-menu now acts like a boolmenu, shows the current rememberstate | akir | 1 | -2/+4 |
2004-11-07 | fixed a problem with the snapping-windows code: | akir | 1 | -6/+11 |
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-28 | fix 1052095, windowmenu doesnt close when tabs are changed (closed,new attach... | akir | 1 | -1/+7 |
2004-10-28 | fix for #1036982 (defaults.hh isnt distcleaned) | akir | 1 | -0/+1 |
2004-10-25 | i forgot to remove a silly warning :) | akir | 1 | -2/+1 |
2004-10-22 | closes bug #1039658 | akir | 1 | -4/+7 |
2004-10-22 | added iconbar.wheelMode and iconbar.deiconifyMode | akir | 4 | -18/+177 |
2004-10-21 | removed now obsolete #includes coz we moved FbTk/ThemeItems.hh -> FbTk/ThemeI... | akir | 2 | -4/+2 |
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 | back to setenv for non-irix for now, we need to look deeper into this some day. | akir | 1 | -1/+6 |
2004-10-21 | minor fix for pedantic compilers (mipspro) | akir | 1 | -2/+2 |
2004-10-21 | fix: | akir | 1 | -1/+2 |
2004-10-21 | fix missing 'new(nothrow)' on mipspro | akir | 1 | -2/+12 |
2004-10-21 | fix missing namespace | akir | 1 | -4/+4 |
2004-10-21 | fix missing namespace | akir | 1 | -2/+2 |
2004-10-21 | removed unneeded code + some minor fix for mipspro | akir | 2 | -21/+6 |
2004-10-21 | missing namespace | akir | 1 | -2/+2 |
2004-10-21 | not all compilers have __FUNCTION__ (mipspro) | akir | 2 | -10/+10 |
2004-10-21 | missing template<> | akir | 1 | -1/+2 |
2004-10-21 | fixes missing header to avoid missing declarations (mipspro) | akir | 1 | -9/+11 |
2004-10-21 | fix to avoid: | akir | 1 | -1/+2 |
2004-10-21 | putenv is more platform independent | akir | 1 | -2/+9 |
2004-10-21 | fix for wrong placed end of namespace }; (thanx mipspro :)) | akir | 1 | -2/+3 |
2004-10-21 | fix for some pedantic compilers (mipspro) | akir | 1 | -2/+2 |
2004-10-21 | removed unused variables + cosmetic issue for some compilers (mipspro) | akir | 1 | -135/+131 |
2004-10-21 | meaningless const qualifier removed | akir | 1 | -2/+2 |
2004-10-21 | fix for mipspro: no 'new(nothrow)' available for MIPSpro Compilers: Version 7... | akir | 1 | -10/+24 |
2004-10-19 | missing default value for session.appsFile added | akir | 1 | -2/+2 |
2004-10-19 | added session.appsFile to the ressources | akir | 3 | -6/+7 |
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-18 | rewritten fluxbox-restart code, all destructors are called before the | akir | 3 | -30/+54 |
2004-10-18 | cosmetic changes, added ResizeModel to ScreenRessources | akir | 4 | -8/+33 |