summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
Commit message (Expand)AuthorAgeFilesLines
* icontheme: Update the apiMatthias Clasen2020-02-181-17/+15
* Typo fixMatthias Clasen2020-02-111-1/+1
* Expose gtk_icon_paintable_new_for_fileAlexander Larsson2020-02-101-0/+4
* icon paintable: Replace get_filename and get_resource_path with get_file()Alexander Larsson2020-02-101-3/+1
* Rename GTK_ICON_LOOKUP_LOAD_IN_THREAD to GTK_ICON_LOOKUP_PRELOADAlexander Larsson2020-02-101-4/+4
* icon-theme: Add GTK_ICON_LOOKUP_LOAD_IN_THREAD flagAlexander Larsson2020-02-071-1/+4
* Add gtk_icon_paintable_get_resource_path()Alexander Larsson2020-02-061-3/+5
* Add gtk_icon_paintable_get_icon_name()Alexander Larsson2020-02-061-0/+2
* Remove gtk_icon_paintable_download_texture() public APIAlexander Larsson2020-02-061-2/+0
* IconTheme: Never fail a lookup or icon loadAlexander Larsson2020-02-061-2/+1
* IconTheme: Simplify icon scalingAlexander Larsson2020-02-061-5/+2
* Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-48/+47
* icontheme: Remove GENERIC_FALLBACKSBenjamin Otte2020-02-041-8/+3
* icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-8/+2
* icontheme: Remove contextsBenjamin Otte2020-02-041-2/+1
* icontheme: Clean up includesBenjamin Otte2020-02-041-3/+1
* icontheme: Remove gtk_icon_get_base_size() and gtk_icon_get_base_dir()Benjamin Otte2020-02-041-4/+0
* icontheme: Remove crayon APIsBenjamin Otte2020-02-041-16/+0
* icontheme: Remove gtk_icon_theme_rescan_if_needed()Benjamin Otte2020-02-041-2/+0
* icontheme: Remove NO_SVG and FORCE_SVG flagsBenjamin Otte2020-02-041-11/+4
* icontheme: Remove GTK_ICON_LOOKUP_USE_BUILTINBenjamin Otte2020-02-041-9/+4
* icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-7/+4
* icontheme: Remove async APIsBenjamin Otte2020-02-041-14/+0
* icontheme: Remove gtk_icon_theme_get_default()Benjamin Otte2020-02-041-2/+0
* icon-theme: Add i/o priority to choose_icon_async()Alexander Larsson2020-01-301-0/+1
* icon-theme: Use GtkSnapshot, not GdkSnapshotAlexander Larsson2020-01-301-3/+3
* icon-theme: Drop the _for_scale() versions and always take scaleAlexander Larsson2020-01-301-18/+2
* icon-theme: Rename GtkIconInfo to GtkIconAlexander Larsson2020-01-301-66/+63
* icon-theme: Drop all load() calls from GtkIconInfoAlexander Larsson2020-01-291-65/+0
* icon-theme: Add async icon loaderAlexander Larsson2020-01-291-0/+13
* icon-theme: Add gtk_icon_info_download_colored_texture()Alexander Larsson2020-01-291-0/+7
* icon theme: Add gtk_icon_info_download_texture() functionAlexander Larsson2020-01-291-0/+5
* Add gtk_icon_info_snapshot_with_colors() and use instead of custom codeAlexander Larsson2020-01-291-0/+8
* Drop gtk_icon_info_new_for_pixbufMatthias Clasen2019-10-181-4/+0
* Drop gtk_icon_theme_get_example_icon_nameMatthias Clasen2019-10-181-2/+0
* Drop gtk_icon_theme_list_contextsMatthias Clasen2019-10-181-2/+0
* icontheme: Stop using a private structTimm Bäder2019-09-091-34/+34
* icontheme: Remove gtk_icon_info_load_textureTimm Bäder2019-09-091-4/+0
* icontheme: Return a paintable from gtk_icon_info_load_iconTimm Bäder2019-09-091-2/+2
* icontheme: Return paintables from more APITimm Bäder2019-09-091-30/+30
* icontheme: Return textures from load_icon{,_for_scale}Timm Bäder2019-09-091-6/+6
* icontheme: Add error argument to _load_textureTimm Bäder2019-09-091-3/+4
* icon theme: Make finalMatthias Clasen2019-05-261-58/+0
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-6/+6
* icontheme: Remove surface supportBenjamin Otte2018-03-161-12/+0
* The big versioning cleanupMatthias Clasen2018-02-061-18/+18
* Drop gtk_icon_size_lookupMatthias Clasen2017-11-151-5/+0
* Drop the last use of GDK_MULTIHEAD_SAFEMatthias Clasen2017-11-101-2/+0
* GskTexture => GdkTextureBenjamin Otte2017-11-041-1/+1
* icontheme: Use GdkDisplay instead of GdkScreenBenjamin Otte2017-10-311-7/+7