aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-4/+4
2011-02-22bugfix: consistent use of 'int' for alpha values (#3187373)Mathias Gumz1-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-03allow to override 'FocusNewWindow' via .fluxbox/appsPeter Hercek1-0/+1
2010-09-11added 'SetXProp' action and (@PROP=foo) clientpatternMathias Gumz1-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-08introduced FbTk::BidiStringMathias Gumz1-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-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz1-0/+2
2010-05-06added little helper function to disable the maximization state of a window ↵Mathias Gumz1-0/+4
while keeping its current position / size
2010-03-26Changed title signal in Focusable to new signal systemHenrik Kinnunen1-0/+3
2009-12-18implemented 'MoveN' and 'ClickN' support in keys file.Mathias Gumz1-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-28make Raise/LowerLayer accept integer argument for number of layers, default 2Mark Tiefenbruck1-2/+1
2008-10-15don't allow resizing to negative dimensionsMathias Gumz1-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-09don't show window on new workspace when warping with outline movingMark Tiefenbruck1-2/+0
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen1-0/+3
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-1/+6
2008-09-02resize fullscreen windows when resolution changesRelease-1_1_0Mark Tiefenbruck1-0/+1
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck1-12/+8
2008-08-27make FbWinFrame and FluxboxWindow share a WindowState objectMark Tiefenbruck1-11/+15
2008-08-27move FbWinFrame::State class to a new fileMark Tiefenbruck1-6/+6
2008-08-22be a little smarter about size hints in tabbed windowsMark Tiefenbruck1-0/+2
2008-08-22move fullscreen and maximization handling to FbWinFrameMark Tiefenbruck1-21/+4
2008-08-21make Swing apps only somewhat horribly broken againMark Tiefenbruck1-3/+1
2008-08-21some cleanupMark Tiefenbruck1-25/+1
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck1-11/+16
added left, right, top, and bottom center reference points
2008-08-15cosmetic api changeMathias Gumz1-1/+1
2008-08-15move getDecoMaskFromString to FbWinFrameMark Tiefenbruck1-2/+0
2008-08-15fix some consts and private functionsMark Tiefenbruck1-14/+13
2008-08-15have fullscreen and maximization code call applySizeHints directlyMark Tiefenbruck1-1/+1
2008-08-15move some frame size calculations to FbWinFrameMark Tiefenbruck1-1/+1
2008-08-14cleanup of some filesMathias Gumz1-1/+0
2008-06-20move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck1-3/+3
2008-05-24move FluxboxWindow::applyDecorations() to FbWinFrameMark Tiefenbruck1-1/+1
2008-05-13Fixed startup bug for window menu in iconbar.Henrik Kinnunen1-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-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-08split WinButtonTheme into multiple themesMark Tiefenbruck1-0/+1
2008-01-07switch FbWinFrameTheme to use FocusableThemeMark Tiefenbruck1-2/+4
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-2/+1
2008-01-04remove some unnecessary codeMark Tiefenbruck1-11/+0
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-2/+0
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-1/+0
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-59/+59
2007-12-27architecture astronomyMark Tiefenbruck1-2/+9
2007-12-27simplify the window transparency menu and handling a bitMark Tiefenbruck1-1/+1
2007-12-26stupid &Mark Tiefenbruck1-2/+6
2007-12-26revert previous patch until it can be fixedMark Tiefenbruck1-6/+2
2007-12-26changing focusnew/mousefocus should affect windows that are already openMark Tiefenbruck1-2/+6
2007-12-25implement some focus policies for splash, dock, and desktop windowsMark Tiefenbruck1-0/+9
2007-12-23make FbWinFrame aware of the decoration stateMark Tiefenbruck1-28/+0
2007-12-22make better decisions about when to allow stealing the focusMark Tiefenbruck1-1/+1
2007-12-22leave fullscreen windows on top, even without the focus, as long as focused ↵Mark Tiefenbruck1-0/+2
window is on another head