summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Focus improvementswip/jimmac/gtk-Gtk4_blue_focus_ringsfrederik.feichtmeier2020-04-082-11/+24
* Blue outlines / focus ringsfrederik.feichtmeier2020-04-083-39/+78
* Merge branch 'attribute-docs' into 'master'Matthias Clasen2020-04-071-0/+24
|\
| * entry: Document buildable supportMatthias Clasen2020-04-061-0/+24
|/
* entry: Add <attributes> supportMatthias Clasen2020-04-061-0/+73
* Move label attribute parser codeMatthias Clasen2020-04-063-309/+323
* Merge branch 'cross-postinstall' into 'master'Matthias Clasen2020-04-061-5/+9
|\
| * meson: Don't execute post-install.py if cross compilingMartin Storsjö2020-04-051-5/+9
* | Merge branch 'fix-event-match' into 'master'Matthias Clasen2020-04-061-0/+3
|\ \
| * | shortcuttrigger: Don't trigger on key releasesMatthias Clasen2020-04-061-0/+3
* | | Merge branch 'wip/chergert/fix-shortcut-param-order' into 'master'Matthias Clasen2020-04-061-2/+2
|\ \ \ | |/ / |/| |
| * | widget: fix parameter ordering to match implementationChristian Hergert2020-04-061-2/+2
|/ /
* | Replace most uses of <Primary> with <Control>Matthias Clasen2020-04-068-52/+52
* | Merge branch 'keymap-rework-2' into 'master'Matthias Clasen2020-04-0685-1567/+1279
|\ \
| * | reftests: Comment out a test that fails only in ciMatthias Clasen2020-04-061-3/+5
| * | Update migration guideMatthias Clasen2020-04-061-11/+62
| * | accelgroup: Small documentation updatesMatthias Clasen2020-04-061-2/+5
| * | Reshuffle keymap docsMatthias Clasen2020-04-061-39/+84
| * | Drop gtk_accelerator_set_default_mod_maskMatthias Clasen2020-04-063-40/+7
| * | 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
| * | gtk: Drop gtk_widget_get_modifier_maskMatthias Clasen2020-04-063-26/+0
| * | gtk: Stop using modifier intentsMatthias Clasen2020-04-0614-143/+45
| * | keymap: Remove virtual modifier mapping functionsMatthias Clasen2020-04-066-221/+6
| * | gdk: Make GdkKeymap a private apiMatthias Clasen2020-04-0619-120/+50
| * | imcontextsimple: Disable some win32-only codeMatthias Clasen2020-04-061-1/+2
| * | gdk: Clean up GdkModifierTypeMatthias Clasen2020-04-062-47/+15
| * | gdk: Redo key eventsMatthias Clasen2020-04-0619-297/+347
| * | gtk: Remove handling of virtual modifiersMatthias Clasen2020-04-063-40/+16
| * | 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
| * | gtk: Stop using GDK_MODx_MASKMatthias Clasen2020-04-062-100/+0
| * | Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-0634-92/+92
| * | tests: Stop using gtk_accelerator_set_default_mod_maskMatthias Clasen2020-04-061-7/+0
| * | testsuite: Stop using keymap apisMatthias Clasen2020-04-061-2/+1
| * | gtk: Use display apis for keymap mappingMatthias Clasen2020-04-062-9/+6
| * | gtk: Stop using keymap apisMatthias Clasen2020-04-0612-82/+102
| * | 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-063-0/+89
| * | 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
| * | passwordentry: Show caps lock warning moreMatthias Clasen2020-04-051-2/+5
| * | Drop some no longer used codeMatthias Clasen2020-04-052-58/+0
| * | cell renderer accel: Use gdk_event_get_matchMatthias Clasen2020-04-051-46/+5