[gtk] (229 commits) Non-fast-forward update to branch wip.win32.fixes
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (229 commits) Non-fast-forward update to branch wip.win32.fixes
- Date: Thu, 5 Nov 2020 09:05:55 +0000 (UTC)
The branch 'wip.win32.fixes' 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:
37567a4... demos/gtk-demo: Temporarily disable gui_app attribute
0a39cea... Win32 IME fixes
aab4b92... Use native Windows API for converting keystrokes to charact
Commits added to the branch:
4ea2a66... a11y: Add parsing code for accessible values (*)
9e4316b... a11y: Add an "accessibility" section to the builder XML tre (*)
7702670... docs: Document the "accessibility" custom tag (*)
fbb08a3... a11y: Add child state change to GtkATContext (*)
8d46bd1... a11y: Notify of changes in the children list (*)
f1e14c4... a11y: Implement ChildrenChanged atspi.Event (*)
8075632... a11y: Handle relations in UI files (*)
698cbee... a11y: Move ChildrenChanged emitter to ATSPI utilities (*)
e45dd77... a11y: Emit ChildrenChanged for toplevel list changes (*)
1d80288... stack: Change ordering for removal (*)
a11ab6c... a11y: Handle stack case for addition/removal (*)
3a1e019... print-editor: Fix a wrong comparison (*)
c7dbb8e... label: Plug a potential memory leak (*)
0dae1f4... listbox test: Only compare values for rows we have (*)
af97f19... textview: Respect return value of get_text_surface_coords() (*)
a2291fb... showrendernode: Pass error to deserialize() (*)
3db5e15... filechooserwidget: gtk_widget_get_root() can return NULL (*)
f6ebc06... filechooserwidget: Avoid an uninitialized value (*)
56e89e8... demos: Remove a dead assignment (*)
b166453... gdksurface: Ensure some assumptions (*)
44728d0... stack: assert for some assumptions (*)
41ef1d8... atspicontext: Add a few missing break statements (*)
6dcdb4a... atspitextbuffer: Explicitly cast between pango and gtk enum (*)
d97cb85... textview: Remove a broken debug output statement (*)
85702f8... dnd demo: Make the transform code a bit more idiomatic (*)
98e88b7... text: Avoid a crash (*)
85d4b86... text: Fold focus_{in,out} into only caller (*)
1bf79a4... text: Fix a documentation mishap (*)
ff1fb4f... text: Remove empty root() implementation (*)
b6a843a... gl renderer: Fix two scale_x/y mixups (*)
9109dee... gl renderer: Don't use blur node bounds (*)
5b2b2fe... a11y: Fix up state / change enum confusion (*)
1e13acb... widget: Don't add reordered children (*)
374a451... a11y: Don't present HIDDEN accessibles (*)
b12992c... a11y: Handle HIDDEN state changes (*)
46e754a... a11y: Skip non-presented children when required (*)
e7b290d... a11y: Improve child notification for toplevels (*)
89a8c89... a11y: Improve child index helpers (*)
274f9ad... a11y: Emit child notification when toplevels get hidden (*)
bba6d60... window: Maintain accessible HIDDEN state (*)
2546b88... a11y: Redo child-added/-removed for toplevels (*)
434b145... stack: Don't transition when the visible child is remove (*)
7c10657... Cosmetics (*)
9a943e2... stack: Update HIDDEN a11y state for stack pages (*)
8ffb398... a11y: Handle all cases for state change (*)
adb7676... a11y: More State<>Change confusion (*)
313ba02... color editor: Add accessible labels (*)
e050a26... builder: Expot _gtk_builder_boolean_from_string privately (*)
fce455a... a11y: Parse booleans in ui files as expected (*)
677ea5f... a11y: Reuse builder parsing for enums (*)
f981ab7... Remove erroneous preconditions (*)
0fddf73... a11y: Add some parser tests (*)
c783e9a... Treat tristate as an enum when parsing (*)
6cd3bc7... modelbutton: Explicitly set up LABELLED-By relation (*)
4f15b98... docs: Add box, grid and center box to the gallery (*)
5fe8374... docs: Add GtkOverlay to the widget gallery (*)
b2d6011... Merge branch 'matthiasc/for-master' into 'master' (*)
b94ea1b... Adwaita: dropdown search box (*)
6d5c512... Merge branch 'wip/jimmac/gtk4-dropdown-papercuts' into 'mas (*)
8e6701c... gtkmediafile: Use cubic volume function (*)
6d7e56b... cloudprint: Make compile without warnings (*)
08004d4... Merge branch 'wip/otte/for-master' into 'master' (*)
eef1097... GdkW32: remove klassTEMPSHADOW (*)
0c49f73... Merge branch 'matthiasc/a11y-buildable' into 'master' (*)
8df883e... Merge branch 'matthiasc/atspi-child' into 'master' (*)
3a119a3... dropdown: Make search entry shrink (*)
25d2efe... dropdown: Add a checkmark to the selected item (*)
907fc30... gtk-demo: Add checkmarks to all dropdown demos (*)
975d763... Merge branch 'dropdown-checkmark' into 'master' (*)
d5b9489... Merge branch 'wip/baedert/for-master' into 'master' (*)
f90e7b9... Update POTFILES.skip (*)
5cbc555... textview: Update child allocations (*)
90fde9c... Merge branch 'matthiasc/for-master' into 'master' (*)
51d3575... Cosmetics (*)
524fbc3... gl: remove unused texture_from_surface API (*)
931f130... Merge branch 'wip/chergert/gdk-remove-texture_from_surface' (*)
60e67a6... macos: move setNeedsDisplay helper to GdkMacosCairoView (*)
0040667... macos: remove unused GL layer (*)
a3fd46c... glsl: tweak pre-processor to support Apple GLSL compiler (*)
adf60fb... macos: be tolerant of NULL GL context (*)
eb809ba... macos: tweak gravity while resizing (*)
de9c9ef... macos: implement GL context (*)
29ccd13... docs: Stop referring to the Quartz backend (*)
3617fba... docs: Include GDK_WINDOWING_MACOS (*)
574a3a4... gdk: Drop GdkPoint from the api (*)
1f8d593... docs: Add some detail to GdkTexture docs (*)
838d092... docs: Tweak GdkPaintable docs (*)
9f71bdd... docs: Cosmetics (*)
2df3822... docs: Small additions for GdkCursor docs (*)
d2adbad... docs: Tweak frame clock docs (*)
3afd5d7... docs: Tweak GdkSurface docs (*)
94305f2... docs: Tweak GdkPopup docs (*)
ce78d0c... docs: Tweak GdkToplevel docs (*)
3164f32... docs: Some restructuring (*)
6142238... Merge branch 'wip/chergert/gdk-macos-gl-renderer' into 'mas (*)
5a77994... Merge branch 'matthiasc/for-master' into 'master' (*)
6298fd1... gdk: remove remaining GDK_WINDOWING_QUARTZ usage (*)
38c39e2... NEWS: Updates (*)
03fec38... docs: Add details for gsk_renderer_new_for_surface (*)
8ed1f51... Merge branch 'wip/chergert/remove-GDK_WINDOWING_QUARTZ' int (*)
d819201... macos: add more aggressive clip to transparent subview (*)
a0ee25a... gtk-demo: Remove unnecessary code (*)
49bdc4f... Add another constraints demo (*)
b8f44de... constraintlayout: Fix parsing from ui file (*)
588fe5b... gtk-demo: Tweak the new constraints demo (*)
4b8134b... constraintlayout: Emit less change notification (*)
2dbaca2... constraintlayout: Make sure guides get their constraints (*)
19052d4... gtk-demo: Tweak descriptions of constraints demos (*)
117997d... Merge branch 'wip/chergert/gdk-macos-gl-renderer' into 'mas (*)
505df33... Add a test for constraints in ui files (*)
b23cae9... Drop unused gtk_buildable_set_buildable_property (*)
d35a218... testsuite: Improve coverage for GtkBoolFilter (*)
2b38d14... tests: Improve coverage for css data url parsing (*)
01d52a7... testsuite: Make all css tests run again (*)
c279bda... testsuite: Improve coverage for GtkStringFilter (*)
59dd7d8... testsuite: Improve coverage for GtkMultiFilter (*)
48dcbf4... expression: Fix property expressions for interfaces (*)
26150d8... testsuite: Improve coverage for GtkExpression (*)
f0e35c8... Drop unused includes (*)
1702a4c... Drop an unused private function (*)
9b78bc4... testsuite: Improve coverage (*)
af5e13b... Remove an unused function (*)
1c4c5e3... testsuite: Improve coverage for GtkStringList (*)
875452b... testsuite: Improve coverage for GtkMultiSorter (*)
7db58d5... gsk: Don't compile unused code (*)
9067654... css: Fix tokenization of CDO (*)
1a12999... testsuite: Add a css test (*)
48381bd... testsuite: Add a forgotten test (*)
970f91e... testsuite: Add more css parser tests (*)
07c491f... testsuite: Improve coverage for keys (*)
319d4c7... Update Polish translation (*)
924796b... Update German translation (*)
642ad4e... testsuite: Improve coverage for rectangles (*)
c8432ae... testsuite: Improve coverage for seats (*)
2dcc641... testsuite: Improve coverage for GdkDisplayManager (*)
168b21c... testsuite: Improve coverage for GdkTexture (*)
cb018ec... builder-tool: Avoid a crash (*)
b0b00d4... testsuite: Test gtk4-builder-tool simplify --replace (*)
a4e5f5c... testsuite: More gtk4-builder-tool tests (*)
5702b71... Remove leftover file (*)
c630285... Cosmetics (*)
3cf26b4... Fix the definition of GtkWidget:can-target (*)
e135772... buildertool: Improve GtkOverlay rewriting (*)
b79637a... testsuite: Test GtkOverlay rewriting (*)
d74c2a7... builder-tool: Drop unneeded code (*)
ac20c9c... builder-tool: Fix rewriting GtkPaned (*)
0cf372c... testsuite: Test GtkPaned rewriting (*)
c01f3be... testsuite: Test GtkActionBar rewriting (*)
3e8a22a... builder-tool: Rewrite GtkToolbar more (*)
c3f8010... testsuite: Test GtkToolbar rewriting (*)
4039b71... Set G_LOG_USE_STRUCTURED globally (*)
5751cd6... builder-tool: Install a log writer (*)
2613c2e... builder-tool: Avoid duplicate path prefixes (*)
38f74d8... builder-tool: Rewrite GtkFixed more (*)
4bd829e... testsuite: Test GtkFixed rewriting (*)
44b36b6... builder-tool: Stop rewriting GtkPopoverMenu (*)
403a70c... testsuite: Add tests for gtk4-builder-tool validate (*)
efc3141... Merge branch 'matthiasc/for-master' into 'master' (*)
14cbd13... gtk-demo: Use typographic style classes (*)
d2d7a4b... gtk-demo: Tweak window titles (*)
64ad490... gtk-demo: Tweak tagged entry styling (*)
14b65a3... gtk-demo: Polish the search bar demo (*)
4e745f0... gtk-demo: Polish all entry demos (*)
8a13909... fixup: window titles (*)
fb028f0... gtk-demo: Renovate the paned demo (*)
ace83a9... Merge branch 'matthiasc/for-master' into 'master' (*)
fb9a3bf... printoperation: Remove double assignment (*)
d3239c9... gl renderer: Nine-slice unblurred outset shadows (*)
df5e796... gl renderer: Refactor blurred shadow drawing code (*)
e6e964c... gl renderer: Refactor rendering shadow nodes (*)
fc312f7... gl renderer: Remove an outdated comment (*)
ee04cbc... gl renderer: Reword a comment (*)
50e7819... gl renderer: More load_vertex_data* usage (*)
8178dfb... gl renderer: Use the load_vertex_data* functions more often (*)
c8c2106... gl renderer: Refactor vertex data loading code (*)
82ca659... gl renderer: Make debugging code shorter (*)
b3657d5... widget-factory: Restore modality of the about dialog (*)
354f2b6... gtk-demo: Reanimate floppy buddy (*)
a3c9f85... gtk-demo: Tweak images demo (*)
c6ef194... gtk-demo: Remove more gtk3-demo icon uses (*)
dbdc909... Merge branch 'matthiasc/for-master' into 'master' (*)
1340ff2... Update comment annotations of gtk_tree_model_iter_previous (*)
e5ec4df... docs: Mention g_file_get_basename (*)
e3c38e4... NEWS: Updates (*)
5d59447... magnifier: Set a css name (*)
a3f3dc0... Adwaita: Set a background for magnifiers (*)
dab11ea... popover: Change default for cascade-popdown (*)
7624f66... widget-factory: Make sure we close popover on page 3 (*)
ddd16dd... texthandle: Fix positioning (*)
2120e9d... Simplify gdk_surface_queue_render (*)
e943822... texthandle: Queue a draw when role changes (*)
fd52220... Merge branch 'matthiasc/for-master' into 'master' (*)
499e4b4... broadway: Set modifier state of scroll events (*)
d8a795d... Win32 IME fixes (*)
30210c7... a11y: Move ATContext to an explicit realization model (*)
dafb2b0... a11y: Allow updating role on unrealized contexts (*)
bb24b35... gtk-demo: Set an accessible role (*)
828a067... Propagate accessible-role to backend (*)
ae9758b... a11y: Unrealize ATContext on dispose (*)
425d8ad... Set accessible label on GTK Demo's primary menu (*)
d88f7c9... a11y: Use the tooltip text as the accessible description (*)
72415ea... a11y: Make the Button labelled by its child label (*)
ba63aa7... a11y: Move parent context ref getter to its own function (*)
f220a1e... gtk-demo: Set some accessible properties (*)
d2a7ecf... gtk-demo: Simplify the run button (*)
23c4256... Merge branch 'a11y/atcontext-realize' into 'master' (*)
c48a990... a11y: Describe window controls (*)
1dde54b... a11y: Hide the "indent" in GtkTreeExpander (*)
66bba14... a11y: Remove stray g_printerr() (*)
75f96b8... surface: Be more lenient for autohide (*)
dcfb6e5... surface: Be smarter about autohide (*)
d2cc936... Cosmetics (*)
8ae415a... popovermenu: Fail gracefully if no model (*)
388f12b... Merge branch 'ebassi/for-master' into 'master' (*)
ed78fb1... Merge branch 'matthiasc/for-master' into 'master' (*)
e91b930... Revert "Simplify gdk_surface_queue_render" (*)
ce9cc2d... macos: always create dummy window/view for GL context (*)
7444a15... macos: remove synthesize_motion helper (*)
6309bd1... macos: clip damage when swapping buffers (*)
65b2ea1... macos: resize extra GL window/view when surface changes (*)
79fb572... Merge branch 'mr1063-for-master' into 'master' (*)
3785bf1... Merge branch 'fix-issue-2019-for-master' into 'master' (*)
b0e0af1... Merge branch 'patch-5' into 'master' (*)
c31c384... macos: fix calculation of mouse position (*)
024e048... Merge branch 'wip/chergert/fix-macos-pointer-position-over- (*)
7f16067... Merge branch 'wip/chergert/gdk-macos-gl-renderer' into 'mas (*)
3eaae74... 3.99.4 (*)
e40739b... demos/gtk-demo: Temporarily disable gui_app attribute
4637eae... Use native Windows API for converting keystrokes to charact
(*) 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]