[gtk+] (74 commits) Non-fast-forward update to branch wip/garnacho/gdkseat



The branch 'wip/garnacho/gdkseat' 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:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  df68d05... gdk: Add GdkSeat
  a22851e... gdk: Add GdkSeatDefault
  cd91463... GdkDevice: Add GdkSeat property and getter
  e510964... GdkDisplay: Add GdkSeat getters
  9e559ef... GdkEvent: Add GdkSeat getter and internal setter
  6dad082... x11: Use GdkSeatDefault to implement GdkSeat
  1cb7181... GtkButton: Use gdk_seat_grab()
  417897a... GtkCellRendererAccel: Use gdk_seat_grab()
  cccc8ae... GtkMenu: Use gdk_seat_grab()
  268e530... GtkComboBox: Use gdk_seat_grab()
  f10fd20... GtkEntryCompletion: Use gdk_seat_grab()
  2054ad2... GtkNotebook: Use gdk_seat_grab()
  703d69c... GtkTreeView: Use gdk_seat_grab()
  1593bf2... wayland: Add GdkSeat implementation
  ff2f103... GdkDisplay: Add ::seat-added/removed signals
  67634bd... wayland: Make gdk_wayland_device_get_focus() work on touch
  3b72d29... gdk: Manage GDK_TOUCH_CANCEL events on gdk_windowing_got_ev
  5e829f6... wayland: Unset "pointer emulating" touch on wl_touch.cancel
  b684844... wayland: Emit cancelled on touchpoint used on window draggi
  e5598e8... gdk: Deprecate GdkDeviceManager and gdk_device_grab/ungrab(
  0fc5a3e... wayland: Replace deprecated functions
  fc771c7... wayland: Improve creation of windowing surface roles

Commits added to the branch:

  ee6e685... iconhelper: Pass only the CssStyle when loading icons (*)
  88a490f... iconfactory: Move private functions into private header (*)
  cf77c16... iconhelper: Pass only the CssStyle when loading iconsets (*)
  6afeab4... iconhelper: Remove unused GtkStyleContext parameters (*)
  0138742... iconhelper: Pass only the CssStyle when loading pixbufs (*)
  866e7dc... cellrendererpixbuf: Create iconhelper on-demand (*)
  ee5758a... statusicon: Port from iconhelper to imagedefinition (*)
  c9d1a45... iconhelper: Require a widget as construction argument (*)
  e95e2d5... iconhelper: Get rid of _gtk_icon_helper_set_window() (*)
  ccfc4d3... iconhelper: Remove the context argument (*)
  861ac8e... iconhelper_ Don't use deprecated functions (*)
  07506a9... Adwaita: fix popover styling (*)
  f51dfb7... Adwaita: some more color tweaks and sass simplification (*)
  d266151... Adwaita: another try at color tweakings... (*)
  191b9d8... Adwaita: make menu bg color the same as popovers (*)
  5f45878... statusicon: plug memory leak (*)
  67125ae... placesview: implement available space (*)
  ae48784... gtkstack: remove needless queue_resize (*)
  8884e82... placesviewrow: remove unneeded functions (*)
  5618333... wayland: Implement DND icon hotspot API (*)
  c418ca4... Add a dnd testcase (*)
  a8a33b7... Add a drag-end callback (*)
  d4654dd... file chooser: Store size more frequently (*)
  fb93798... file chooser: Also apply the settings (*)
  bb16ba7... Adwaita: menu color change on the dark variant only (*)
  0ad259a... inspector: Hide request mode for non-widgets (*)
  971a277... cssnode: Change style-changed signal (*)
  2c61316... cssnode: Catch case where a style didn't change (*)
  776f034... cellrendererpixbuf: Don't set icon size for pixbufs (*)
  c02f68f... GtkFlowBox: Fix copy/paste mistake in docs (*)
  c3fd1b3... GtkFlowBox: Add missing nullable annotation (*)
  c219bdb... Gestures: Add some nullable annotations (*)
  5cbbc62... widget: Pass a GtkCssStyleChange instead of a bitmask (*)
  4914598... Updated Portuguese translation (*)
  ee8d484... Updated Spanish translation (*)
  b22a07e... Updated Spanish translation (*)
  eb97ef0... cssnode: Set new style if it's animated (*)
  268c7a3... gdk: Allow passing the start coordinates in drag_begin (*)
  a24bbcb... dnd: Pass start coordinates when creating the drag context (*)
  ed89e5f... x11: Store drag start coordinates (*)
  c590b83... gdk: Add gdk_drag_drop_done (*)
  23b2b49... x11: Implement drag cancel animation (*)
  95f6481... dnd: Stop doing cancel animation in GTK+ (*)
  934941d... testdnd2: Add some verbosity (*)
  a22c1ec... dnd: Cleanups (*)
  3d537b0... Updated POTFILES.in (*)
  0bfd012... Updated Slovak translation (*)
  306ee6d... wayland: recursively search for the settings schema. (*)
  1f1393f... gdk: Add GdkSeat
  f91422b... gdk: Add GdkSeatDefault
  0c1e5c0... GdkDevice: Add GdkSeat property and getter
  8177376... GdkDisplay: Add GdkSeat getters
  b18d55a... GdkEvent: Add GdkSeat getter and internal setter
  6bd8894... x11: Use gdk_event_set_device() consistently
  1033857... x11: Use GdkSeatDefault to implement GdkSeat
  b9c0c8b... GtkButton: Use gdk_seat_grab()
  b140853... GtkCellRendererAccel: Use gdk_seat_grab()
  2e632d1... GtkMenu: Use gdk_seat_grab()
  17e1e19... GtkComboBox: Use gdk_seat_grab()
  b4c8bb9... GtkEntryCompletion: Use gdk_seat_grab()
  52e8694... GtkNotebook: Use gdk_seat_grab()
  abe19c2... GtkTreeView: Use gdk_seat_grab()
  4d6037d... wayland: Add GdkSeat implementation
  1f77217... GdkDisplay: Add ::seat-added/removed signals
  b024a19... wayland: Make gdk_wayland_device_get_focus() work on touch
  93974e4... gdk: Manage GDK_TOUCH_CANCEL events on gdk_windowing_got_ev
  2214ff4... wayland: Unset "pointer emulating" touch on wl_touch.cancel
  731d506... wayland: Emit cancelled on touchpoint used on window draggi
  dd8b5f4... gdk: Deprecate GdkDeviceManager and gdk_device_grab/ungrab(
  3e91cbc... wayland: Replace deprecated functions
  3c7b5df... wayland: Improve creation of windowing surface roles
  09d7429... broadway: Use GdkSeatDefault to Implement GdkSeat
  345daf0... quartz: Use GdkSeatDefault to implement GdkSeat
  2918788... win32: Use GdkSeatDefault to implement GdkSeat

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