aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
AgeCommit message (Collapse)AuthorFilesLines
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2008-01-02more encapsulation for EwmhMathias Gumz1-69/+5
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-5/+0
2007-10-13merged changes from pre-develmarkt1-3/+0
2007-06-30fixed implementation of _NET_WM_STATE_MODALmarkt1-0/+1
2007-06-30little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabsmarkt1-0/+2
2007-01-04little cleanupmarkt1-16/+0
2006-08-10implement _NET_WM_WINDOW_TYPE_MENU AND _NET_WM_WINDOW_TYPE_TOOLBARmarkt1-0/+2
2006-07-22ewmh compliance updatesmarkt1-1/+2
2006-06-18added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTSfluxgen1-1/+6
2006-06-11added support for urgency hint, thanks Mark Tiefenbruckfluxgen1-1/+0
2006-05-13added support for _NET_WM_STATE_DEMANDS_ATTENTIONfluxgen1-1/+4
2006-05-07more utf8 changes, notably window titlessimonb1-1/+5
2006-04-23added support for _NET_WM_RESTACK_WINDOW.fluxgen1-4/+14
2006-04-23added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. ↵fluxgen1-0/+4
Added _NET_WM_STATE_MODAL and _NET_WM_WINDOW_TYPE_SPLASH
2006-02-16updated copyright infomathias1-1/+1
2005-06-02* _NET_WM_STATE_HIDDEN is now used correctly -> if the window goes iconic, thismathias1-0/+1
state is set... what about moving it outside of the visible area? we need to think about this. * mixing _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR is solved, we dont do this anymore * we dont use _NET_WM_STATE_SKIP_PAGER .. so we shouldnt delete it, thats handled now correctly -> look at the *State() - functions
2005-05-14Vadim pointed out that _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING are ↵mathias1-2/+2
not updated when sending _BLACKBOX_NOTIFY_WINDOW_DEL _NET_WM_DESKTOP and _WIN_WORKSPACE had wrong initial values (-1), which lead to probems with (eg) fbpager (unaware of newly created windows and such things)
2005-05-06fix wm_name for fluxboxsimonb1-0/+2
2005-01-24copyright datemathias1-1/+1
2004-12-21fix a problem with enabling/disabling fullscreen-mode in gtk2-appsmathias1-7/+20
* synchronize _NET_WM_STATE in Ewmh.cc * added FluxboxWindow::setFullscreen(bool) to Window.cc furthermore, if a window is in fullscreenmode any existing shape is disabled (looks pretty annoying in mplayer for example)
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-06-20support _NET_WM_WINDOW_TYPE_DESKTOP (e.g. nautilus desktop windows)rathnor1-1/+2
Allow FluxboxWindows to be untabable.
2004-01-21minor updatesfluxgen1-2/+3
2004-01-21support for _NET_WM_WINDOW_TYPE and _NET_WM_WINDOW_TYPE_DOCKfluxgen1-2/+8
2004-01-20updatefluxgen1-2/+3
2004-01-19support for _NET_WM_CLIENT_LIST_STACKING, _NET_WM_DESKTOP_VIEWPORT, ↵fluxgen1-3/+7
_NET_WM_DESKTOP_GEOMETRY, _NET_WORKAREA, _NET_ACTIVE_WINDOW
2004-01-18support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBARfluxgen1-1/+4
2003-09-23add support for _NET_WM_STATE_FULLSCREENrathnor1-6/+24
2003-08-27added support for _NET_WM_STATE_MAXIMIZE_VERT and ↵fluxgen1-1/+2
_NET_WM_STATE_MAXIMIZE_HORZ, Thanks stephan wezel
2003-07-28update many things to use WinClient instead of FluxboxWindowrathnor1-5/+5
2003-07-04fix winclient death signallingrathnor1-2/+3
2003-07-04support in remember for specifying groups.rathnor1-3/+4
Also split atomhandler::setupWindow
2003-06-18added propertyNotify function and added _NET_WM_STRUT supportfluxgen1-1/+3
2003-03-03Add code for toolbar modesrathnor1-7/+11
2003-02-02Integration of new Layering code, plus updates to the layering code itselfrathnor1-1/+2
- new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer Added a "Quit" KeyAction
2002-12-01Indenting from tabs to emacs 4-spacerathnor1-33/+33
2002-10-16const pointerfluxgen1-3/+3
2002-10-11state shaded and sticky fixedfluxgen1-2/+3
2002-10-02initial importfluxgen1-0/+75