- 04 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 02 Feb, 2014 1 commit
-
-
Matthias Clasen authored
This greatly reduces the amount of xml in the docs.
-
- 28 Jan, 2014 2 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
- 23 May, 2013 1 commit
-
-
Bastien Nocera authored
Should be "lose" https://bugzilla.gnome.org/show_bug.cgi?id=700844
-
- 20 May, 2012 1 commit
-
-
Emmanuele Bassi authored
GTK-Doc does not like bare '#', so let's turn them into #.
-
- 03 May, 2012 1 commit
-
-
Chun-wei Fan authored
Include (gdk/)fallback-c89.c as isnan() and isinf() is used.
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 09 Jan, 2012 1 commit
-
-
Matthias Clasen authored
gdk_rgba_parse was accepting too much nonsense, as pointed out in bug 667485.
-
- 08 Jan, 2012 1 commit
-
-
Matthias Clasen authored
This saves some manual copying. Pointed out in bug 667473.
-
- 09 Feb, 2011 1 commit
-
-
Matthias Clasen authored
-
- 20 Jan, 2011 1 commit
-
-
Pavel Holejsovsky authored
-
- 06 Dec, 2010 2 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
-
- 28 Nov, 2010 1 commit
-
-
Emmanuele Bassi authored
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
-
- 16 Nov, 2010 1 commit
-
-
Javier Jardón authored
-
- 15 Nov, 2010 1 commit
-
-
Javier Jardón authored
-
- 05 Nov, 2010 1 commit
-
-
Owen W. Taylor authored
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
-
- 03 Nov, 2010 1 commit
-
-
Owen W. Taylor authored
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
-
- 30 Oct, 2010 2 commits
-
-
- 25 Oct, 2010 1 commit
-
-
Matthias Clasen authored
In particular, test that serialization is not dependent on the locale.
-
- 22 Oct, 2010 1 commit
-
-
Carlos Garnacho authored
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.
-