Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-11 | more fun with the window menu | Mark Tiefenbruck | 8 | -43/+50 | |
2008-02-10 | removed goto | Henrik Kinnunen | 2 | -13/+17 | |
2008-02-09 | fix highlighted menu item on mouse out | Mark Tiefenbruck | 2 | -2/+14 | |
2008-02-06 | Fix a freed memory access in ~BScreen. | Tomas Janousek | 1 | -15/+26 | |
mit->second->parent() == 0 didn't do what it was supposed to. m_parent being zero does not imply that no pointer points to it. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-06 | Consistency: alpha submenu of WindowMenu should not have title. | Tomas Janousek | 1 | -3/+6 | |
Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-04 | Fix a freed memory access in Keys::doAction. | Tomas Janousek | 2 | -2/+5 | |
The thing next_key pointed to was getting freed in deleteTree. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-04 | Fix crash with apps reloading. | Tomas Janousek | 1 | -3/+8 | |
Yeah, we shouldn't delete pointers that are mentioned elsewhere... Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-04 | fix window menu again | Mark Tiefenbruck | 1 | -0/+2 | |
2008-02-03 | check pointer, even though it shouldn't be necessary | Mark Tiefenbruck | 1 | -1/+1 | |
2008-02-03 | fix rotation | Mark Tiefenbruck | 1 | -3/+3 | |
2008-01-31 | fix focus revert when closing menu | Mark Tiefenbruck | 1 | -3/+3 | |
2008-01-28 | fix warning | Mark Tiefenbruck | 1 | -1/+1 | |
2008-01-28 | Merge branch 'xinerama_randr' | Tomas Janousek | 9 | -23/+122 | |
2008-01-28 | minor correction of include names | Mathias Gumz | 4 | -5/+5 | |
2008-01-28 | reordering | Mathias Gumz | 2 | -13/+11 | |
2008-01-27 | Changelog entries for the xinerama_randr branch changes. | Tomas Janousek | 1 | -0/+5 | |
Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-27 | Move dockapps to (-100,-100) instead of (screenw + 10, screenh + 10). | Tomas Janousek | 1 | -2/+1 | |
The windows used to appear when one xrandr'ed to a bigger resolution. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-27 | "On head" menu -- reloading and refreshing bugfix. | Tomas Janousek | 5 | -12/+44 | |
We should reload the contents of this menu on Xinerama layout change. I switched it from FbMenu to ToggleMenu, because the selected head wasn't being updated properly. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-27 | Move windows out of inactive heads upon layout change. | Tomas Janousek | 2 | -0/+20 | |
Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-27 | Deal with XineramaQueryScreens failure. | Tomas Janousek | 1 | -0/+12 | |
The call to XineramaQueryScreens may return NULL in some cases. This patch tries to deal with that somehow. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-27 | Call XRRUpdateConfiguration before querying Xinerama | Tomas Janousek | 1 | -0/+1 | |
As the manpage says: Clients must call back into Xlib using XRRUpdateConfiguration when screen configuration change notify events are generated (or root window configuration changes occur, to update Xlib's view of the resolution, size, rotation, reflection or subpixel order. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-27 | Reload the Xinerama layout on RandR signal. | Tomas Janousek | 2 | -9/+39 | |
The m_head_areas became a vector, because we need to dynamically change its size. The functions manipulating struts (which refer to a particular head) now check whether the head still exists. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-01-25 | cosmetics | Mathias Gumz | 3 | -31/+34 | |
2008-01-25 | std::string.c_str() is never NULL | Mathias Gumz | 1 | -5/+2 | |
2008-01-24 | don't require final {} on :If | Mark Tiefenbruck | 1 | -1/+1 | |
2008-01-23 | fix issue with multiple spaces in filename in fbsetbg | Mark Tiefenbruck | 1 | -3/+3 | |
2008-01-23 | use hash instead of which in fbsetbg | Mark Tiefenbruck | 1 | -22/+3 | |
2008-01-23 | fix some potential bugs with window menus | Mark Tiefenbruck | 1 | -0/+4 | |
2008-01-23 | fix potential infinite loop in transient windows | Mark Tiefenbruck | 1 | -3/+1 | |
2008-01-22 | fix some issues with window menus | Mark Tiefenbruck | 1 | -1/+13 | |
2008-01-21 | fix some updates on style change | Mark Tiefenbruck | 1 | -4/+3 | |
2008-01-19 | move position and geometry windows into their own class | Mark Tiefenbruck | 5 | -173/+169 | |
2008-01-18 | Fix missing destructor warning | Simon Bowden | 1 | -0/+1 | |
2008-01-18 | Merge branch 'master' of fluxbox@gitfbox:fluxbox | Mark Tiefenbruck | 28 | -140/+136 | |
2008-01-17 | use function pointer for CommandParser::Command | Mark Tiefenbruck | 2 | -10/+10 | |
2008-01-15 | must initialize toolbar before the windows | Henrik Kinnunen | 1 | -5/+6 | |
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 25 | -55/+61 | |
2008-01-14 | moved code a bit around, cleaned up some classes | Mathias Gumz | 9 | -83/+72 | |
2008-01-13 | fix crashes on restart | Mark Tiefenbruck | 2 | -9/+9 | |
2008-01-13 | fix initialization of WorkspaceNameTheme | Mark Tiefenbruck | 2 | -13/+11 | |
2008-01-13 | fix some issues with reverting focus | Mark Tiefenbruck | 6 | -30/+25 | |
2008-01-12 | move some stuff from Fluxbox to BScreen | Mark Tiefenbruck | 5 | -68/+49 | |
2008-01-11 | forgot to add this | Mark Tiefenbruck | 1 | -0/+128 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 49 | -543/+430 | |
ObjectRegistry | |||||
2008-01-08 | split WinButtonTheme into multiple themes | Mark Tiefenbruck | 8 | -157/+82 | |
2008-01-07 | switch FbWinFrameTheme to use FocusableTheme | Mark Tiefenbruck | 10 | -200/+173 | |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 17 | -160/+196 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 55 | -474/+503 | |
2008-01-04 | add a level of indirection to themes | Mark Tiefenbruck | 15 | -17/+96 | |
2008-01-04 | remove some unnecessary code | Mark Tiefenbruck | 4 | -25/+4 | |