summaryrefslogtreecommitdiff
path: root/src/netwm.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for GTK hide titlebar on maximizeOlivier Fourdan2015-01-071-2/+1
| | | | Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* Add support for GTK frame extentsOlivier Fourdan2014-12-091-0/+1
| | | | | | | This is required for proper positionning and resizing of CSD windows from GTK3/GNOME. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* Workaround Adobe AIR setting workspace to 0xFF instead of 0xFFFFFFFF for all ↵Olivier Fourdan2012-01-081-0/+2
| | | | workspaces as per EWMH specifications (Bug #8304)
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
|
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
|
* Do not set the "demand attention" flag when the window is alredy focused, ↵Olivier Fourdan2009-10-011-0/+3
| | | | refactor the code bit.
* * src/netwm.h, src/netwm.c, src/client.h, src/client.c, src/events.c,Olivier Fourdan2009-02-231-3/+6
| | | | | | | | src/focus.c: Capture user time at startup, a bit of refactoring to avoid duplication of code (that led to this bug to remain after a similar fix went previously in to events.c in revision 29456). (Old svn revision: 29542)
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
| | | | (Old svn revision: 29275)
* * src/client.c, src/client.h, src/display.c, src/display.h, Olivier Fourdan2008-10-221-3/+3
| | | | | | | | | | src/events.c, src/focus.c, src/focus.h, src/hints.c, src/hints.h, src/misc.c, src/misc.h, src/moveresize.c, src/netwm.c, src/netwm.h, src/screen.c, src/screen.h, src/startup_notification.c, src/workspaces.c, src/workspaces.h: Use "guint32" instead of Xlib's "Time". (Old svn revision: 28365)
* Add support for NET_MOVERESIZE_WINDOWOlivier Fourdan2008-10-191-0/+2
| | | | (Old svn revision: 28313)
* Fix ping/pongOlivier Fourdan2008-09-251-0/+2
| | | | (Old svn revision: 27954)
* Implement NET_WM_PING protocolOlivier Fourdan2008-09-241-0/+3
| | | | (Old svn revision: 27938)
* Rework the window menu, add more actions (above/normal/below, ↵Olivier Fourdan2008-06-211-2/+1
| | | | | | fullscreen/un-fullscreen) (Old svn revision: 27111)
* Rework focus transitioningOlivier Fourdan2008-06-181-0/+3
| | | | (Old svn revision: 27080)
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
| | | | (Old svn revision: 26999)
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
| | | | (Old svn revision: 25807)
* CleanupOlivier Fourdan2007-05-091-5/+5
| | | | (Old svn revision: 25698)
* Be a lot more paranoid about what broken apps set as struts.Olivier Fourdan2006-12-051-1/+2
| | | | (Old svn revision: 24048)
* Use X server time to restore focus when sent to the root window (bug #2472), ↵Olivier Fourdan2006-11-041-13/+17
| | | | | | a bit of code cleanup and some refactoring. (Old svn revision: 23704)
* Add support to NET_WM_MOVERESIZEOlivier Fourdan2006-11-011-0/+1
| | | | (Old svn revision: 23589)
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-14/+14
| | | | (Old svn revision: 23128)
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
| | | | (Old svn revision: 19935)
* Update datesOlivier Fourdan2005-06-201-1/+1
| | | | (Old svn revision: 16034)
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
| | | | (Old svn revision: 11914)
* Add multiscreen support.Olivier Fourdan2004-06-151-1/+1
| | | | (Old svn revision: 11786)
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-3/+4
| | | | (Old svn revision: 11776)
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-23/+23
| | | | | | | | - Modify xfwm4 to be compatible with the gtktoxevent API change (make sure you update both libxfcegui4 *and* xfwm4 at the same time!) - Code cleanup in xfwm4; move global variables in a dynamically allocated structure. (Old svn revision: 11770)
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that ↵Olivier Fourdan2004-05-131-12/+12
| | | | | | | | | | fixes at least two issues I can see ,the requirement to have Xienrama enabled in libxfcegui4 to get support for in in xfwm4, and as a side effect, xfwm4 is now compatible with SUN Xinerama which is slightly different from XFree Xinierama) Add a new theme, from my numerous attempts to deign a default xfwm4 theme for 4.2 Remove the theme "synthetic" that sould be moved to xfwm4-themes package (Old svn revision: 11752)
* Huge code reorg., add preliminary support for partial struts; it still needs ↵Olivier Fourdan2004-05-091-0/+45
work but it safer to commit to SCM now than loosing the code later, heh! (Old svn revision: 11741)