Age | Commit message (Expand) | Author | Files | Lines |
2008-05-01 | save timestamp for non-existent menu file, in case user creates one | Mark Tiefenbruck | 1 | -0/+3 |
2008-04-30 | add reconfigure to default menu | Mark Tiefenbruck | 1 | -0/+2 |
2008-04-30 | don't allow empty root menu | Mark Tiefenbruck | 1 | -1/+1 |
2008-04-25 | we don't need to tell this to everyone | Mark Tiefenbruck | 1 | -0/+2 |
2008-02-11 | more fun with the window menu | Mark Tiefenbruck | 1 | -7/+1 |
2008-02-10 | removed goto | Henrik Kinnunen | 1 | -13/+14 |
2008-02-06 | Fix a freed memory access in ~BScreen. | Tomas Janousek | 1 | -15/+26 |
2008-01-28 | fix warning | Mark Tiefenbruck | 1 | -1/+1 |
2008-01-27 | Move windows out of inactive heads upon layout change. | Tomas Janousek | 1 | -0/+19 |
2008-01-27 | Deal with XineramaQueryScreens failure. | Tomas Janousek | 1 | -0/+12 |
2008-01-27 | Reload the Xinerama layout on RandR signal. | Tomas Janousek | 1 | -8/+38 |
2008-01-23 | fix some potential bugs with window menus | Mark Tiefenbruck | 1 | -0/+4 |
2008-01-19 | move position and geometry windows into their own class | Mark Tiefenbruck | 1 | -169/+11 |
2008-01-15 | must initialize toolbar before the windows | Henrik Kinnunen | 1 | -5/+6 |
2008-01-12 | move some stuff from Fluxbox to BScreen | Mark Tiefenbruck | 1 | -3/+46 |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ObjectR... | Mark Tiefenbruck | 1 | -12/+12 |
2008-01-08 | split WinButtonTheme into multiple themes | Mark Tiefenbruck | 1 | -1/+3 |
2008-01-07 | switch FbWinFrameTheme to use FocusableTheme | Mark Tiefenbruck | 1 | -49/+61 |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -10/+10 |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -39/+33 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -3/+0 |
2008-01-02 | more header 'correctness' | Mathias Gumz | 1 | -0/+1 |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -3/+2 |
2007-12-28 | moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys file | Mark Tiefenbruck | 1 | -23/+1 |
2007-12-28 | merge MenuTheme with FbTk::MenuTheme | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-28 | move STLUtil to FbTk | Mark Tiefenbruck | 1 | -3/+2 |
2007-12-27 | architecture astronomy | Mark Tiefenbruck | 1 | -27/+28 |
2007-12-25 | don't add new windows to front of focus list if they don't acquire the focus | Mark Tiefenbruck | 1 | -1/+1 |
2007-12-25 | added resource session.screen<N>.slit.acceptKdeDockapps | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-23 | added focused/unfocused borders to styles | Mark Tiefenbruck | 1 | -4/+4 |
2007-12-21 | little cleanup | Mark Tiefenbruck | 1 | -28/+11 |
2007-12-18 | holding control will now keep the menu open | Mark Tiefenbruck | 1 | -3/+5 |
2007-12-16 | load style before loading theme objects, remove duplicate theme load | Mark Tiefenbruck | 1 | -6/+0 |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -6/+6 |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt | 1 | -6/+6 |
2007-12-11 | only allow one open menu at a time | markt | 1 | -37/+0 |
2007-12-09 | added OnTitlebar modifier to keys file | markt | 1 | -1/+2 |
2007-11-23 | somewhat fixed DeiconifyCmd | markt | 1 | -1/+1 |
2007-11-22 | added special FocusIn/Out MouseOver/Out ChangeWorkspace keys | markt | 1 | -0/+2 |
2007-11-20 | move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed | markt | 1 | -1/+1 |
2007-11-12 | a little fix for focusing lowered tabs on other workspaces | markt | 1 | -3/+3 |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -12/+4 |
2007-11-08 | fix problem with stuck windows from previous patch | markt | 1 | -2/+1 |
2007-11-04 | a few random fixes | markt | 1 | -16/+9 |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -55/+6 |
2007-10-23 | adding/removing workspaces wasn't updating menu | markt | 1 | -0/+2 |
2007-10-23 | allow remembering minimized, maximized, and fullscreen state | markt | 1 | -14/+0 |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -1/+0 |
2007-10-15 | add OnWindow modifier to keys file | markt | 1 | -0/+3 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -180/+144 |