aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
AgeCommit message (Expand)AuthorFilesLines
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-1/+1
2006-06-19better fix for iconbar bugfluxgen1-0/+7
2006-06-18added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTSfluxgen1-3/+42
2006-06-11support for _NET_WM_MOVERESIZEfluxgen1-11/+9
2006-06-11added support for urgency hint, thanks Mark Tiefenbruckfluxgen1-4/+6
2006-05-13added support for _NET_WM_STATE_DEMANDS_ATTENTIONfluxgen1-2/+13
2006-05-13added net_wm_name and net_wm_icon_name to supported atomsfluxgen1-3/+63
2006-05-07more utf8 changes, notably window titlessimonb1-2/+35
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb1-4/+4
2006-04-23_NET_RESTACK_WINDOWfluxgen1-2/+6
2006-04-23added support for _NET_WM_RESTACK_WINDOW.fluxgen1-1/+27
2006-04-23added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. Added...fluxgen1-28/+121
2006-03-09applied patch from mark to fix a _net_wm_state_hidden issuemathias1-0/+10
2006-02-20moved class Layer from class Fluxbox and thus reduces some dependeciesfluxgen1-16/+16
2006-02-16updated copyright infomathias1-1/+1
2005-07-04cleaning, change getCount to numberOfWorkspacesfluxgen1-14/+14
2005-06-02* _NET_WM_STATE_HIDDEN is now used correctly -> if the window goes iconic, thismathias1-12/+32
2005-05-14Vadim pointed out that _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING are not...mathias1-2/+8
2005-05-06fix wm_name for fluxboxsimonb1-1/+2
2005-03-16fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob Stev...mathias1-3/+4
2005-01-31closes #1107213, 64bit issues with XChangePropertymathias1-6/+6
2005-01-24copyright datemathias1-1/+1
2005-01-05fix up window initialisation orderingsimonb1-1/+1
2005-01-04fix some initialisation, especially relating to placement and simonb1-4/+1
2004-12-21fix a problem with enabling/disabling fullscreen-mode in gtk2-appsmathias1-22/+85
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-21fix missing 'new(nothrow)' on mipsproakir1-2/+12
2004-10-16respect the users wish (followModel) to what happens if a window gets focus w...akir1-4/+17
2004-09-11head specific strut, patch from Mathieu De Zutterfluxgen1-4/+6
2004-09-10cosmetic, tab vs spacesakir1-112/+112
2004-08-26fixed 2 possible memleaksakir1-1/+4
2004-07-21minor fixesfluxgen1-6/+17
2004-06-20support _NET_WM_WINDOW_TYPE_DESKTOP (e.g. nautilus desktop windows)rathnor1-1/+19
2004-06-07update NLS string handling...rathnor1-4/+5
2004-03-07fix _NET_WM_DESKTOP client message handlingrathnor1-8/+23
2004-02-20fixed focus issues with remember hidden, patch from Mathias Gumzfluxgen1-4/+7
2004-02-14fixed pointer checkfluxgen1-4/+6
2004-01-21we dont move to dock layer for dock windows, need to check this later.fluxgen1-3/+1
2004-01-21minor fixesfluxgen1-35/+61
2004-01-21support for _NET_WM_WINDOW_TYPE and _NET_WM_WINDOW_TYPE_DOCKfluxgen1-4/+50
2004-01-19support for _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOWfluxgen1-2/+31
2004-01-19support for _NET_WM_CLIENT_LIST_STACKING, _NET_WM_DESKTOP_VIEWPORT, _NET_WM_D...fluxgen1-12/+198
2004-01-18support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBARfluxgen1-21/+30
2003-12-19minor fixfluxgen1-1/+2
2003-12-18code cleaningfluxgen1-2/+2
2003-12-12fixed bug in adding new workspacesfluxgen1-5/+7
2003-09-23add support for _NET_WM_STATE_FULLSCREENrathnor1-8/+86
2003-08-27added support for _NET_WM_STATE_MAXIMIZE_VERT and _NET_WM_STATE_MAXIMIZE_HORZ...fluxgen1-4/+23
2003-08-11minor indent stufffluxgen1-1/+4
2003-07-28update many things to use WinClient instead of FluxboxWindowrathnor1-26/+30