summaryrefslogtreecommitdiff
path: root/src/x11/window-props.c
Commit message (Expand)AuthorAgeFilesLines
* window: Adjust the frame rect when _GTK_FRAME_EXTENTS is set on mapwip/wayland-fixesJasper St. Pierre2014-09-171-3/+15
* window: Don't queue move/resizes if the extents are the sameJasper St. Pierre2014-09-171-3/+16
* window: Move set_custom_frame_extents to be X11-onlyJasper St. Pierre2014-09-171-0/+18
* window: Kill off a now-unnecessary state variableJasper St. Pierre2014-08-131-6/+2
* window-props: Add FORCE_INIT flag to force hooks for unset propertiesFlorian Müllner2014-08-021-3/+8
* window: Move X11-specific icon code to MetaWindowX11Jasper St. Pierre2014-07-141-8/+13
* window-props: Don't make another round-trip to fetch the opaque regionJasper St. Pierre2014-07-131-1/+61
* window-props: Make sure that recalc_window_type is always calledJasper St. Pierre2014-07-101-2/+3
* window-props: Fizzle out PropertyNotifies that happen after initial mapJasper St. Pierre2014-07-101-2/+6
* window-props: Use a flags-based approach for our prop hooksJasper St. Pierre2014-07-101-50/+52
* window-props: Don't load WM_STATEJasper St. Pierre2014-07-101-3/+1
* window-props: Fix assert testingJasper St. Pierre2014-07-101-1/+1
* window-props: Use the standard property type system for _NET_WM_WINDOW_TYPEJasper St. Pierre2014-07-101-2/+36
* window-props: Use the standard property type system for WM_WINDOW_ROLEJasper St. Pierre2014-07-101-2/+4
* Remove trailing whitespaceJasper St. Pierre2014-05-021-33/+33
* Move sync_request_* handling mostly to window-x11Jasper St. Pierre2014-04-291-2/+2
* Require the XSync and XShape extensions at build-timeJasper St. Pierre2014-04-221-2/+0
* window-props.c: React to changes to _GTK_FRAME_EXTENTSOwen W. Taylor2014-04-091-0/+3
* window-props: _NET_WM_WINDOW_OPACITY range is 0xffffffff to 0Nirbheek Chauhan2014-04-091-3/+3
* Revert "Move MetaGroup to be X11-specific"Jasper St. Pierre2014-03-191-1/+1
* window: Remove support for _NET_WM_ICON_NAMEJasper St. Pierre2014-03-181-74/+2
* Move MetaGroup to be X11-specificJasper St. Pierre2014-03-181-1/+1
* window: Move urgency to a setterJasper St. Pierre2014-03-181-18/+4
* Move more fields to MetaWindowX11Jasper St. Pierre2014-03-181-13/+31
* Start moving X11 implementation to its own subdirectoryJasper St. Pierre2014-03-181-0/+1818