summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace "gdouble" with "double"Benjamin Otte2020-07-25234-1768/+1766
* Replace "gfloat" with "float"Benjamin Otte2020-07-2529-69/+69
* Replace "gchar" with "char"Benjamin Otte2020-07-25667-4964/+4964
* Replace "gint" with "int"Benjamin Otte2020-07-25628-7362/+7361
* Merge branch 'remove-align-widget' into 'master'Matthias Clasen2020-07-243-88/+0
|\
| * menubutton: Remove align-widget propertyFlorian Müllner2020-07-243-88/+0
|/
* Merge branch 'fix-gdk-array-msvc' into 'master'Timm Bäder2020-07-241-2/+2
|\
| * gdk/gdkarrayimpl.c: Fix build on Visual StudioChun-wei Fan2020-07-241-2/+2
|/
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-07-244-2/+11
|\
| * docs: Work around escaping bugsMatthias Clasen2020-07-231-1/+1
| * docs: Pass --standalone to pandocMatthias Clasen2020-07-231-0/+1
| * docs: Improve shortcut trigger docsMatthias Clasen2020-07-231-0/+4
| * docs: Explain the shortcutcontroller example a bitMatthias Clasen2020-07-231-1/+6
| * filechooser: Remove a leftover signal emissionMatthias Clasen2020-07-231-1/+0
|/
* Merge branch 'wip/otte/for-master' into 'master'Benjamin Otte2020-07-234-32/+2
|\
| * searchenginemodel: Remove unused codeBenjamin Otte2020-07-231-3/+0
| * searchengine: Remove unused set_recursive() callBenjamin Otte2020-07-233-29/+2
|/
* Update Romanian translationFlorentina Mușat2020-07-231-120/+125
* Update Romanian translationFlorentina Mușat2020-07-231-173/+185
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-07-232-2/+64
|\
| * NEWS: UpdatesMatthias Clasen2020-07-221-0/+9
| * migration guide: Add some tablesMatthias Clasen2020-07-221-2/+55
|/
* Merge branch 'wip/otte/for-master' into 'master'Benjamin Otte2020-07-221-0/+2
|\
| * timsort: Actually 0-terminate the array in get_runs()Benjamin Otte2020-07-221-0/+2
|/
* Update Ukrainian translationYuri Chornoivan2020-07-221-117/+126
* Update Ukrainian translationYuri Chornoivan2020-07-221-2891/+198
* Merge branch 'wip/otte/sortlistmodel2' into 'master'Matthias Clasen2020-07-2222-250/+4172
|\
| * gtk-demo: Add a progress bar when the colors demo resortsBenjamin Otte2020-07-221-24/+40
| * sortlistmodel: Add progress estimationBenjamin Otte2020-07-223-0/+73
| * timsort: Add progress estimationBenjamin Otte2020-07-222-0/+47
| * sortlistmodel: Make key generation part of the step functionBenjamin Otte2020-07-221-21/+62
| * gtk-demo: Make colors demo do incremental sortingBenjamin Otte2020-07-221-4/+6
| * sortlistmodel: Properly compute runsBenjamin Otte2020-07-221-16/+39
| * sortlistmodel: Make sort stable againBenjamin Otte2020-07-221-1/+5
| * multisorter: Implement GtkSortKeysBenjamin Otte2020-07-222-4/+150
| * treelistrowsorter: Implement GtkSortKeysBenjamin Otte2020-07-221-3/+308
| * numericsorter: Implement GtkSortKeysBenjamin Otte2020-07-221-2/+270
| * stringsorter: Implement GtkSortKeysBenjamin Otte2020-07-221-51/+137
| * sortkeys: Add an equal sort keysBenjamin Otte2020-07-222-0/+55
| * sortlistmodel: Use GtkSortKeysBenjamin Otte2020-07-221-32/+102
| * sorter: Introduce GtkSortKeysBenjamin Otte2020-07-226-2/+378
| * sortlistmodel: Split the SortItem into 2 arraysBenjamin Otte2020-07-222-97/+136
| * sortlistmodel: Add an incremental propertyBenjamin Otte2020-07-223-67/+221
| * testsuite: Add exhaustive sortlistmodel testBenjamin Otte2020-07-222-0/+441
| * sortlistmodel: Make the sort callback usefulBenjamin Otte2020-07-221-3/+55
| * timsort: Add change tracking to gtk_tim_sort_step()Benjamin Otte2020-07-225-96/+150
| * timsort: Add gtk_tim_sort_set_max_merge_size()Benjamin Otte2020-07-224-21/+70
| * timsort: Make sure merges don't take too longBenjamin Otte2020-07-222-16/+53
| * sortlistmodel: Make sorting incrementalBenjamin Otte2020-07-221-26/+64
| * timsort: Add gtk_tim_sort_set_runs()Benjamin Otte2020-07-224-13/+76