[gtk] (59 commits) Non-fast-forward update to branch present-toplevel-2



The branch 'present-toplevel-2' 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:

  373fb39... Introduce GdkToplevelLayout
  85aebbf... Introduce GdkToplevel
  9862dbb... window: Use GdkToplevel
  4ca90b6... gtk: use toplevel state getter
  461128b... x11: Stop using gdk_surface_get_state
  fc7ef0b... a11y: Stop using gdk_surface_get_state
  32ec966... demo: stop using gdk_surface_get_state
  c01ee6b... testgtk: Stop using gdk_surface_get_state
  da00759... wayland: Stop using gdk_surface_set_title
  d8da569... testgtk: Stop using gdk_surface_set_icon_name
  408c273... tests: Stop using gdk_surface_fullscreen
  48d72a5... testgtk: Stop setting decorations and functions
  366bd62... docs: Stop using gdk_surface_get_decorations
  3848d42... surface: Drop redundant toplevel api
  7422bd7... Add a GdkDragSurface interface
  dda6e2f... gtkdragicon: Use drag surface api
  2141c5d... Drop gdk_surface_show and gdk_surface_resize
  8905c68... widget: Stop using gdk_surface_set_opacity
  4ac1531... x11: Stop using gdk_surface_set_opacity
  0397cb3... Drop gdk_surface_set_opacity
  adf255e... wayland: Implement GdkPopup, GdkToplevel and GdkDragSurface
  a73f292... x11: Implement GdkPopup, GdkToplevel and GdkDragSurface
  1a0cdae... broadway: Implement GdkPopup, GdkToplevel and GdkDragSurfac
  e982f4b... broadway: coding style fixes
  8da00c4... x11: Only use state of toplevels
  ac29fbb... surface: Don't implement subtypes in the frontend
  d28e170... surface: Stop using surface types
  850cc4e... wayland: Stop using surface types
  b35982a... x11: Stop using gdk_surface_get_surface_type
  74842fb... broadway: Stop using surface type
  5dd0390... x11: Stop using surface-type
  86705fd... wayland: Stop using surface-type
  bd7a609... gdk: Drop surface-type
  f6ca40e... x11: Stop using gdk_surface_show
  045e981... wayland: Drop dead code
  2c73c22... broadway: Stop using gdk_surface_show
  409f35a... win32: Stop using gdk_surface_show
  688b6ff... surface: Drop gdk_surface_show
  bec6490... broadway: Drop some unused vuncs
  5bbd012... x11: Drop some unused vfuncs
  b705b62... wayland: Drop some unused vfuncs
  5546a98... win32: Drop some unused vfuncs
  28e2083... quartz: Drop unused vfuncs
  a7865d1... surface: Drop unused vfuncs
  9ef2f3b... Move edge-constraints to GdkToplevel
  19acad7... Move fullscreen-mode to GdkToplevel
  cf35087... Drop mwm hints from api
  6e83500... Drop root coordinates from _gdk_device_query_state
  3065e2c... popup: require GdkSurface
  3c9fb79... toplevel: require GdkSurface
  330b4fc... surface: document gdk_surface_translate_coordinates
  ea01a66... Fix up gdk docs
  503f006... win32: implement subtypes
  284ad47... win32: Define GdkWMDecoration
  848e47e... win32: Fix up query_state
  7c51abc... win32: misc fixes
  771df9a... win32: more surface getter fixes
  5cd38eb... more win32 build fixes
  2dab4fd... more win32 build fixes

Commits added to the branch:

  c0c3870... Introduce GdkToplevelLayout
  dfbde3d... Introduce GdkToplevel
  9266881... window: Use GdkToplevel
  6edff8c... gtk: use toplevel state getter
  f78f865... x11: Stop using gdk_surface_get_state
  f90c0cc... a11y: Stop using gdk_surface_get_state
  703d696... demo: stop using gdk_surface_get_state
  8e0ad72... testgtk: Stop using gdk_surface_get_state
  f7aec64... wayland: Stop using gdk_surface_set_title
  8ea8080... testgtk: Stop using gdk_surface_set_icon_name
  496bd57... tests: Stop using gdk_surface_fullscreen
  a79b6fb... testgtk: Stop setting decorations and functions
  c67d426... docs: Stop using gdk_surface_get_decorations
  3a4e647... surface: Drop redundant toplevel api
  b25be8a... Add a GdkDragSurface interface
  ceefe34... gtkdragicon: Use drag surface api
  d6be419... Drop gdk_surface_show and gdk_surface_resize
  412a593... widget: Stop using gdk_surface_set_opacity
  fafddde... x11: Stop using gdk_surface_set_opacity
  b3cabe6... Drop gdk_surface_set_opacity
  cd773e7... wayland: Implement GdkPopup, GdkToplevel and GdkDragSurface
  bf08bf6... x11: Implement GdkPopup, GdkToplevel and GdkDragSurface
  2ffcff3... broadway: Implement GdkPopup, GdkToplevel and GdkDragSurfac
  ca544c5... broadway: coding style fixes
  bdcee23... x11: Only use state of toplevels
  60c9f1c... surface: Don't implement subtypes in the frontend
  27ce083... surface: Stop using surface types
  c2d70ba... wayland: Stop using surface types
  d4bbf34... x11: Stop using gdk_surface_get_surface_type
  7b2646a... broadway: Stop using surface type
  228cf32... x11: Stop using surface-type
  9f021fc... wayland: Stop using surface-type
  6df6446... gdk: Drop surface-type
  0ebb23a... x11: Stop using gdk_surface_show
  cfc2a60... wayland: Drop dead code
  f885104... broadway: Stop using gdk_surface_show
  108d9ae... win32: Stop using gdk_surface_show
  a64a01f... surface: Drop gdk_surface_show
  51ed61b... broadway: Drop some unused vuncs
  dcc167f... x11: Drop some unused vfuncs
  adb86d5... wayland: Drop some unused vfuncs
  c63c236... win32: Drop some unused vfuncs
  0a6810c... quartz: Drop unused vfuncs
  f188f55... surface: Drop unused vfuncs
  9abfd0e... Move edge-constraints to GdkToplevel
  6ab7a0d... Move fullscreen-mode to GdkToplevel
  d062b72... Drop mwm hints from api
  3246099... Drop root coordinates from _gdk_device_query_state
  d6aa5da... popup: require GdkSurface
  5f71724... toplevel: require GdkSurface
  3b0d67e... surface: document gdk_surface_translate_coordinates
  d26cc52... Fix up gdk docs
  bc6ab2b... win32: implement subtypes
  757b990... win32: Define GdkWMDecoration
  ba6b555... win32: Fix up query_state
  3623691... win32: misc fixes
  6078202... win32: more surface getter fixes
  96af778... more win32 build fixes
  e195106... more win32 build fixes


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