Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-28 | fix compiler warning about std::auto_ptr | Mathias Gumz | 1 | -1/+1 | |
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>. C++0X was approved in 2011. among other things, it deprecates std::auto_ptr. 5 years is long enough for compilers to catch up the standard. | |||||
2016-08-27 | Replay toolbar button events | Thomas Lübking | 1 | -0/+2 | |
NOTICE!!!! THIS IS HIGHLY EXPERIMENTAL! The patch alters the button grab mode to GrabSync in order to ReplayPointer the event. THIS CAN FREEZE ANY INPUT TO FLUXBOX!!! The toolbar (and other things?) grab buttons in order to handle MouseN events for the entire bar, INCLUDING all child windows. This causes two problems: 1. The bar handles events which are not meant for fluxbox at all (but the systray icons) BUG: 940 2. The bar will intercept (and suck) *every* press, even if only doubleclicks are desired BUG: 949 The problem with this patch is that an oversight here has the potential to completely freeze input event processing in fluxbox (ie. the process needs to be killed from outside), SO IT NEEDS TESTING! As much as possible. | |||||
2016-01-09 | minor code cosmetics | Mathias Gumz | 1 | -5/+6 | |
2011-05-10 | Convert FbTk::Theme::reconfigSig and friends to the new Signal system | Pavel Labath | 1 | -6/+0 | |
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway. | |||||
2011-02-22 | bugfix: consistent use of 'int' for alpha values (#3187373) | Mathias Gumz | 1 | -1/+1 | |
WindowMenuAccessor returned strange alpha values if compiled with 'g++ -Os'; unholy black magic happens if template<int> faces functions returning only 'usigned char'. | |||||
2010-08-23 | moved knowledge about '_NET_SYSTEM_TRAY_S' into the 'SystemTray' class | Mathias Gumz | 1 | -0/+2 | |
2008-09-21 | Changed background changed signal in BScreen to use the new signal system | Henrik Kinnunen | 1 | -2/+7 | |
2008-04-27 | Added SimpleObserver class. | Henrik Kinnunen | 1 | -5/+6 | |
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-15 | system tray border patch from matteo | Matteo Galiazzo | 1 | -4/+10 | |
2008-01-05 | update code to use ThemeProxy | Mark Tiefenbruck | 1 | -2/+7 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -2/+2 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -3/+3 | |
2007-08-06 | fix KDE dockapps on restart | simonb | 1 | -1/+4 | |
2007-08-04 | Fix system tray restart issues | simonb | 1 | -2/+6 | |
2007-02-25 | update systemtray alpha with toolbar alpha | markt | 1 | -1/+1 | |
2007-02-23 | added some support for XEMBED protocol in systemtray | markt | 1 | -1/+5 | |
2006-04-17 | fix transparency updates for the toolbar when autohide is on | simonb | 1 | -0/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-14 | systemtray-tool has now a propper background. its styleable via the | mathias | 1 | -3/+12 | |
toolbar.systray.* ressource, same way as the clock. | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -2/+2 | |
for consistency with transparency resources | |||||
2004-08-29 | a few random fixes | rathnor | 1 | -1/+2 | |
2004-08-25 | fix up theming of the toolbar | rathnor | 1 | -2/+3 | |
2004-04-19 | kde dockapps in systray | fluxgen | 1 | -3/+5 | |
2003-10-31 | fix a number of positioning and sizing issues | rathnor | 1 | -1/+3 | |
2003-08-16 | minor cleaning | fluxgen | 1 | -2/+5 | |
2003-08-15 | systray | fluxgen | 1 | -0/+76 | |