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



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

  d36c272... Redo the idle sizer
  7f8a5b0... css: Use the new idle sizer
  4c58132... widget: Use the new idle sizer
  d58ca43... window: Implement GtkRoot::check_resize
  b5071c9... Introduce GtkPopup
  243ce42... testpopup: Use a GtkPopup
  3f16d97... widget: guard popover-specific code paths
  5812a3d... main: guard window-specific code paths
  7abb94d... Add a way to enumerate popups
  04d05f8... inspector: Show popups
  9724ec6... root: Add default handling
  b8c1849... root: Add an activate_focus api
  d8d57ce... window: Implement GtkRoot::default-widget
  00e49f7... popup: Implement the GtkRoot::default-widget
  d34112c... widget: Make grabbing default work for roots
  918d68e... text: Make default activation work in roots
  41a1cb8... label: Make default activation work in roots
  6b92461... root: Add api for mnemonics
  d3f0cfa... window: Implement root mnemonic api
  194e33b... popup: Implement mnemonics
  e74ce32... label: Use root api for mnemonic setup
  36c9a7a... main: Use root api for mnemonic activation
  82a987c... popup: Add more keybindings
  3dfba66... popup: Add backdrop
  54e86d1... root: Add pointer focus apis
  4c39d17... window: Implement root pointer focus apis
  dc0930b... popup: Implement root pointer focus apis
  ba80b88... main: Use root pointer focus apis
  414ece4... widget: Use root pointer focus apis
  a8d5d7a... popup: Miscellaneous fixes
  3138f2d... testpopup: popup on demand
  9c1bcec... widget: Review and replace uses of get_toplevel
  4004b82... icon view accessible: Stop presenting windows
  08cf980... widget: Don't snapshot foreign children
  9fbc7b6... popup: Use xdg-popup for relative placement
  2427455... popup: Add a close keybinding, make grabs work
  bcde55b... popup: Add properties
  97dc2f1... testpopup: Add ui for move-to-rect parameters
  b274a99... popover: Set a css name
  f1c1b8f... testpopup: Cosmetic improvements
  2c84ee0... popup: Remove some unnecessary things
  6d12308... popup: small cleanup
  3ec9134... wayland: Improve debug output for events
  7b5774c... surface: Start sketching a new surface type
  08cfbc7... popup: Use gdk_surface_new_popup_full
  9fcef69... testpopup: Attach the poup to the label
  fd0cf22... main: Hide popups for outside events
  3248643... popup: Keep surface state in sync
  6b91684... Revert "testpopup: Add ui for move-to-rect parameters"
  f891e96... Revert "popup: Add properties"
  b596a51... popup: Recreate most popover api
  105b0fe... Replace GtkPopover by GtkPopup
  f5a8386... entry: Adapt to new popover lifecycle
  79bbafb... placesview: Adapt to new popover lifecycle
  707568a... scale button: Adapt to new popover lifecycle
  f43c235... text: Adapt to new popover lifecycle
  3adfa41... popover: Explicitly set css parent
  154f1c0... Fix a compiler warning
  f4fa37b... Avoid harfbuzz deprecation warnings
  d8e5016... label: Fix compiler warnings
  416ce8c... x11: Stop using child surface api
  12ab950... wayland: Stop using child surface apis
  5857e3f... xim: Stop using child surface apis
  af42780... a11y: Stop supporting ATK_XY_SCREEN
  3f24b40... widget: Stop using child surface apis
  ae7e73b... Drop child surfaces
  6ca9d2e... surface: minor cleanup
  901668c... surface: Remove code dealing with child surfaces
  e0efef3... popover menu: Reinstate styling
  e4b5976... Give popover menus a background
  52dc5e7... wayland: Stop using surface->parent
  359868c... x11: Stop using surface->parent
  3a1cd26... gdk: Stop using surface->parent
  22f0ec9... Remove surface->parent
  4a44212... wayland: Stop using surface->children
  9050c01... gdk: Stop using surface->children
  cc360b6... Remove surface->children
  87c15cc... surface: Simplify some code
  5b33613... wip: deprecate surface coordinate apis
  b2dba6a... Add a window move/resize test
  701453b... Avoid root coordinates in begin_drag/move apis
  5824717... surface: Small cleanup
  ab5695a... surface: Remove abs_x/abs_y
  595cc96... surface: Simplify destroy implementation
  9f6d2ee... surface: Small simplification
  f616238... Remove gdk_surface_coords_to/from_parent
  48d6d45... tests: Stop using gtk_window_move
  4a19645... file chooser: Stop using gtk_window_get_position
  dedc677... treeview: Stop using gtk_window_move
  b90e8cc... Drop gtk_window_move and gtk_window_get_position
  8c61277... tests: Stop using gtk_window_set_gravity
  ebf7089... Remove GtkWindow::gravity
  8925e42... dnd: Drop a gratitious use of global coordinates
  a2d13bd... tooltip: Remove an unused gdk_surface_get_root_coords call
  9385ec7... Remove gdk_surface_get_root_coords as public api
  59212a1... Drop gdk_surface_get_root_origin

