Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GdkRGBA: Fix misspelt parameter names in docs | Daniel Boles | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | GdkRGBA: Fix typo precentage => percentage | Daniel Boles | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | API: gdk: Add gdk_rgba_is_clear() and gdk_rgba_is_opaque() | Benjamin Otte | 2016-12-20 | 1 | -0/+34 |
| | | | | | | | I want to use these inside GSK, and I'm not a fan of putting GdkRGBA APIs into it or duplicating it into GTK. So public API it is. | ||||
* | Revert "Add missing (out) annotation to gdk_rgba_parse" | Emmanuele Bassi | 2016-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | This reverts commit 695860958a9a2e7c825bcec4d0d42b427f0fb47e. The change introduced an introspection ABI break. See also: https://bugzilla.gnome.org/show_bug.cgi?id=682125 If we want to move the parse() method to be a constructor or a class method, we'll need to do more testing or add new API. https://bugzilla.gnome.org/show_bug.cgi?id=754990 | ||||
* | Add missing (out) annotation to gdk_rgba_parse | Phil Clayton | 2016-01-23 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=754990 | ||||
* | gdkrgba: Use %g instead of %.17g to print alpha | Benjamin Otte | 2015-11-02 | 1 | -1/+1 |
| | | | | This way 0.3 isn't printed as 0.29999999999999 | ||||
* | gdk_rgba_parse : do not segfault on null string | Pierre-Yves Luyten | 2014-09-28 | 1 | -0/+3 |
| | |||||
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -2/+2 |
| | | | | Instead of Return value: | ||||
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -2/+2 |
| | | | | | With all element markup gone, it is time to turn off sgml mode, and get rid of entities as well. | ||||
* | docs: use proper quotations instead of '*' | William Jon McCann | 2014-02-07 | 1 | -7/+7 |
| | |||||
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
| | | | | https://wiki.gnome.org/Design/OS/Typography | ||||
* | docs: use ` instead of <literal> | William Jon McCann | 2014-02-04 | 1 | -2/+2 |
| | |||||
* | Docs: Use markdown for lists | Matthias Clasen | 2014-02-02 | 1 | -16/+6 |
| | | | | This greatly reduces the amount of xml in the docs. | ||||
* | docs: don't use structfield tags | William Jon McCann | 2014-01-27 | 1 | -3/+1 |
| | |||||
* | docs: use #*-struct instead of <structname> | William Jon McCann | 2014-01-27 | 1 | -6/+6 |
| | |||||
* | GdkRgba: Fix 'loose' typo | Bastien Nocera | 2013-05-23 | 1 | -1/+1 |
| | | | | | | Should be "lose" https://bugzilla.gnome.org/show_bug.cgi?id=700844 | ||||
* | docs: Escape bare '#' in GdkRGBA string definitions | Emmanuele Bassi | 2012-05-20 | 1 | -1/+2 |
| | | | | GTK-Doc does not like bare '#', so let's turn them into #. | ||||
* | Bug 670499-gdk/gdkrgba.c: Include fallback-c89.c | Chun-wei Fan | 2012-05-03 | 1 | -0/+2 |
| | | | | Include (gdk/)fallback-c89.c as isnan() and isinf() is used. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Tighten up GdkRGBA parsing | Matthias Clasen | 2012-01-09 | 1 | -11/+33 |
| | | | | | gdk_rgba_parse was accepting too much nonsense, as pointed out in bug 667485. | ||||
* | Use g_slice_dup | Matthias Clasen | 2012-01-07 | 1 | -9/+1 |
| | | | | | This saves some manual copying. Pointed out in bug 667473. | ||||
* | More GDK documentation tweaks | Matthias Clasen | 2011-02-09 | 1 | -40/+49 |
| | |||||
* | [GI] Add (type) annotations to real types | Pavel Holejsovsky | 2011-01-20 | 1 | -3/+3 |
| | |||||
* | gdk: Add section docs for GdkRGBA | Benjamin Otte | 2010-12-06 | 1 | -0/+20 |
| | |||||
* | gdk: Constify argument to gdk_rgba_copy() | Benjamin Otte | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | rgba: Invert the arguments and improve bindability | Emmanuele Bassi | 2010-11-28 | 1 | -3/+3 |
| | | | | | | | | Since parse() is a method of the Gdk.RGBA class, the GdkRGBA pointer should be the first argument, and the string the second one, to allow a more natural binding. https://bugzilla.gnome.org/show_bug.cgi?id=635879 | ||||
* | docs: gdkrgba: Add "Since: 3.0" tags | Javier Jardón | 2010-11-15 | 1 | -0/+12 |
| | |||||
* | Switch to CSS interpretation of rgb() and rgba() colors | Owen W. Taylor | 2010-11-03 | 1 | -22/+69 |
| | | | | | | | | | | CSS3 defines a somewhat odd syntax for rgba() colors - the rgb values are integers from 0 to 255 or percentages and the a value is a float from 0 to 1. To avoid increasing the total amount of confusion in the world, make gdk_rgb_to_string() and gdk_rgb_parse() follow this syntax rather than using floats for r, g, and b. https://bugzilla.gnome.org/show_bug.cgi?id=633762 | ||||
* | Make gdk_rgba_to_string() take a const GdkRGBA | Christian Persch | 2010-10-29 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=633216 | ||||
* | Add tests for GdkRGBA serialization | Matthias Clasen | 2010-10-25 | 1 | -5/+11 |
| | | | | | In particular, test that serialization is not dependent on the locale. | ||||
* | Add GdkRGBA struct to supersede GdkColor | Carlos Garnacho | 2010-10-22 | 1 | -0/+277 |
GdkRGBA is a boxed struct similar to GdkColor, with the difference that it stores alpha information as well, and colors are stored in [0..1] doubles, in the cairo spirit. gdk_cairo_set_source_rgba() has been also added to allow easier handling of this new type. |