[gtk] (110 commits) Non-fast-forward update to branch wip/matthiasc/popup4
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (110 commits) Non-fast-forward update to branch wip/matthiasc/popup4
- Date: Tue, 23 Apr 2019 19:01:44 +0000 (UTC)
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:
9b053a4... root: Move the idle sizer here
3339320... css: Use the new idle sizer
fb2d351... widget: Use the new idle sizer
0ccf063... window: Implement GtkRoot::check_resize
d9373a4... widget: guard popover-specific code paths
68dfbbe... main: guard window-specific code paths
0497471... root: Add default handling
f2af122... root: Add an activate_focus api
487669c... window: Implement GtkRoot::default-widget
44ab878... widget: Make grabbing default work for roots
d6754cf... text: Make default activation work in roots
e9c7eb1... label: Make default activation work in roots
0ed4ac6... root: Add api for mnemonics
d1895ba... window: Implement root mnemonic api
a7756ab... label: Use root api for mnemonic setup
5be040c... main: Use root api for mnemonic activation
073c4c7... root: Add pointer focus apis
101c9d7... window: Implement root pointer focus apis
2142fd2... main: Use root pointer focus apis
f63e6c6... widget: Use root pointer focus apis
604cf74... Review and replace uses of get_toplevel
5c82026... icon view accessible: Stop presenting windows
306f5eb... widget: Don't snapshot foreign children
39aaf22... surface: Start sketching a new surface type
1a6bc1e... Reimplement GtkPopover
5db0946... entry: Adapt to new popover lifecycle
338af09... placesview: Adapt to new popover lifecycle
a8c814c... scale button: Adapt to new popover lifecycle
3706fd4... text: Adapt to new popover lifecycle
3dcad19... x11: Stop using child surface api
932c06a... wayland: Stop using child surface apis
26c92e8... xim: Stop using child surface apis
bf09127... a11y: Stop supporting ATK_XY_SCREEN
26ff390... widget: Stop using child surface apis
bdc2e7f... Drop child surfaces
bf5e695... surface: minor cleanup
d2ca89a... surface: Remove code dealing with child surfaces
f5ab245... popover menu: Reinstate styling
7fe91ca... Adwaita: Give popover menus a background
ca57b1f... Adwaita: Give model buttons visible focus
c05992d... wayland: Stop using surface->parent
4bcef1b... x11: Stop using surface->parent
4f3541a... broadway: Stop using surface->parent
43d9c1e... gdk: Stop using surface->parent
1f3053a... Remove surface->parent
a16b36e... wayland: Stop using surface->children
a2d9a6d... gdk: Stop using surface->children
b158bba... Remove surface->children
caaca4c... surface: Simplify some code
51270a7... surface: Small cleanup
fb1c935... surface: Remove abs_x/abs_y
c09dede... surface: Simplify destroy implementation
4db0715... surface: Small simplification
48340bd... Remove gdk_surface_coords_to/from_parent
a593f81... tooltip: Remove an unused gdk_surface_get_root_coords call
542c555... Remove gdk_surface_get_root_coords as public api
6246fff... Drop gdk_surface_get_root_origin
82c84e5... Remove gdk_surface_get_geometry as public api
5660a3c... x11: Drop a gratitious use of gdk_event_get_root_coords
3f68f83... surface: Make gdk_surface_get_device_position void
5bf5fc7... menu: Stop using gtk_widget_register_surface
2929b03... window: Stop using gtk_widget_register_surface
dad87fe... popover: Stop using gtk_widget_register_surface
e7028c1... Drop gtk_widget_register_surface
71a5631... gdk: Remove remnants of client-side windows
b3ed02b... docs: Remove references to gdk_device_grab
331cc6d... wayland: Reshuffle some internals
c29020e... broadway: Stop using gdk_surface_new_temp
6c5e4e5... x11: Stop using gdk_surface_new_temp
67fdbd8... menu: Stop using gdk_surface_new_temp
6bb2d7e... Drop gdk_surface_new_temp
da57b39... surface: Cosmetics
51daf6a... wip: Use a popover for entry completion
663fa05... entry completion: Various fixes
24449f6... gdk: Remove an unused field
6c0340b... gdk: Drop input-only surfaces
6480304... gdk: Drop GdkWindowAttr
04b58d2... gdk: Drop pass-through surfaces
fceb020... Rename surface constructors
69cc505... gdk: Add a private header
9fd154b... surface: Add a frame-clock property
3965bb0... Get rid of GdkSurfaceImpl
866b6af... x11: Remove useless checks
3830700... wip: popup surface type
2a95578... x11: some leftover cleanups
d0b8d12... surface: Store popup parent
cff19ad... surface: Make move-to-rect work for popups
d5437f2... surface: Stop setting transient-for for popups
7eb701f... wayland: Use popup parents
de922b8... widget-factory: Add non-modal popovers
01caae3... x11: Make popup surfaces use o-r windows
04303d6... x11: Make popups move with their parent
898dacf... widget: Add surface relative position changed callback
8567059... popover: Track the parent position
90c26d4... broadway: Track popups
6c66006... surface: Add gdk_surface_show_with_auto_dismissal
051a47b... popover: Use gdk_surface_show_with_auto_dismissal
9f45580... main: Remove special-case hiding popopvers
3bb4521... surface: Remove old debug code
130e567... surface: Remove gdk_surface_set/merge_child_input_shapes()
Commits added to the branch:
c913719... window: Remove dropped api from headers (*)
304e065... Merge branch 'forgotten-file' into 'master' (*)
3f70d20... Updated Spanish translation (*)
ca19b94... Updated Spanish translation (*)
1f5649e... GdkWaylandDevice: Don't recreate the default cursor every f (*)
cc878ec... gl renderer: begin/end_frame around do_render (*)
2a7e4ae... testsuite: Don't pretend we're a GTest (*)
3da6e83... cssprovider: Fix a parameter name mismatch (*)
65ff19d... eventcontrollermotion: Document missing signal parameters (*)
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
(*) 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]