Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-18 | compile fix for clang, forward declaration of FocusControl was not enough | Mathias Gumz | 1 | -1/+1 | |
2011-02-23 | renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem | Mathias Gumz | 1 | -4/+4 | |
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -5/+5 | |
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'. | |||||
2011-02-03 | allow to override 'FocusNewWindow' via .fluxbox/apps | Peter Hercek | 1 | -0/+1 | |
2010-09-11 | added 'SetXProp' action and (@PROP=foo) clientpattern | Mathias Gumz | 1 | -0/+1 | |
these two allow 'tagging' of arbitrary windows with 'tags' (or 'labels'). such 'tagged' windows can then be used in ':NextWindow (@PROP=foo)' commands to quickly cycle through a subset of available windows. since the 'tags' are applied as real xproperties to a window they survive a restart of fluxbox or even another windowmanager. the user can also set the tags by using xprop(1). the next step regarding the UI should be to visualize the tags of a window. | |||||
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -3/+3 | |
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text). | |||||
2010-08-20 | implemented 'ActivateTab' action to (re)allow activation of tabs via mouse | Mathias Gumz | 1 | -0/+2 | |
2010-05-06 | added little helper function to disable the maximization state of a window ↵ | Mathias Gumz | 1 | -0/+4 | |
while keeping its current position / size | |||||
2010-03-26 | Changed title signal in Focusable to new signal system | Henrik Kinnunen | 1 | -0/+3 | |
2009-12-18 | implemented 'MoveN' and 'ClickN' support in keys file. | Mathias Gumz | 1 | -0/+1 | |
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent()) is disabled for now, should be added to fluxbox-update_configs | |||||
2009-06-28 | make Raise/LowerLayer accept integer argument for number of layers, default 2 | Mark Tiefenbruck | 1 | -2/+1 | |
2008-10-15 | don't allow resizing to negative dimensions | Mathias Gumz | 1 | -7/+7 | |
this fixes a problem when the user resizes a window over the opposite border. as a result a signed overflow occured which lead to quite huge windows. | |||||
2008-10-09 | don't show window on new workspace when warping with outline moving | Mark Tiefenbruck | 1 | -2/+0 | |
2008-09-28 | Changed workspace area signal to use the new signal system | Henrik Kinnunen | 1 | -0/+3 | |
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 1 | -1/+6 | |
2008-09-02 | resize fullscreen windows when resolution changes | Mark Tiefenbruck | 1 | -0/+1 | |
2008-08-27 | move some things from FluxboxWindow to WindowState | Mark Tiefenbruck | 1 | -12/+8 | |
2008-08-27 | make FbWinFrame and FluxboxWindow share a WindowState object | Mark Tiefenbruck | 1 | -11/+15 | |
2008-08-27 | move FbWinFrame::State class to a new file | Mark Tiefenbruck | 1 | -6/+6 | |
2008-08-22 | be a little smarter about size hints in tabbed windows | Mark Tiefenbruck | 1 | -0/+2 | |
2008-08-22 | move fullscreen and maximization handling to FbWinFrame | Mark Tiefenbruck | 1 | -21/+4 | |
2008-08-21 | make Swing apps only somewhat horribly broken again | Mark Tiefenbruck | 1 | -3/+1 | |
2008-08-21 | some cleanup | Mark Tiefenbruck | 1 | -25/+1 | |
2008-08-18 | combined code for saved window positions and MoveTo key command | Mark Tiefenbruck | 1 | -11/+16 | |
added left, right, top, and bottom center reference points | |||||
2008-08-15 | cosmetic api change | Mathias Gumz | 1 | -1/+1 | |
2008-08-15 | move getDecoMaskFromString to FbWinFrame | Mark Tiefenbruck | 1 | -2/+0 | |
2008-08-15 | fix some consts and private functions | Mark Tiefenbruck | 1 | -14/+13 | |
2008-08-15 | have fullscreen and maximization code call applySizeHints directly | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-15 | move some frame size calculations to FbWinFrame | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-14 | cleanup of some files | Mathias Gumz | 1 | -1/+0 | |
2008-06-20 | move default window menu to ~/.fluxbox/windowmenu | Mark Tiefenbruck | 1 | -3/+3 | |
2008-05-24 | move FluxboxWindow::applyDecorations() to FbWinFrame | Mark Tiefenbruck | 1 | -1/+1 | |
2008-05-13 | Fixed startup bug for window menu in iconbar. | Henrik Kinnunen | 1 | -0/+6 | |
The window menu in the iconbutton was not updated properly the first time it was used ( before right clicking in the real window titlebar). | |||||
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-08 | split WinButtonTheme into multiple themes | Mark Tiefenbruck | 1 | -0/+1 | |
2008-01-07 | switch FbWinFrameTheme to use FocusableTheme | Mark Tiefenbruck | 1 | -2/+4 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -2/+1 | |
2008-01-04 | remove some unnecessary code | Mark Tiefenbruck | 1 | -11/+0 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -1/+0 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -59/+59 | |
2007-12-27 | architecture astronomy | Mark Tiefenbruck | 1 | -2/+9 | |
2007-12-27 | simplify the window transparency menu and handling a bit | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-26 | stupid & | Mark Tiefenbruck | 1 | -2/+6 | |
2007-12-26 | revert previous patch until it can be fixed | Mark Tiefenbruck | 1 | -6/+2 | |
2007-12-26 | changing focusnew/mousefocus should affect windows that are already open | Mark Tiefenbruck | 1 | -2/+6 | |
2007-12-25 | implement some focus policies for splash, dock, and desktop windows | Mark Tiefenbruck | 1 | -0/+9 | |
2007-12-23 | make FbWinFrame aware of the decoration state | Mark Tiefenbruck | 1 | -28/+0 | |
2007-12-22 | make better decisions about when to allow stealing the focus | Mark Tiefenbruck | 1 | -1/+1 | |