summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdisplay-x11.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Trap possible X errorMatthias Clasen2016-05-191-3/+7
* gdk: remove the display->list_devices vfuncPaolo Borelli2016-02-291-52/+0
* gdk: remove the core_pointer field from GdkDisplayPaolo Borelli2016-02-291-2/+1
* Add and use GDK_CHECK_DEBUG macroMatthias Clasen2016-02-281-2/+2
* x11: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* Tweak startup-notification after the first windowAllison Ryan Lortie2016-01-271-1/+9
* gdkdisplay-x11: Plug memory leakTimm Bäder2016-01-181-1/+6
* x11: Add some ignore deprecation statementsCarlos Garnacho2015-12-161-0/+5
* x11: Avoid gdk_device_manager_get_client_pointer()Carlos Garnacho2015-12-161-1/+1
* x11: Use GdkSeatDefault to implement GdkSeatCarlos Garnacho2015-12-151-0/+27
* x11: Use client pointer as default core pointer for gtk+2 APICarlos Garnacho2015-12-151-28/+3
* x11: Try harder to find a core pointerMatthias Clasen2015-11-161-11/+18
* Code cleanupMatthias Clasen2015-07-311-2/+1
* x11: Make selection handling work across screensMatthias Clasen2015-07-271-2/+27
* GdkDisplayX11: Properly translate server timestamps from _NET_WM_FRAME_* mess...Owen W. Taylor2015-07-151-1/+42
* GtkApplication: avoid using stale timestampsRyan Lortie2015-07-141-23/+34
* gdkdisplay-x11: The leader window should be an input-only windowJasper St. Pierre2015-07-051-1/+1
* gtk3: add randr 1.5 monitor supportDave Airlie2015-05-211-0/+5
* x11: Handle obsolete selection requests without crashingMatthias Clasen2015-01-241-1/+4
* x11: Handle obsolete selection requests without crashingMatthias Clasen2014-11-261-1/+1
* gdkdisplay-x11: Don't do extra work when simply moving the windowJasper St. Pierre2014-11-261-6/+11
* x11: Keep track of the exact size in X pixels of windowsOwen W. Taylor2014-11-201-2/+6
* x11: round the scaled size *up* when we get a ConfigureNotifyOwen W. Taylor2014-11-201-6/+6
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-101-5/+0
* Hide GdkWindow libgtk_only API in the private vtableEmmanuele Bassi2014-11-081-2/+3
* GdkGLContext: Change the way we track the current contextAlexander Larsson2014-10-301-1/+0
* Cache default gdk visuals in the GDK_VISUALS property on the root windowAlexander Larsson2014-10-291-1/+2
* gdkdisplay: Provide a default event_data_copy / event_data_freeJasper St. Pierre2014-10-271-15/+0
* X11: Don't assume all displays are X11 displaysMatthias Clasen2014-10-241-2/+6
* gdk: Add support for OpenGLAlexander Larsson2014-10-131-0/+4
* Cosmetic formatting fixesMatthias Clasen2014-07-101-2/+3
* Fix font size when gdk_x11_display_set_window_scale() is usedOwen W. Taylor2014-03-061-1/+13
* Be more careful to change state atomicallyMatthias Clasen2014-02-221-38/+18
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-5/+5
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* docs: Use markdown for ulinksWilliam Jon McCann2014-02-041-4/+3
* X11: Decode extension names in the error handlerAdam Jackson2014-02-031-1/+25
* docs: fix typo in parameter nameWilliam Jon McCann2014-01-201-1/+1
* x11: Add/Fix '(type *)' g-i annotationsRico Tzschichholz2014-01-091-2/+2
* gdkdisplay-x11: Do not pass a NULL source device to _gdk_display_device_grab_...Carlos Garcia Campos2013-09-161-1/+2
* x11: Add gdk_x11_display_set_window_scaleAlexander Larsson2013-08-201-0/+37
* gdk: Add gdk_cursor_new_from_surfaceAlexander Larsson2013-08-071-1/+1
* x11: Initial cut at supporting window scaling for X11Alexander Larsson2013-07-031-22/+36
* x11: Remove motif dnd leftoversBenjamin Otte2013-06-131-9/+0
* Add a tiled window stateMatthias Clasen2013-05-271-0/+19
* x11: Move initialization codeBenjamin Otte2013-05-011-0/+2
* displaymanager: Handle list of displays in base classBenjamin Otte2013-04-151-5/+0
* displaymanager: Move set_default_display vfuncBenjamin Otte2013-04-151-2/+3