Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 1 | -1/+1 | |
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. | |||||
2011-05-10 | Remove all trace of Observers and Subjects | Pavel Labath | 1 | -1/+0 | |
this marks the completion of the transition to FbTk::Signal | |||||
2011-05-10 | Convert FluxboxWindow::stateSig to FbTk::Signal | Pavel Labath | 1 | -2/+2 | |
2011-05-10 | Convert Focusable::dieSig to FbTk::Signal | Pavel Labath | 1 | -13/+2 | |
2011-02-25 | bugfix: submenus didn't hide if a delay was set | Mathias Gumz | 1 | -1/+1 | |
use the FbTk::Timer API correctly, bug(s) introduced by 1f0adef4daa2da5b08ed7f41e7a0ce1e3f71e46f e68511794130388ab9668fdef0dcf48dbbf002fd | |||||
2010-09-09 | simpler to use FbTk/Timer api | Mathias Gumz | 1 | -5/+2 | |
2010-03-18 | Changed Focusable::focusSig() to new signal system. | Henrik Kinnunen | 1 | -10/+22 | |
The focus signal emits the window that had the focus status changed. | |||||
2008-06-08 | add (urgent=yes|no) options to ClientPattern | Mark Tiefenbruck | 1 | -2/+7 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -2/+2 | |
ObjectRegistry | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-28 | move STLUtil to FbTk | Mark Tiefenbruck | 1 | -2/+2 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -15/+16 | |
2007-07-01 | more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTION | markt | 1 | -0/+16 | |
2006-10-16 | initialize m_state | fluxgen | 1 | -1/+2 | |
2006-06-24 | Make Urgency Hint flash the correct WinClient's tab. | markt | 1 | -22/+24 | |
2006-05-13 | handles flashing of titlebar if the window demands attention | fluxgen | 1 | -0/+106 | |