summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkscreen-x11.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Trap errors around an XRandr callMatthias Clasen2016-03-041-2/+6
* Check if XRRGetOutputInfo returned a null pointer.fiddlerwoaroof2016-03-031-0/+3
* Add and use GDK_CHECK_DEBUG macroMatthias Clasen2016-02-281-1/+1
* x11: Some cleanups to the multihead initializationMatthias Clasen2016-02-201-86/+79
* X11, GdkScreen: properly implement init_randr15 including output nameMarco Trevisan (Treviño)2016-02-201-3/+53
* x11: don't apply scaling factor twiceWilliam Hua2016-02-041-2/+2
* settings: Avoid a redundant checkMatthias Clasen2015-09-091-3/+1
* gdk: Fix a typoKrzesimir Nowak2015-05-221-1/+1
* Fix primary monitor determination with XRANDR 1.5Matthias Clasen2015-05-221-3/+14
* gtk3: add randr 1.5 monitor supportDave Airlie2015-05-211-0/+58
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-101-4/+0
* x11: Neuter workarea in fullscreen scenariosMatthias Clasen2014-09-241-1/+34
* Cosmetic formatting fixesMatthias Clasen2014-07-101-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: Use markdown for ulinksWilliam Jon McCann2014-02-041-7/+5
* docs: don't use <type> tagsWilliam Jon McCann2014-01-281-1/+1
* x11: Add/Fix '(type *)' g-i annotationsRico Tzschichholz2014-01-091-2/+2
* Deal with broken _NET_WORKAREA more gracefullyMatthias Clasen2014-01-041-0/+2
* x11: Avoid a possible memory leak in an error caseMatthias Clasen2014-01-041-3/+5
* x11: keep track of the screen pixel size by calculating the bounding box of m...Carlos Garnacho2013-11-251-7/+34
* x11: Add EWMH workspace handling apiMatthias Clasen2013-08-241-0/+71
* Enforce a fixed scale of 1 if no cairo scale supportAlexander Larsson2013-08-201-1/+1
* x11: send monitors-changed when screen scale changesAlexander Larsson2013-08-031-0/+2
* x11: Update root window scale when the screen scale changesAlexander Larsson2013-08-031-0/+4
* x11: Don't follow dpi and scale from xsettings when GDK_SCALE setAlexander Larsson2013-07-031-0/+1
* x11: Support the Gdk/WindowScalingFactor xsettingAlexander Larsson2013-07-031-0/+21
* x11: Initial cut at supporting window scaling for X11Alexander Larsson2013-07-031-6/+43
* GdkScreenX11: Dispose visualsMatthias Clasen2013-06-291-0/+3
* Optimize gdk_x11_screen_supports_net_wm_hint()John Lindgren2013-06-231-5/+5
* 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