aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2004-10-21fix missing namespaceakir1-2/+2
2004-10-21removed unneeded code + some minor fix for mipsproakir2-21/+6
2004-10-21missing namespaceakir1-2/+2
2004-10-21not all compilers have __FUNCTION__ (mipspro)akir2-10/+10
2004-10-21missing template<>akir1-1/+2
2004-10-21fixes missing header to avoid missing declarations (mipspro)akir1-9/+11
2004-10-21fix to avoid:akir1-1/+2
2004-10-21putenv is more platform independentakir1-2/+9
2004-10-21fix for wrong placed end of namespace }; (thanx mipspro :))akir1-2/+3
2004-10-21fix for some pedantic compilers (mipspro)akir1-2/+2
2004-10-21removed unused variables + cosmetic issue for some compilers (mipspro)akir1-135/+131
2004-10-21meaningless const qualifier removedakir1-2/+2
2004-10-21fix for mipspro: no 'new(nothrow)' available for MIPSpro Compilers: Version 7...akir1-10/+24
2004-10-19missing default value for session.appsFile addedakir1-2/+2
2004-10-19added session.appsFile to the ressourcesakir3-6/+7
2004-10-19if the systemtime is set back the timers wont be updated.akir1-4/+21
2004-10-18fixes MIPSpro Compilers: Version 7.3.1.3m issueakir1-4/+16
2004-10-18rewritten fluxbox-restart code, all destructors are called before theakir3-30/+54
2004-10-18cosmetic changes, added ResizeModel to ScreenRessourcesakir4-8/+33
2004-10-17made iconic and shaded windows not resizableakir1-3/+3
2004-10-16respect the users wish (followModel) to what happens if a window gets focus w...akir1-4/+17
2004-10-16added followModel Ressources, dunno if the name is so clever, i am open for o...akir3-2/+38
2004-10-11fix mainWarnDisplaySet -> mainWarnDisplayEnvrathnor1-2/+2
2004-10-10added focusTabMinWidthakir1-9/+43
2004-10-10added iconbar.iconTextPaddingakir2-2/+6
2004-10-10added session.tabPadding and session.focusTabMinWidthakir2-3/+10
2004-10-10added padding: space between text and the borderakir2-7/+28
2004-10-10 * Update de_DE Translation and add some missing NLS valuesrathnor2-9/+17
2004-10-08entering @ and ~ from germankeyboards work againakir1-3/+38
2004-10-08we dont remove the scrolllock() modifier from the keystate anymore -> lead to...akir1-2/+2
2004-10-08cosmeticakir1-2/+2
2004-10-07added LC_TIME so the ClockTool gets the right localeakir1-1/+3
2004-10-06tiny forgotten thingy from the MAN :)akir1-1/+3
2004-10-06fix some keymovement issues, dunno if its completly correct that way. perhapsakir1-8/+27
2004-10-06removed unneeded m_fontakir2-9/+6
2004-10-06added :Export / :Setenv commandakir3-4/+38
2004-10-06allocate red, green and blue buffers only for gradientsfluxgen2-34/+43
2004-10-06setTile for X Drawablefluxgen1-2/+6
2004-10-06fixed compilefluxgen1-1/+1
2004-10-04oops, missed a bitrathnor1-1/+2
2004-10-04don't require [begin] in included filesrathnor4-16/+17
2004-10-04fix usage of setlocale return value, which returns a pointer to staticrathnor1-5/+5
2004-09-30title of current tab-window is now shown in the iconbar-buttonsakir1-2/+3
2004-09-29fix to make separators are not clickable/selectableakir1-7/+7
2004-09-24fix build issue, use cerr instead of fprintf(stderrrathnor1-2/+2
2004-09-19fixed a minor bug that can lead to HIGH cpuload under some circumstances.akir1-1/+2
2004-09-16make reconfig an alias for reconfigurerathnor1-2/+3
2004-09-16fix menu creator not using args for some commandsrathnor1-20/+14
2004-09-16cleaning, we dont create windows with XCreateWindowfluxgen2-30/+14
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor34-166/+370