Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-10-17 | made iconic and shaded windows not resizable | akir | 1 | -3/+3 |
2004-10-16 | respect the users wish (followModel) to what happens if a window gets focus w... | akir | 1 | -4/+17 |
2004-10-16 | added followModel Ressources, dunno if the name is so clever, i am open for o... | akir | 3 | -2/+38 |
2004-10-11 | fix mainWarnDisplaySet -> mainWarnDisplayEnv | rathnor | 1 | -2/+2 |
2004-10-10 | added focusTabMinWidth | akir | 1 | -9/+43 |
2004-10-10 | added iconbar.iconTextPadding | akir | 2 | -2/+6 |
2004-10-10 | added session.tabPadding and session.focusTabMinWidth | akir | 2 | -3/+10 |
2004-10-10 | added padding: space between text and the border | akir | 2 | -7/+28 |
2004-10-10 | * Update de_DE Translation and add some missing NLS values | rathnor | 2 | -9/+17 |
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 | removed unneeded m_font | akir | 2 | -9/+6 |
2004-10-06 | added :Export / :Setenv command | akir | 3 | -4/+38 |
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-06 | fixed compile | fluxgen | 1 | -1/+1 |
2004-10-04 | oops, missed a bit | rathnor | 1 | -1/+2 |
2004-10-04 | don't require [begin] in included files | rathnor | 4 | -16/+17 |
2004-10-04 | fix usage of setlocale return value, which returns a pointer to static | rathnor | 1 | -5/+5 |
2004-09-30 | title of current tab-window is now shown in the iconbar-buttons | akir | 1 | -2/+3 |
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-16 | make reconfig an alias for reconfigure | rathnor | 1 | -2/+3 |
2004-09-16 | fix menu creator not using args for some commands | rathnor | 1 | -20/+14 |
2004-09-16 | cleaning, we dont create windows with XCreateWindow | fluxgen | 2 | -30/+14 |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 34 | -166/+370 |