summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* notebook: Update arrows when text direction changesmatthiasc/for-master-2Matthias Clasen2020-02-061-1/+16
* emojichooser: Add profiler marks for loadingMatthias Clasen2020-02-051-1/+12
* icontheme: Fix various memory leaksMatthias Clasen2020-02-051-13/+19
* widget: Fix a memory leak with class actionsMatthias Clasen2020-02-051-2/+2
* Add a lib64 variant of gtk.suppMatthias Clasen2020-02-051-0/+253
* icontheme: Remove some dead codeMatthias Clasen2020-02-051-10/+0
* frameclock: cosmeticsMatthias Clasen2020-02-051-37/+41
* gdk: Silence some compiler warningsMatthias Clasen2020-02-052-20/+5
* treestore: Silence compiler warningsMatthias Clasen2020-02-051-2/+4
* notebook: Don't trigger criticals in disposeMatthias Clasen2020-02-051-1/+2
* textview: Don't update action state in disposeMatthias Clasen2020-02-051-5/+5
* entry: Avoid criticals in disposeMatthias Clasen2020-02-051-9/+10
* Don't export color picker functionsMatthias Clasen2020-02-051-4/+0
* Read bookmarks asyncMatthias Clasen2020-02-051-18/+51
* placessidebar: Change some initial property valuesMatthias Clasen2020-02-051-2/+6
* testperf: More flexible mark selectionMatthias Clasen2020-02-051-3/+8
* testperf: Allow measuring start timeMatthias Clasen2020-02-051-3/+12
* Merge branch 'wip/otte/for-master' into 'master'Benjamin Otte2020-02-045-20/+36
|\
| * widget: Skip not-drawable widgets in snapshot_childTimm Bäder2020-02-041-0/+3
| * maplistmodel: Add an example to the docsMatthias Clasen2020-02-041-3/+23
| * treelistmodel: Small documentation tweaksMatthias Clasen2020-02-041-2/+2
| * widgetfocus: Remove unnecessary checkBenjamin Otte2020-02-041-3/+2
| * widget: Remove _gtk_widget_is_drawable()Benjamin Otte2020-02-043-13/+7
|/
* Merge branch 'wip/otte/icontheme' into 'master'Benjamin Otte2020-02-0433-1304/+704
|\
| * Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-0421-238/+237
| * icontheme: Remove GENERIC_FALLBACKSBenjamin Otte2020-02-049-157/+178
| * icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-0418-92/+50
| * icontheme: Remove contextsBenjamin Otte2020-02-045-88/+19
| * icontheme: Clean up includesBenjamin Otte2020-02-044-3/+4
| * icontheme: Remove gtk_icon_get_base_size() and gtk_icon_get_base_dir()Benjamin Otte2020-02-044-53/+0
| * Revert "Break out cairo color matrix recoloring to gdk_cairo_image_surface_re...Benjamin Otte2020-02-043-80/+50
| * icontheme: Remove crayon APIsBenjamin Otte2020-02-045-71/+9
| * icontheme: Remove gtk_icon_theme_rescan_if_needed()Benjamin Otte2020-02-043-32/+0
| * icontheme: Remove NO_SVG and FORCE_SVG flagsBenjamin Otte2020-02-042-27/+8
| * icontheme: Remove GTK_ICON_LOOKUP_USE_BUILTINBenjamin Otte2020-02-047-23/+13
| * icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-0417-123/+221
| * icontheme: Remove async APIsBenjamin Otte2020-02-047-397/+0
| * icontheme: Remove gtk_icon_theme_get_default()Benjamin Otte2020-02-0417-47/+42
* | tooltip: Don't css-validateBenjamin Otte2020-02-041-1/+0
|/
* css: Fix the initial values optimizationMatthias Clasen2020-02-041-15/+6
* Merge branch 'faster-theme-lookup' into 'master'Matthias Clasen2020-02-043-733/+514
|\
| * icon-theme: Only have one copy of the icon flags enumAlexander Larsson2020-02-043-105/+95
| * GtkIconCache: Remove unused codeAlexander Larsson2020-02-032-367/+10
| * IconTheme: Make icon lookups fasterAlexander Larsson2020-02-031-309/+370
| * icon-cache: Add new function to list all the icons in a directoryAlexander Larsson2020-02-033-0/+87
|/
* Remove last GtkWidgetPath referenceRico Tzschichholz2020-02-031-1/+0
* Merge branch 'wip/muktupavels/update-documentation' into 'master'Matthias Clasen2020-02-032-3/+1
|\
| * display-x11: don't mention gdk_monitor_is_primary in the docsAlberts Muktupāvels2020-02-022-3/+1
|/
* css: Fix an oversight in style change computationMatthias Clasen2020-02-021-8/+31
* Merge branch 'sigma' into 'master'Matthias Clasen2020-02-021-2/+3
|\