Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-09-21 | Changed current workspace signal in BScreen to use the new signal system | Henrik Kinnunen | 13 | -41/+80 | |
2008-09-21 | no virtuals needed Signals, added leaveAll for SignalTracker which must be ↵ | Henrik Kinnunen | 2 | -16/+24 | |
used before all screens dies. | |||||
2008-09-21 | re-fix maximizing problem with non-northwest gravity windows | Mark Tiefenbruck | 1 | -2/+3 | |
2008-09-21 | fix placement of windows with non-default decorations | Mark Tiefenbruck | 2 | -2/+5 | |
2008-09-21 | fix a few things with new signal code | Mark Tiefenbruck | 2 | -5/+25 | |
2008-09-18 | Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox | Henrik Kinnunen | 2 | -2/+9 | |
Conflicts: ChangeLog | |||||
2008-09-18 | Changed workspace count signal in BScreen to use the new signal system. | Henrik Kinnunen | 9 | -38/+77 | |
2008-09-18 | Added new Signal/Slot system in FbTk | Henrik Kinnunen | 7 | -1/+783 | |
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage. | |||||
2008-09-18 | fix crash when trying to set the title on a window that's already closed | Mark Tiefenbruck | 2 | -1/+10 | |
2008-09-18 | minor changes for news | Henrik Kinnunen | 1 | -0/+1 | |
2008-09-17 | new version | Henrik Kinnunen | 2 | -75/+19 | |
2008-09-14 | added RectangleUtil.hh to build | Henrik Kinnunen | 1 | -0/+1 | |
2008-09-14 | Fixed a pixmap resource leak with selected pixmap in menus. | Henrik Kinnunen | 4 | -5/+30 | |
menu.hilite.selected.pixmap and menu.selected.pixmap was not deleted while switching between non-pixmap styles and pixmap styles. | |||||
2008-09-14 | some minor code cleaning. | Henrik Kinnunen | 4 | -32/+62 | |
2008-09-11 | fix some default values | Mark Tiefenbruck | 3 | -16/+9 | |
2008-09-11 | try to fix some weird focus issues | Mark Tiefenbruck | 1 | -0/+1 | |
2008-09-11 | fix program crashes caused by unshading | Mark Tiefenbruck | 1 | -1/+2 | |
2008-09-11 | be aware of badly specified _NET_WM_ICONS | Mathias Gumz | 1 | -4/+17 | |
2008-09-10 | fix updating of keys file for scrolling on toolbar | Mark Tiefenbruck | 1 | -1/+1 | |
2008-09-08 | update workspace names atoms/resources when adding a new workspace | Mark Tiefenbruck | 5 | -42/+6 | |
also removed unnecessary items from default init file | |||||
2008-09-08 | remove unnecessary signals causing toolbar renders on workspace change | Mark Tiefenbruck | 1 | -3/+3 | |
2008-09-04 | turn on opaque window moving by default | Mark Tiefenbruck | 4 | -8/+8 | |
2008-09-03 | add check to configure script to detect old versions of Xrandr | Mark Tiefenbruck | 2 | -2/+20 | |
2008-09-03 | fix maximize/fullscreen for windows with non-Northwest gravity | Mark Tiefenbruck | 2 | -4/+4 | |
2008-09-03 | remove tooltip when IconButton is destroyed | Mark Tiefenbruck | 1 | -0/+2 | |
2008-09-03 | add windowmenu to dist package | Mark Tiefenbruck | 1 | -2/+2 | |
2008-09-02 | back to git version | Henrik Kinnunen | 1 | -1/+1 | |
2008-09-02 | resize fullscreen windows when resolution changes | Mark Tiefenbruck | 2 | -5/+13 | |
2008-09-02 | some documentation updates | Mark Tiefenbruck | 3 | -76/+8 | |
2008-09-02 | update window's size hints when client updates size hints | Mark Tiefenbruck | 1 | -0/+1 | |
2008-09-01 | included some missing files in distribution | Henrik Kinnunen | 3 | -1/+4 | |
2008-09-01 | removed ObjectResource.hh and CompareWindow.hh | Henrik Kinnunen | 1 | -2/+1 | |
2008-09-01 | new version 1.1 | Henrik Kinnunen | 1 | -1/+1 | |
2008-09-01 | fixes for NEWS entry | Mark Tiefenbruck | 1 | -9/+23 | |
2008-09-01 | updated for 1.1 | Henrik Kinnunen | 1 | -57/+60 | |
2008-09-01 | highlight the nearest menu item when the current one is disabled, and add ↵ | Mark Tiefenbruck | 3 | -0/+22 | |
separators to focus model menu | |||||
2008-08-31 | fix focus after tabbing | Mark Tiefenbruck | 1 | -1/+2 | |
2008-08-30 | missed one | Mark Tiefenbruck | 1 | -5/+4 | |
2008-08-30 | use FbMenu::window instead of WindowCmd<>::window for displaying items in ↵ | Mark Tiefenbruck | 4 | -21/+20 | |
the window menu |