summaryrefslogtreecommitdiff
path: root/gtk/css
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* gtk/css: data_url_path fix leak in error pathPablo Correa Gómez2022-08-121-2/+3
* css: Propagate charset conversion errorsMatthias Clasen2022-08-111-1/+11
* Merge branch 'docs-improvs-i' into 'main'Matthias Clasen2022-01-061-1/+1
|\
| * docs: Add misc linksMaximiliano Sandoval R2022-01-051-1/+1
* | gtk: add nullable annotation to gtk_css_section_get_fileBilal Elmoussaoui2022-01-011-1/+1
|/
* cssparser: Remove unused argumentBenjamin Otte2021-10-282-10/+7
* css: Split dimension tokenBenjamin Otte2021-10-212-7/+13
* cssparser: Make a signed expression unsignedTimm Bäder2021-10-171-1/+1
* Annotate gtk_css_tokenizer_get_location as constMatthias Clasen2021-09-141-1/+1
* cssparser: Mark some functions as pure and mallocMatthias Clasen2021-09-141-7/+7
* gtk: Clean up docs syntaxMatthias Clasen2021-05-226-27/+27
* docs: Reduce redundancyMatthias Clasen2021-05-202-5/+4
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* Documentation fixesMatthias Clasen2021-05-206-30/+25
* cssdataurl: Drop SECTIONMatthias Clasen2021-03-111-2/+1
* csssection: Tweak docsMatthias Clasen2021-03-111-3/+4
* csslocation: Tweak docsMatthias Clasen2021-03-111-3/+3
* csssection: Update docs syntaxEmmanuele Bassi2021-03-111-25/+28
* doc: fix annotation for GtkCssLocationDavid Lechner2021-01-061-1/+1
* csstokenizer: Keep a GString for name parsing aroundTimm Bäder2021-01-051-11/+10
* csstokenizer: Add separate init functions for token typesTimm Bäder2021-01-051-69/+108
* Merge branch 'wip/chergert/volatile-fixes' into 'master'Timm Bäder2020-12-291-1/+1
|\
| * types: fix various use of volatile in type registrationwip/chergert/volatile-fixesChristian Hergert2020-11-181-1/+1
* | build: Use a consistent style for Meson filesEmmanuele Bassi2020-12-151-18/+21
* | build: Remove linker flags from static librariesEmmanuele Bassi2020-12-151-2/+1
|/
* Set G_LOG_USE_STRUCTURED globallyMatthias Clasen2020-11-011-1/+0
* css: Fix tokenization of CDOMatthias Clasen2020-10-311-1/+1
* Allow inserting newlines in css stringsMatthias Clasen2020-10-022-5/+10
* css: Move _gtk_css_print_string aroundMatthias Clasen2020-10-024-3/+102
* css: Move the last parser api to the new headerMatthias Clasen2020-09-291-0/+3
* css: Fix parsing of scientific notationMatthias Clasen2020-08-291-4/+3
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-252-2/+2
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-061-2/+2
* Add pure and const annotations to various functionsTimm Bäder2020-01-261-5/+5
* cssparser: make a few local variables constTimm Bäder2020-01-261-3/+3
* Use a single compilation symbolEmmanuele Bassi2019-11-275-5/+5
* csstokenizer: Plug a leakTimm Bäder2019-11-191-2/+3
* css: Fix some doc typosMatthias Clasen2019-06-221-2/+2
* Add GTK_CSS_PARSER_WARNING_UNIMPLEMENTEDMatthias Clasen2019-06-221-1/+2
* rendernodeparser: Parse cairo scriptBenjamin Otte2019-05-301-0/+2
* css: Use %f, not %.17fBenjamin Otte2019-05-291-1/+1
* css: Don't print numbers with exponentBenjamin Otte2019-05-291-1/+1
* cssparser: Make gsk_renderer_consume_url() return a stringBenjamin Otte2019-05-122-13/+3
* cssparser: Don't allow commit_token() on block EOFBenjamin Otte2019-05-121-2/+12
* css: Add gtk_css_data_url_parse()Benjamin Otte2019-05-123-0/+211
* csstokenizer: Handle backslash at end of documentBenjamin Otte2019-05-081-17/+25
* csstokenizer: Consume the \ when encountering an errorBenjamin Otte2019-05-061-0/+1