Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-11 | fixed resize bug (caused by typo, see #2498507) | Peter Hercek | 1 | -1/+1 | |
2008-11-02 | don't reload keys file on modifier map events, just re-grab keys | Mark Tiefenbruck | 4 | -1/+11 | |
2008-10-19 | increase default size of toolbar and icon buttons | Mark Tiefenbruck | 4 | -11/+11 | |
2008-10-15 | unrevert 1fdef35e51 | Mark Tiefenbruck | 1 | -14/+0 | |
x Mathias should listen to me when I say "by the way, I know you liked the code I just removed; you should change your keys file to use :MacroCmd {Focus} {Raise} {StartMoving}". Behavior in 1.0.0 and previous was that alt+click would focus and raise, regardless of whether the window was moved or not. If mathias really wants his alt+drag to preserve stacking order, he should add Mouse<N>Move events to the keys file to distinguish moving from clicking. I've been planning on doing it anyway. | |||||
2008-10-15 | additional fix for the resize bug | Mathias Gumz | 1 | -1/+3 | |
2008-10-15 | reverted 1fdef35e51, added more info about that feature | Mathias Gumz | 1 | -0/+14 | |
2008-10-15 | don't allow resizing to negative dimensions | Mathias Gumz | 3 | -22/+34 | |
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-15 | ignore XRandr events that don't actually change the screen size | Mark Tiefenbruck | 6 | -22/+25 | |
2008-10-13 | remove doc/asciidoc/fluxbox.1 from index | Mark Tiefenbruck | 1 | -2810/+0 | |
2008-10-13 | merge menuDelay and menuDelayClose options | Mark Tiefenbruck | 9 | -96/+22 | |
2008-10-12 | focus window when done dragging to a new workspace with outline moving | Mark Tiefenbruck | 1 | -5/+3 | |
2008-10-09 | using namespace instead of a useless class | Mathias Gumz | 3 | -56/+21 | |
2008-10-09 | don't show window on new workspace when warping with outline moving | Mark Tiefenbruck | 3 | -53/+21 | |
2008-10-07 | show/hide tooltip if title length changes enough while mouse is over the ↵ | Mark Tiefenbruck | 1 | -8/+7 | |
iconbutton | |||||
2008-10-07 | fix windows mapping into IconicState again | Mark Tiefenbruck | 1 | -0/+3 | |
2008-10-07 | remove some unneeded code | Mark Tiefenbruck | 1 | -9/+0 | |
2008-10-07 | allow relative path for background images in style files | Mark Tiefenbruck | 4 | -19/+28 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 11 | -88/+4 | |
2008-10-05 | remove follow models | Mark Tiefenbruck | 8 | -194/+5 | |
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 8 | -62/+2 | |
2008-10-05 | remove rootcommand from init file | Mark Tiefenbruck | 9 | -1715/+6557 | |
2008-10-05 | add a message to default init file explaining why there aren't any options there | Mark Tiefenbruck | 1 | -0/+3 | |
2008-10-04 | recognize --option in addition to -option for most things | Mark Tiefenbruck | 4 | -32/+34 | |
2008-10-04 | add -print option to fbrun to return result to stdout instead of executing it | Mark Tiefenbruck | 4 | -1/+17 | |
2008-10-04 | in ClickFocus, replay pointer before focusing window | Mark Tiefenbruck | 1 | -3/+3 | |
2008-10-04 | fix CustomMenu and ClientMenu commands from fluxbox-remote | Mark Tiefenbruck | 2 | -1/+4 | |
2008-10-04 | break keychains after an invalid key is pressed (which unfortunately will be ↵ | Mark Tiefenbruck | 4 | -12/+15 | |
swallowed) | |||||
2008-10-04 | fix flickering of shaped windows on focus changes | Mark Tiefenbruck | 5 | -51/+44 | |
2008-10-01 | fix restacking | Mark Tiefenbruck | 3 | -15/+52 | |
2008-10-01 | don't flash original window in the middle of cycling focus | Mark Tiefenbruck | 6 | -12/+21 | |
2008-10-01 | reset background on resolution change | Mark Tiefenbruck | 4 | -2/+5 | |
2008-10-01 | restore missing config files on reconfigure | Mark Tiefenbruck | 2 | -0/+4 | |
2008-09-28 | Changed resize signal in BScreen to use the new signal system | Henrik Kinnunen | 7 | -14/+35 | |
2008-09-28 | Changed workspace area signal to use the new signal system | Henrik Kinnunen | 7 | -21/+31 | |
2008-09-28 | Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox | Henrik Kinnunen | 15 | -154/+187 | |
Conflicts: ChangeLog | |||||
2008-09-28 | Change focused signal to use the new signal system | Henrik Kinnunen | 11 | -41/+84 | |
2008-09-28 | don't let KeyRelease events propagate to windows | Mark Tiefenbruck | 7 | -40/+33 | |
2008-09-27 | turn off size/position display by default, move click raises to focus model menu | Mark Tiefenbruck | 1 | -10/+7 | |
2008-09-27 | fix some goofy code | Mark Tiefenbruck | 1 | -73/+38 | |
2008-09-26 | forgotten Changelog entry | Mathias Gumz | 1 | -0/+3 | |
2008-09-26 | fix rounded corners on restart | Mark Tiefenbruck | 3 | -3/+10 | |
2008-09-26 | add some more default keybindings | Mark Tiefenbruck | 1 | -5/+24 | |
2008-09-23 | fixed detection of bad values in the _NET_WM_ICON property. eg, tvtime.sf.net | Mathias Gumz | 1 | -14/+58 | |
is not aware of how to correctly feed icon data into the property on 64bit architecture which caused the dimensions of the icon beeing corrupt and due to overflow arithmetics fluxbox crashed. | |||||
2008-09-22 | Merge branch 'master' of fluxbox@dev:fluxbox | Mathias Gumz | 3 | -6/+11 | |
2008-09-22 | cosmetics | Mathias Gumz | 1 | -3/+3 | |
2008-09-22 | fix active menu item when inserting or removing other items | Mark Tiefenbruck | 3 | -6/+11 | |
2008-09-21 | Changed icon list signal in BScreen to use the new signal system | Henrik Kinnunen | 9 | -31/+49 | |
2008-09-21 | Changed client list signal in BScreen to use the new signal system | Henrik Kinnunen | 6 | -15/+23 | |
2008-09-21 | Changed background changed signal in BScreen to use the new signal system | Henrik Kinnunen | 7 | -17/+43 | |
2008-09-21 | Changed workspace names signal in BScreen to use the new signal system | Henrik Kinnunen | 10 | -42/+34 | |