summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* wayland: Fall back to an unthemed default cursorMatthias Clasen2020-04-261-1/+10
* gdk: Include a default cursor as resourceMatthias Clasen2020-04-262-1/+1
* vulkan: Update error codes enumMatthias Clasen2020-04-261-1/+15
* gdk/wayland: Ensure to clean up stale touchpoint data on surface destroyCarlos Garnacho2020-04-243-0/+27
* Remove GdkGeometry from public APIMatthias Clasen2020-04-193-116/+16
* Remove GdkGeometry from public APIMatthias Clasen2020-04-194-46/+47
* wayland: Don't continue showing if xdg_popup creation failedJonas Ådahl2020-04-181-11/+15
* surface: Hide chained autohiding popups togetherJonas Ådahl2020-04-181-1/+13
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-1618-1635/+2404
* x11: emit ::enter/leave-monitorOlivier Fourdan2020-04-164-0/+106
* Move key event rewritingMatthias Clasen2020-04-151-56/+1
* surface: Document coordinate systems a bitMatthias Clasen2020-04-132-6/+10
* wayland: emit ::enter/leave-monitorMatthias Clasen2020-04-133-0/+19
* gdk: Add ::enter/leave-monitor signalsMatthias Clasen2020-04-132-0/+60
* wayland: Avoid criticals when unsetting transient parentsMatthias Clasen2020-04-121-2/+2
* broadway: Fix the buildMatthias Clasen2020-04-111-1/+1
* Merge branch 'wip/xdg-popup-move' into 'master'Matthias Clasen2020-04-084-107/+233
|\
| * wayland: Move transient-for field to GdkWaylandToplevelJonas Ådahl2020-04-081-29/+35
| * wayland: Add surface to toplevel list only if toplevelJonas Ådahl2020-04-081-3/+3
| * wayland: Remove own pointer to the popup parentJonas Ådahl2020-04-081-6/+1
| * wayland: Move toplevel/popup/drag surface definitions higher upJonas Ådahl2020-04-081-58/+68
| * wayland: Move popups with xdg_popup.repositionJonas Ådahl2020-04-084-11/+126
* | Add macro for exported variablesEmmanuele Bassi2020-04-081-0/+22
|/
* Rename gdkx11keys.hEmmanuele Bassi2020-04-074-5/+8
* Hide GdkX11Keymap's GType functionEmmanuele Bassi2020-04-071-5/+0
* Do not parse all GDK-X11 source filesEmmanuele Bassi2020-04-071-15/+23
* Merge branch 'keymap-rework-2' into 'master'Matthias Clasen2020-04-0638-770/+922
|\
| * Reshuffle keymap docsMatthias Clasen2020-04-061-39/+84
| * gdk: Remove gdk_keymap_get_modifier_maskMatthias Clasen2020-04-065-157/+0
| * Remove uses of modifier intents in gdkevents.cMatthias Clasen2020-04-061-26/+9
| * display: Remove gdk_display_get_modifier_maskMatthias Clasen2020-04-062-11/+0
| * keymap: Remove virtual modifier mapping functionsMatthias Clasen2020-04-066-221/+6
| * gdk: Make GdkKeymap a private apiMatthias Clasen2020-04-0617-85/+50
| * gdk: Clean up GdkModifierTypeMatthias Clasen2020-04-061-46/+14
| * gdk: Redo key eventsMatthias Clasen2020-04-0611-232/+268
| * events: Stop doing elaborate virtual modifier handlingMatthias Clasen2020-04-061-10/+1
| * broadway: Stop using MOD2..MOD5Matthias Clasen2020-04-061-4/+0
| * win32: Stop using MODx modifiersMatthias Clasen2020-04-062-3/+4
| * wayland: Stop setting MOD2..MOD5Matthias Clasen2020-04-061-16/+0
| * gdk: Remove reserved bit from GdkModifierTypeMatthias Clasen2020-04-061-21/+0
| * Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-0614-39/+39
| * 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
|\ \