summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* combobox: Remove popup_for_device()wip/dboles/combobox-cleanupDaniel Boles2017-01-202-36/+0
* combobox: Factor repeated code out to functionDaniel Boles2017-01-201-5/+2
* combobox: Stop incessantly NULL-checking the menuDaniel Boles2017-01-202-78/+41
* combobox: Drop a workaround from the list mode ageDaniel Boles2017-01-201-7/+2
* combobox: popdown() the menu during unmap()Daniel Boles2017-01-201-3/+14
* Revert "wayland: Push NULL buffer when hiding a GdkWindow"Carlos Garnacho2017-01-201-7/+4
* update zh_CN translationMandy Wang2017-01-201-986/+1262
* gtkmain: Fix build on WindowsChun-wei Fan2017-01-202-12/+8
* Visual Studio builds: Update GSK projectChun-wei Fan2017-01-202-0/+5
* gtk: Register GSK resources at startupBenjamin Otte2017-01-201-0/+2
* combobox: Remove dead code & unneeded type checksDaniel Boles2017-01-191-409/+66
* testcombo—Don’t set appears-as-list style propertyDaniel Boles2017-01-191-14/+0
* combobox: Make wrap-width and grid mode work againDaniel Boles2017-01-191-1/+2
* Add a section about initialization to the migration guideMatthias Clasen2017-01-191-0/+12
* Update callersMatthias Clasen2017-01-19152-177/+210
* Drop gdk init apiMatthias Clasen2017-01-192-197/+0
* Drop arguments from gtk_initMatthias Clasen2017-01-192-45/+15
* Simplify initialization codeMatthias Clasen2017-01-191-108/+10
* Drop the --gtk-debug and --gtk-no-debug optionsMatthias Clasen2017-01-191-30/+0
* Drop the --g-fatal-warnings argumentMatthias Clasen2017-01-191-12/+0
* Drop the --gtk-modules argumentMatthias Clasen2017-01-191-19/+0
* Don't export gtk_get_option_groupMatthias Clasen2017-01-194-25/+1
* Stop exporting gtk_parse_argsMatthias Clasen2017-01-192-27/+1
* Drop gtk_init_with_argsMatthias Clasen2017-01-192-85/+0
* gdk: Skip GdkVulkanContext methods when building introspection dataEmmanuele Bassi2017-01-191-0/+2
* wayland: Push NULL buffer when hiding a GdkWindowCarlos Garnacho2017-01-191-4/+7
* combobox: Avoid a pointless assignmentDaniel Boles2017-01-191-2/+2
* combobox: Also preselect active item in grid popupDaniel Boles2017-01-191-9/+11
* scale: Really fix documentation of set_digits()Daniel Boles2017-01-191-5/+4
* scale: doc: set_digits doesn’t round retroactivelyDaniel Boles2017-01-191-3/+3
* Scale: Always sync ::digits to Range::round-digitsDaniel Boles2017-01-191-5/+1
* combobox: Work around popup handler altering modelDaniel Boles2017-01-181-3/+7
* combobox: Don’t select active item if it’s hiddenDaniel Boles2017-01-181-1/+1
* combobox: Move variables into narrowest scopesDaniel Boles2017-01-181-10/+11
* Update Slovak translationDušan Kazik2017-01-181-1141/+1066
* vulkan: Fix copy/paste errorBenjamin Otte2017-01-184-1/+1
* vulkan: Add compiled shadersBenjamin Otte2017-01-1812-0/+0
* vulkan: Compute right size for outset shadowBenjamin Otte2017-01-181-1/+11
* css: Remove deprecated number-as-pixels compatibilityBenjamin Otte2017-01-188-41/+13
* vulkan: Add support for unblurred box-shadowBenjamin Otte2017-01-1810-5/+460
* rendernode: Add getters for box-shadow nodesBenjamin Otte2017-01-182-0/+134
* docs: Remove mention of GdkColorBenjamin Otte2017-01-181-3/+2
* Revert "filechooser portal: Make sure we can save"Matthias Clasen2017-01-171-13/+2
* filechooser portal: Make sure we can saveMatthias Clasen2017-01-171-2/+13
* gdk/wayland: Always get the seat's key modifiers from the GdkKeymapRui Matos2017-01-171-1/+2
* gdk/wayland: Don't add GDK_META_MASK to gdk mod masks if MOD1 is setRui Matos2017-01-171-1/+7
* wayland: Handle subsurface as popup parentJonas Ådahl2017-01-171-4/+16
* vulkan: Add fallback message for node-as-textureBenjamin Otte2017-01-171-0/+4
* vulkan: Generate clip shaders from same sourceBenjamin Otte2017-01-1741-439/+42
* vulkan: Add clip.vert.glslBenjamin Otte2017-01-1724-102/+74