[gtk+] (69 commits) Non-fast-forward update to branch wip/window-scales



The branch 'wip/window-scales' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 http://live.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  4386c59... add gdk_screen_ and gdk_window_get_scale_factor()
  c61214c... quartz: Implement get_scale_factor() on screen and window
  cf91dba... gtk: add gtk_widget_get_scale_factor()
  35f71b3... gdk: Add gdk_cairo_surface_create_similar
  d1caec9... Gtk: Use gdk_cairo_surface_create_similar
  5f3d3e3... pixel-cache: Refresh pixel cache on window scale factor cha
  5a1cc5b... configure: Add buildtime check for cairo_surface_set_device
  d35488d... gdkwindow: Respect cairo surfaces with device scale
  f43e521... offscreenwindow: Handle window_scale
  9d90950... wayland: Implement gdk_screen_get_monitor_scale()
  007a390... wayland: Require wayland-client 1.1.90
  e7ce28a... wayland: Support gdk_window_get_scale
  6f1676d... x11: Initial cut at supporting window scaling for X11
  c7ce203... Add GDK_DPI_SCALE env var
  01f04b8... gdk: add gdk_window_create_similar_image_surface
  6006236... gdk: Add gdk_cairo_pixbuf_to_surface
  48cb4d2... stylecontext: add gtk_render_icon_pattern
  c52a58a... Use gdk_cairo_pixbuf_to_surface when possible
  f0c2d44... GtkIconHelper: Add set_window()
  f4b9eee... GtkImage: Set the window on the gtkiconhelper
  e68b518... entry: Set the window on the icon helper
  5fae732... spinbutton: set the window on the icon helper
  d26aa96... CellRendererPixbuf: Set the window on the icon helper
  599870c... GtkIconHelper: render to cairo pattern rather than pixbuf f
  14e59e1... icontheme: Add support for high resolution icons
  d67701f... icon factory: Support scaled icons
  02655f3... icon helper: Support scaled icons
  112f8da... icon helper: support specifying pixbuf scale
  06b2e29... GtkIconTheme: Add helpers to load to cairo_pattern_t
  428e94c... GtkIconHelper: Add support for cairo_pattern_t
  66089f9... GtkImage: Add new_from_pattern() and set_from_pattern()
  76b9df2... GtkCellRendererPixbuf: Add pattern property
  98acbc1... File chooser: Convert icons to using cairo_pattern_t
  47fb9d8... Fix build with old cairo
  03bde76... GtkStyleContext: Add gtk_style_context_get/set_scale
  7c4af1e... GtkWidget: Propagate scale to GtkStyleContext
  4bfcdc8... css: Add a scale argument to css-value compute vfunc
  b20e8e4... CSS: Add -gtk-scaled(image1,image2,...) support for hidpi a
  ed55e06... gtk-demo: Add demo of hidpi css assets via -gtk-scaled()
  c61afdf... x11: Support the Gdk/WindowScalingFactor xsetting
  dfa93a6... GtkCssImageScaled: Ensure we compute the child when computi
  16daeb5... GtkWidget: Add scale-factor property
  c37478d... x11: Also change size on child windows when scale changes
  1c860f8... x11: Properly resize child native windows
  67b7595... x11: Also move child windows when scale changes
  a612037... widget: Track when the window scale factor changes and noti

