[gtk] (66 commits) Non-fast-forward update to branch wip/otte/css



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:

  9f61735... build: Add gtk-css static library
  1c3e815... css: Add GtkCssTokenizer
  a9b4a43... tokenizer: Pass error arg to read_token()
  86638af... csstokenizer: Add gtk_css_token_is_preserved()
  7486831... css: Split GtkCssLocation into its own file
  18f0308... parser: Add gtk_css_parser_has_token()
  980b1bc... cssparser: Get rid of _gtk_css_parser_begins_with()
  3a0380d... cssparser: Introduce gtk_css_parser_try_ident()
  6ee11e6... cssparser: Add gtk_css_parser_try_token()
  cbbd945... cssparser: Introduce gtk_css_parser_consume_function()
  0d24280... csstransformvalue: Use gtk_css_parser_consume_function()
  ca1af7d... cssfiltervalue: Use gtk_css_parser_consume_function()
  7c79e0e... cssimageicontheme: Use gtk_css_parser_consume_function()
  cf79c1b... cssimage: Make cross-fade() an array
  cfb216d... cross-fade: Use gtk_css_parser_consume_any()
  7690629... cross-fade: Make progress optional
  5ab338d... reftests: Add a cross-fade syntax-checking reftest
  a448393... cssimagerecolor: Use gtk_css_parser_consume_function()
  ce6987b... cssimagefallback: Use gtk_css_parser_consume_function()
  67461c2... cssimageradial: Use gtk_css_parser_consume_function()
  51849cd... shorthand: Use gtk_css_parser_try_ident()
  7b058bb... cssparser: Add gtk_css_parser_consume_ident()
  e01df6a... cssimagelinear: Use gtk_css_parser_consume_function()
  b916b0a... easevalue: Use gtk_css_parser_consume_function()
  f18665f... cssimagescaled: Use gtk_css_parser_consume_function()
  5b8ea6f... css: Make font-weight an integer
  11c01aa... parser: Get rid of _gtk_css_parser_is_eof()
  b92603a... cssparser: Drop _gtk_css_parser_has_prefix()
  223e535... cssparser: Add gtk_css_parser_try_at_keyword()
  51ca539... cssparser: Add gtk_css_parser_consume_string()
  31269e9... cssparser: Get rid of _gtk_css_parser_try_double()
  62dc7fb... cssparser: Add gtk_css_parser_try_delim()
  cc3d0c7... cssparser: Split integer gettig into has/consume functions
  379f703... cssparser: Add gtk_css_parser_resolve_url()
  b72b377... cssparser: Add gtk_css_parser_consume_url()
  144684c... Resurrect the CSS parser from the tokenizer branch
  116bee2... rgba: Add gdk_rgba_parser_parse()
  5ffa96d... css: Redo for new parser
  35b6f87... cssshadow: Use gtk_css_parser_consume_any()
  33cb493... testsuite: Handle warnings in CSS tests
  1408140... testsuite: Update parser tests to new errors
  2a20fc2... css: Use gtk_css_parser_consume_any() for transition shorth
  074640c... css: Review error messages
  754d836... csssection: Store a GtkCssLocation
  e8d5b09... csssection: Redo constructors
  4903163... css: Remove GtkCssSectionType
  e53ec26... cssection: Return locations, not numbers
  383752a... cssparser: Improve location APIs
  82f2ede... cssprovider: Change section handling
  d931daa... cssprovider: Advance parser to start of declaration
  e39196d... csssection: Make printing functions public
  58caf30... cssprovider: Redo error emission
  937b881... cssparser: Pass in error locations explicitly
  b7f4ff7... css: Move gtkcsssection.[ch] into gtk/css
  bff27e5... cssparser: Add error functions that take locations
  7851411... csspositionvalue: Redo the parser
  f72046c... calc: Have better error location range
  06253c1... cssprovider: Mark whole @import statement on import error
  4b416f5... selector: Inlcude : sign when reporting errors
  83aa00f... testsuite: Update integer test
  112b74d... testsuite: Check errors not just for line, but for full ran
  9405faf... testsuite: Update references for style test
  8f9a55b... testsuite: Fix stylecontext test
  31ebe76... transform: Add gsk_transform_from_string()

Commits added to the branch:

  dc8b5f7... Updated Lithuanian translation (*)
  427d216... inspector: Enable by default (*)
  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
  7ae8604... reftests: Add a cross-fade syntax-checking reftest
  0449634... cssimagerecolor: Use gtk_css_parser_consume_function()
  b74daf3... cssimagefallback: Use gtk_css_parser_consume_function()
  bbb42d3... cssimageradial: Use gtk_css_parser_consume_function()
  4a3e100... shorthand: Use gtk_css_parser_try_ident()
  bcd40c4... cssparser: Add gtk_css_parser_consume_ident()
  ff403c8... cssimagelinear: Use gtk_css_parser_consume_function()
  02ae56b... easevalue: Use gtk_css_parser_consume_function()
  d46d650... cssimagescaled: Use gtk_css_parser_consume_function()
  b477232... css: Make font-weight an integer
  3c7782f... parser: Get rid of _gtk_css_parser_is_eof()
  0bde961... cssparser: Drop _gtk_css_parser_has_prefix()
  08a716f... cssparser: Add gtk_css_parser_try_at_keyword()
  c3358a8... cssparser: Add gtk_css_parser_consume_string()
  f936eca... cssparser: Get rid of _gtk_css_parser_try_double()
  3f01167... cssparser: Add gtk_css_parser_try_delim()
  c7a5b3d... cssparser: Split integer gettig into has/consume functions
  9cefb00... cssparser: Add gtk_css_parser_resolve_url()
  9b915c6... cssparser: Add gtk_css_parser_consume_url()
  2650a58... Resurrect the CSS parser from the tokenizer branch
  812939b... rgba: Add gdk_rgba_parser_parse()
  10d5c42... css: Redo for new parser
  2534439... cssshadow: Use gtk_css_parser_consume_any()
  d1b85f4... testsuite: Handle warnings in CSS tests
  bab8562... testsuite: Update parser tests to new errors
  18bd7ea... css: Use gtk_css_parser_consume_any() for transition shorth
  0574720... css: Review error messages
  6a530f6... csssection: Store a GtkCssLocation
  75bca1d... csssection: Redo constructors
  a983637... css: Remove GtkCssSectionType
  25a2b9a... cssection: Return locations, not numbers
  b7c5acc... cssparser: Improve location APIs
  0f8a77f... cssprovider: Change section handling
  ba6cab7... cssprovider: Advance parser to start of declaration
  d89e504... csssection: Make printing functions public
  c88c7b8... cssprovider: Redo error emission
  2acb658... cssparser: Pass in error locations explicitly
  d776b5b... css: Move gtkcsssection.[ch] into gtk/css
  0c6e08f... cssparser: Add error functions that take locations
  8d7f6ea... csspositionvalue: Redo the parser
  026b003... calc: Have better error location range
  d27322c... cssprovider: Mark whole @import statement on import error
  803a36c... selector: Inlcude : sign when reporting errors
  469f354... testsuite: Update integer test
  d3bfbcf... testsuite: Check errors not just for line, but for full ran
  c75141d... testsuite: Update references for style test
  da76e48... testsuite: Fix stylecontext test
  ee29b4c... transform: Add gsk_transform_parse()

(*) 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]