summaryrefslogtreecommitdiff
path: root/gdk/gdkseatdefault.c
Commit message (Expand)AuthorAgeFilesLines
* gdk/x11: Implement XI2.4 touchpad gesture supportPovilas Kanapickas2021-09-271-1/+2
* gdk: Remove gdkinternals.hBenjamin Otte2021-09-241-1/+0
* seatdefault: use g_clear_pointer to unref the toolsnacho/seatdefaultIgnacio Casal Quinteiro2021-01-081-5/+1
* seatdefault: rename dispose methodIgnacio Casal Quinteiro2021-01-081-2/+2
* seat: improve api to take into account the tool typeIgnacio Casal Quinteiro2021-01-071-1/+1
* gdk: Rename gdk_seat_get_physical_devices() to gdk_seat_get_devices()Carlos Garnacho2020-07-301-3/+3
* gdk: Add gdk_seat_get_tools() API callCarlos Garnacho2020-07-291-10/+6
* gdk: Drop GDK_SOURCE_CURSORCarlos Garnacho2020-07-281-1/+0
* gdk: Drop gdk_seat_get_logical_pointers()Carlos Garnacho2020-06-231-13/+0
* gdk: Drop GdkGrabOwnershipCarlos Garnacho2020-06-231-2/+2
* gdk: Drop GDK_SOURCE_ERASERCarlos Garnacho2020-06-231-1/+0
* Rename master and slave deviceEmmanuele Bassi2020-06-181-54/+54
* Replace gdk_surface_is_visible by _get_mappedMatthias Clasen2020-02-241-3/+3
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* gdkseatdefault: Unref removed slave devicesSebastian Keller2020-01-271-0/+2
* Add a missing includeMatthias Clasen2019-03-291-0/+1
* x11: make the tool lookup dependent on the hw id as wellPeter Hutterer2018-12-181-4/+4
* gdkseatdefault: Don't hide GdkSurface on grab failureVictor Toso2018-05-291-1/+5
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-8/+8
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-3/+3
* gdk: Add GDK_SEAT_CAPABILITY_TABLET_PADCarlos Garnacho2017-12-071-5/+7
* gdk: Add gdk_seat_get_master_pointers()Carlos Garnacho2017-12-071-0/+13
* gdkseatdefault: Use TABLET_STYLUS capability for styli/erasers/cursorsCarlos Garnacho2017-11-271-5/+6
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+6
* gdkseatdefault: Grab touch events where applicableDaniel Boles2017-09-201-1/+14
* Revert "Remove gdk_device_grab/ungrab from the API"Matthias Clasen2016-10-251-1/+0
* Remove gdk_device_grab/ungrab from the APIMatthias Clasen2016-10-251-0/+1
* Move GdkDeviceTool into its own filesMatthias Clasen2016-04-091-1/+1
* GdkSeatDefault: Add functions to add/remove toolsCarlos Garnacho2016-04-061-0/+71
* gdk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* x11: Update seat capabilitiesMatthias Clasen2016-02-251-2/+18
* gdk: Add GdkSeatDefaultCarlos Garnacho2015-12-151-0/+341