summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove remainings of fake crossing event delivery across touchwip/carlosg/event-delivery-cleanupsCarlos Garnacho2017-09-151-11/+0
* gdk: Coalesce 2 GdkWindow fields in GdkPointerWindowInfo structCarlos Garnacho2017-09-151-23/+6
* gdk: Remove unused variableCarlos Garnacho2017-09-151-3/+0
* gdk: Remove implicit touch grab accountingCarlos Garnacho2017-09-151-100/+0
* gdk: Remove motion hintsCarlos Garnacho2017-09-151-32/+0
* gdk: Drop generation of synthesized crossing events on grabsCarlos Garnacho2017-09-151-116/+1
* gtk: Remove 2BUTTON and 3BUTTON events and event typesCarlos Garnacho2017-09-151-5/+0
* GdkDisplay: Call the correct push|pop_error_trap()Daniel Boles2017-08-151-19/+18
* gdkdisplay: Remove a pointless assignmentDaniel Boles2017-08-061-3/+1
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-071-4/+2
* display: Actually initialize variablesBenjamin Otte2016-10-291-0/+3
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-291-2/+30
* API: gdk: Add gdk_display_is_rgba() and gdk_display_is_composited()Benjamin Otte2016-10-291-0/+126
* window: Add a GdkWindow:display propertyBenjamin Otte2016-10-281-1/+3
* Remove some more deprecated display APIMatthias Clasen2016-10-251-128/+0
* Remove deprecated gdk_display_list_devicesMatthias Clasen2016-10-251-38/+0
* Remove deprecated display ungrab functionsMatthias Clasen2016-10-251-68/+0
* Drop deprecated gdk_display_get_screenMatthias Clasen2016-10-251-22/+0
* Remove deprecated gdk_display_get_n_screensMatthias Clasen2016-10-251-20/+0
* gdk: Remove deprecated {keyboard,pointer}_{grab,ungrab} APIRico Tzschichholz2016-10-241-67/+1
* gdk: Remove gdk_window_set_debug_updates()Benjamin Otte2016-10-161-17/+0
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-161-25/+0
* display: Insist that backends implement the monitor vfuncsBenjamin Otte2016-10-161-29/+0
* display: Don't return NULL in get_primary_monitor()Benjamin Otte2016-10-161-6/+16
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-221-3/+3
* gdkdisplay: Unref seats in finalizeTimm Bäder2016-09-081-0/+1
* Silence a compiler warningEmmanuele Bassi2016-05-261-1/+1
* Remove an unused variableMatthias Clasen2016-05-231-1/+0
* display: Add vfunc for get_monitor_at_windowOlivier Fourdan2016-05-181-0/+11
* Avoid copying an eventMatthias Clasen2016-05-011-11/+20
* Add a fallback for unconverted backendsMatthias Clasen2016-04-271-0/+33
* display: Add new monitor apisMatthias Clasen2016-04-271-0/+232
* gdk: implement gdk_display_list_devices using GdkSeatPaolo Borelli2016-02-291-26/+9
* gdk: remove the display->list_devices vfuncPaolo Borelli2016-02-291-1/+38
* gdkdisplay: get the pointer device from the default seatPaolo Borelli2016-02-291-5/+12
* display: Don't change default seat in flightMatthias Clasen2016-02-281-1/+1
* gdkwindow: cleanup, avoid direct access to display membersPaolo Borelli2016-02-281-0/+8
* Fix a copy-paste errorMatthias Clasen2016-02-251-1/+1
* GdkDisplay: Add a few ignore deprecations statements around GdkDeviceManagerCarlos Garnacho2015-12-161-0/+4
* GdkDisplay: Iterate through seats' pointers/keyboards in older grab functionsCarlos Garnacho2015-12-161-36/+21
* gdk: Deprecate GdkDeviceManager and gdk_device_grab/ungrab()Carlos Garnacho2015-12-151-0/+2
* GdkDisplay: Add ::seat-added/removed signalsCarlos Garnacho2015-12-151-0/+40
* GdkDisplay: Add GdkSeat gettersCarlos Garnacho2015-12-151-0/+80
* gdk: Deprecate gdk_display_get_screenRobert Ancell2015-10-271-0/+1
* Code cleanupMatthias Clasen2015-07-311-3/+1
* gdk: Make debug-updates a per-display settingMatthias Clasen2014-11-101-0/+17
* gdk: Add private API for rendering modeMatthias Clasen2014-11-101-0/+13
* Move rendering mode into GdkDisplayMatthias Clasen2014-11-101-0/+2
* Make global GDK libgtk_only functions more privateEmmanuele Bassi2014-11-081-7/+36
* GdkGLContext: Change the way we track the current contextAlexander Larsson2014-10-301-50/+2