[gtk] (79 commits) Non-fast-forward update to branch wip/otte/css
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (79 commits) Non-fast-forward update to branch wip/otte/css
- Date: Fri, 12 Apr 2019 16:04:37 +0000 (UTC)
The branch 'wip/otte/css' 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:
60e96fb... build: Add gtk-css static library
64d441e... css: Add GtkCssTokenizer
c6dd9e3... tokenizer: Pass error arg to read_token()
8556a60... csstokenizer: Add gtk_css_token_is_preserved()
f1bf86b... css: Split GtkCssLocation into its own file
e7c1ce7... parser: Add gtk_css_parser_has_token()
94ca60a... cssparser: Get rid of _gtk_css_parser_begins_with()
3b00460... cssparser: Introduce gtk_css_parser_try_ident()
3454d47... cssparser: Add gtk_css_parser_try_token()
db4656c... cssparser: Introduce gtk_css_parser_consume_function()
45806d6... csstransformvalue: Use gtk_css_parser_consume_function()
11e2fe9... cssfiltervalue: Use gtk_css_parser_consume_function()
f24f3bb... cssimageicontheme: Use gtk_css_parser_consume_function()
e3035c8... cssimage: Make cross-fade() an array
0630643... cross-fade: Use gtk_css_parser_consume_any()
1ef7db3... cross-fade: Make progress optional
27d42ef... reftests: Add a cross-fade syntax-checking reftest
4c048af... cssimagerecolor: Use gtk_css_parser_consume_function()
747217b... cssimagefallback: Use gtk_css_parser_consume_function()
e910e8e... cssimageradial: Use gtk_css_parser_consume_function()
09cf453... shorthand: Use gtk_css_parser_try_ident()
283dcac... cssparser: Add gtk_css_parser_consume_ident()
5d75ee8... cssimagelinear: Use gtk_css_parser_consume_function()
9dfc781... easevalue: Use gtk_css_parser_consume_function()
1b37fe2... cssimagescaled: Use gtk_css_parser_consume_function()
6457581... css: Make font-weight an integer
165ca73... parser: Get rid of _gtk_css_parser_is_eof()
d3870c9... cssparser: Drop _gtk_css_parser_has_prefix()
32ce56b... cssparser: Add gtk_css_parser_try_at_keyword()
73ddd2b... cssparser: Add gtk_css_parser_consume_string()
e34669b... cssparser: Get rid of _gtk_css_parser_try_double()
61a7df4... cssparser: Add gtk_css_parser_try_delim()
8dab460... cssparser: Split integer gettig into has/consume functions
6a44353... cssparser: Add gtk_css_parser_resolve_url()
4160fff... cssparser: Add gtk_css_parser_consume_url()
5bdcb5d... Resurrect the CSS parser from the tokenizer branch
bc46f3e... rgba: Add gdk_rgba_parser_parse()
9aceee1... css: Redo for new parser
6011a61... cssshadow: Use gtk_css_parser_consume_any()
d079a95... testsuite: Handle warnings in CSS tests
8006131... testsuite: Update parser tests to new errors
345f5fe... css: Use gtk_css_parser_consume_any() for transition shorth
a77576c... css: Review error messages
6055504... csssection: Store a GtkCssLocation
bb61f20... csssection: Redo constructors
af49250... css: Remove GtkCssSectionType
67d411e... cssection: Return locations, not numbers
9e701cc... cssparser: Improve location APIs
b4a0924... cssprovider: Change section handling
31128ed... cssprovider: Advance parser to start of declaration
769bde6... csssection: Make printing functions public
c7b23f5... cssprovider: Redo error emission
afd8cf1... cssparser: Pass in error locations explicitly
24277d5... css: Move gtkcsssection.[ch] into gtk/css
fb46bd2... cssparser: Add error functions that take locations
5ba657e... csspositionvalue: Redo the parser
3d9700d... calc: Have better error location range
6b19886... cssprovider: Mark whole @import statement on import error
c34cb46... selector: Inlcude : sign when reporting errors
8aae7de... testsuite: Update integer test
612b209... testsuite: Check errors not just for line, but for full ran
1eccdae... testsuite: Update references for style test
e11e087... testsuite: Fix stylecontext test
93bb139... transform: Add gsk_transform_parse()
d8a575f... builder: Parse GskTransform properties
b609098... tests: Remove testboxcss
0673db4... reftests: Fix CSS for various tests
d3ea5d1... reftests: Fix GtkFixed layout properties
Commits added to the branch:
f0c72bd... Adwaita: Add spacing to message dialogs (*)
b39d0ce... inspector: Fix css autosave (*)
838b251... inspector: Make rows activatable (*)
0842d08... inspector: Cometic fixes for controllers (*)
88086ea... meson: Only use HarfBuzz fallback when needed (*)
b91fbfd... Fix get_request_mode for GtkBoxLayout (*)
279cb57... Merge branch 'issue-1821' into 'master' (*)
eadd90c... ci: Use UTF-8 encoding for the test cover report (*)
637bd13... boxlayout: Remove unused variable (*)
5719b8c... build: Add gtk-css static library
f3259ca... css: Add GtkCssTokenizer
bd7a2ce... tokenizer: Pass error arg to read_token()
dda6d2c... csstokenizer: Add gtk_css_token_is_preserved()
0c9ec2d... css: Split GtkCssLocation into its own file
135597a... parser: Add gtk_css_parser_has_token()
a8b128f... cssparser: Get rid of _gtk_css_parser_begins_with()
5698b66... cssparser: Introduce gtk_css_parser_try_ident()
a7b19c1... cssparser: Add gtk_css_parser_try_token()
e874f44... cssparser: Introduce gtk_css_parser_consume_function()
a72a7f8... csstransformvalue: Use gtk_css_parser_consume_function()
a11f8fc... cssfiltervalue: Use gtk_css_parser_consume_function()
92c8e00... cssimageicontheme: Use gtk_css_parser_consume_function()
ca5ee6a... cssimage: Make cross-fade() an array
cd73d25... cross-fade: Use gtk_css_parser_consume_any()
e707a35... cross-fade: Make progress optional
f4d195a... reftests: Add a cross-fade syntax-checking reftest
a5aff40... cssimagerecolor: Use gtk_css_parser_consume_function()
505cd11... cssimagefallback: Use gtk_css_parser_consume_function()
caaa74a... cssimageradial: Use gtk_css_parser_consume_function()
e6797e7... shorthand: Use gtk_css_parser_try_ident()
e1a1ba6... cssparser: Add gtk_css_parser_consume_ident()
0d6796e... cssimagelinear: Use gtk_css_parser_consume_function()
f44a2a3... easevalue: Use gtk_css_parser_consume_function()
6c6ebca... cssimagescaled: Use gtk_css_parser_consume_function()
e88a822... css: Make font-weight an integer
0df6a9e... parser: Get rid of _gtk_css_parser_is_eof()
0e1d0f1... cssparser: Drop _gtk_css_parser_has_prefix()
38198cd... cssparser: Add gtk_css_parser_try_at_keyword()
f798950... cssparser: Add gtk_css_parser_consume_string()
e42860a... cssparser: Get rid of _gtk_css_parser_try_double()
259abfb... cssparser: Add gtk_css_parser_try_delim()
8342a9f... cssparser: Split integer gettig into has/consume functions
0863259... cssparser: Add gtk_css_parser_resolve_url()
3156ca8... cssparser: Add gtk_css_parser_consume_url()
20064e6... Resurrect the CSS parser from the tokenizer branch
ff9dd33... rgba: Add gdk_rgba_parser_parse()
5c20399... css: Redo for new parser
156f241... cssshadow: Use gtk_css_parser_consume_any()
50b22d1... testsuite: Handle warnings in CSS tests
9b4d198... testsuite: Update parser tests to new errors
ff879ff... css: Use gtk_css_parser_consume_any() for transition shorth
f9c0216... css: Review error messages
41e63cd... csssection: Store a GtkCssLocation
8cb5ac6... csssection: Redo constructors
db78a08... css: Remove GtkCssSectionType
39924ea... cssection: Return locations, not numbers
a1c0fe5... cssparser: Improve location APIs
5d8ec1c... cssprovider: Change section handling
3ace188... cssprovider: Advance parser to start of declaration
db05cde... csssection: Make printing functions public
5f45d49... cssprovider: Redo error emission
42b6184... cssparser: Pass in error locations explicitly
edb9dfc... css: Move gtkcsssection.[ch] into gtk/css
8cdb0e4... cssparser: Add error functions that take locations
5992875... csspositionvalue: Redo the parser
271496e... calc: Have better error location range
7d6d288... cssprovider: Mark whole @import statement on import error
abc8df5... selector: Inlcude : sign when reporting errors
4d4d61e... testsuite: Update integer test
4f1c429... testsuite: Check errors not just for line, but for full ran
e70b48c... testsuite: Update references for style test
7f077e5... testsuite: Fix stylecontext test
4e51196... transform: Add gsk_transform_parse()
b2399e3... builder: Parse GskTransform properties
e52b780... tests: Remove testboxcss
3e4b2ec... reftests: Fix CSS for various tests
4d6fe72... reftests: Fix GtkFixed layout properties
8675651... reftests: Mark the currently unfixed failures as XFAIL
7283210... CI: Turn on reftests
(*) 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]