[gtk+] (84 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:

  a5b22ab... add gdk_screen_ and gdk_window_get_scale_factor()
  ad7a1f0... quartz: Implement get_scale_factor() on screen and window
  66492f1... gtk: add gtk_widget_get_scale_factor()
  557e2e8... gdk: Add gdk_cairo_surface_create_similar
  dd46e02... Gtk: Use gdk_cairo_surface_create_similar
  c208d0b... pixel-cache: Refresh pixel cache on window scale factor cha
  950bde3... configure: Add buildtime check for cairo_surface_set_device
  c2de32d... gdkwindow: Respect cairo surfaces with device scale
  149b8dc... offscreenwindow: Handle window_scale
  506e6a9... wayland: Implement gdk_screen_get_monitor_scale()
  115ff79... wayland: Require wayland-client 1.1.90
  92959a9... wayland: Support gdk_window_get_scale
  59d2316... x11: Initial cut at supporting window scaling for X11
  18dab19... Add GDK_DPI_SCALE env var
  601e198... icontheme: Add support for high resolution icons

Commits added to the branch:

  bbe3554... quartz: update the keymap only if the input method changed (*)
  e5e17cf... quartz: remove check for keymap changes from update_keymap( (*)
  555e0a7... filechooser: Fix misleading documentation for gtk_file_choo (*)
  08d49fd... Fix gtk_text_iter_forward_to_tag_toggle() for end iter (*)
  a37a72b... GtkFileChooser: Missing hour on today's files for it&hu loc (*)
  5c61e45... treeview: Remove duplicate function (*)
  8623d73... filechooser: Actually return a value (*)
  53a85c4... testsuite: Don't use deprecated functions (*)
  c27ddc6... GtkEntry: ellipsize placeholder text (*)
  1b3f9df... Remove rest of gtk-show-input-method-menu and gtk-show-unic (*)
  8d47410... filechooser: In testfilechooser, be strict about the --acti (*)
  c4a9bb6... a11y: Include testdata in EXTRA_DIST (*)
  7c17cba... 3.9.6 (*)
  ba88f7c... Bump version (*)
  9162589... GtkFileChooserEntry: don't inline-complete if the entry doe (*)
  32e75ad... GtkFileChooserButton: Also emit 'file-set' when changing th (*)
  1107935... GMenuModel -> GtkMenu binding: show submenu items (*)
  6eea6dd... Optimize gdk_x11_screen_supports_net_wm_hint() (*)
  4c526e6... tests: Ignore deprecations (*)
  2a4c7ea... Fix gtk3-demo MSVC Project (*)
  064d88b... Remove ancient changelogs (*)
  99fa59c... Add missing allow-none annotations (*)
  ea4e88d... textiter: bug fix in forward_search() and backward_search() (*)
  f54e37a... treeview: Actually remove presize handler when we presize (*)
  2008148... treeview: Reorder code (*)
  830691b... treeview: Ensure we first validate the visible area when va (*)
  29f9305... Don't use stock APIs in the widget factory (*)
  75a9b91... Don't use stock APIs in the bloatpad example (*)
  708dd8c... Remove usage of stock APIs in demo (*)
  d498e9b... GtkMenuTracker: fix leak when creating submenus (*)
  c79a21e... menu model: set separator label conditionally (*)
  fc71cbe... Remove most of the stock API usage from the tests (*)
  3224e72... Don't use stock APIs in the testsuite (*)
  2b571f4... Remove more discontinued ChangeLogs (*)
  02c793f... Start migrating internals away from GtkStock (*)
  c40155c... gdkwindow: Don't recurse into clipped children when updatin (*)
  67d1183... Document GtkTextSearchFlags (*)
  6e22c4c... Fix some regressions from stock migration (*)
  9942191... Adjust the a11y testsuite to match expected output (*)
  0091fc3... Make the testsuite happy that get gets the default value (*)
  424e1d0... Start deprecating some GtkStock API (*)
  d7260d4... Fix a couple documentation warnings (*)
  5fa0da4... window: Make process_updates faster (*)
  65c3162... Deprecate and ignore gtk-button-images setting (*)
  5b7b86c... Revert "Remove the show-unicode-menu and show-input-method- (*)
  7bd7bce... settings Deprecate properties (*)
  a35102a... gtk-demo: Remove unused variable (*)
  7e69eb8... gtk-demo: Fix compile warnings (*)
  14c78ed... testsuite: Ignore deprecation warnings (*)
  427d419... tests: Ignore deprecation warnings (*)
  bfe87c4... wayland: Add missing symbol export (*)
  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

(*) 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]