3986326bbf 
					 
					
						
						
							
							RGBA: tiny grammar improvements in to_string doc  
						
						
						
						
					 
					
						2018-12-17 20:16:42 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be60ddbec9 
					 
					
						
						
							
							RGBA: Consistently use “” around inline arg names  
						
						... 
						
						
						
						instead of being inconsistent and not using them later, which leaves a
bunch of single letters floating among real words, not the prettiest. 
						
						
					 
					
						2018-12-17 20:16:42 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						33a966952a 
					 
					
						
						
							
							RGBA: Fix example to_string output for reality/CSS  
						
						... 
						
						
						
						* We don't output spaces anywhere in the code, unlike the doc suggested.
* CSS explicitly forbids whitespace between function names and lparens:
  https://stackoverflow.com/questions/13877198  
						
						
					 
					
						2018-12-17 20:16:42 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92bef46b4c 
					 
					
						
						
							
							gdkrgba: Add a missing apostrophe in a doc comment  
						
						
						
						
					 
					
						2018-03-19 15:13:04 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac21aff55b 
					 
					
						
						
							
							GdkRGBA: Fix typo precentage => percentage  
						
						
						
						
					 
					
						2017-07-06 13:59:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a85384135c 
					 
					
						
						
							
							Revert "Add missing (out) annotation to gdk_rgba_parse"  
						
						... 
						
						
						
						This reverts commit 695860958ahttps://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  
						
						
					 
					
						2016-02-02 15:08:10 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						695860958a 
					 
					
						
						
							
							Add missing (out) annotation to gdk_rgba_parse  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=754990  
					
						2016-01-23 18:16:51 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						96a485d8b2 
					 
					
						
						
							
							gdkrgba: Use %g instead of %.17g to print alpha  
						
						... 
						
						
						
						This way 0.3 isn't printed as 0.29999999999999 
						
						
					 
					
						2015-11-02 20:32:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dce69904d8 
					 
					
						
						
							
							gdk_rgba_parse : do not segfault on null string  
						
						
						
						
					 
					
						2014-09-28 21:18:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						469d333aa2 
					 
					
						
						
							
							docs: use Returns: consistently  
						
						... 
						
						
						
						Instead of Return value: 
						
						
					 
					
						2014-02-19 18:56:05 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f6a964c47 
					 
					
						
						
							
							Docs: Remove all entities and turn off sgml mode  
						
						... 
						
						
						
						With all element markup gone, it is time to turn off
sgml mode, and get rid of entities as well. 
						
						
					 
					
						2014-02-09 17:58:07 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13998c55e7 
					 
					
						
						
							
							docs: use proper quotations instead of '*'  
						
						
						
						
					 
					
						2014-02-07 14:22:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a208fbbf3 
					 
					
						
						
							
							docs: use proper apostrophe  
						
						... 
						
						
						
						https://wiki.gnome.org/Design/OS/Typography  
					
						2014-02-07 13:06:10 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a22358c0c0 
					 
					
						
						
							
							docs: use ` instead of <literal>  
						
						
						
						
					 
					
						2014-02-04 18:24:29 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						30cc1512e6 
					 
					
						
						
							
							Docs: Use markdown for lists  
						
						... 
						
						
						
						This greatly reduces the amount of xml in the docs. 
						
						
					 
					
						2014-02-02 01:07:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4872ee75e6 
					 
					
						
						
							
							docs: don't use structfield tags  
						
						
						
						
					 
					
						2014-01-27 19:59:58 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22586ea7c2 
					 
					
						
						
							
							docs: use #*-struct instead of <structname>  
						
						
						
						
					 
					
						2014-01-27 19:59:55 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						314dcf7a9e 
					 
					
						
						
							
							GdkRgba: Fix 'loose' typo  
						
						... 
						
						
						
						Should be "lose"
https://bugzilla.gnome.org/show_bug.cgi?id=700844  
						
						
					 
					
						2013-05-23 20:53:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11aac235bc 
					 
					
						
						
							
							docs: Escape bare '#' in GdkRGBA string definitions  
						
						... 
						
						
						
						GTK-Doc does not like bare '#', so let's turn them into #. 
						
						
					 
					
						2012-05-20 13:45:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5626c489e 
					 
					
						
						
							
							Bug 670499-gdk/gdkrgba.c: Include fallback-c89.c  
						
						... 
						
						
						
						Include (gdk/)fallback-c89.c as isnan() and isinf() is used. 
						
						
					 
					
						2012-05-03 11:55:20 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d0febc9a6 
					 
					
						
						
							
							Change FSF Address  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5e6d25a50 
					 
					
						
						
							
							Tighten up GdkRGBA parsing  
						
						... 
						
						
						
						gdk_rgba_parse was accepting too much nonsense, as pointed out
in bug 667485. 
						
						
					 
					
						2012-01-09 00:31:20 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e867a94a2 
					 
					
						
						
							
							Use g_slice_dup  
						
						... 
						
						
						
						This saves some manual copying.
Pointed out in bug 667473. 
						
						
					 
					
						2012-01-07 19:00:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8291530abf 
					 
					
						
						
							
							More GDK documentation tweaks  
						
						
						
						
					 
					
						2011-02-09 02:44:19 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9389054da2 
					 
					
						
						
							
							[GI] Add (type) annotations to real types  
						
						
						
						
					 
					
						2011-01-20 10:38:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b042e39ec 
					 
					
						
						
							
							gdk: Add section docs for GdkRGBA  
						
						
						
						
					 
					
						2010-12-06 18:57:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4c9d1a321 
					 
					
						
						
							
							gdk: Constify argument to gdk_rgba_copy()  
						
						
						
						
					 
					
						2010-12-06 01:02:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1779ae79a1 
					 
					
						
						
							
							rgba: Invert the arguments and improve bindability  
						
						... 
						
						
						
						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  
						
						
					 
					
						2010-11-28 19:01:51 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9677dc0b60 
					 
					
						
						
							
							docs: gdkrgba: Add "Since: 3.0" tags  
						
						
						
						
					 
					
						2010-11-15 06:04:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5daab52661 
					 
					
						
						
							
							Switch to CSS interpretation of rgb() and rgba() colors  
						
						... 
						
						
						
						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  
						
						
					 
					
						2010-11-03 13:41:45 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edec3e12dd 
					 
					
						
						
							
							Make gdk_rgba_to_string() take a const GdkRGBA  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=633216  
					
						2010-10-29 21:16:52 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						377e7179b8 
					 
					
						
						
							
							Add tests for GdkRGBA serialization  
						
						... 
						
						
						
						In particular, test that serialization is not dependent on the
locale. 
						
						
					 
					
						2010-10-25 12:10:48 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5a5f8081f0 
					 
					
						
						
							
							Add GdkRGBA struct to supersede GdkColor  
						
						... 
						
						
						
						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. 
						
						
					 
					
						2010-10-22 20:14:56 +02:00