summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtk: Use cairo surfaces rather than patterns for iconsAlexander Larsson2013-07-0214-348/+239
* filechooser: Fix missing surface to pattern conversion from last commitAlexander Larsson2013-07-021-1/+8
* filesystem: Render to surfaces instead of patternsAlexander Larsson2013-07-024-55/+101
* GtkIconTheme: load_pattern -> load_surfaceAlexander Larsson2013-07-025-48/+67
* gdk: Add scale to gdk_cairo_surface_create_from_pixbufAlexander Larsson2013-07-027-9/+9
* gdk: gdk_cairo_pixbuf_to_surface -> gdk_cairo_surface_create_from_pixbufAlexander Larsson2013-07-027-8/+8
* Revert "Gtk: Use gdk_cairo_surface_create_similar"Alexander Larsson2013-07-023-7/+7
* widget: Add missing AVAILIBLE_INAlexander Larsson2013-07-021-0/+1
* widget: Track when the window scale factor changes and notifyAlexander Larsson2013-06-283-1/+52
* GtkWidget: Add scale-factor propertyAlexander Larsson2013-06-281-1/+24
* GtkCssImageScaled: Ensure we compute the child when computing the imageAlexander Larsson2013-06-281-3/+14
* CSS: Add -gtk-scaled(image1,image2,...) support for hidpi assetsAlexander Larsson2013-06-284-0/+253
* css: Add a scale argument to css-value compute vfuncAlexander Larsson2013-06-2833-24/+70
* GtkWidget: Propagate scale to GtkStyleContextAlexander Larsson2013-06-281-0/+3
* GtkStyleContext: Add gtk_style_context_get/set_scaleAlexander Larsson2013-06-282-0/+49
* File chooser: Convert icons to using cairo_pattern_tAlexander Larsson2013-06-287-130/+169
* GtkCellRendererPixbuf: Add pattern propertyAlexander Larsson2013-06-281-0/+19
* GtkImage: Add new_from_pattern() and set_from_pattern()Alexander Larsson2013-06-282-0/+82
* GtkIconHelper: Add support for cairo_pattern_tAlexander Larsson2013-06-282-4/+117
* GtkIconTheme: Add helpers to load to cairo_pattern_tAlexander Larsson2013-06-282-0/+132
* icon helper: support specifying pixbuf scaleAlexander Larsson2013-06-282-18/+58
* icon helper: Support scaled iconsAlexander Larsson2013-06-281-33/+153
* icon factory: Support scaled iconsAlexander Larsson2013-06-282-43/+125
* icontheme: Add support for high resolution iconsCarlos Garnacho2013-06-282-114/+387
* GtkIconHelper: render to cairo pattern rather than pixbuf for drawingAlexander Larsson2013-06-281-6/+186
* CellRendererPixbuf: Set the window on the icon helperAlexander Larsson2013-06-281-0/+2
* spinbutton: set the window on the icon helperAlexander Larsson2013-06-281-0/+1
* entry: Set the window on the icon helperAlexander Larsson2013-06-281-0/+6
* GtkImage: Set the window on the gtkiconhelperAlexander Larsson2013-06-281-0/+18
* GtkIconHelper: Add set_window()Alexander Larsson2013-06-282-0/+16
* Use gdk_cairo_pixbuf_to_surface when possibleAlexander Larsson2013-06-283-29/+4
* stylecontext: add gtk_render_icon_patternAlexander Larsson2013-06-284-1/+75
* Add GDK_DPI_SCALE env varAlexander Larsson2013-06-281-0/+10
* pixel-cache: Refresh pixel cache on window scale factor changes.Alexander Larsson2013-06-281-1/+4
* Gtk: Use gdk_cairo_surface_create_similarAlexander Larsson2013-06-283-7/+7
* gtk: add gtk_widget_get_scale_factor()Michael Natterer2013-06-282-0/+21
* Deprecate GtkImageMenuItemWilliam Jon McCann2013-06-278-17/+57
* Deprecate the gtk stock functionsWilliam Jon McCann2013-06-279-21/+69
* Make ignored settings be set to false by defaultWilliam Jon McCann2013-06-271-2/+2
* menushell: don't activate a menu entry when opening a big menuEmilio Pozuelo Monfort2013-06-271-0/+12
* docs: Add GtkListBox functions to their section and fix linksEmanuele Aina2013-06-271-3/+3
* Fix default value of scrolled window placement-set propertyWilliam Jon McCann2013-06-261-1/+1
* Disable primary paste by defaultWilliam Jon McCann2013-06-261-1/+1
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-2619-138/+257
* Don't use a GtkIconSet to pick the logo imageWilliam Jon McCann2013-06-261-24/+2
* Deprecate and ignore gtk-icon-sizes settingWilliam Jon McCann2013-06-265-251/+17
* Deprecate and ignore gtk-keynav-cursor-only and gtk-keynav-wrap-aroundWilliam Jon McCann2013-06-266-110/+14
* Deprecate and ignore gtk-menu-bar-accel settingWilliam Jon McCann2013-06-262-38/+26
* Deprecate and ignore gtk-menu popup and popdown delay settingsWilliam Jon McCann2013-06-265-47/+37
* Deprecate and ignore gtk-scrolled-window-placementWilliam Jon McCann2013-06-262-148/+37