[gtk] (105 commits) Non-fast-forward update to branch wip/matthiasc/popup4



The branch 'wip/matthiasc/popup4' 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:

  04231aa... root: Move the idle sizer here
  17c7424... css: Use the new idle sizer
  a34eb1f... widget: Use the new idle sizer
  feda25d... window: Implement GtkRoot::check_resize
  95fec57... widget: guard popover-specific code paths
  9ba5592... main: guard window-specific code paths
  b0058db... root: Add default handling
  4d15bd1... root: Add an activate_focus api
  1fb0299... window: Implement GtkRoot::default-widget
  365ec42... widget: Make grabbing default work for roots
  4fbecdc... text: Make default activation work in roots
  7595fcf... label: Make default activation work in roots
  1105248... root: Add api for mnemonics
  cc6bb71... window: Implement root mnemonic api
  7f03ec0... label: Use root api for mnemonic setup
  c58f600... main: Use root api for mnemonic activation
  2e1b35a... root: Add pointer focus apis
  668402a... window: Implement root pointer focus apis
  3532fff... main: Use root pointer focus apis
  cc586b6... widget: Use root pointer focus apis
  34d8066... Review and replace uses of get_toplevel
  64cf48b... icon view accessible: Stop presenting windows
  c0d7392... widget: Don't snapshot foreign children
  8405e3a... surface: Start sketching a new surface type
  cc812d3... Reimplement GtkPopover
  27d2adf... entry: Adapt to new popover lifecycle
  9e43133... placesview: Adapt to new popover lifecycle
  72a9598... scale button: Adapt to new popover lifecycle
  86c872b... text: Adapt to new popover lifecycle
  3a21024... x11: Stop using child surface api
  80c1ed8... wayland: Stop using child surface apis
  da53553... xim: Stop using child surface apis
  1e2cd59... a11y: Stop supporting ATK_XY_SCREEN
  419e296... widget: Stop using child surface apis
  d327a81... Drop child surfaces
  30945b8... surface: minor cleanup
  06991ec... surface: Remove code dealing with child surfaces
  96d2c7c... popover menu: Reinstate styling
  2f25305... Adwaita: Give popover menus a background
  d977837... Adwaita: Give model buttons visible focus
  e83747d... wayland: Stop using surface->parent
  29929db... x11: Stop using surface->parent
  a92daa3... broadway: Stop using surface->parent
  43c95b3... gdk: Stop using surface->parent
  8813cf0... Remove surface->parent
  8aea886... wayland: Stop using surface->children
  c626826... gdk: Stop using surface->children
  df95f28... Remove surface->children
  9fdd0d8... surface: Simplify some code
  c39a260... surface: Small cleanup
  1c4680a... surface: Remove abs_x/abs_y
  354bd9b... surface: Simplify destroy implementation
  1b8b314... surface: Small simplification
  bb8b239... Remove gdk_surface_coords_to/from_parent
  fbe2533... tooltip: Remove an unused gdk_surface_get_root_coords call
  96fd8d8... Remove gdk_surface_get_root_coords as public api
  6f659ec... Drop gdk_surface_get_root_origin
  c5dd70b... Remove gdk_surface_get_geometry as public api
  e59bd2e... x11: Drop a gratitious use of gdk_event_get_root_coords
  f505ab3... surface: Make gdk_surface_get_device_position void
  560ff30... menu: Stop using gtk_widget_register_surface
  7555cb1... window: Stop using gtk_widget_register_surface
  aab5ba7... popover: Stop using gtk_widget_register_surface
  467ae79... Drop gtk_widget_register_surface
  e14ae66... gdk: Remove remnants of client-side windows
  27cb673... docs: Remove references to gdk_device_grab
  ff0f903... wayland: Reshuffle some internals
  05cd62e... broadway: Stop using gdk_surface_new_temp
  9b999f7... x11: Stop using gdk_surface_new_temp
  a825f90... menu: Stop using gdk_surface_new_temp
  f1e85c1... Drop gdk_surface_new_temp
  4f3cb3c... surface: Cosmetics
  6d5726a... wip: Use a popover for entry completion
  a31b12e... entry completion: Various fixes
  085539a... gdk: Remove an unused field
  8551b7e... gdk: Drop input-only surfaces
  f773ad8... gdk: Drop GdkWindowAttr
  e11144b... gdk: Drop pass-through surfaces
  05e183e... Rename surface constructors
  c98076e... gdk: Add a private header
  938d736... surface: Add a frame-clock property
  f2d9a3a... Get rid of GdkSurfaceImpl
  d73112a... x11: Remove useless checks
  d95ca28... wip: popup surface type
  5c6c659... x11: some leftover cleanups
  6042af3... surface: Store popup parent
  6dce6e3... surface: Make move-to-rect work for popups
  0a60b3c... surface: Stop setting transient-for for popups
  bcfcd59... wayland: Use popup parents
  1ebd866... widget-factory: Add non-modal popovers
  7abe63b... x11: Make popup surfaces use o-r windows
  bbdc202... x11: Make popups move with their parent
  2aa5621... widget: Add surface relative position changed callback
  7531f0f... popover: Track the parent position
  838dbf8... broadway: Track popups
  4ba700e... surface: Add gdk_surface_show_with_auto_dismissal
  b9ec6be... popover: Use gdk_surface_show_with_auto_dismissal
  afbba76... main: Remove special-case hiding popopvers
  11152ee... surface: Remove old debug code
  871f417... surface: Remove gdk_surface_set/merge_child_input_shapes()
  0074d57... widget-factory: Add some nested popovers

