summaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
AgeCommit message (Collapse)AuthorFilesLines
2009-10-01compile fix: missing headers (sun compiler complained about)Mathias Gumz1-0/+9
2009-09-30compile fix: ISO C++ forbids variable length array 'names'Mathias Gumz1-3/+5
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+2
2008-10-01fix restackingMark Tiefenbruck1-1/+1
2008-09-23fixed detection of bad values in the _NET_WM_ICON property. eg, tvtime.sf.netMathias Gumz1-14/+58
is not aware of how to correctly feed icon data into the property on 64bit architecture which caused the dimensions of the icon beeing corrupt and due to overflow arithmetics fluxbox crashed.
2008-09-11be aware of badly specified _NET_WM_ICONSMathias Gumz1-4/+17
2008-08-27move some things from FluxboxWindow to WindowStateMark Tiefenbruck1-8/+8
2008-08-22apply patch to fix memory leak that shouldn't existMark Tiefenbruck1-0/+2
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck1-1/+1
added left, right, top, and bottom center reference points
2008-08-16some cleanupMark Tiefenbruck1-1/+1
2008-08-15cosmetic api changeMathias Gumz1-1/+1
2008-06-07fix some memory leaks and uninitialized valuesMatthias S. Benkmann1-2/+2
2008-05-21c++ != perlMark Tiefenbruck1-2/+2
2008-05-16minor changes for frame extent calculationsMark Tiefenbruck1-2/+2
2008-03-05transform _NET_WM_ICON data to correct depthMathias Gumz1-11/+38
2008-02-24use _NET_WM_ICON property as resource for icons, fixed partly #1852693Mathias Gumz1-1/+154
instead of depending on proper icons in the old icccm wmhints, fluxbox now tries to get the icon data stored in _NET_WM_ICON
2008-01-07switch FbWinFrameTheme to use FocusableThemeMark Tiefenbruck1-2/+2
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-5/+5
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2008-01-03mergedMathias Gumz1-11/+13
2008-01-02more encapsulation for EwmhMathias Gumz1-227/+313
2008-01-02make reported frame extents include border widthMark Tiefenbruck1-11/+13
2007-12-30remove some (hopefully) unneeded header includesMark Tiefenbruck1-0/+1
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