aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2007-12-30fix compatibility with older gcc versionsMark Tiefenbruck1-1/+1
2007-12-30removed some unneeded headersMathias Gumz29-81/+52
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck29-34/+29
2007-12-30forgotten inlines from previous roundMathias Gumz3-3/+3
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz23-268/+268
2007-12-28moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys fileMark Tiefenbruck3-4/+58
2007-12-28move shape handling from FbMenu to FbTk::MenuMark Tiefenbruck2-3/+8
2007-12-28merge MenuTheme with FbTk::MenuThemeMark Tiefenbruck2-37/+42
2007-12-28move Shape to FbTkMark Tiefenbruck4-7/+484
2007-12-28move STLUtil to FbTkMark Tiefenbruck2-1/+56
2007-12-28move RegExp to FbTkMark Tiefenbruck3-0/+163
2007-12-28move Parser to FbTkMark Tiefenbruck3-1/+79
2007-12-28moved Container to FbTkMark Tiefenbruck3-0/+643
2007-12-28moved BorderTheme and TextTheme to FbTkMark Tiefenbruck5-0/+187
2007-12-27architecture astronomyMark Tiefenbruck6-50/+275
2007-12-27simplify the window transparency menu and handling a bitMark Tiefenbruck1-2/+2
2007-12-26stupid &Mark Tiefenbruck2-1/+83
2007-12-26revert previous patch until it can be fixedMark Tiefenbruck2-83/+1
2007-12-26changing focusnew/mousefocus should affect windows that are already openMark Tiefenbruck2-1/+83
2007-12-25fix showing program icons with depth=1 in menusMark Tiefenbruck1-6/+22
2007-12-25make bit depth accessible from an FbDrawableMark Tiefenbruck4-9/+10
2007-12-21fix menuitem height on startupMark Tiefenbruck1-7/+7
2007-12-20convert macro command parsing to use new StringUtil functionMark Tiefenbruck2-48/+34
2007-12-20added ForEach key commandMark Tiefenbruck1-0/+21
2007-12-18fix torn menusMark Tiefenbruck2-12/+17
2007-12-18holding control will now keep the menu openMark Tiefenbruck5-7/+8
2007-12-18make MenuItem responsible for decision to close menu when clickedMark Tiefenbruck4-30/+37
2007-12-16fix initialization of menu fontsMark Tiefenbruck1-1/+2
2007-12-16load style before loading theme objects, remove duplicate theme loadMark Tiefenbruck2-5/+8
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck6-243/+177
2007-12-14StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ...markt3-12/+9
2007-12-13close menus when they lose focus, instead of on [exec] commandsmarkt1-0/+2
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt8-1/+382
2007-12-11only allow one open menu at a timemarkt2-21/+19
2007-11-22added special FocusIn/Out MouseOver/Out ChangeWorkspace keysmarkt1-4/+4
2007-11-22added conditional statements to keys filemarkt5-0/+193
2007-11-20move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbedmarkt1-0/+1
2007-11-12allow arbitrary window patterns in iconbarmarkt1-9/+15
2007-10-18fixed bug #1809786fluxgen1-1/+4
2007-10-13merged changes from pre-develmarkt9-168/+25
2007-09-08fix crash when changing toolbar visibility with empty toolbar.toolsmarkt3-4/+7
2007-08-05some minor changesmarkt1-2/+0
2007-08-04only possible anomaly I can see heresimonb1-0/+3
2007-08-04Fix system tray restart issuessimonb2-0/+11
2007-07-31add some decorations to torn menus, and fix restart without an argumentmarkt1-1/+3
2007-07-24fix ToggleDecor for fullscreen and decorationless windows, plus some other cl...markt2-3/+3
2007-07-17updated behavior of alt-tab to match pre-devel, fixing bug #1755698markt1-0/+1
2007-07-15make sure menus close only when right clicking down and up on the titlebarmarkt2-4/+9
2007-07-07save workspace names, and some fixes for menu behaviormarkt2-8/+14
2007-07-03stop gvim from repeatedly resizing tabbed windowsmarkt2-11/+12