Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-22 | Cosmetic | Mathias Gumz | 1 | -0/+1 | |
2012-10-04 | Add support for nearest corner or edge resizing | Michael Abbott | 1 | -3/+2 | |
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 1 | -5/+4 | |
gettimeofday() is subject to be changed on daylight-saving or to ntp-related (think leap-seconds). even worse, it is subject to be changed BACK in time. this is hard to fix correctly (see commit 45726d3016e and bug #3560509). it is irrelevant for timers to know the nano-seconds since the epoch anyways. | |||||
2012-07-07 | make alt-tab skip modal windows | Mark Tiefenbruck | 1 | -0/+1 | |
2012-04-06 | Allow percentage values for some Window commands | Lajos Koszti | 1 | -0/+2 | |
2011-05-10 | Remove all trace of Observers and Subjects | Pavel Labath | 1 | -3/+0 | |
this marks the completion of the transition to FbTk::Signal | |||||
2011-05-10 | Convert FbWinFrame::frameExtentSig to FbTk::Signal | Pavel Labath | 1 | -12/+2 | |
Also, I spotted a potential bug in the code. I marked the place with XXX. Someone should take a look at that. | |||||
2011-05-10 | Convert FluxboxWindow::hintSig to FbTk::Signal | Pavel Labath | 1 | -4/+2 | |
2011-05-10 | Convert FluxboxWindow::layerSig to FbTk::Signal | Pavel Labath | 1 | -5/+3 | |
2011-05-10 | Convert FluxboxWindow::stateSig to FbTk::Signal | Pavel Labath | 1 | -4/+2 | |
2011-05-10 | Convert FluxboxWindow::workspaceSig to FbTk::Signal | Pavel Labath | 1 | -4/+3 | |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -0/+2 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2011-05-08 | Can check CARDINAL properties in CLIENT PATTERNS | nacitar sevaht | 1 | -1/+2 | |
Introduces a new member function, FbWindow::cardinalProperty() This change also changes other code that previously used FbWindow::property() to do the same thing as the new function; this reduces code duplication. There are still some bits of code (Ewmh.cc, extractNetWmIcon()) that use FbWindow::property() to retrieve XA_CARDINAL values, but as the new method is designed for getting a _single_ property, and that code uses FbWindow::property() to retrieve the number of values present, and then grab all of them; it's a different use case. I opted to not try to make cardinalProperty() into some monolithic all-purpose cardinal method; FbWindow::property() works just fine for that. This change also adds an optional (default=NULL) boolean to FbWindow::textProperty and friends that allows the caller to determine whether or not a value was actually retrieved. This was necessary for integrating FbWindow::cardinalProperty with the codebase, and it seemed to fit with FbWindow::textProperty as well. Prior to this change, if you got a return value of "", you wouldn't know if you successfully retrieved the value which happened to be blank, or if you failed to retrieve the value. Now, you can pass the address of a boolean if you so choose in order to differentiate these situations; the same applies to the new FbWindow::cardinalProperty(). | |||||
2011-03-23 | compile fix: sunCC 5.11 (sunstudio 12) compiles and links again | Mathias Gumz | 1 | -7/+6 | |
biggest change: renaming of 'class Layer' to 'class ResourceLayer' in Layer.hh to handle complaints about 'ambiguous Layer: Layer or FbTk::Layer'. 'ResourceLayer' sounds crappy, but that was the best I could come up with right now. | |||||
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 changesRelease-1_1_0 | 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 | |