aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt2-7/+12
2007-07-03don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copymarkt1-7/+8
2007-06-29updates for compiling with gcc 4.3markt9-0/+61
2007-06-28strip off extra bits set by Xorg in event statemarkt1-2/+3
2007-06-03update menu xinerama settings after movingmarkt1-1/+2
2007-05-19fixed bug #1718112, memory leak in FbWindow::textPropertyfluxgen1-9/+26
2007-05-17added include command to ITypeAheadable.hh header for tolower()markt1-0/+6
2007-05-05better check these toomarkt1-3/+3
2007-05-05fixing return value checks for utf8 stringsmarkt1-2/+3
2007-04-17basicly cosmetic changes, patch by slava semushinmathias7-18/+6
2007-04-08menu from workspacename tool wasn't focused, and fixed unpressed button rende...markt1-2/+2
2007-04-05changed caps lock detection to use LockMask, so the actual key can be used fo...markt2-10/+8