summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdk: Convert mouse position to doubles, add new getterswip/window-scalesAlexander Larsson2013-07-0323-247/+381
* win32: Remove unused functionsAlexander Larsson2013-07-032-38/+0
* quartz: Remove unused functionsAlexander Larsson2013-07-031-101/+1
* 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-029-13/+16
* gdk: gdk_cairo_pixbuf_to_surface -> gdk_cairo_surface_create_from_pixbufAlexander Larsson2013-07-029-12/+12
* Revert "gdk: Add gdk_cairo_surface_create_similar"Alexander Larsson2013-07-023-48/+1
* Revert "Gtk: Use gdk_cairo_surface_create_similar"Alexander Larsson2013-07-023-7/+7
* widget: Add missing AVAILIBLE_INAlexander Larsson2013-07-021-0/+1
* x11: Don't follow dpi and scale from xsettings when GDK_SCALE setAlexander Larsson2013-07-014-8/+17
* quartz: Fix the build for the scale_factor changesAlexander Larsson2013-07-012-3/+3
* x11: Add Gdk/UnscaledDPI to override Xft/DPIAlexander Larsson2013-06-282-1/+15
* x11: Remove leftover debug spewAlexander Larsson2013-06-281-1/+0
* widget: Track when the window scale factor changes and notifyAlexander Larsson2013-06-283-1/+52
* x11: Also change size & pos on child windows when scale changesAlexander Larsson2013-06-281-19/+56
* x11: Properly resize child native windowsAlexander Larsson2013-06-281-1/+2
* 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
* x11: Support the Gdk/WindowScalingFactor xsettingAlexander Larsson2013-06-286-5/+84
* gtk-demo: Add demo of hidpi css assets via -gtk-scaled()Alexander Larsson2013-06-286-2/+5
* 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
* gdk: Add gdk_cairo_pixbuf_to_surfaceAlexander Larsson2013-06-282-23/+45
* gdk: add gdk_window_create_similar_image_surfaceAlexander Larsson2013-06-282-0/+75
* Add GDK_DPI_SCALE env varAlexander Larsson2013-06-281-0/+10
* x11: Initial cut at supporting window scaling for X11Alexander Larsson2013-06-2813-188/+363
* wayland: Support gdk_window_get_scaleAlexander Larsson2013-06-281-10/+86
* wayland: Require wayland-client 1.1.90Alexander Larsson2013-06-281-1/+1