summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/otte/for-main' into 'main'cherry-pick-94024859Benjamin Otte2022-04-263-7/+42
* 4.6.34.6.3Matthias Clasen2022-04-212-1/+53
* theme: Fix vertical spin button selectionMatthias Clasen2022-04-211-1/+1
* Quench the anger of GCCEmmanuele Bassi2022-04-211-10/+28
* Fix file filter buildable supportMatthias Clasen2022-04-212-1/+40
* docs: Fix typo in description of GtkExpressionMarcel Tiede2022-04-211-1/+1
* scrolledwindow: Pick up gtk-overlay-scrolling changes on the flyAlexander Mikhaylenko2022-04-211-0/+19
* scrolledwindow: Fix :kinetic-scrolling setterAlexander Mikhaylenko2022-04-211-1/+1
* tooltipwindow: Don't restrict minimum tooltip label lengthAlexander Mikhaylenko2022-04-211-1/+0
* tooltipwindow: Remove a duplicate gtk_widget_class_set_css_name() callAlexander Mikhaylenko2022-04-211-2/+0
* Mark nullable arguments in GtkPanedEmmanuele Bassi2022-04-211-2/+6
* docs: Fix the GtkPaned styleEmmanuele Bassi2022-04-211-38/+37
* label: Move focus out of widget after last linkJulian Sparber2022-04-211-8/+18
* label: Maintain value for `has-tooltip` for labels with linksJulian Sparber2022-04-211-1/+5
* scrollable: Clarify when to set adjustment propsIvan Molodetskikh2022-04-211-8/+7
* gsk/gl: Typo fixMatthias Clasen2022-04-211-1/+1
* gtk-demo: Small fixup to the cursors demoMatthias Clasen2022-04-211-3/+2
* imwayland: Do not defer commit() after set_surrounding_text()Carlos Garnacho2022-04-211-5/+8
* imwayland: Connect OSK activating gesture to parent widget on editablesCarlos Garnacho2022-04-211-3/+20
* testsuite: Add unaligned-offscreen testSebastian Keller2022-04-213-0/+24
* gsk/gl: Always align offscreen rendering with the pixel gridSebastian Keller2022-04-211-51/+89
* application: Add link and inline code blocksMaximiliano Sandoval R2022-04-211-3/+3
* filter: Add link to FilterListmodelMaximiliano Sandoval R2022-04-211-1/+1
* texttag: Correct typoMaximiliano Sandoval R2022-04-211-1/+1
* inspector: Avoid another crashMatthias Clasen2022-04-211-1/+4
* inspector: Avoid a crashMatthias Clasen2022-04-211-2/+3
* css: Plug a memory leakMatthias Clasen2022-04-211-3/+10
* meson: Use proper type for boolsilliliti2022-04-211-6/+6
* imcontextsimple: Plug a memory leakMatthias Clasen2022-04-211-14/+14
* docs: Fix links in selection modelsMaximiliano Sandoval R2022-04-212-9/+11
* Remove #ifdef ENABLE_NLSXavier Claessens2022-04-216-20/+4
* x11: Check return of gdk_x11_get_xatom_name_for_displayDr. David Alan Gilbert2022-04-211-0/+4
* inspector/general.c: Check whether GL context supports WGLChun-wei Fan2022-04-211-3/+4
* eventcontrollerscroll: Always propagate hold eventsAlexander Mikhaylenko2022-04-211-15/+10
* CI: clean up MSYS2 build dependenciesChristoph Reiter2022-04-211-3/+3
* inspector: Allow viewing PangoAttrList propertiesMatthias Clasen2022-04-211-0/+57
* gdk/gl: handle GL_RGBA/GL_UNSIGNED_NORMALIZEDChristian Hergert2022-04-211-0/+36
* surface: Use correct display when destroying a surface for depth switchSebastian Keller2022-04-211-1/+1
* Default: avoid use of opacity for overlay scrollbarsChristian Hergert2022-04-211-4/+6
* popover-menu: Fix buttons' position in RTLYosef Or Boczko2022-04-211-2/+2
* Check for 'rst2man' misses installed 'rst2man.py' (#4728)aneejit12022-04-211-1/+1
* Merge branch 'cherry-pick-b67da389' into 'gtk-4-6'Matthias Clasen2022-04-201-4/+9
|\
| * gtkimmulticontext: Handle switches between displaysCarlos Garnacho2022-04-201-4/+9
|/
* Merge branch 'filechooser-fixes-4-6' into 'gtk-4-6'Matthias Clasen2022-04-201-1/+7
|\
| * filechooser: Small fix for save modeMatthias Clasen2022-04-191-1/+1
| * filechooser: Prevent random completion popupsMatthias Clasen2022-04-191-0/+6
* | Merge branch 'ebassi/issue-4825-backport' into 'gtk-4-6'Matthias Clasen2022-04-203-25/+59
|\ \ | |/ |/|
| * a11y: Defer object registration after root registrationEmmanuele Bassi2022-04-193-25/+59
|/
* Merge branch 'gdk-win32-fix-mouse-move-crossing-events-gtk-4-6' into 'gtk-4-6'Luca Bacci2022-04-081-68/+55
|\
| * GdkWin32: Generate crossing event after button releaseLuca Bacci2022-04-081-33/+43