summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkscreen-x11.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Init no-multihead monitor without root windowBenjamin Otte2016-11-041-8/+6
* gdk: Remove visual APIs from GdkScreenBenjamin Otte2016-11-041-11/+0
* x11: Maointin window visuals without GdkVisualBenjamin Otte2016-11-031-2/+3
* x11: Remove unused hash tableBenjamin Otte2016-11-031-1/+0
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-291-63/+0
* API: gdk: Remove visual querying APIsBenjamin Otte2016-10-281-8/+0
* API: screen: Remove gdk_screen_make_display_name()Benjamin Otte2016-10-161-30/+0
* API: screen: Remove gdk_screen_get_active_window()Benjamin Otte2016-10-161-90/+0
* API: gdk: Remove gdk_screen_get_number()Benjamin Otte2016-10-161-9/+1
* API: Remove gdk_screen_get_width() and gdk_screen_get_height()Benjamin Otte2016-10-161-88/+22
* gdkscreen-x11: Enable RandR on VirtualBoxTakao Fujiwara2016-09-091-33/+2
* Avoid a division by zeroMatthias Clasen2016-07-251-1/+2
* x11: Replace RROutput with XID as used in GdkX11MonitorRico Tzschichholz2016-05-271-1/+1
* x11: Bring back fullscreen-on-all-monitors supportMatthias Clasen2016-04-271-12/+33
* x11: Port to new monitor apiMatthias Clasen2016-04-271-398/+376
* x11: Drop XineramaMatthias Clasen2016-04-271-295/+0
* 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