aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-03getting rid of more useless files in the repomarkt1-3/+0
2007-04-03fixed a bug, removed some unused codemarkt1-1/+9
2007-04-01fixed problem with creating windows in iconic statemarkt1-1/+3
2007-03-21fix a little compile error on some machinesmarkt1-0/+2
2007-03-19active menu item wasn't getting reset properly when closed from [exec] with b...markt1-4/+4
2007-03-11fixed parentrelative menu highlight bugmarkt1-12/+12
2007-03-07don't mark menu as focused, even if it gets a FocusIn, when it's not visiblemarkt1-1/+3
2007-03-05fixed compiling error with xft disabledmarkt1-1/+1
2007-03-04more little changes to typeahead (thanks Matteo, plus changes from me)markt1-16/+16
2007-03-04little bug fix for menu typeahead (thanks Matteo)markt1-0/+2
2007-03-04moved some code around (regarding event handling) in preparation for upcoming...markt3-5/+28
2007-03-03added support for typeahead in menusmarkt11-76/+528