aboutsummaryrefslogtreecommitdiff
path: root/src/AttentionNoticeHandler.cc
AgeCommit message (Collapse)AuthorFilesLines
2012-08-28changed timing functions to use a monotonic increasing clockMathias Gumz1-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-10Remove all trace of Observers and SubjectsPavel Labath1-1/+0
this marks the completion of the transition to FbTk::Signal
2011-05-10Convert FluxboxWindow::stateSig to FbTk::SignalPavel Labath1-2/+2
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath1-13/+2
2011-02-25bugfix: submenus didn't hide if a delay was setMathias Gumz1-1/+1
use the FbTk::Timer API correctly, bug(s) introduced by 1f0adef4daa2da5b08ed7f41e7a0ce1e3f71e46f e68511794130388ab9668fdef0dcf48dbbf002fd
2010-09-09simpler to use FbTk/Timer apiMathias Gumz1-5/+2
2010-03-18Changed Focusable::focusSig() to new signal system.Henrik Kinnunen1-10/+22
The focus signal emits the window that had the focus status changed.
2008-06-08add (urgent=yes|no) options to ClientPatternMark Tiefenbruck1-2/+7
2008-01-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-2/+2
ObjectRegistry
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-28move STLUtil to FbTkMark Tiefenbruck1-2/+2
2007-10-13merged changes from pre-develmarkt1-15/+16
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt1-0/+16
2006-10-16initialize m_statefluxgen1-1/+2
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt1-22/+24
2006-05-13handles flashing of titlebar if the window demands attentionfluxgen1-0/+106