Commits added to the branch:

  28be1c5... builder-tool: Fix property check (*)
  491829a... builder-tool: Check canonical names (*)
  8eaa8aa... Merge branch 'simplify-fixes' into 'master' (*)
  0c1b8ee... root: Move the idle sizer here
  a5a48f6... css: Use the new idle sizer
  a7b1ebb... widget: Use the new idle sizer
  fbc88e6... window: Implement GtkRoot::check_resize
  66a2579... widget: guard popover-specific code paths
  d546e93... main: guard window-specific code paths
  23526c3... root: Add default handling
  da85c3b... root: Add an activate_focus api
  937e580... window: Implement GtkRoot::default-widget
  0138751... widget: Make grabbing default work for roots
  f6af64a... text: Make default activation work in roots
  b22a3f7... label: Make default activation work in roots
  16e04a0... root: Add api for mnemonics
  4b01c35... window: Implement root mnemonic api
  e9517ac... label: Use root api for mnemonic setup
  ba7f444... main: Use root api for mnemonic activation
  0b73774... root: Add pointer focus apis
  9bdae8d... window: Implement root pointer focus apis
  c94e996... main: Use root pointer focus apis
  e6925e1... widget: Use root pointer focus apis
  8adb4e6... Review and replace uses of get_toplevel
  a07010d... icon view accessible: Stop presenting windows
  b625dc1... widget: Don't snapshot foreign children
  c0dbcc3... surface: Start sketching a new surface type
  a3945eb... Reimplement GtkPopover
  71dad7b... entry: Adapt to new popover lifecycle
  bdb56fd... placesview: Adapt to new popover lifecycle
  bcb81f0... scale button: Adapt to new popover lifecycle
  cce6c08... text: Adapt to new popover lifecycle
  b5cdb29... x11: Stop using child surface api
  3157207... wayland: Stop using child surface apis
  a134a65... xim: Stop using child surface apis
  7406c6a... a11y: Stop supporting ATK_XY_SCREEN
  b0a4e39... widget: Stop using child surface apis
  896aa3d... Drop child surfaces
  6afe3e4... surface: minor cleanup
  00e6034... surface: Remove code dealing with child surfaces
  1dae1c0... popover menu: Reinstate styling
  b94aaf8... Adwaita: Give popover menus a background
  d1b282c... Adwaita: Give model buttons visible focus
  c116fb9... wayland: Stop using surface->parent
  2b67834... x11: Stop using surface->parent
  2327346... broadway: Stop using surface->parent
  6547648... gdk: Stop using surface->parent
  15460e1... Remove surface->parent
  32e7dff... wayland: Stop using surface->children
  912c6ad... gdk: Stop using surface->children
  6706089... Remove surface->children
  9f77143... surface: Simplify some code
  1c8565f... surface: Small cleanup
  bcef7e9... surface: Remove abs_x/abs_y
  d74d22a... surface: Simplify destroy implementation
  65f9bd0... surface: Small simplification
  fd95a99... Remove gdk_surface_coords_to/from_parent
  1dfa098... tooltip: Remove an unused gdk_surface_get_root_coords call
  a6a57a9... Remove gdk_surface_get_root_coords as public api
  dc68017... Drop gdk_surface_get_root_origin
  67a9550... Remove gdk_surface_get_geometry as public api
  42c125e... x11: Drop a gratitious use of gdk_event_get_root_coords
  e601aed... surface: Make gdk_surface_get_device_position void
  feb6617... menu: Stop using gtk_widget_register_surface
  c89d4ae... window: Stop using gtk_widget_register_surface
  dc1746e... popover: Stop using gtk_widget_register_surface
  d046771... Drop gtk_widget_register_surface
  6b9af1c... gdk: Remove remnants of client-side windows
  3a97de4... docs: Remove references to gdk_device_grab
  799cac1... wayland: Reshuffle some internals
  c217f96... broadway: Stop using gdk_surface_new_temp
  6836111... x11: Stop using gdk_surface_new_temp
  d233286... menu: Stop using gdk_surface_new_temp
  7afdaac... Drop gdk_surface_new_temp
  ce4e67b... surface: Cosmetics
  9950cd8... wip: Use a popover for entry completion
  31e8b3f... entry completion: Various fixes
  a32b24b... gdk: Remove an unused field
  1021e98... gdk: Drop input-only surfaces
  2cd7059... gdk: Drop GdkWindowAttr
  7bad068... gdk: Drop pass-through surfaces
  fef2859... Rename surface constructors
  31f11ac... gdk: Add a private header
  c4b4f44... surface: Add a frame-clock property
  1ad8b2b... Get rid of GdkSurfaceImpl
  14764e6... x11: Remove useless checks
  f003cc9... wip: popup surface type
  9fe3a53... x11: some leftover cleanups
  fbd8272... surface: Store popup parent
  4321ce9... surface: Make move-to-rect work for popups
  b4fb1dd... surface: Stop setting transient-for for popups
  cc68f2e... wayland: Use popup parents
  1c9c687... widget-factory: Add non-modal popovers
  0cf05e6... x11: Make popup surfaces use o-r windows
  7ef606b... x11: Make popups move with their parent
  c20d8e0... widget: Add surface relative position changed callback
  3cb0659... popover: Track the parent position
  fa51ff3... broadway: Track popups
  520e8a4... surface: Add gdk_surface_show_with_auto_dismissal
  1b64831... popover: Use gdk_surface_show_with_auto_dismissal
  45d0ad5... main: Remove special-case hiding popopvers
  63a96ec... surface: Remove old debug code
  10dfc11... surface: Remove gdk_surface_set/merge_child_input_shapes()
  62a3d88... widget-factory: Add some nested popovers
  e6add94... wayland: Remove a mistaken check

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