summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-03gdk: Convert mouse position to doubles, add new getterswip/window-scalesAlexander Larsson23-247/+381
2013-07-03win32: Remove unused functionsAlexander Larsson2-38/+0
2013-07-03quartz: Remove unused functionsAlexander Larsson1-101/+1
2013-07-02gtk: Use cairo surfaces rather than patterns for iconsAlexander Larsson14-348/+239
2013-07-02filechooser: Fix missing surface to pattern conversion from last commitAlexander Larsson1-1/+8
2013-07-02filesystem: Render to surfaces instead of patternsAlexander Larsson4-55/+101
2013-07-02GtkIconTheme: load_pattern -> load_surfaceAlexander Larsson5-48/+67
2013-07-02gdk: Add scale to gdk_cairo_surface_create_from_pixbufAlexander Larsson9-13/+16
2013-07-02gdk: gdk_cairo_pixbuf_to_surface -> gdk_cairo_surface_create_from_pixbufAlexander Larsson9-12/+12
2013-07-02Revert "gdk: Add gdk_cairo_surface_create_similar"Alexander Larsson3-48/+1
2013-07-02Revert "Gtk: Use gdk_cairo_surface_create_similar"Alexander Larsson3-7/+7
2013-07-02widget: Add missing AVAILIBLE_INAlexander Larsson1-0/+1
2013-07-01x11: Don't follow dpi and scale from xsettings when GDK_SCALE setAlexander Larsson4-8/+17
2013-07-01quartz: Fix the build for the scale_factor changesAlexander Larsson2-3/+3
2013-06-28x11: Add Gdk/UnscaledDPI to override Xft/DPIAlexander Larsson2-1/+15
2013-06-28x11: Remove leftover debug spewAlexander Larsson1-1/+0
2013-06-28widget: Track when the window scale factor changes and notifyAlexander Larsson3-1/+52
2013-06-28x11: Also change size & pos on child windows when scale changesAlexander Larsson1-19/+56
2013-06-28x11: Properly resize child native windowsAlexander Larsson1-1/+2
2013-06-28GtkWidget: Add scale-factor propertyAlexander Larsson1-1/+24
2013-06-28GtkCssImageScaled: Ensure we compute the child when computing the imageAlexander Larsson1-3/+14
2013-06-28x11: Support the Gdk/WindowScalingFactor xsettingAlexander Larsson6-5/+84
2013-06-28gtk-demo: Add demo of hidpi css assets via -gtk-scaled()Alexander Larsson6-2/+5
2013-06-28CSS: Add -gtk-scaled(image1,image2,...) support for hidpi assetsAlexander Larsson4-0/+253
2013-06-28css: Add a scale argument to css-value compute vfuncAlexander Larsson33-24/+70
2013-06-28GtkWidget: Propagate scale to GtkStyleContextAlexander Larsson1-0/+3
2013-06-28GtkStyleContext: Add gtk_style_context_get/set_scaleAlexander Larsson2-0/+49
2013-06-28File chooser: Convert icons to using cairo_pattern_tAlexander Larsson7-130/+169
2013-06-28GtkCellRendererPixbuf: Add pattern propertyAlexander Larsson1-0/+19
2013-06-28GtkImage: Add new_from_pattern() and set_from_pattern()Alexander Larsson2-0/+82
2013-06-28GtkIconHelper: Add support for cairo_pattern_tAlexander Larsson2-4/+117
2013-06-28GtkIconTheme: Add helpers to load to cairo_pattern_tAlexander Larsson2-0/+132
2013-06-28icon helper: support specifying pixbuf scaleAlexander Larsson2-18/+58
2013-06-28icon helper: Support scaled iconsAlexander Larsson1-33/+153
2013-06-28icon factory: Support scaled iconsAlexander Larsson2-43/+125
2013-06-28icontheme: Add support for high resolution iconsCarlos Garnacho2-114/+387
2013-06-28GtkIconHelper: render to cairo pattern rather than pixbuf for drawingAlexander Larsson1-6/+186
2013-06-28CellRendererPixbuf: Set the window on the icon helperAlexander Larsson1-0/+2
2013-06-28spinbutton: set the window on the icon helperAlexander Larsson1-0/+1
2013-06-28entry: Set the window on the icon helperAlexander Larsson1-0/+6
2013-06-28GtkImage: Set the window on the gtkiconhelperAlexander Larsson1-0/+18
2013-06-28GtkIconHelper: Add set_window()Alexander Larsson2-0/+16
2013-06-28Use gdk_cairo_pixbuf_to_surface when possibleAlexander Larsson3-29/+4
2013-06-28stylecontext: add gtk_render_icon_patternAlexander Larsson4-1/+75
2013-06-28gdk: Add gdk_cairo_pixbuf_to_surfaceAlexander Larsson2-23/+45
2013-06-28gdk: add gdk_window_create_similar_image_surfaceAlexander Larsson2-0/+75
2013-06-28Add GDK_DPI_SCALE env varAlexander Larsson1-0/+10
2013-06-28x11: Initial cut at supporting window scaling for X11Alexander Larsson13-188/+363
2013-06-28wayland: Support gdk_window_get_scaleAlexander Larsson1-10/+86
2013-06-28wayland: Require wayland-client 1.1.90Alexander Larsson1-1/+1