aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2004-11-09the remember-menu now acts like a boolmenu, shows the current rememberstateakir1-2/+4
a bit better
2004-11-07fixed a problem with the snapping-windows code:akir1-6/+11
decorationless windows have a borderWidth of 0 and thus the snapping was calculated wrong.
2004-11-01accepted patch #1057446, improved iterator in timer-codeakir1-6/+15
2004-10-31fix #1057499akir1-4/+5
2004-10-28fix 1052095, windowmenu doesnt close when tabs are changed (closed,new ↵akir1-1/+7
attached or dragged around)
2004-10-28fix for #1036982 (defaults.hh isnt distcleaned)akir1-0/+1
2004-10-25i forgot to remove a silly warning :)akir1-2/+1
2004-10-22closes bug #1039658akir1-4/+7
" When you choose a transparency of less than 255 for a unfocused window, the window title f the unfocused window will not be transparent. Only the buttons will."
2004-10-22added iconbar.wheelMode and iconbar.deiconifyModeakir4-18/+177
2004-10-21removed now obsolete #includes coz we moved FbTk/ThemeItems.hh -> ↵akir2-4/+2
FbTk/ThemeItems.cc
2004-10-21moved ThemeItems.hh -> ThemeItems.ccakir1-230/+0
2004-10-21modified to make it work with the ThemeItem.hh -> ThemeItem.cc actionakir1-2/+2
2004-10-21moved ThemeItems.hh to ThemeItems.cc, solves some linkissuesakir2-1/+231
2004-10-21back to setenv for non-irix for now, we need to look deeper into this some day.akir1-1/+6
2004-10-21minor fix for pedantic compilers (mipspro)akir1-2/+2
2004-10-21fix:akir1-1/+2
Explicit specialization of function "FbTk::ThemeItem<FbTk::Font>::setDefaultValue" must precede its first use. for mipspro again
2004-10-21fix missing 'new(nothrow)' on mipsproakir1-2/+12
2004-10-21fix missing namespaceakir1-4/+4
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
Explicit specialization of function "FbTk::ThemeItem<int>::setDefaultValue" (mipspro)
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 ↵akir1-10/+24
7.3.1.3m
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
solution: add the delta to all of our timers too.
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
new program is started. the former method didnt do that.
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 ↵akir1-4/+17
which is not on the current workspace
2004-10-16added followModel Ressources, dunno if the name is so clever, i am open for ↵akir3-2/+38
other suggestions
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
(Thanks Christian Storm) - also a tiny cleanup of weird nls set
2004-10-08entering @ and ~ from germankeyboards work againakir1-3/+38
added some stuff to let the user use the numpad too
2004-10-08we dont remove the scrolllock() modifier from the keystate anymore -> lead ↵akir1-2/+2
to problems with altgr on german-keyboards -> no @ in textbox's possible.
2004-10-08cosmeticakir1-2/+2
2004-10-07added LC_TIME so the ClockTool gets the right localeakir1-1/+3