summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkscreen-x11.c
Commit message (Expand)AuthorAgeFilesLines
* GdkScreen: get a long X property correctlyGeoff Reedy2013-02-261-1/+1
* x11: Handle case where xsettings are NULLBenjamin Otte2013-02-191-0/+2
* x11: Get rid of XSettingsClient objectBenjamin Otte2013-02-191-22/+3
* x11: Introduce _gdk_x11_get_xatom_for_display_printf()Benjamin Otte2013-02-191-16/+9
* x11: Don't keep an "in_init" variableBenjamin Otte2013-02-191-4/+0
* x11: Clean up xsettings headerBenjamin Otte2013-02-191-3/+3
* x11: Get rid of XSettingsSettingBenjamin Otte2013-02-191-65/+11
* x11: Consolidate root window event setting in one placeBenjamin Otte2013-02-191-0/+1
* x11: Store GDK name in xsettings hash tableBenjamin Otte2013-02-191-11/+4
* x11: Make xsettings callbacks code go awayBenjamin Otte2013-02-191-102/+1
* x11: Call grab functions directlyBenjamin Otte2013-02-191-19/+1
* x11: Pass the GdkScreen to the XSettingsClientBenjamin Otte2013-02-191-2/+1
* x11: Return XSetting without copyingBenjamin Otte2013-02-191-8/+3
* xsettings: Remove unused functionBenjamin Otte2013-02-191-7/+7
* Use hash-based conversions for XSETTINGS names.John Lindgren2013-01-271-18/+3
* x11: implement gdk_window_apply_fullscreen_mode()Olivier Fourdan2013-01-251-0/+167
* x11: add missing checks that a hint is supportedGeoff Reedy2013-01-121-0/+8
* x11: Deal better with L-shaped monitor arrangementsMatthias Clasen2012-03-231-2/+13
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gdk: pull more precondition checks into the generic gdkscreen.cMichael Natterer2012-02-241-8/+0
* x11: s/_/-/ in signal name "window-manager-changed"Michael Natterer2012-02-211-1/+1
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-211-56/+7
* x11: Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec compliantRui Matos2012-01-161-36/+53
* Add gdk_screen_get_monitor_workareaMatthias Clasen2011-12-181-0/+108
* Doc format fixesMatthias Clasen2011-12-151-5/+7
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* gdkcreen-x11: Use GdkRGBA instead GdkColorJavier Jardón2011-10-011-8/+8
* Add annotations so that methods are properly paired to objects.Pavel Holejsovsky2011-08-011-5/+5
* Enable introspection of X11-specific functions and methodsPavel Holejsovsky2011-08-011-1/+1
* Avoid spurious emissions of monitors-changedAlexander Larsson2011-02-241-6/+8
* gdk: Remove GdkEventClientBenjamin Otte2011-02-011-87/+0
* x11: Use Window instead of GdkNativeWindowBenjamin Otte2011-01-281-2/+2
* Mark api with xlib types as skippedJohan Dahlin2011-01-201-1/+1
* gdk/x11: don't select RANDR events if the extension is missingJulien Cristau2011-01-031-10/+13
* x11: Export GdkX11ScreenBenjamin Otte2010-12-211-5/+5
* x11: Rename GdkScreenX11 to GdkX11ScreenBenjamin Otte2010-12-211-259/+259
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-6/+6
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-3/+3
* Remove gdk_net_wm_supportsMatthias Clasen2010-12-211-17/+0
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-4/+1
* Rename _gdk_send_xevent to _gdk_x11_display_send_xeventMatthias Clasen2010-12-211-1/+1
* Multiple changes to reduce the amount of unprefixed symbolsMatthias Clasen2010-12-211-3/+3
* Consistently use per-display error traps in the X11 backendMatthias Clasen2010-12-211-10/+12
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-6/+6
* Drop the --screen cmdline argumentMatthias Clasen2010-12-211-26/+5
* Move GdkVisual parallel-implementableMatthias Clasen2010-12-211-1/+1
* Convert a bunch of visual related calls to use the screen vtableAlexander Larsson2010-12-211-0/+10
* Convert all GdkScreen methods to vtable callsAlexander Larsson2010-12-211-352/+90
* introspection: Fix (out) for gdk_screen_get_monitor_geometryColin Walters2010-12-061-1/+1
* Add annotation to gdk_screen_get_monitor_geometryMatthias Clasen2010-12-031-1/+1