Commits added to the branch:

  77831bf... Updated POTFILES.skip (*)
  e8147d1... Deprecate and ignore gtk-menu-images setting (*)
  7e3a494... Deprecate and ignore gtk-enable-mnemonics and gtk-auto-mnem (*)
  7cfa7e6... Mark gtk-color-palette as deprecated (*)
  2d79334... Deprecate and ignore gtk-can-change-accels (*)
  b2e666b... Deprecate and ignore the cursor blink settings (*)
  aa78c88... Deprecate and ignore gtk-fallback-icon-theme (*)
  e7b5be9... Deprecate and ignore gtk-scrolled-window-placement (*)
  7693619... Deprecate and ignore gtk-menu popup and popdown delay setti (*)
  b26c74e... Deprecate and ignore gtk-menu-bar-accel setting (*)
  b101d46... Deprecate and ignore gtk-keynav-cursor-only and gtk-keynav- (*)
  3e96625... Remove the rest of gtk-touchscreen-mode (*)
  e779e04... Deprecate and ignore gtk-icon-sizes setting (*)
  88177d8... Don't use a GtkIconSet to pick the logo image (*)
  aef9dca... Deprecate GtkIconFactory, GtkIconSet, GtkIconSource (*)
  8e69f87... Fixup some of the example widgets used in the docs (*)
  fbbcb5c... Disable primary paste by default (*)
  6e02876... Fix default value of scrolled window placement-set property (*)
  4eddc00... docs: Add GtkListBox functions to their section and fix lin (*)
  b39ce83... build: Fix make dist (*)
  f19c389... menushell: don't activate a menu entry when opening a big m (*)
  b5863f3... docs: Don't drop xml/gtkstock.xml (*)
  a02f2c4... Make ignored settings be set to false by default (*)
  d741b7b... Deprecate the gtk stock functions (*)
  b86588e... Deprecate GtkImageMenuItem (*)
  52d320e... add gdk_screen_ and gdk_window_get_scale_factor()
  7c34f62... quartz: Implement get_scale_factor() on screen and window
  5931818... gtk: add gtk_widget_get_scale_factor()
  6a98703... gdk: Add gdk_cairo_surface_create_similar
  bb7e833... Gtk: Use gdk_cairo_surface_create_similar
  d7abaae... pixel-cache: Refresh pixel cache on window scale factor cha
  a95578e... configure: Add buildtime check for cairo_surface_set_device
  78b774c... gdkwindow: Respect cairo surfaces with device scale
  26722dc... offscreenwindow: Handle window_scale
  790f0ce... wayland: Implement gdk_screen_get_monitor_scale()
  25e9052... wayland: Require wayland-client 1.1.90
  42342d7... wayland: Support gdk_window_get_scale
  a15998d... x11: Initial cut at supporting window scaling for X11
  04e4814... Add GDK_DPI_SCALE env var
  e1ed8b5... gdk: add gdk_window_create_similar_image_surface
  d9abadb... gdk: Add gdk_cairo_pixbuf_to_surface
  a543702... stylecontext: add gtk_render_icon_pattern
  c64b269... Use gdk_cairo_pixbuf_to_surface when possible
  a6e4f5f... GtkIconHelper: Add set_window()
  c3807bb... GtkImage: Set the window on the gtkiconhelper
  338f959... entry: Set the window on the icon helper
  b85c053... spinbutton: set the window on the icon helper
  98481e9... CellRendererPixbuf: Set the window on the icon helper
  afb8f61... GtkIconHelper: render to cairo pattern rather than pixbuf f
  a5698f6... icontheme: Add support for high resolution icons
  c00611c... icon factory: Support scaled icons
  721c384... icon helper: Support scaled icons
  a5411cb... icon helper: support specifying pixbuf scale
  d5f56fc... GtkIconTheme: Add helpers to load to cairo_pattern_t
  3d20415... GtkIconHelper: Add support for cairo_pattern_t
  b5a5bd0... GtkImage: Add new_from_pattern() and set_from_pattern()
  bcde0f3... GtkCellRendererPixbuf: Add pattern property
  bdc3343... File chooser: Convert icons to using cairo_pattern_t
  d36bc52... GtkStyleContext: Add gtk_style_context_get/set_scale
  339d4ef... GtkWidget: Propagate scale to GtkStyleContext
  0f83761... css: Add a scale argument to css-value compute vfunc
  dbcfc1f... CSS: Add -gtk-scaled(image1,image2,...) support for hidpi a
  c3cf2df... gtk-demo: Add demo of hidpi css assets via -gtk-scaled()
  681a6ad... x11: Support the Gdk/WindowScalingFactor xsetting
  cdabe7d... GtkCssImageScaled: Ensure we compute the child when computi
  8e89015... GtkWidget: Add scale-factor property
  a0fb6c8... x11: Properly resize child native windows
  536a667... x11: Also change size & pos on child windows when scale cha
  4e45126... widget: Track when the window scale factor changes and noti

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]