gtk4.git
2020-02-04 Matthias Clasenmaplistmodel: Add an example to the docs
2020-02-04 Matthias Clasentreelistmodel: Small documentation tweaks
2020-02-04 Benjamin Ottewidgetfocus: Remove unnecessary check
2020-02-04 Benjamin Ottewidget: Remove _gtk_widget_is_drawable()
2020-02-04 Benjamin OtteMerge branch 'wip/otte/icontheme' into 'master'
2020-02-04 Alexander LarssonRename GtkIcon to GtkIconPaintable
2020-02-04 Benjamin Ottetooltip: Don't css-validate
2020-02-04 Benjamin Otteicontheme: Remove GENERIC_FALLBACKS
2020-02-04 Benjamin Otteicontheme: Pass fallbacks as optional argument to looku...
2020-02-04 Benjamin Otteicontheme: Remove contexts
2020-02-04 Benjamin Otteicontheme: Clean up includes
2020-02-04 Benjamin Otteicontheme: Remove gtk_icon_get_base_size() and gtk_icon...
2020-02-04 Benjamin OtteRevert "Break out cairo color matrix recoloring to...
2020-02-04 Benjamin Otteicontheme: Remove crayon APIs
2020-02-04 Benjamin Otteicontheme: Remove gtk_icon_theme_rescan_if_needed()
2020-02-04 Benjamin Otteicontheme: Remove NO_SVG and FORCE_SVG flags
2020-02-04 Benjamin Otteicontheme: Remove GTK_ICON_LOOKUP_USE_BUILTIN
2020-02-04 Benjamin Otteicontheme: Make text direction a lookup argument
2020-02-04 Benjamin Otteicontheme: Remove async APIs
2020-02-04 Benjamin Otteicontheme: Remove gtk_icon_theme_get_default()
2020-02-04 Matthias Clasencss: Fix the initial values optimization
2020-02-04 Matthias ClasenMerge branch 'faster-theme-lookup' into 'master'
2020-02-04 Alexander Larssonicon-theme: Only have one copy of the icon flags enum
2020-02-03 Alexander LarssonGtkIconCache: Remove unused code
2020-02-03 Alexander LarssonIconTheme: Make icon lookups faster
2020-02-03 Alexander Larssonicon-cache: Add new function to list all the icons...
2020-02-03 Rico TzschichholzRemove last GtkWidgetPath reference
2020-02-03 Matthias ClasenMerge branch 'wip/muktupavels/update-documentation...
2020-02-02 Alberts Muktupāvelsdisplay-x11: don't mention gdk_monitor_is_primary in...
2020-02-02 Matthias Clasencss: Fix an oversight in style change computation
2020-02-02 Matthias ClasenMerge branch 'sigma' into 'master'
2020-02-01 Matthias ClasenMerge branch 'initial-style' into 'master'
2020-02-01 Matthias Clasenborder: Don't render initial borders
2020-02-01 Matthias Clasenbackground: Don't render initial backgrounds
2020-02-01 Matthias ClasenMake it easy to recognize initial style values
2020-01-31 Matthias Clasenmodelbutton: Update a11y states
2020-01-31 Matthias Clasenfilechooser: Remove debug spew
2020-01-31 Matthias ClasenBuild fix for GtkCssValues
2020-01-31 Jor TeronUpdate Karbi translation
2020-01-31 Daniel MustielesUpdated Spanish translation
2020-01-31 Matthias ClasenMerge branch 'meson-sassc-subproject' into 'master'
2020-01-30 Matthias ClasenMerge branch 'kill-primary-monitor-2' into 'master'
2020-01-30 Matthias ClasenRemove primary monitor api
2020-01-30 Christoph Reiterbuild: require sassc and drop generated .css files
2020-01-30 Alexander LarssonMerge branch 'icon-theme-rework' into 'master'
2020-01-30 Alexander Larssonicon-theme: Add icon theme name in profiler mark
2020-01-30 Alexander Larssonicon-theme: Avoid reentrancy issues while loading icon...
2020-01-30 Alexander LarssonGtkIconHelper: Preload icons for mapped widgets with...
2020-01-30 Alexander LarssonIconHelper: Only preload icons once
2020-01-30 Alexander Larssonicon-theme: Show which icon loads are threaded in profi...
2020-01-30 Alexander Larssonicon-theme: Add i/o priority to choose_icon_async()
2020-01-30 Alexander Larssonindentation: fix various alignment issues
2020-01-30 Alexander LarssonRemove final references to "icon info" with just "icon"
2020-01-30 Alexander Larssonicon-theme: Update the docs
2020-01-30 Alexander LarssonFix warnings in gdk gir build
2020-01-30 Alexander Larssonicon-theme: Remove trailing whitespaces
2020-01-30 Alexander Larssonicon-theme: Use GtkSnapshot, not GdkSnapshot
2020-01-30 Alexander Larssonicon-theme: Fix indentation of matrix values
2020-01-30 Alexander LarssonGtkImage: Preload icons during css validation
2020-01-30 Alexander Larssonicon-theme: Preload default icon themes in thread
2020-01-30 Alexander Larssonicon helper: Remove profiler mark
2020-01-30 Alexander Larssonicon-theme: Improve profiler mark for icon loads
2020-01-30 Alexander Larssonicon-theme: Only add theme load profiler mark if we...
2020-01-30 Alexander Larssonicon theme: Actually use scale in choose_icon_async()
2020-01-30 Alexander Larssonicon theme: Actually don't block in gtk_icon_theme_choo...
2020-01-30 Alexander Larssonicon-theme: Clean up locking
2020-01-30 Alexander Larssonicon-theme: Drop the _for_scale() versions and always...
2020-01-30 Alexander Larssonicon-theme: Rename GtkIconInfo to GtkIcon
2020-01-30 Alexander LarssonRename GtkIcon widget to GtkBuiltinIcon
2020-01-30 Matthias Clasenprofiler: Exit gracefully on SIGTERM
2020-01-30 Matthias Clasenbuilder: Add profiler marks for parsing
2020-01-30 Matthias Clasenbuilder: Use a better name for templates
2020-01-29 Alexander Larssonicon-theme: Drop all load() calls from GtkIconInfo
2020-01-29 Alexander Larssonicon-theme: Use gtk_icon_theme_choose_icon_async in...
2020-01-29 Alexander Larssonicon-theme: Drop loading_themes recursion check
2020-01-29 Alexander Larssonicon-theme: Add async icon loader
2020-01-29 Alexander Larssontests: Use gtk_icon_info_download_colored_texture inste...
2020-01-29 Alexander Larssonicon-theme: Add gtk_icon_info_download_colored_texture()
2020-01-29 Alexander LarssonBreak out cairo color matrix recoloring to gdk_cairo_im...
2020-01-29 Alexander Larssonicons: Convert use of load() to download_texture()
2020-01-29 Alexander Larssonicon theme: Add gtk_icon_info_download_texture() function
2020-01-29 Alexander LarssonAdd gtk_icon_info_snapshot_with_colors() and use instea...
2020-01-29 Alexander LarssonConvert trivial users of icon theme loading to use...
2020-01-29 Alexander LarssonGtkIconHelper use GtkIconInfo as paintable
2020-01-29 Alexander LarssonGtkIconInfo: Implement paintable
2020-01-29 Alexander Larssonicon theme: Make GtkIconInfo cached data threadsafe
2020-01-29 Alexander LarssonGtkIconTheme: Make the base GtkIconTheme threadsafe
2020-01-29 Piotr DrągUpdate POTFILES.skip
2020-01-29 Emmanuele BassiMerge branch 'wip/muktupavels/work-areas' into 'master'
2020-01-29 Matthias Clasenanimatedstyle: Fix the debug build
2020-01-29 Alberts Muktupāvelsx11: add support for _GTK_WORKAREAS_Dn
2020-01-29 Carlos GarnachoMerge branch 'gtk-4-im-wayland-controller-focus-in...
2020-01-29 Matthias ClasenMerge branch 'gdk-device-leak-fix' into 'master'
2020-01-29 Matthias ClasenMerge branch 'css-style-split-2' into 'master'
2020-01-29 Matthias ClasenMerge branch 'reset-with-click' into 'master'
2020-01-29 Matthias ClasenMerge branch 'robertroth/shortcuts-overlay-accel' into...
2020-01-29 Matthias ClasenUse style values directly
2020-01-29 Matthias ClasenCompute style change based on values structs
2020-01-29 Matthias Clasencss: Split styles into groups
2020-01-29 Matthias Clasenperformance test: Produce better numbers
next