Commits added to the branch:

  6efa1fc... Update POTFILES.in (*)
  a246f8c... Update Polish translation (*)
  f2dff51... win32: Drop the warp implementation (*)
  36e00ae... popover: Don't try to compute_bounds of a NULL child (*)
  e657d9d... popover: Always measure contents gizmo (*)
  ab75071... Doc comment fixup (*)
  4e50f43... Redo the idle sizer
  42bea52... css: Use the new idle sizer
  fbdab70... widget: Use the new idle sizer
  978bb08... window: Implement GtkRoot::check_resize
  8bc5229... Introduce GtkPopup
  88b1e21... testpopup: Use a GtkPopup
  6e3a718... widget: guard popover-specific code paths
  f0d2c79... main: guard window-specific code paths
  4421038... Add a way to enumerate popups
  6f41ff2... inspector: Show popups
  d509180... root: Add default handling
  00b184c... root: Add an activate_focus api
  f70d193... window: Implement GtkRoot::default-widget
  e17678f... popup: Implement the GtkRoot::default-widget
  a3cdacc... widget: Make grabbing default work for roots
  d67a071... text: Make default activation work in roots
  bf3548b... label: Make default activation work in roots
  2964224... root: Add api for mnemonics
  190c5db... window: Implement root mnemonic api
  069dd4f... popup: Implement mnemonics
  0690d02... label: Use root api for mnemonic setup
  a259fa8... main: Use root api for mnemonic activation
  295d6b3... popup: Add more keybindings
  0c84ee4... popup: Add backdrop
  7175879... root: Add pointer focus apis
  2ee1d4e... window: Implement root pointer focus apis
  1f0c2ee... popup: Implement root pointer focus apis
  0d08252... main: Use root pointer focus apis
  de84570... widget: Use root pointer focus apis
  d26f2fb... popup: Miscellaneous fixes
  e94295e... testpopup: popup on demand
  5984463... widget: Review and replace uses of get_toplevel
  0dbf4ea... icon view accessible: Stop presenting windows
  2d5703f... widget: Don't snapshot foreign children
  016f4c0... popup: Use xdg-popup for relative placement
  390a80d... popup: Add a close keybinding, make grabs work
  98aa924... popup: Add properties
  af4c9d1... testpopup: Add ui for move-to-rect parameters
  78206ee... popover: Set a css name
  1197bc9... testpopup: Cosmetic improvements
  9fde464... popup: Remove some unnecessary things
  37a435d... popup: small cleanup
  1bc00ec... wayland: Improve debug output for events
  89c21a7... surface: Start sketching a new surface type
  1a45dbd... popup: Use gdk_surface_new_popup_full
  8b3318f... testpopup: Attach the poup to the label
  6e51179... main: Hide popups for outside events
  5e6eb1e... popup: Keep surface state in sync
  bed51e4... Revert "testpopup: Add ui for move-to-rect parameters"
  e94459c... Revert "popup: Add properties"
  6726227... popup: Recreate most popover api
  79907ff... Replace GtkPopover by GtkPopup
  8af18d9... entry: Adapt to new popover lifecycle
  62e0534... placesview: Adapt to new popover lifecycle
  0d935b7... scale button: Adapt to new popover lifecycle
  e85be32... text: Adapt to new popover lifecycle
  e244c6a... popover: Explicitly set css parent
  2d93414... Fix a compiler warning
  49c96ee... Avoid harfbuzz deprecation warnings
  86bcc0a... label: Fix compiler warnings
  8864a62... x11: Stop using child surface api
  7abaa13... wayland: Stop using child surface apis
  5fcf061... xim: Stop using child surface apis
  ff6fe60... a11y: Stop supporting ATK_XY_SCREEN
  48a4d85... widget: Stop using child surface apis
  9ee6e55... Drop child surfaces
  e299cba... surface: minor cleanup
  b0b3ea2... surface: Remove code dealing with child surfaces
  92b12e5... popover menu: Reinstate styling
  d34f9f5... Give popover menus a background
  c8b5272... wayland: Stop using surface->parent
  018ad77... x11: Stop using surface->parent
  acbbc57... gdk: Stop using surface->parent
  6814a5c... Remove surface->parent
  aa9096c... wayland: Stop using surface->children
  0200a1f... gdk: Stop using surface->children
  7e54d8a... Remove surface->children
  042c3ae... surface: Simplify some code
  f42600a... wip: deprecate surface coordinate apis
  e6124ac... Add a window move/resize test
  c09241a... Avoid root coordinates in begin_drag/move apis
  09fc392... surface: Small cleanup
  188e5cf... surface: Remove abs_x/abs_y
  db093d4... surface: Simplify destroy implementation
  d4f4a76... surface: Small simplification
  74cf3ce... Remove gdk_surface_coords_to/from_parent
  88e6f01... tests: Stop using gtk_window_move
  16df5f1... file chooser: Stop using gtk_window_get_position
  cbd218d... treeview: Stop using gtk_window_move
  2f4cd50... Drop gtk_window_move and gtk_window_get_position
  f59a609... tests: Stop using gtk_window_set_gravity
  2e6dce3... Remove GtkWindow::gravity
  96333e4... dnd: Drop a gratitious use of global coordinates
  9cc2fed... tooltip: Remove an unused gdk_surface_get_root_coords call
  bc9e897... Remove gdk_surface_get_root_coords as public api
  84a4ecd... Drop gdk_surface_get_root_origin
  1812f02... Remove gdk_surface_get_geometry as public api
  8e7fb17... x11: Drop a gratitious use of gdk_event_get_root_coords
  ae1f73f... gdk: Stop using gdk_surface_get_device_position
  a6d7411... gtk: Stop using gdk_surface_get_device_position
  a86836a... Drop gdk_surface_get_device_position
  377cbdd... Rename gdk_surface_get_device_position_double

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