[gtk] (278 commits) Non-fast-forward update to branch win32.modal
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (278 commits) Non-fast-forward update to branch win32.modal
- Date: Fri, 16 Oct 2020 02:04:49 +0000 (UTC)
The branch 'win32.modal' 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:
9990f1a... GDK/Win32: Fix modal window handling
b05782f... GDK/Win32: Only use SWP_NOOWNERZORDER on temp surfaces
12799ff... GDK/Win32: Remove stacking functions
865f623... gdk/Win32: Fix mouse pointer capture
Commits added to the branch:
1e4d3b6... testsuite/gtk/builder.c: Fix running on Visual Studio (*)
4450f64... Merge branch 'fix.builder.msvc' into 'master' (*)
cb98a73... gdkseat: Make gdk_seat_get_tools() public (*)
cdd2a2a... Merge branch 'kjellahl/gdkseat' into 'master' (*)
43300b4... Tone down a user visible message (*)
c835df5... docs: Add more details to the migration guide (*)
e7aa103... gtk-demo: Ellipsize columns in the characters demo (*)
eb64729... build: Require sysprof 3.38.0 (*)
6a0704a... window: Be more careful when looking for focus (*)
115ed00... Send focus events to the root (*)
4c3eb7c... Merge branch 'ebassi/for-master' into 'master' (*)
8fcd4ac... gtk-demo: Keep undisplayable resources out of view (*)
758675f... Merge branch 'matthiasc/for-master' into 'master' (*)
6706623... demo: fix out of bounds array index usage (*)
a30adfe... macos: move input method names to private header (*)
59cdd7a... macos: lookup NSEvent by translated GdkEvent (*)
58f9413... macos: track various changes in GDK (*)
3f519e4... macos: remove workaround for scroll delta (*)
d8ba916... macos: add key equivalent helper (*)
97f03ed... gdk: remove quartz subdirectory from backends (*)
4110167... gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py (*)
07bb07a... macos: port gtk to GDK_WINDOWING_MACOS (*)
72ea3a1... Updated Czech translation (*)
91ba0a3... Update Polish translation (*)
035e303... Merge branch 'wip/chergert/gdk-macos-fixes' into 'master' (*)
08fb8c1... Updated Lithuanian translation (*)
33e84ed... Skip GdkWayland symbols that use wayland-client types (*)
f83ee2a... Add type annotations for GdkWayland API (*)
daac36e... Generate introspection for GdkWayland API (*)
77d4729... Merge branch 'ebassi/for-master' into 'master' (*)
4b60e74... Use test AT context with installed tests (*)
c50916d... a11y: Add the AT-SPI DBus descriptions (*)
8f19bb0... a11y: Add dummy AT-SPI context (*)
8c18480... a11y: Add a display to GtkATContext (*)
bd43e9c... a11y: Register the accessible root object (*)
658d910... a11y: Ignore widgets during destruction (*)
d7ebf18... a11y: Add AT-SPI cache object (*)
e6c5d57... a11y: Return the ATSPI role for the root element (*)
8811395... tests: Use the test ATContext for every test (*)
21482e8... a11y: Compute the label for a GtkATContext (*)
716024d... a11y: Convert GTK roles to ATSPI ones (*)
b85b1f5... a11y: Turn accessible roles to string (*)
9511c82... a11y: Validate the DBus context path (*)
07759b1... a11y: Add method to extract desktop data (*)
60acdb9... a11y: Implement more ATSPI methods on the root node (*)
b57f158... a11y: Register the Accessible interface on all AtSpiContext (*)
55b1fbd... a11y: Localise the role name of the root node (*)
8f20133... atspicontext: Print out the a11y bus address (*)
e2f3039... atspiroot: Implement GetLocale (*)
2ea338a... atspiroot: Don't leak references (*)
7869084... atspiroot: Implement GetChildren (*)
057b447... atspicontext: Implement more accessible api (*)
9f73638... atspicontext: Implement GetIndexInParent (*)
762fbf3... atspiroot: Implement GetIndexInParent (*)
e189ccc... atspiroot: Fix GetState implementation (*)
9d0952b... atspicontext: Implement GetState (*)
35163bd... a11y: Add utility function for null refs (*)
9ce7900... a11y: Convenience API for referencing ATSPI root node (*)
da6c0f3... Move private GdkSurface Wayland API into its own header (*)
38304fc... Hide gdk_wayland_display_prefers_ssd() (*)
4f316f3... docs: Remove private GdkWayland API from the reference (*)
13aa053... Rename libgtk_only symbol in GdkWaylandToplevel (*)
d6b64b5... Fixup: Add a forgotten #pragma once (*)
edfc55a... atspi utils: Fix an oversight (*)
9d43e5b... Don't pass NULL to g_variant_new_string (*)
db6bd01... Add a GetInterfaces method (*)
5db6c4b... Move atspi enums to gtkatspiprivate.h (*)
0ae2ae7... atspi: Add the AtspiRelationType enum (*)
e269cb7... atspiroot: Stub out GetRelationSet (*)
3a867e2... atspicontext: Implement GetRelationSet (*)
824ab7e... atcontext: labelled-by has a reference list (*)
ddb72ac... atspicontext: Fix GetIndexInParent for toplevels (*)
7c8a168... atspi: Add pango utilities (*)
b80272a... atspi: Implement Text interface for labels (*)
5b076fe... atspi: Implement text for GtkText widgets too (*)
ba63daa... atspi: Export more pango utils (*)
925ef1f... atspi: Add textview utilities (*)
190059d... atspi: Implement Text interface for text views (*)
8c3e512... atspi: Implement Value interface for ranges (*)
d37782c... atspi: Implement Value for more widgets (*)
776b4ae... Simplify GetInterfaces handling (*)
dc9fee6... paned: Set accessible value properties (*)
f22edcc... scalebutton: Set accessible value properties (*)
d38182b... atspi: Break out the Text implementations (*)
a72a7d4... atspi: Break out the Value implementation (*)
aea25cb... atspi: Implement EditableText interface (*)
d37b035... atspi: Set editable state (*)
2a5af4e... text: Set the readonly accessible property (*)
66a81f1... atspi: Derive readonly state from aria properties (*)
54f1eb4... wip: Emit StateChanged signals (*)
35f70d5... Pass orientation property to accessible (*)
f9ee238... atspi: Set some more atspi states (*)
578c8b5... atspi: Be more careful about indexes (*)
b5ee73d... a11y: Pass on platform changes (*)
a2d220e... widget: Notify a11y of focus changes (*)
45e82ad... atspi: Cosmetics (*)
d432cbb... atspi: Emit property changes for focus (*)
62747eb... atspi: Unregister objects on the bus (*)
101cbe6... Don't unref a floating variant (*)
dd650ff... atspi: D-Bus methods return tuples (*)
8f63443... Fix the build (*)
61474b5... atspi: Fix collecting states (*)
5eb482e... atspi: Treat all entries the same for collecting state (*)
3bfb32e... Cosmetics (*)
d9adc1b... accessible: Add a way to hide accessibles (*)
663934b... atspi: Use gtk_accessible_should_present (*)
ade9e4b... accessible: Add gtk_accessible_get_platform_state (*)
d0d7848... atspi: Use gtk_accessible_get_platform_state (*)
8182fab... text: Ignore text widgets for a11y (*)
8faf1f6... entry: Implement GtkAccessible (*)
f796d02... searchentry: Implement GtkAccessible (*)
852c72f... passwordentry: Implement GtkAccessible (*)
76b8727... spinbutton: Implement GtkAccessible (*)
b7ac660... atspi: Implement Text interface for the entry wrappers (*)
63dd040... accessible: Add some docs (*)
3af56f5... atspi: Implement EditableText interface for the entry wrapp (*)
8144067... atspi: Set placeholder-text attribute (*)
a02c50e... text: Make editable signals work again (*)
bf0f3a8... atspi: Make text change notification work (*)
b909455... atspi: Fix up the role for password entries (*)
024d832... gtkpopover: Add cascade-popdown property/functions (*)
3ba60b0... gtkpopover: Remove GtkPopoverMenu special case (*)
a939203... gtkmodelbutton: Drop special case to close GtkPopoverMenu (*)
ccbacb5... Fix the build (*)
18b6c4e... Merge branch 'wip/carlosg/for-master' into 'master' (*)
f1e9f85... Adwaita: selected:hover and focus:selected:hover states (*)
3cc9ac4... listbox: Update accessible state for rows (*)
08f57d5... atspi: Implement Selection for listbox (*)
8f4bc4a... atspi: Fix a variant parser oversight (*)
81e1078... Remove some unused code (*)
d0753f6... Fix compiler warnings (*)
caeea0e... Remove excessively spammy debug messages (*)
db97f99... atspi: Implement Selection for GtkComboBox (*)
2664c29... flowbox: Update accessible state for children (*)
b15328e... atspi: Implement Selection for GtkFlowBox (*)
e3620bd... combobox: Use the combobox accessible role (*)
9955d90... dropdown: Use the combox accessible role (*)
32d8db1... Cosmetics (*)
b818b34... Cosmetics (*)
974ce50... Merge branch 'wip/jimmac/sidebar-hover-selected-focus' into (*)
da007ac... Add a public header for GdkWaylandSeat (*)
9377192... Correctly annotate gdk_wayland_seat_get_wl_seat() (*)
2142c6c... docs: Fix a copy-paste error (*)
d6abc12... macos: fix compiler warnings (*)
d5b5410... macos: use simple monotonic for event serial (*)
9f01d4f... macos: fix coordinates and state when querying device (*)
2bdc8c7... docs: Add more details to the migration guide (*)
2273e27... gtk-demo: Ellipsize columns in the characters demo (*)
2d927d0... build: Require sysprof 3.38.0 (*)
8dce92e... window: Be more careful when looking for focus (*)
9b26660... Send focus events to the root (*)
8a361f9... gtk-demo: Keep undisplayable resources out of view (*)
5876946... Updated Czech translation (*)
c753f8f... Update Polish translation (*)
28d2e60... macos: move input method names to private header (*)
1519b40... macos: lookup NSEvent by translated GdkEvent (*)
ff279d0... macos: track various changes in GDK (*)
cc2e69c... macos: remove workaround for scroll delta (*)
aed279e... macos: add key equivalent helper (*)
9279c2c... gdk: remove quartz subdirectory from backends (*)
036b56a... gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py (*)
fb02c99... macos: port gtk to GDK_WINDOWING_MACOS (*)
2fb1f4a... Updated Lithuanian translation (*)
40e4f37... Skip GdkWayland symbols that use wayland-client types (*)
fe871f9... Add type annotations for GdkWayland API (*)
66ce0cb... Generate introspection for GdkWayland API (*)
ae71fe3... colorplane: Whitespace (*)
76e4002... colorutils: Remove unused macro (*)
663ae67... colorplane: Refactor create_texture() (*)
8e9a810... colorutils: Refactor hsv_to_rgb and fold into only caller (*)
769b15c... colorplane: Remove (un)realize handlers (*)
4b8f3e9... colorscale: Refactor creating the hue texture (*)
9f574a5... gdkgl: Remove unused cairo_get_matrix() call (*)
0dc0b03... glarea demo: Add min size to gl area (*)
a0bb248... gl renderer: Use premultiply() in inset shadow shader` (*)
7222a09... unblurred outset shadow shader: Use premultiply() (*)
904772c... gdkgl: Rename function (*)
bc034d1... gl renderer: Ignore rendering if accumulated opacity is too (*)
7bf858b... gl renderer: Add a helper to setup projection matrix (*)
9fe21b7... shaderbuilder: Print error message after source code (*)
ddcff9e... gl renderer: simplify ->render() implementation a bit (*)
d4efb5b... gdkgl: Stop getting the clip region from cairo (*)
9698cd6... gdkgl: Remove flipping when downloading GL texture (*)
c5909d4... gtkbuilder: Remove pointless function prototype (*)
44d1e81... glsl: Add a comment (*)
44f10c5... gl renderer: Flip texture in render_texture() (*)
4735c27... gl renderer: Avoid some code duplication (*)
f456438... vulkan: Remove double initialization (*)
ef7c574... build: Only add -Wcast-align for gcc (*)
eb345cd... gl renderer: Use nearest filtering for textures in render_t (*)
958e4be... testfilechooser: Stop listening to ::selection-changed (*)
4eee6e7... filechooserwidget: Cosmetics (*)
161b171... gl renderer: Remove unused parameter (*)
da0abfc... showrendernode: Plug GOptionContext memory leak (*)
5f9fa13... gl renderer: Use op builder to render flipped texture (*)
0a4d442... gl renderer: return empty texture for too small blurred nod (*)
0e6014f... gl renderer: Remove two unused uniforms (*)
1fe7043... gl renderer: Add more scale_x/scale_y code (*)
07fb33c... gl renderer: Fix private function name (*)
ec8f329... widget: Slightly update opacity docs (*)
f207954... window: Remove unused struct member (*)
18c4bda... widget: Remove gtk_widget_list_devices() from private heade (*)
2bcef7f... stylecontext: Remove render_insertion_cursor() (*)
eca3eab... Remove unneeded gtkstylecontext.h includes (*)
78c343b... snapshot: Refactor some device code (*)
ae009b3... stylecontext: Remove some unnused includes (*)
557a363... windowcontrols: decoration-layout is nullable (*)
d9cc589... windowcontrols: gtk_widget_get_root() can return NULL (*)
93b12a8... frame: Remove need_resize logic (*)
61afb09... stacksidebar: Set GtkListBox:show-separators (*)
8f24b7a... stacksidebar: Fold some functions into their only callers (*)
df2d7c5... gtk4-demo: Remove connection to removed signal (*)
20bd8e5... gtk4-demo: Add missing margin-bottom (*)
211d669... overlay: Remove empty finalize implementation (*)
e1e53cd... infobar: Remove unused include (*)
d695b15... main: Make sure we don't leak axes (*)
f93784f... pixbufutils: Pass calculated height value along (*)
a772d8f... Merge branch 'wip/baedert/for-master' (*)
85394b0... Merge branch 'wip/chergert/gdk-macos-fixes' into 'master' (*)
cdb2c16... macos: dont send crossing events during grab (*)
d700cfa... macos: break grabs after sending release event (*)
b462bc3... macos: allow pointer release event outside surface coords (*)
2dfced7... Merge branch 'wip/chergert/gdk-macos-fixes' into 'master' (*)
e089bba... macos: ensure we have access to a GdkMonitor (*)
0af3d21... macos: only emit popup-layout-changed after initial present (*)
6e84c7c... macos: fix discover of surface under cursor (*)
7c6c718... stack: Turn pages into accessibles (*)
2370429... accessible: Avoid realizing the context prematurely (*)
380488f... stackswitcher: Use the tablist and tab roles (*)
b39684b... stackswitcher: Set up relations and states (*)
512387a... atspi: Implement Selection for GtkStackSwitcher (*)
984e8ac... gizmo: Add a way to set accessible role (*)
41d4c37... atspi: Don't crash on unnamed stack pages (*)
08b586b... notebook: Set accessible roles and properties (*)
bf04beb... atspi: Implement Selection for notebook tabs (*)
f4f7326... atspi: Add some docs (*)
375bd5e... Merge branch 'wip/chergert/gdk-macos-fixes' into 'master' (*)
57ebc35... Merge branch 'wip/chergert/fix-macos-popup-events' into 'ma (*)
147868a... listbox: Set accessible roles (*)
14640ce... flowbox: Set accessible roles (*)
1bf21d3... Document accessible roles for stacks and notebooks (*)
6d562b6... listview: Set accessible roles (*)
c7bf33a... columnview: Set accessible roles (*)
fe89fd2... meson: Fix error when epoxy is a subproject on Windows (*)
8737692... atspi: Implement Selection for list views (*)
7dfb25f... wayland/surface: Clear has_uncommitted_ack_configure when h (*)
8cf9557... gtk-demo: Fix up image handling in the clipboard demo (*)
4b36bce... Merge branch 'meson-epoxy-subproject' into 'master' (*)
5c8663e... Merge branch 'wip/wayland-dont-respond-to-destroyed-surface (*)
2488d71... Merge branch 'clipboard-emo' into 'master' (*)
9c28ecb... Merge branch 'a11y/atspi' into 'master' (*)
6d1dcaa... docs: Explain the symbolic icon paintable situation (*)
1d40f29... wayland: Make gdk_wayland_device_pad_set_feedback private (*)
5f22ad8... Remove debug spew (*)
8701e65... atspi: Implement Selection more correctly (*)
bf58b6f... Merge branch 'ebassi/for-master' into 'master' (*)
329efee... Merge branch 'a11y-list-view-selection-fixes' into 'master' (*)
8a14f01... atspi: Add fold markers (*)
7d22616... Merge branch 'a11y-list-view-selection-fixes' into 'master' (*)
0bd5a96... gtk-demo: Fix some issues with the multi view demo (*)
4e04c39... emojicompletion: Avoid a memory overrun (*)
aa4c0bf... spinbutton: Hide the buttons from accessibility (*)
4bd2595... actionmuxer: Make it possible to enumerate local actions (*)
92585b7... Fix compiler warnings (*)
916ef48... Merge branch 'matthiasc/for-master' into 'master' (*)
374bd21... Initial ATSPI Action implementation for widget (*)
e44f27a... a11y: Special case buttons and switches (*)
5f11288... a11y: De-duplicate some action code (*)
9ae08fc... a11y: Add atspi.Action for GtkExpander (*)
c10bcf0... Add GtkEntry icon signals emitter (*)
f67345e... a11y: Add atspi.Action for GtkEntry (*)
a83d307... Allow toggling the password entry visibility programmatical (*)
cfb3279... a11y: Add atspi.Action for GtkPasswordEntry (*)
5bbacc6... Merge branch 'a11y/atspi-action' into 'master' (*)
bc142b9... GDK/Win32: Fix modal window handling
89286af... Revert "GDK W32: Use SWP_NOOWNERZORDER everywhere it can be
6a0c181... GDK W32: Remove stacking functions
2cc650c... gdk/Win32: Fix mouse pointer capture
(*) 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]