summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * gsk: Cache scaled textureMatthias Clasen2023-03-101-0/+15
|/
* Update Ukrainian translationYuri Chornoivan2023-03-101-295/+298
* Merge branch 'wip/otte/filefilter-name' into 'main'Benjamin Otte2023-03-102-6/+134
|\
| * filefilter: If not given a name, deduce oneBenjamin Otte2023-03-102-6/+134
* | Update Finnish translationJiri Grönroos2023-03-101-1773/+1918
* | Merge branch 'reverse-file-chooser-recent-files-sort-order' into 'main'Matthias Clasen2023-03-101-0/+4
|\ \
| * | filerchooser: Show Recent files in inverse orderRay Strode2023-03-091-0/+4
| |/
* | Merge branch 'wip/otte/listview-border-spacing' into 'main'Matthias Clasen2023-03-106-159/+406
|\ \
| * | gridview: Add border-spacing supportBenjamin Otte2023-03-101-53/+93
| * | gridview: Introduce column size functionsBenjamin Otte2023-03-101-19/+41
| * | gridview: Use gtk_list_item_manager_get_nearest_tile()Benjamin Otte2023-03-101-10/+3
| * | listview: Support CSS border-spacingBenjamin Otte2023-03-103-55/+107
| * | listitemmanager: Add gtk_list_item_manager_get_nearest_tile()Benjamin Otte2023-03-102-21/+108
| * | listview: Move bounds check into base classBenjamin Otte2023-03-103-28/+12
| * | listview: Return an allocation for unallcoated itemsBenjamin Otte2023-03-102-6/+75
| |/
* | Merge branch 'file-chooser-selectability2' into 'main'Matthias Clasen2023-03-106-4/+99
|\ \
| * | filechooser: Set selectability for list itemsMatthias Clasen2023-03-102-0/+29
| * | filechooser: Dim non-selectable itemsMatthias Clasen2023-03-101-0/+14
| * | columview: Propagate activatable and selectableMatthias Clasen2023-03-101-0/+13
| * | filechooser: Inform the model about selectabilityMatthias Clasen2023-03-101-2/+5
| * | filesystemmodel: Store selectabilityMatthias Clasen2023-03-102-2/+38
* | | Merge branch 'notify_after_value_change' into 'main'Matthias Clasen2023-03-101-3/+11
|\ \ \ | |/ / |/| |
| * | a11y: Notify assistive technologies when a GTK_ACCESSIBLE_PROPERTY_VALUE_NOW ...Lukáš Tyrychtr2023-03-101-3/+11
* | | Merge branch 'file-chooser-selection' into 'main'Matthias Clasen2023-03-101-1/+8
|\ \ \ | |/ / |/| |
| * | filechooser: Don't automatically select a filerobxnano2023-03-011-1/+8
* | | 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