summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* pixbufutils: Escape file data only oncewip/baedert/icontheme2Timm Bäder2019-09-021-7/+7
* pixbufutils: Pass colors as string to load_symbolic_svgTimm Bäder2019-09-021-29/+14
* pixbufutils: Only get icon size onceTimm Bäder2019-09-021-13/+24
* icontheme: Remove symbolic pixbuf cacheTimm Bäder2019-09-021-176/+21
* icontheme: Add LRU cache backTimm Bäder2019-09-021-5/+28
* icontheme: Remove GtkIconInfo->pixbufTimm Bäder2019-09-021-44/+42
* icontheme: Remove icon_info_load_pixbufTimm Bäder2019-09-021-29/+4
* icontheme: Optimize suffix_from_nameTimm Bäder2019-09-021-12/+18
* icontheme: Avoid creating useless IconThemeDirsTimm Bäder2019-09-021-23/+42
* icontheme: Inline scan_resources into only callerTimm Bäder2019-09-021-39/+32
* icontheme: Remove proxy pixbufsTimm Bäder2019-09-021-85/+9
* icontheme: Remove lru cacheTimm Bäder2019-09-021-112/+0
* icontheme: Annotate return value as nullableTimm Bäder2019-09-021-1/+2
* icontheme: Remove gtk_icon_info_load_textureTimm Bäder2019-09-028-63/+28
* icontheme: Return a paintable from gtk_icon_info_load_iconTimm Bäder2019-09-022-37/+44
* icontheme: Return paintables from more APITimm Bäder2019-09-022-58/+93
* icontheme: Return textures from load_icon{,_for_scale}Timm Bäder2019-09-023-14/+17
* icontheme: Don't try to scale pixbufs to same sizeTimm Bäder2019-09-021-9/+15
* recentmanager: Stop using linked listsTimm Bäder2019-09-021-72/+46
* filechooserwidget: Create recent manager when setting operation modeTimm Bäder2019-09-021-1/+3
* filechooserwidget: Remove custom recent_info_has_application implTimm Bäder2019-09-021-18/+4
* filechooserwidget: Inline come functions into only callersTimm Bäder2019-09-021-77/+55
* filechooser: Move extract_recent_folders to filechooserwidgetTimm Bäder2019-09-023-58/+46
* filechooserwidget: Load recent files synchronouslyTimm Bäder2019-09-021-88/+22
* recentmanager: IndentationTimm Bäder2019-09-021-1/+1
* icontheme: Annotate return value of load_icon as nullableTimm Bäder2019-09-021-4/+5
* icontheme: Add error argument to _load_textureTimm Bäder2019-09-026-12/+42
* icontheme: optimize icon_uri_is_symbolic as wellTimm Bäder2019-09-021-7/+22
* main: Check if any debug flags are set in gtk_get_debug_flags()Timm Bäder2019-09-021-1/+4
* icontheme: Save the min_suffix for the min_dirTimm Bäder2019-09-021-1/+3
* icontheme: Remove use_builtin parameter from theme_lookup_iconTimm Bäder2019-09-021-10/+5
* icontheme: Remove paramter from get_icon_suffixTimm Bäder2019-09-021-11/+5
* icontheme: Optimize icon_name_is_symbolicTimm Bäder2019-09-021-14/+33
* gtkicontheme: Avoid a get_icon_flags callTimm Bäder2019-09-021-4/+8
* icontheme: Remove outdated commentTimm Bäder2019-09-021-13/+8
* widget: Queue an allocate on native widgets when changing opacityTimm Bäder2019-09-021-3/+8
* inspect-button: Inline deemphasize_window() into only callerTimm Bäder2019-09-021-22/+17
* inspect-button: Inline some functions into only callerTimm Bäder2019-09-021-66/+39
* filechooserwidget: Properly watch for different displayTimm Bäder2019-09-022-5/+14
* box: Don't do casts before preconditionsTimm Bäder2019-09-021-4/+10
* infobar: Inherit from GtkContainerTimm Bäder2019-09-024-56/+99
* text: Fix a crash when retrieving the selected textTimm Bäder2019-09-021-2/+5
* textview: Remove useless warningTimm Bäder2019-09-021-10/+0
* layoutoverlay: Fix everythingTimm Bäder2019-09-021-99/+58
* scale: Allocate value close to sliderTimm Bäder2019-09-021-1/+1
* scale: Use top/left/bottom/right style classes on value labelTimm Bäder2019-09-022-13/+17
* fixed: Documentation clarificationsTimm Bäder2019-09-021-2/+4
* fixed: x/y passed to get_child_position are not optionalTimm Bäder2019-09-021-6/+6
* fixedlayout: Don't call the child transform positionTimm Bäder2019-09-023-32/+32
* linkbutton: Use widget API to set has-toolipTimm Bäder2019-09-021-1/+1