summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GDK/Win32: Re-enable libANGLE GLES to workwin32-egl-angleChun-wei Fan2023-03-102-0/+24
* Update Friulian translationFabio Tomat2023-03-101-881/+927
* Merge branch 'more-size-allocation-fixes' into 'main'Matthias Clasen2023-03-081-50/+68
|\
| * widget: Skip popovers in allocationMatthias Clasen2023-03-081-1/+2
| * widget: Stop propagating alloc_needed beyond popoversMatthias Clasen2023-03-081-1/+4
| * widget: Remove goto usage in widget_allocate()Benjamin Otte2023-03-081-36/+37
| * widget: Split out gtk_widget_ensure_allocate_on_children()Benjamin Otte2023-03-081-12/+25
| * widget: Simplify size allocationMatthias Clasen2023-03-081-4/+4
* | Merge branch 'wip/chergert/fix-const-preserving-text-iter-order' into 'main'Matthias Clasen2023-03-081-1/+1
|\ \
| * | textlinedisplaycache: fix const-preserving gtk_text_iter_order()Christian Hergert2023-03-081-1/+1
* | | Merge branch 'file_chooser_stuff' into 'main'Matthias Clasen2023-03-081-14/+21
|\ \ \ | |/ / |/| |
| * | filechooser: Do not look up parents of directoriesBarnabás Pőcze2023-03-081-9/+18
| * | filechooser: Use gtk_recent_info_is_local() for filteringBarnabás Pőcze2023-03-081-5/+3
|/ /
* | Merge branch 'ebassi/issue-5650' into 'main'Matthias Clasen2023-03-081-0/+7
|\ \
| * | Filter recently used files in the file chooserEmmanuele Bassi2023-03-081-0/+7
* | | Merge branch 'fix-msvc-older-glib' into 'main'Matthias Clasen2023-03-083-0/+25
|\ \ \ | |_|/ |/| |
| * | modules/media: Fix Visual Studio builds with older GLibChun-wei Fan2023-03-073-0/+25
* | | Merge branch 'wip/carlosg/reuse-search-engine' into 'main'Matthias Clasen2023-03-081-6/+16
|\ \ \
| * | | gtkfilechooser: Keep GtkSearchEngine around for longerCarlos Garnacho2023-03-081-6/+16
|/ / /
* | | Merge branch 'wip/carlosg/recursive-file-search' into 'main'Matthias Clasen2023-03-081-48/+100
|\ \ \
| * | | searchengine: Do not fight filechooser search mode sortingCarlos Garnacho2023-03-081-1/+1
| * | | searchengine: Bail out on the first characterCarlos Garnacho2023-03-081-1/+5
| * | | searchengine: Ensure some GFileInfo fieldsCarlos Garnacho2023-03-081-2/+14
| * | | searchengine: Drop non-recursive searchCarlos Garnacho2023-03-081-23/+4
| * | | searchengine: Populate filesystem model in an idleCarlos Garnacho2023-03-081-20/+75
| * | | searchengine: Improve performance for recursive searchCarlos Garnacho2023-03-071-1/+1
* | | | Merge branch 'check_null_gfile_location' into 'main'Matthias Clasen2023-03-081-2/+7
|\ \ \ \
| * | | | filechooser: Fix memory leaksBarnabás Pőcze2023-03-081-2/+7
* | | | | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-03-081-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | build: Handle introspection a bit betterMatthias Clasen2023-03-071-1/+6
|/ / / /
* | | | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-03-081-0/+3
|\ \ \ \
| * | | | filechooser: Handle pathless filesMatthias Clasen2023-03-071-0/+3
* | | | | Merge branch 'expose_checkable_state' into 'main'Matthias Clasen2023-03-081-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | a11y: When an accessible has GTK_STATE_CHECKED, set its ATSPI_STATE_CHECKABLE...Lukáš Tyrychtr2023-03-061-0/+1
* | | | | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-03-082-2/+11
|\ \ \ \ \
| * | | | | wayland: Don't crash during DND with Cairo rendererBenjamin Otte2023-03-071-2/+8
| * | | | | text: Don't crash when somebody drops NULLBenjamin Otte2023-03-071-0/+3
|/ / / / /
* | | | | Merge branch 'wroy-main-patch-03255' into 'main'Emmanuele Bassi2023-03-0718-18/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Apply suggestion to use '/' over join_pathsEmmanuele Bassi2023-03-071-1/+1
| * | | | Fix compile_resources present source directoryWilliam Roy2023-03-0718-18/+18
|/ / / /
* | | | Merge branch 'unbreak-combobox' into 'main'Matthias Clasen2023-03-071-12/+2
|\ \ \ \
| * | | | combobox: Avoid extra queue_resize()Ivan Molodetskikh2023-03-071-12/+2
* | | | | Updated Danish translationAsk Hjorth Larsen2023-03-071-1063/+1153
| |_|_|/ |/| | |
* | | | Merge branch 'window-signals' into 'main'Matthias Clasen2023-03-071-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | window: Disconnect the ::compute-size handlerMatthias Clasen2023-03-071-0/+1
|/ / /
* | | Merge branch 'expose_landmark_role' into 'main'Matthias Clasen2023-03-061-1/+1
|\ \ \
| * | | a11y: Expose GTK_ACCESSIBLE_ROLE_LANDMARK to AtSPI2Lukáš Tyrychtr2023-03-061-1/+1
| | |/ | |/|
* | | Update Czech translationMarek Černocký2023-03-061-1060/+1100
* | | Merge branch 'wip/exalm/template' into 'main'Emmanuele Bassi2023-03-061-1/+2
|\ \ \ | |/ / |/| |
| * | widget: Use the correct template in dispose_template()Alexander Mikhaylenko2023-03-061-1/+2