summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* icontheme: Refactor gtk_icon_theme_lookup_symbolic_colors()Benjamin Otte2021-08-301-1/+1
* gtk: Port icontheme to GtkSymbolicPaintableBenjamin Otte2021-08-291-8/+8
* Allow inserting newlines in css stringsMatthias Clasen2020-10-021-1/+1
* css: Move _gtk_css_print_string aroundMatthias Clasen2020-10-021-0/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* css: Compare icon theme serialsMatthias Clasen2020-04-221-1/+4
* css: Get the icon theme via the settingsMatthias Clasen2020-04-221-1/+5
* Stop using the -gtk-icon-theme style propertyMatthias Clasen2020-04-221-2/+1
* Remove unnecessary image-missing fallbacksAlexander Larsson2020-02-061-7/+0
* Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-8/+8
* icontheme: Remove GENERIC_FALLBACKSBenjamin Otte2020-02-041-1/+1
* icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-0/+2
* icontheme: Remove GTK_ICON_LOOKUP_USE_BUILTINBenjamin Otte2020-02-041-2/+2
* icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-0/+2
* icontheme: Remove gtk_icon_theme_get_default()Benjamin Otte2020-02-041-1/+1
* Remove final references to "icon info" with just "icon"Alexander Larsson2020-01-301-24/+24
* icon-theme: Drop the _for_scale() versions and always take scaleAlexander Larsson2020-01-301-6/+6
* icon-theme: Rename GtkIconInfo to GtkIconAlexander Larsson2020-01-301-2/+2
* Add gtk_icon_info_snapshot_with_colors() and use instead of custom codeAlexander Larsson2020-01-291-50/+26
* Use style values directlyMatthias Clasen2020-01-291-1/+1
* cssimageicontheme: Avoid copying colorsTimm Bäder2020-01-241-9/+10
* Remove GtkCssRgbaValueTimm Bäder2020-01-181-1/+0
* icontheme: Remove gtk_icon_info_load_textureTimm Bäder2019-09-091-1/+1
* icontheme: Add error argument to _load_textureTimm Bäder2019-09-091-1/+1
* css: Avoid more type checks in hot pathsTimm Bäder2019-09-091-2/+2
* css: Review error messagesBenjamin Otte2019-04-121-1/+1
* cssparser: Add gtk_css_parser_consume_string()Benjamin Otte2019-04-121-1/+1
* cssimageicontheme: Use gtk_css_parser_consume_function()Benjamin Otte2019-04-121-14/+15
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-3/+2
* Avoid pixbufs when loading themed iconsMatthias Clasen2017-11-291-26/+12
* GtkCssImageIconTheme: Don't try to unref a NULL pointerKjell Ahlstedt2017-11-101-1/+2
* css: Use a color matrix for recoloring -gtk-iconthemeMatthias Clasen2017-11-071-14/+40
* GskTexture => GdkTextureBenjamin Otte2017-11-041-4/+4
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-6/+6
* cssimageicontheme: Cache size + textureTimm Bäder2017-03-311-30/+47
* snapshot: Rename append APIsBenjamin Otte2017-01-131-9/+9
* gsk: Turn GskTexture into a GObjectBenjamin Otte2017-01-011-1/+1
* cssimage: Port a few more simple ones to snapshotsBenjamin Otte2016-12-201-13/+23
* Make -gtk-icontheme() use -gtk-icon-paletteMatthias Clasen2016-01-131-2/+5
* css: Query icon theme from style, not from settingsBenjamin Otte2015-12-021-9/+2
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-181-4/+1
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-5/+4
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-3/+3
* Fix various compiler warningsMatthias Clasen2014-09-051-1/+1
* cssimageicontheme: Handle scale factors correctlyBenjamin Otte2014-07-021-2/+4
* GtkCssImageIconName: Plug a memory leakMatthias Clasen2014-06-281-1/+15
* cssimage: Implement symbolic coloring for -gtk-icontheme()Benjamin Otte2014-05-161-7/+23
* css: Add support for -gtk-icontheme("icon-name")Benjamin Otte2014-05-141-0/+169