summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gsk: Fix serialization of glyphsfix-node-glyphsMatthias Clasen2020-12-213-1/+13
| | | | | | | | | We were forgetting to put a space between two numbers in some cases, confusing the parser. Test included. Fixes: #3496
* Update Brazilian Portuguese translationRafael Fontenelle2020-12-211-2978/+4322
|
* Merge branch 'ebassi/issue-3495' into 'master'Matthias Clasen2020-12-202-24/+28
|\ | | | | | | | | | | | | Use full path when calling gtk4-update-icon-cache Closes #3495 See merge request GNOME/gtk!2979
| * Call the newly installed gtk4-update-icon-cacheebassi/issue-3495Emmanuele Bassi2020-12-201-23/+25
| | | | | | | | Otherwise we rely on whatever it's inside the PATH.
| * Pass the bindir to the post-install scriptEmmanuele Bassi2020-12-201-1/+3
|/
* Update Brazilian Portuguese translationRafael Fontenelle2020-12-201-785/+1609
|
* Update Japanese translationsicklylife2020-12-201-334/+97
|
* Update Japanese translationsicklylife2020-12-201-752/+1671
|
* Update Punjabi translationA S Alam2020-12-201-2724/+5429
|
* Update Catalan translationJordi Mas i Hernandez2020-12-191-438/+448
|
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-12-191-217/+255
|\ | | | | | | | | Matthiasc/for master See merge request GNOME/gtk!2978
| * Revert "gl renderer: Render too big textures to the clipped area"Matthias Clasen2020-12-191-188/+203
| | | | | | | | This reverts commit 7f6608cbedccfe8a9e7d9a211f33be15951ca144.
| * Revert "gl renderer: Take a out graphene_rect in blur_node()"Matthias Clasen2020-12-191-29/+52
|/ | | | This reverts commit 7eece7e7690326e99d47e20e4a23a406bbd85779.
* Merge branch 'ebassi/issue-3492' into 'master'Matthias Clasen2020-12-193-0/+37
|\ | | | | | | | | | | | | 3to4: Remove GtkCheckButton:draw-indicator Closes #3492 See merge request GNOME/gtk!2976
| * 3to4: Add test for GtkCheckButton:draw-indicator removalebassi/issue-3492Emmanuele Bassi2020-12-192-0/+36
| |
| * 3to4: Remove GtkCheckButton:draw-indicatorEmmanuele Bassi2020-12-181-0/+1
|/ | | | | | | The property was removed from the widget, so we need to remove it from UI files too. Fixes: #3492
* Merge branch 'doc_backticks' into 'master'Timm Bäder2020-12-181-4/+4
|\ | | | | | | | | docs: backtick fixes See merge request GNOME/gtk!2975
| * docs: backtick fixeswisp3rwind2020-12-181-4/+4
|/ | | | | - in the gettext() examples, at least the _() triggers italics - add missing closing backtick
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-12-183-264/+227
|\ | | | | | | | | Wip/baedert/for master See merge request GNOME/gtk!2973
| * gl renderer: Take a out graphene_rect in blur_node()Timm Bäder2020-12-161-52/+29
| |
| * gl renderer: Render too big textures to the clipped areaTimm Bäder2020-12-161-203/+188
| |
| * gl renderer: Unify viewport setting in add_offscreen_ops()Timm Bäder2020-12-162-14/+17
| | | | | | | | We use the same rect here a few times.
| * vulkancontext: Remove usage of VK_ERROR_INCOMPATIBLE_VERSION_KHRTimm Bäder2020-12-161-2/+0
| | | | | | | | | | | | According to https://www.khronos.org/registry/vulkan/specs/1.0-wsi_extensions/html/chap46.html this has been removed. It also breaks the build on my system
* | Merge branch 'ebassi/mnemonic-label-remove' into 'master'Matthias Clasen2020-12-181-5/+9
|\ \ | | | | | | | | | | | | a11y: Fix removing mnemonic widgets See merge request GNOME/gtk!2970
| * | a11y: Fix removing mnemonic widgetsebassi/mnemonic-label-removeEmmanuele Bassi2020-12-171-5/+9
| | | | | | | | | | | | | | | We must not use the variadic arguments version with GList, as it expects a pointer to a GtkAccessible.
* | | Merge branch 'ebassi/docs-for-master' into 'master'Matthias Clasen2020-12-172-4/+10
|\ \ \ | | | | | | | | | | | | | | | | Ebassi/docs for master See merge request GNOME/gtk!2971
| * | | Do not build gdk-pixbuf's man pageebassi/docs-for-masterEmmanuele Bassi2020-12-171-1/+2
| | | | | | | | | | | | | | | | When using it as a sub-project. We don't really need them.
| * | | docs: Add missing GTK typesEmmanuele Bassi2020-12-171-3/+8
| | | | | | | | | | | | | | | | | | | | If we don't specify the get_type() function, gtk-doc will not collect properties and signals, and will use a different URL for the page.
* | | | Merge branch 'shortcuts' into 'master'Matthias Clasen2020-12-171-15/+12
|\ \ \ \ | |/ / / |/| | | | | | | | | | | docs: Add separation between kinds of shortcuts in Keyboard input See merge request GNOME/gtk!2964
| * | | docs: Fix list of kinds of shortcuts in Keyboard inputChris Mayo2020-12-171-15/+12
| | | | | | | | | | | | | | | | Formatting in HTML was mangled.
* | | | Merge branch 'ebassi/password-entry-notify' into 'master'Emmanuele Bassi2020-12-172-2/+13
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Notify properties on deletion in PasswordEntryBuffer Closes #3484 See merge request GNOME/gtk!2969
| * | | docs: Note the caveat on GtkEditable signals with delegatesEmmanuele Bassi2020-12-171-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We cannot bubble up ::insert-text and ::delete-text signals from the delegate to the wrapper editable without causing an infinite recursion, due to how the signals are designed; ideally, we would have decoupled signal emission from virtual functions *before* releasing GTK4, but now that we have, we can't break the contract.
| * | | Notify properties on deletion in PasswordEntryBufferEmmanuele Bassi2020-12-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GtkEntryBufferClass.deleted_text() behaviour changed between GTK3 and GTK4, which means any subclass of GtkEntryBuffer is now responsible for emitting the "notify" signal for the "text" and "length" properties. Without this, the GtkText delegate widget used by GtkPasswordEntry would not be able to communicate changes in the contents of its buffer. Fixes: #3484
* | | | Merge branch 'issue-3483' into 'master'Emmanuele Bassi2020-12-171-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix URLs for the download.gnome.org locations Closes #3483 See merge request GNOME/gtk!2968
| * | | Fix URLs for the download.gnome.org locationsissue-3483Emmanuele Bassi2020-12-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Use a trailing slash, otherwise we end up on an out of date mirror. Fixes: #3483
* | | | Merge branch 'wip/jimmac/flat-button-tweaks' into 'master'Matthias Clasen2020-12-172-5/+7
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Adwaita: flat button adjustments See merge request GNOME/gtk!2967
| * | | Adwaita: flat button adjustmentsJakub Steiner2020-12-172-5/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | - normally lighter (on bg_color) - darker for headerbar - undecorated checked buttons were never style properly (even gtk3) see page2 volume buttons Finetunes https://gitlab.gnome.org/GNOME/gtk/-/issues/3427
* | | Merge branch 'cursor-aspect-ratio' into 'master'Matthias Clasen2020-12-163-9/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Cursor aspect ratio fixes for gtk 4 Closes #3441 See merge request GNOME/gtk!2966
| * | | settings: Change gtk-cursor-aspect-ratio from float to doubleSebastian Keller2020-12-163-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Float properties can not be read from keyfiles. This was causing changes to this property in settings.ini to be ignored. Fix this by changing it to a double. Technically this change could be considered an API break, but there are no users of this property as float yet and it is early enough to expect there to never be any. Also document this change in the 3 to 4 migration guide since in gtk 3 this setting will be kept a float. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3441
* | | | Merge branch 'fix-macos-compilation' into 'master'Emmanuele Bassi2020-12-161-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | macos: fix typo that breaks compilation See merge request GNOME/gtk!2962
| * | | macos: fix typo that breaks compilationTom Schoonjans2020-12-161-1/+1
| | | |
* | | | Merge branch 'wip/carlosg/for-master' into 'master'Matthias Clasen2020-12-161-8/+38
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | gdk/x11: Transform XI_Motion based scroll into discrete Closes #3459 See merge request GNOME/gtk!2959
| * | | gdk/x11: Transform XI_Motion based scroll into discreteCarlos Garnacho2020-12-161-8/+38
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Depending on the input driver, we will get XI_Motion based scroll events for regular mouse wheels. These are intended to be handled as discrete scroll, so detect smooth scroll events that move by exactly 1.0 in either direction. Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/3459
* | | Merge branch 'ricotz/for-master' into 'master'Emmanuele Bassi2020-12-161-1/+1
|\ \ \ | |_|/ |/| | | | | | | | gdk: Use correct parameter name to fix g-ir-scanner warning See merge request GNOME/gtk!2963
| * | gdk: Use correct parameter name to fix g-ir-scanner warningRico Tzschichholz2020-12-161-1/+1
|/ / | | | | | | | | ../gdk/gdktoplevellayout.c:217: Warning: Gdk: gdk_toplevel_layout_get_maximized: unknown parameter 'maximized' in documentation comment, should be 'maximize'
* | 4.04.0.04.0Matthias Clasen2020-12-162-3/+37
| |
* | Update expected test resultsMatthias Clasen2020-12-163-3/+3
| | | | | | | | We have one test that expected 3.99 to show up in an error message.
* | Merge branch 'ebassi/docs-for-master' into 'master'Matthias Clasen2020-12-1623-24/+397
|\ \ | | | | | | | | | | | | Ebassi/docs for master See merge request GNOME/gtk!2960
| * | docs: Fix annotation for GtkSearchEntry::activateEmmanuele Bassi2020-12-161-1/+1
| | |
| * | doc: Document missing GtkNotebook typesEmmanuele Bassi2020-12-161-0/+14
| | |