Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-16 | minor changes for frame extent calculations | Mark Tiefenbruck | 1 | -2/+2 | |
2008-05-16 | fix updating struts when not using xinerama | Mark Tiefenbruck | 1 | -1/+1 | |
2008-05-15 | need to reset keybindings when keymap changes | Mark Tiefenbruck | 2 | -7/+6 | |
2008-05-15 | fix resizing from apps file with defaultDeco != NORMAL | Mark Tiefenbruck | 1 | -2/+3 | |
2008-05-14 | don't save rc in SetStyle command if loading the style fails | Matteo Galiazzo | 2 | -4/+7 | |
2008-05-13 | Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox | Henrik Kinnunen | 16 | -343/+351 | |
2008-05-13 | Fixed startup bug for window menu in iconbar. | Henrik Kinnunen | 3 | -14/+21 | |
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-05-13 | change default edge snap threshold to 10 pixels | Mark Tiefenbruck | 1 | -1/+1 | |
2008-05-13 | implement smarter reloading for custom menus | Mark Tiefenbruck | 2 | -6/+14 | |
2008-05-12 | only reload the keys file if the contents have changed | Mark Tiefenbruck | 4 | -42/+25 | |
2008-05-12 | some minor changes | Mark Tiefenbruck | 2 | -3/+7 | |
2008-05-12 | use AutoReloadHelper in apps file, check for changes automatically | Mark Tiefenbruck | 2 | -16/+18 | |
2008-05-12 | refactor menu reloading, added FbTk::AutoReloadHelper | Mark Tiefenbruck | 11 | -188/+263 | |
2008-05-11 | reuse some menu pointers instead of using delete/new | Mark Tiefenbruck | 6 | -59/+36 | |
2008-05-11 | more useless code | Mark Tiefenbruck | 3 | -12/+0 | |
2008-05-11 | remove some more useless code | Mark Tiefenbruck | 3 | -26/+8 | |
2008-05-10 | remove some unnecessary code | Mark Tiefenbruck | 1 | -11/+0 | |
2008-05-09 | Fixed so tooltip window in the iconbar when the title changes. | Henrik Kinnunen | 7 | -63/+114 | |
2008-05-07 | adjust coordinates for window border in synthetic ConfigureNotify events | Mark Tiefenbruck | 1 | -2/+2 | |
2008-05-05 | fix tooltip windows for xinerama | Mark Tiefenbruck | 1 | -9/+9 | |
2008-05-05 | change default menu delays | Mark Tiefenbruck | 1 | -2/+2 | |
2008-05-05 | add tooltips for iconbar buttons when title is too long to fit | Matteo Galiazzo | 12 | -10/+238 | |
2008-05-02 | little hack to allow arbitrary commands in the toolbar | Mark Tiefenbruck | 1 | -2/+1 | |
2008-05-02 | remove some unnecessary arguments | Mark Tiefenbruck | 4 | -22/+13 | |
2008-05-01 | save timestamp for non-existent menu file, in case user creates one | Mark Tiefenbruck | 2 | -10/+8 | |
2008-04-30 | add reconfigure to default menu | Mark Tiefenbruck | 1 | -0/+2 | |
2008-04-30 | workaround for keys files broken by fluxconf | Mark Tiefenbruck | 1 | -0/+2 | |
2008-04-30 | don't allow empty root menu | Mark Tiefenbruck | 1 | -1/+1 | |
2008-04-29 | don't add program icons to tabs for previous users, for backwards ↵ | Mark Tiefenbruck | 1 | -1/+1 | |
compatibility, but leave it as default for new users | |||||
2008-04-27 | Added SimpleObserver class. | Henrik Kinnunen | 8 | -58/+139 | |
This class works in the same way as the SimpleCommand class. Use it with the makeObserver function. It calls the receiver's member function when the subject sends a signal. | |||||
2008-04-26 | some updates for the startup file in modern times | Mark Tiefenbruck | 2 | -2/+12 | |
2008-04-25 | we don't need to tell this to everyone | Mark Tiefenbruck | 1 | -0/+2 | |
2008-04-25 | add fbrun to default apps file | Mark Tiefenbruck | 2 | -2/+12 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 57 | -60/+62 | |
2008-04-15 | system tray border patch from matteo | Matteo Galiazzo | 2 | -5/+11 | |
2008-03-29 | fixed a small issue with autohidden toolbar | Mathias Gumz | 1 | -2/+8 | |
the toolbar was not going to hidden state when the slit covered the toolbar and the mouse was still in the toolbar area. now we check event.subwindow to decide if it was a "valid" leaveNotifyEvent. | |||||
2008-03-25 | Fix build with g++ 4.3 | Bernhard Walle | 4 | -0/+20 | |
This change fixes the build for g++ 4.3. Build verified on openSUSE Factory. Only missing includes and using directives are added. | |||||
2008-03-19 | The unfocused/pressed pixmaps for the 'stick' button were ignored. | Jim Ramsay | 1 | -1/+2 | |
This fixes a bug in commit 1f01d84c080d607a91eb417efcaf5e500b5f1d7e (split WinButtonTheme into multiple themes), where every other theme except for m_stick_pm was changed. | |||||
2008-03-05 | transform _NET_WM_ICON data to correct depth | Mathias Gumz | 1 | -11/+38 | |
2008-02-24 | feed the right git revision used to build fluxbox into defaults.hh | Mathias Gumz | 1 | -1/+1 | |
2008-02-24 | use _NET_WM_ICON property as resource for icons, fixed partly #1852693 | Mathias Gumz | 3 | -11/+180 | |
instead of depending on proper icons in the old icccm wmhints, fluxbox now tries to get the icon data stored in _NET_WM_ICON | |||||
2008-02-11 | more fun with the window menu | Mark Tiefenbruck | 8 | -43/+50 | |
2008-02-10 | removed goto | Henrik Kinnunen | 2 | -13/+17 | |
2008-02-09 | fix highlighted menu item on mouse out | Mark Tiefenbruck | 2 | -2/+14 | |
2008-02-06 | Fix a freed memory access in ~BScreen. | Tomas Janousek | 1 | -15/+26 | |
mit->second->parent() == 0 didn't do what it was supposed to. m_parent being zero does not imply that no pointer points to it. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-06 | Consistency: alpha submenu of WindowMenu should not have title. | Tomas Janousek | 1 | -3/+6 | |
Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-04 | Fix a freed memory access in Keys::doAction. | Tomas Janousek | 2 | -2/+5 | |
The thing next_key pointed to was getting freed in deleteTree. Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-04 | Fix crash with apps reloading. | Tomas Janousek | 1 | -3/+8 | |
Yeah, we shouldn't delete pointers that are mentioned elsewhere... Signed-off-by: Tomas Janousek <tomi@nomi.cz> | |||||
2008-02-04 | fix window menu again | Mark Tiefenbruck | 1 | -0/+2 | |
2008-02-03 | check pointer, even though it shouldn't be necessary | Mark Tiefenbruck | 1 | -1/+1 | |