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

  95f4dad... Introduce GdkToplevel
  7a3bc65... update to new toplevellayout api
  a8eca9a... window: Use GdkToplevel
  a60c0c0... Drop redundant toplevel api
  13dd89e... toplevel: add state property
  96df318... surface: implement toplevel state getter
  b7f8b7a... gtk: use toplevel state getter
  2b11afb... x11: Stop using gdk_surface_get_state
  1c00c46... a11y: Stop using gdk_surface_get_state
  595bfab... demo: stop using gdk_surface_get_state
  7b72f00... testgtk: Stop using gdk_surface_get_state
  a59c805... Drop gdk_surface_get_state
  db8127e... toplevel: Add title, startup-id, transient-for, icon-list
  541f34c... surface: Implement more toplevel interface
  22b5ae8... x11: Stop using gdk_surface_set_title
  da4b28d... wayland: Stop using gdk_surface_set_title
  03ee663... testgtk: Stop using gdk_surface_set_icon_name
  8e9a155... window: Use GdkToplevel for more things
  7378cb2... surface: Drop more toplevel api
  df21774... tests: Stop using gdk_surface_fullscreen
  b2c6c81... surface: Drop fullscreen api
  63a350e... toplevel: Add gdk_toplevel_show_window_menu
  4b17d7f... surface: Implement new toplevel api
  e601128... window: Use toplevel api to show window menu
  4eab81d... surface: Drop window menu api
  3a24444... Rename gdk_surface_input_shape_combine_region
  f4940ae... Add toplevel properties for sticky, above and below
  0925cb6... window: Use new toplevel api
  ad7aa96... Drop surface api for stick, above, below
  3ec3b4a... fixup: show window menu
  f295b2a... toplevel: Add minimize
  cd691bd... Implement new toplevel api
  59a356d... window: Use toplevel minimize api
  3654893... Drop surface minimize api
  588bc4d... toplevel: Add focus
  589b914... implement new toplevel api
  08d912f... window: Use toplevel api for focus
  cdd660e... surface: Drop focus api
  ef63dfe... toplevel: add focus properties
  5a443ed... surface: Implement focus properties
  3da73f1... window: Use toplevel focus properties
  7457d43... surface: Drop focus api
  d53e2ae... toplevel: Add lower api
  4989a68... surface: Implement toplevel lower api
  9b001f0... window: Use new toplevel api to lower
  3e41c31... toplevel: Add wm properties
  8a3cf48... surface: Implement toplevel wm properties
  8fed4a2... window: Use toplevel api for decorations and functions
  e4633dd... testgtk: Stop setting decorations and functions
  1f9d084... docs: Stop using gdk_surface_get_decorations
  1c589e6... surface: Drop wm hint apis
  e12340e... Add a GdkDragSurface interface
  9d344e5... surface: Implement GdkDragSurface
  f18d1b2... gtkdragicon: Use drag surface api
  05d587f... Drop gdk_surface_show and gdk_surface_resize
  5bc0391... widget: Stop using gdk_surface_set_opacity
  a05937e... x11: Stop using gdk_surface_set_opacity
  2916f96... Drop gdk_surface_set_opacity

Commits added to the branch:

  8006eb2... Introduce GdkToplevel
  a351401... window: Use GdkToplevel
  68ec7f2... fixup: window - don't resize on titlebar click
  4899ceb... Drop redundant toplevel api
  6256e94... toplevel: add state property
  db8c141... surface: implement toplevel state getter
  9704f0d... gtk: use toplevel state getter
  2234893... x11: Stop using gdk_surface_get_state
  828876a... a11y: Stop using gdk_surface_get_state
  524ad66... demo: stop using gdk_surface_get_state
  af2a736... testgtk: Stop using gdk_surface_get_state
  20e4aa3... Drop gdk_surface_get_state
  324bd63... toplevel: Add title, startup-id, transient-for, icon-list
  d64c465... surface: Implement more toplevel interface
  e045a51... x11: Stop using gdk_surface_set_title
  b9fe2cd... wayland: Stop using gdk_surface_set_title
  a3a0d14... testgtk: Stop using gdk_surface_set_icon_name
  d09669b... window: Use GdkToplevel for more things
  1317d16... surface: Drop more toplevel api
  3df9f37... tests: Stop using gdk_surface_fullscreen
  a150c17... surface: Drop fullscreen api
  a1eb60f... toplevel: Add gdk_toplevel_show_window_menu
  bb648e9... surface: Implement new toplevel api
  60ddd4a... window: Use toplevel api to show window menu
  6db8ccf... surface: Drop window menu api
  173a5ca... Rename gdk_surface_input_shape_combine_region
  9d8cd6c... Add toplevel properties for sticky, above and below
  b87d72a... window: Use new toplevel api
  8a9d309... Drop surface api for stick, above, below
  f0346a0... toplevel: Add minimize
  09b2c14... Implement new toplevel api
  6ccb187... window: Use toplevel minimize api
  708ddac... Drop surface minimize api
  44d9ab7... toplevel: Add focus
  36136ed... implement new toplevel api
  8f8a9f6... window: Use toplevel api for focus
  b66c1ae... surface: Drop focus api
  6266589... toplevel: add focus properties
  cfe3ffc... surface: Implement focus properties
  ab65a1e... window: Use toplevel focus properties
  f347b8e... surface: Drop focus api
  e9c729f... toplevel: Add lower api
  20a0058... surface: Implement toplevel lower api
  cc7d886... window: Use new toplevel api to lower
  869b834... toplevel: Add wm properties
  784181c... surface: Implement toplevel wm properties
  6df5b0b... window: Use toplevel api for decorations and functions
  9523790... testgtk: Stop setting decorations and functions
  b2b0df5... docs: Stop using gdk_surface_get_decorations
  6a5a4db... surface: Drop wm hint apis
  aa73543... Add a GdkDragSurface interface
  936d849... surface: Implement GdkDragSurface
  1f4f1f6... gtkdragicon: Use drag surface api
  40e738d... Drop gdk_surface_show and gdk_surface_resize
  e02fc1e... widget: Stop using gdk_surface_set_opacity
  1a0486b... x11: Stop using gdk_surface_set_opacity
  e291282... Drop gdk_surface_set_opacity
  d1fbfa0... wayland: Stop tracking orphan dialogs
  5bfda66... a11y: Stop using type hints
  0e95171... headerbar: Stop looking at type hints
  9635c55... shortcutswindow: Stop setting type hints
  995592f... testsuite: Stop looking at type hints
  bf5f667... Stop setting type hints for dialogs
  de4902a... window: Drop type hints
  8c74e01... x11: Set type hints based on surface type
  efa44af... surface: drop type hints
  8da91dd... toplevellayout: drop type hints
  591ae58... wayland: Implement GdkPopup, GdkToplevel and GdkDragSurface
  17196b2... x11: Implement GdkPopup, GdkToplevel and GdkDragSurface
  ca902b4... broadway: Implement GdkPopup, GdkToplevel and GdkDragSurfac
  7557b9b... surface: Only notify state on toplevels
  924b9ca... x11: Only use state of toplevels
  0824c8b... surface: Don't implement subtypes in the frontend
  b421b5f... wayland: Stop using surface types
  3058ba9... x11: Stop using gdk_surface_get_surface_type
  bae2212... broadway: Stop setting surface type
  ddd2398... x11: Stop setting surface-type
  e6faa75... wayland: Stop setting surface-type
  18ca6ff... gdk: Drop surface-type


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