summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkscreen-x11.c
Commit message (Expand)AuthorAgeFilesLines
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-2/+2
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-24/+24
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-2/+2
* x11: Avoid a division by zeroPavel Roskin2018-03-081-1/+2
* The big versioning cleanupMatthias Clasen2018-02-061-14/+0
* Drop gdk_atom_internMatthias Clasen2017-12-131-3/+3
* x11: Constify XEvent usageBenjamin Otte2017-12-131-2/+2
* x11: Stop using GdkScreen altogetherMatthias Clasen2017-11-171-11/+11
* x11: Stop using GdkScreen in apiMatthias Clasen2017-11-171-74/+53
* x11: Stop creating a root windowMatthias Clasen2017-11-131-21/+3
* x11: Store toplevel list in GdkDisplayMatthias Clasen2017-11-131-2/+0
* x11: Reduce uses of the root windowMatthias Clasen2017-11-091-4/+2
* x11: Stop using gdk_display_get_root_windowMatthias Clasen2017-11-051-2/+2
* x11: Drop use of gdk_display_get_toplevel_windowsMatthias Clasen2017-11-051-1/+1
* Drop gdk_screen_get_displayMatthias Clasen2017-11-011-9/+0
* x11: Stop using gdk_screen_get_displayMatthias Clasen2017-11-011-8/+8
* x11: Remove screen-specific macrosBenjamin Otte2017-11-011-4/+2
* Drop the monitors-changed signalMatthias Clasen2017-10-311-6/+1
* Drop gdk_screen_get_root_windowMatthias Clasen2017-10-311-1/+0
* Port to gdk_display_get_root_windowMatthias Clasen2017-10-311-2/+2
* Use gdk_display_get_toplevel_windowsMatthias Clasen2017-10-311-1/+3
* Add gdk_display_get_toplevel_windowsMatthias Clasen2017-10-311-1/+1
* x11: Don't set the GdkScreen get_setting vfuncMatthias Clasen2017-10-301-1/+0
* x11: Implement the GdkDisplay get_setting vfuncMatthias Clasen2017-10-301-1/+1
* Avoid unused variable warningsMatthias Clasen2017-03-231-1/+1
* 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