aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
AgeCommit message (Expand)AuthorFilesLines
2007-12-23added focused/unfocused borders to stylesMark Tiefenbruck1-2/+2
2007-12-22make better decisions about when to allow stealing the focusMark Tiefenbruck1-1/+1
2007-11-12allow arbitrary window patterns in iconbarmarkt1-1/+2
2007-11-05various refactoring and minor changesmarkt1-88/+38
2007-10-24fix _NET_CLIENT_LIST updating on window closemarkt1-1/+0
2007-10-23allow remembering minimized, maximized, and fullscreen statemarkt1-6/+4
2007-10-13merged changes from pre-develmarkt1-50/+23
2007-09-13move dock windows to DOCK layer and remove decorationsmarkt1-0/+2
2007-08-05some minor changesmarkt1-1/+1
2007-08-05revert accidental change, sorry marksimonb1-1/+1
2007-08-04Fix system tray restart issuessimonb1-1/+1
2007-07-31add some decorations to torn menus, and fix restart without an argumentmarkt1-2/+5
2007-07-08remove _NET_WM_DESKTOP, _NET_WM_STATE, and Gnome hints on client closemarkt1-0/+9
2007-07-01more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTIONmarkt1-4/+8
2007-06-30fixed implementation of _NET_WM_STATE_MODALmarkt1-5/+12
2007-06-30little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabsmarkt1-7/+14
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2007-06-03fixes bug with rox panel flickering with mousefocusmarkt1-3/+2
2007-02-27lots of unrelated fixesmarkt1-9/+1
2007-02-23and check for maximized state in Ewmh::updateState() while we're at itmarkt1-0/+4
2007-02-19fixed some strange behavior with tabbing a transient to its main windowmarkt1-0/+2
2007-01-04little cleanupmarkt1-75/+2
2006-12-31check return code when setting utf8 workspace namesmarkt1-4/+7
2006-12-31Fix _NET_FRAME_EXTENTS on 64-bit systemssimonb1-4/+4
2006-12-22more dead functionsmarkt1-3/+0
2006-10-30Cosmetic patch from Slava Semushinmathias1-48/+51
2006-08-10implement _NET_WM_WINDOW_TYPE_MENU AND _NET_WM_WINDOW_TYPE_TOOLBARmarkt1-3/+16
2006-08-09it never existed (what never existed?)markt1-2/+2
2006-08-08fix some compiler warnings in gcc 4.1markt1-2/+2
2006-08-03check if window is stuck when using followmodelmarkt1-1/+2
2006-08-02rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModelmarkt1-4/+12
2006-07-29(no commit message)markt1-55/+8
2006-07-22ewmh compliance updatesmarkt1-1/+37
2006-07-20fix _NET_WM_MOVERESIZE to interpret x_root and y_root correctlymarkt1-3/+7
2006-07-09fix implementation of _NET_MOVERESIZE_WINDOWmarkt1-7/+10
2006-07-03fix gravitysimonb1-1/+1
2006-06-26fix _NET_FRAME_EXTENTSsimonb1-4/+9
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt1-2/+2
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