[gtk] (85 commits) Non-fast-forward update to branch wip/otte/json
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (85 commits) Non-fast-forward update to branch wip/otte/json
- Date: Thu, 9 Dec 2021 14:53:29 +0000 (UTC)
The branch 'wip/otte/json' 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:
c69360d... testutils: Rewrite to use GSubprocess
d2d53d6... Add GtkJsonParser
b72e1be... Add GtkJsonPrinter
b42465b... tools: Add gtk-json-format
77771e5... jsonparser: Remove line number tracking
048969f... jsonparser: Build a character table and use it
da30a88... jsonparser: Split parsing strings from unescaping them
331cc16... jsonparser: Prevalidate numbers and strings
2f2370f... jsonparser: Remove the reader object
c936253... tools: Add gtk-json-validate
e3ecd07... jsonparser: Store the node in the character table
3a36ef9... json: Add gtk_json_parser_select_member()
f9063e9... jsonparser: Make select_member() fast
04fd425... jsonparser: Improve error handling
e7be94d... jsonparser: Accept UTF-8 BOM at start of document
c451576... jsonparser: Don't stack overflow
135d868... jsonparser: Don't treat \0 as eof
3d2f88d... testsuite: Add a testsuite for the json parser
ca07bf6... testsuite: Run json parser as a single test
cd9001e... jsonparser: Add some convenience API
2309ef9... demos: Add a simple JSON demo
15364a4... jsonparser: Implement integer getters
21725d1... jsonparser: Add gtk_json_parser_select_string()
Commits added to the branch:
42249ce... gtk: fix GTK_INVALID_LIST_POSITION type (*)
155b791... update focus indicators in popovers (*)
6b3a612... listbox: Explain behaviour of GtkListBoxCreateWidgetFunc (*)
f661724... textview: Respect editability for Emoji (*)
e0deacd... inspector: Make dropdowns bigger (*)
b3b0321... textview: Avoid misplacing the Emoji chooser (*)
5a42ccc... docs: Clarify a sentence in the migration guide (*)
bfd3d71... Merge branch 'matthiasc/for-main' into 'main' (*)
f1612e3... Merge branch 'update_focus_indicators_in_popovers' into 'ma (*)
5b1b75b... textbuffer: Fix pasting text (*)
3e7618f... textbuffer: Try harder to fix pasting (*)
2611a99... Merge branch 'matthiasc/for-main' into 'main' (*)
db46a8d... Add a testcase for scroll-to-mark (*)
67ad566... textview: Improve scroll-to-mark behavior (*)
72cf304... gdk/wayland: Use right modifiers for tablet button events (*)
9539cc4... gdk/wayland: Unset GDK_BUTTON1_MASK on proximity_in (*)
c8d83b7... gesturestylus: Use GtkEventControllerEvent events to track (*)
e64bb40... Merge branch 'wip/carlosg/tablet-fixes' into 'main' (*)
b57b12f... Update placeholder visibility when setting a buffer (*)
be94949... Merge branch 'issue-4376' into 'main' (*)
4058b80... Bump pango req (*)
bdf8794... gdksurface-win32.c: Call gdk_surface_set_egl_native_window( (*)
652ab1a... gskglcompiler.c: Force GLSL version 300 es as needed (*)
59238c6... Merge branch 'gtk4-win32-egl' into 'main' (*)
b9c2a92... Beef up the tabs demo (*)
e3a1a2e... Merge branch 'better-tabs-demo' into 'main' (*)
c517e94... textchildanchor: allow to specify replacement character (*)
d2bda8e... Merge branch 'text-anchor-replacement-char' into 'main' (*)
d5c0109... textview: Provide more context to input methods (*)
4d2be2e... Merge branch 'text-scroll-test' into 'main' (*)
6be352f... inspector: add im-module (*)
2f7fa10... Merge branch 'textview-im-surrounding' into 'main' (*)
02579a1... Merge branch 'wip/chergert/inspector-im-module' into 'main' (*)
ceb77d6... Merge branch 'wip/hadess/listbox-fixes' into 'main' (*)
ce1b970... gtkimcontextwayland: Set a higher IO extension priority (*)
fc67b5a... Merge branch 'wip/carlosg/im-wayland-module-priority' into (*)
6045418... gstmediafile: Correctly report unknown duration (*)
aca3b2d... Update Swedish translation (*)
a0c09bc... Merge branch 'check-for-unknown-duration' into 'main' (*)
d854228... Update Ukrainian translation (*)
b2c227e... Update Portuguese translation (*)
5bf5b58... Merge branch 'gi-const' into 'main' (*)
b9d4da9... gtktypes: GTK_INVALID_LIST_POSITION should be an int (*)
80a8b59... Merge branch 'wip/otte/for-main' into 'main' (*)
9fd7e31... viewport: Use array for member variables (*)
b8468af... viewport: Actually report the size we're gonna allocate (*)
f26cae3... Merge branch 'wip/otte/viewport' into 'main' (*)
fd0d360... Revert "viewport: Actually report the size we're gonna allo (*)
ce7b065... viewport: Allocate properly (*)
348e34f... Merge branch 'wip/otte/viewport' into 'main' (*)
15d01d4... surface: add missing va_marshaller for layout signal (*)
00d5f72... menutracker: reduce allocations and signal emission (*)
d1aec0c... actionmuxer: avoid duplicate and recursive work (*)
5484209... Merge branch 'wip/chergert/reduce-action-muxer-allocations' (*)
e3ba725... Merge branch 'wip/chergert/layout-marshaller' into 'main' (*)
12bb700... Merge branch 'wip/chergert/fix-recursive-action-muxer' into (*)
7ef54e9... picture: Return natural size 0 for size 0 (*)
7741df9... reftests: Rename a bunch of tests (*)
4de5d22... reftests: Add center-center reftests without GtkOverlay (*)
17c903e... Merge branch 'fix-picture-natural-size-0' into 'main' (*)
eede733... testutils: Rewrite to use GSubprocess
d87dd72... Add GtkJsonParser
c8a8315... Add GtkJsonPrinter
a997179... tools: Add gtk-json-format
58db232... jsonparser: Remove line number tracking
07bbe2b... jsonparser: Build a character table and use it
4936f6c... jsonparser: Split parsing strings from unescaping them
33c9428... jsonparser: Prevalidate numbers and strings
d9b8d02... jsonparser: Remove the reader object
02fbb3c... tools: Add gtk-json-validate
918d2ad... jsonparser: Store the node in the character table
45ed6d5... json: Add gtk_json_parser_select_member()
32f9d1e... jsonparser: Make select_member() fast
59fc8d4... jsonparser: Improve error handling
a54c319... jsonparser: Accept UTF-8 BOM at start of document
8abd751... jsonparser: Don't stack overflow
eee1ab6... jsonparser: Don't treat \0 as eof
64f530d... testsuite: Add a testsuite for the json parser
58819c2... testsuite: Run json parser as a single test
ddbe5ab... jsonparser: Add some convenience API
29a0213... demos: Add a simple JSON demo
2b02082... jsonparser: Implement integer getters
b1acf56... jsonparser: Add gtk_json_parser_select_string()
9f368a9... xxx 59fc8d42
80c1402... testsuite: Add JSON tests fuzzers complained about
(*) 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]