summaryrefslogtreecommitdiff
path: root/gdk/gdkrgba.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Stop using g_sliceMatthias Clasen2023-03-141-2/+7
* css: Avoid more allocations for tokensMatthias Clasen2023-01-121-3/+3
* docs: standard names are CSS names, not X11 names Benjamin Otte2021-10-271-1/+1
* gdk_rgba_parse: Support HSL colorsJames Westman2021-09-101-4/+86
* Documentation fixesMatthias Clasen2021-05-201-2/+1
* docs: Rework the gdk docsMatthias Clasen2021-03-111-53/+49
* docs: Move detached sections into their own content fileEmmanuele Bassi2021-03-111-1/+1
* docs: CosmeticsMatthias Clasen2020-10-291-2/+2
* rgba: Use pango_color_parse_with_alphaMatthias Clasen2020-08-021-6/+9
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* GdkRGBA: Fix typo in documentationTimm Bäder2020-07-171-1/+1
* Drop fallback-c89.cChristoph Reiter2020-05-311-2/+0
* GdkRGBA: Use floats instead of doublesTimm Bäder2020-01-071-9/+12
* css: Use %f, not %.17fBenjamin Otte2019-05-291-1/+1
* css: Don't print numbers with exponentBenjamin Otte2019-05-291-1/+1
* rgba: Add gdk_rgba_parser_parse()Benjamin Otte2019-04-121-1/+183
* RGBA: tiny grammar improvements in to_string docDaniel Boles2018-12-171-2/+2
* RGBA: Consistently use “” around inline arg namesDaniel Boles2018-12-171-4/+4
* RGBA: Fix example to_string output for reality/CSSDaniel Boles2018-12-171-2/+2
* gdkrgba: Add a missing apostrophe in a doc commentDaniel Boles2018-03-191-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-16/+0
* GdkRGBA: Fix misspelt parameter names in docsDaniel Boles2017-07-061-2/+2
* GdkRGBA: Fix typo precentage => percentageDaniel Boles2017-07-061-1/+1
* API: gdk: Add gdk_rgba_is_clear() and gdk_rgba_is_opaque()Benjamin Otte2016-12-201-0/+34
* Revert "Add missing (out) annotation to gdk_rgba_parse"Emmanuele Bassi2016-02-021-1/+1
* Add missing (out) annotation to gdk_rgba_parsePhil Clayton2016-01-231-1/+1
* gdkrgba: Use %g instead of %.17g to print alphaBenjamin Otte2015-11-021-1/+1
* gdk_rgba_parse : do not segfault on null stringPierre-Yves Luyten2014-09-281-0/+3
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-2/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-7/+7
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* Docs: Use markdown for listsMatthias Clasen2014-02-021-16/+6
* docs: don't use structfield tagsWilliam Jon McCann2014-01-271-3/+1
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-6/+6
* GdkRgba: Fix 'loose' typoBastien Nocera2013-05-231-1/+1
* docs: Escape bare '#' in GdkRGBA string definitionsEmmanuele Bassi2012-05-201-1/+2
* Bug 670499-gdk/gdkrgba.c: Include fallback-c89.cChun-wei Fan2012-05-031-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Tighten up GdkRGBA parsingMatthias Clasen2012-01-091-11/+33
* Use g_slice_dupMatthias Clasen2012-01-071-9/+1
* More GDK documentation tweaksMatthias Clasen2011-02-091-40/+49
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-201-3/+3
* gdk: Add section docs for GdkRGBABenjamin Otte2010-12-061-0/+20
* gdk: Constify argument to gdk_rgba_copy()Benjamin Otte2010-12-061-1/+1
* rgba: Invert the arguments and improve bindabilityEmmanuele Bassi2010-11-281-3/+3
* docs: gdkrgba: Add "Since: 3.0" tagsJavier Jardón2010-11-151-0/+12
* Switch to CSS interpretation of rgb() and rgba() colorsOwen W. Taylor2010-11-031-22/+69