Age | Commit message (Expand) | Author | Files | Lines |
2007-12-28 | move shape handling from FbMenu to FbTk::Menu | Mark Tiefenbruck | 2 | -3/+8 |
2007-12-28 | merge MenuTheme with FbTk::MenuTheme | Mark Tiefenbruck | 2 | -37/+42 |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 4 | -7/+484 |
2007-12-28 | move STLUtil to FbTk | Mark Tiefenbruck | 2 | -1/+56 |
2007-12-28 | move RegExp to FbTk | Mark Tiefenbruck | 3 | -0/+163 |
2007-12-28 | move Parser to FbTk | Mark Tiefenbruck | 3 | -1/+79 |
2007-12-28 | moved Container to FbTk | Mark Tiefenbruck | 3 | -0/+643 |
2007-12-28 | moved BorderTheme and TextTheme to FbTk | Mark Tiefenbruck | 5 | -0/+187 |
2007-12-27 | architecture astronomy | Mark Tiefenbruck | 6 | -50/+275 |
2007-12-27 | simplify the window transparency menu and handling a bit | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-26 | stupid & | Mark Tiefenbruck | 2 | -1/+83 |
2007-12-26 | revert previous patch until it can be fixed | Mark Tiefenbruck | 2 | -83/+1 |
2007-12-26 | changing focusnew/mousefocus should affect windows that are already open | Mark Tiefenbruck | 2 | -1/+83 |
2007-12-25 | fix showing program icons with depth=1 in menus | Mark Tiefenbruck | 1 | -6/+22 |
2007-12-25 | make bit depth accessible from an FbDrawable | Mark Tiefenbruck | 4 | -9/+10 |
2007-12-21 | fix menuitem height on startup | Mark Tiefenbruck | 1 | -7/+7 |
2007-12-20 | convert macro command parsing to use new StringUtil function | Mark Tiefenbruck | 2 | -48/+34 |
2007-12-20 | added ForEach key command | Mark Tiefenbruck | 1 | -0/+21 |
2007-12-18 | fix torn menus | Mark Tiefenbruck | 2 | -12/+17 |
2007-12-18 | holding control will now keep the menu open | Mark Tiefenbruck | 5 | -7/+8 |
2007-12-18 | make MenuItem responsible for decision to close menu when clicked | Mark Tiefenbruck | 4 | -30/+37 |
2007-12-16 | fix initialization of menu fonts | Mark Tiefenbruck | 1 | -1/+2 |
2007-12-16 | load style before loading theme objects, remove duplicate theme load | Mark Tiefenbruck | 2 | -5/+8 |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 6 | -243/+177 |
2007-12-14 | StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ... | markt | 3 | -12/+9 |
2007-12-13 | close menus when they lose focus, instead of on [exec] commands | markt | 1 | -0/+2 |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt | 8 | -1/+382 |
2007-12-11 | only allow one open menu at a time | markt | 2 | -21/+19 |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt | 1 | -4/+4 |
2007-11-22 | added conditional statements to keys file | markt | 5 | -0/+193 |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 1 | -0/+1 |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -9/+15 |
2007-10-18 | fixed bug #1809786 | fluxgen | 1 | -1/+4 |
2007-10-13 | merged changes from pre-devel | markt | 9 | -168/+25 |
2007-09-08 | fix crash when changing toolbar visibility with empty toolbar.tools | markt | 3 | -4/+7 |
2007-08-05 | some minor changes | markt | 1 | -2/+0 |
2007-08-04 | only possible anomaly I can see here | simonb | 1 | -0/+3 |
2007-08-04 | Fix system tray restart issues | simonb | 2 | -0/+11 |
2007-07-31 | add some decorations to torn menus, and fix restart without an argument | markt | 1 | -1/+3 |
2007-07-24 | fix ToggleDecor for fullscreen and decorationless windows, plus some other cl... | markt | 2 | -3/+3 |
2007-07-17 | updated behavior of alt-tab to match pre-devel, fixing bug #1755698 | markt | 1 | -0/+1 |
2007-07-15 | make sure menus close only when right clicking down and up on the titlebar | markt | 2 | -4/+9 |
2007-07-07 | save workspace names, and some fixes for menu behavior | markt | 2 | -8/+14 |
2007-07-03 | stop gvim from repeatedly resizing tabbed windows | markt | 2 | -11/+12 |
2007-07-03 | fix updating of systemtray and kde dockapps in slit on background change | markt | 2 | -7/+12 |
2007-07-03 | don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copy | markt | 1 | -7/+8 |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 9 | -0/+61 |
2007-06-28 | strip off extra bits set by Xorg in event state | markt | 1 | -2/+3 |
2007-06-03 | update menu xinerama settings after moving | markt | 1 | -1/+2 |
2007-05-19 | fixed bug #1718112, memory leak in FbWindow::textProperty | fluxgen | 1 | -9/+26 |