summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
| * x11: Notify new device propertiesMatthias Clasen2020-04-061-4/+31
| * wayland: Notify new device propertiesMatthias Clasen2020-04-061-2/+49
| * Move keymap mapping functions to GdkDisplayMatthias Clasen2020-04-062-0/+85
| * Move GdkKeymapKey to gdktypes.hMatthias Clasen2020-04-052-27/+27
| * gdk: Move modifier mask api to GdkDisplayMatthias Clasen2020-04-052-0/+11
| * gdk: Add keymap properties to GdkDeviceMatthias Clasen2020-04-052-0/+151
| * Add gdk_event_get_matchMatthias Clasen2020-04-052-15/+114
| * Add gdk_event_matchesMatthias Clasen2020-04-052-0/+167
* | Merge branch 'misc-meson-fixes' into 'master'Matthias Clasen2020-04-062-11/+48
|\ \
| * | meson: Reduce useless relinking on reconfigureNirbheek Chauhan2020-04-032-11/+48
* | | Add a missing extern, to fix building with -fno-commonMartin Storsjö2020-04-051-2/+2
| |/ |/|
* | Merge branch 'gir-fixes' into 'master'Emmanuele Bassi2020-04-032-2/+2
|\ \
| * | Annotation fixesEmmanuele Bassi2020-04-032-2/+2
| |/
* | gdk: Move GdkGrabStatus and GdkGrabOwnership decl.Olivier Fourdan2020-04-035-39/+42
|/
* wayland: Add a comment about keyboard state handlingMatthias Clasen2020-04-021-0/+15
* gdk/wayland: Clear modifiers when we lose keyboard focusJan Alexander Steffens (heftig)2020-04-021-0/+1
* win32: Add inhibit shortcut propertiesOlivier Fourdan2020-03-301-0/+7
* broadway: Add inhibit shortcut propertiesOlivier Fourdan2020-03-301-0/+7
* x11: Implement inhibit_system_shortcuts APIOlivier Fourdan2020-03-301-0/+74
* x11: Use gdk_x11_* rather than gdk_wayland_*Olivier Fourdan2020-03-301-20/+20
* wayland: Implement inhibit_system_shortcuts APIOlivier Fourdan2020-03-301-1/+74
* wayland: Use a GdkSeat as key for our internal hash tableOlivier Fourdan2020-03-301-7/+6
* gdk: add internal `gdk_surface_get_seat_from_event()`Olivier Fourdan2020-03-302-0/+21
* gdk: Add gdk_toplevel_inhibit_system_shortcuts APIOlivier Fourdan2020-03-304-0/+89
* x11: Don't use g_object_unref on eventsMatthias Clasen2020-03-281-2/+2
* Add definition macro for internal typesEmmanuele Bassi2020-03-251-0/+39
* gdk: Remove GDK_RELEASE_MASKBenjamin Otte2020-03-252-8/+5
* x11: Fix key event state translationMatthias Clasen2020-03-211-2/+3
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-192-5/+8
* gdk: Remove GDK_RELEASE_MASKBenjamin Otte2020-03-182-8/+5
* Drop GdkToplevel:accept-focus/:focus-on-mapMatthias Clasen2020-03-1411-168/+9
* Drop GdkToplevel:keep-above/belowMatthias Clasen2020-03-147-162/+1
* Drop GdkToplevel:stickyMatthias Clasen2020-03-149-168/+2
* Document gdk_toplevel_set_modalMatthias Clasen2020-03-141-0/+13
* Small documentation fixesMatthias Clasen2020-03-142-2/+2
* Merge branch 'x11-resize' into 'master'Matthias Clasen2020-03-141-0/+1
|\
| * x11: Update surface size for popups tooMatthias Clasen2020-03-131-0/+1
* | wayland: Stop capping cursor scalesMatthias Clasen2020-03-132-5/+0
* | broadway: Inherit frame clock from parent surfaceAlexander Larsson2020-03-131-1/+4
* | broadway: Keep popups above their parentAlexander Larsson2020-03-131-0/+11
* | broadway: Track surface position correctlyAlexander Larsson2020-03-1313-78/+85
* | broadway: Correctly track surface visibility in clientAlexander Larsson2020-03-131-3/+4
* | broadway: Ensure images are decoded, not only loadedAlexander Larsson2020-03-131-8/+7
* | broadway: Fix image updates for firefoxAlexander Larsson2020-03-131-3/+4
* | broadway: Handle browser hidpi scale factorAlexander Larsson2020-03-138-19/+60
* | Merge branch 'present-toplevel-2' into 'master'Matthias Clasen2020-03-1345-3154/+3948
|\ \
| * | win32: Build fixesMatthias Clasen2020-03-137-527/+111
| * | win32: implement subtypesMatthias Clasen2020-03-121-6/+483
| * | surface: document gdk_surface_translate_coordinatesMatthias Clasen2020-03-121-0/+18
| * | toplevel: require GdkSurfaceMatthias Clasen2020-03-121-5/+1