ff46ea64c4 
					 
					
						
						
							
							docs: Escape the XML tags in the Widget class description  
						
						... 
						
						
						
						While gtk-doc doesn't care, this isn't really valid Markdown as the
GtkBuilder custom XML tags will be considered valid markup and embedded
as they are, breaking the HTML output. 
						
						
					 
					
						2021-08-22 19:38:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ade22d00f2 
					 
					
						
						
							
							gtk: Cast g_object_ref() to the right type  
						
						... 
						
						
						
						In GLib 2.56, g_object_ref() will check that you're assigning the return
value to a variable of the same type you're passing in. 
						
						
					 
					
						2018-02-11 23:32:42 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a5801b902 
					 
					
						
						
							
							combobox: Correct the CSS node docs  
						
						... 
						
						
						
						The box was somehow overlooked in the diagrams. 
						
						
					 
					
						2016-03-02 15:20:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8b9aacfc1 
					 
					
						
						
							
							combo: Add .linked class when appropriate  
						
						... 
						
						
						
						Add the .linked style class to combo boxes which have
an entry, since that is what they are. 
						
						
					 
					
						2016-01-15 17:55:44 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54a6e032ca 
					 
					
						
						
							
							combobox: Document the popup window CSS node  
						
						
						
						
					 
					
						2016-01-15 17:48:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92e3655ace 
					 
					
						
						
							
							combo box: Add diagrams to CSS documentation  
						
						
						
						
					 
					
						2015-11-03 14:27:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18b2fd4f70 
					 
					
						
						
							
							GtkComboBoxText: Use the new helpers  
						
						... 
						
						
						
						Use the new GtkBuilder helpers and g_markup_collect_attributes
in all builder subparsers. 
						
						
					 
					
						2015-04-27 01:15:24 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c37b3de74 
					 
					
						
						
							
							gtk: Don't use GObjectClass.constructor  
						
						... 
						
						
						
						Use the newer constructed instead, which has a fast path in GObject. 
						
						
					 
					
						2014-06-26 19:06:43 -04: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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a45418b67 
					 
					
						
						
							
							docs: use proper quotes  
						
						
						
						
					 
					
						2014-02-05 15:08:42 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b3d8ca456 
					 
					
						
						
							
							docs: Use "#" for refsect2 instead of ##  
						
						
						
						
					 
					
						2014-02-04 21:00:58 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						09d1b28249 
					 
					
						
						
							
							docs: Convert to markdown  
						
						... 
						
						
						
						Specifically, switch to using markdown syntax for sections. 
						
						
					 
					
						2014-02-02 00:30:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						768bc44081 
					 
					
						
						
							
							docs: use |[ ]| instead of <programlisting></programlisting>  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=723119  
					
						2014-01-29 12:45:49 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a37450110b 
					 
					
						
						
							
							Fix string allocation handling with GtkBuilder translations  
						
						... 
						
						
						
						Use g_string_assign to avoid issues with assigning GString's internal
buffer back to the same string. This can happen when no translations are
available and _gtk_builder_parser_translate returns back the same
pointer that was passed in.
This fixes a regression from commit e9f182e37ahttps://bugzilla.gnome.org/show_bug.cgi?id=700629  
						
						
					 
					
						2013-06-08 10:54:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11be64d3fe 
					 
					
						
						
							
							GtkComboBoxText: Improved GtkBuildable documentation.  
						
						... 
						
						
						
						Also removed a bogus FIXME comment which might have been true
a long time ago. Clarification: the "domain" attribute specified
in the builder script overrides any domain previously set with
gtk_builder_set_translation_domain(), so the translation of items
here is perfectly correct and does not need to be fixed. 
						
						
					 
					
						2013-05-12 21:56:40 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e9f182e37a 
					 
					
						
						
							
							Fix a few memory leaks wrt to translations  
						
						... 
						
						
						
						Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=699016 
The fix here is slightly different. We make
_gtk_builder_parser_translate return a const char * instead of
a dup'ed string, and fix up the callers. 
						
						
					 
					
						2013-04-28 21:43:49 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f48e9b1d20 
					 
					
						
						
							
							Add missing annotation for gtk_combo_box_text_get_active_text()  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=688140  
					
						2013-01-04 15:30:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0b4ab109d 
					 
					
						
						
							
							Documentation: Correct references to properties.  
						
						... 
						
						
						
						These should use :, not ::, though signals would use ::.
See
http://developer.gnome.org/gtk-doc-manual/unstable/documenting_syntax.html.en 
and
http://developer.gnome.org/gtk-doc-manual/unstable/documenting_symbols.html.en  
						
						
					 
					
						2012-02-15 11:43:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ea48c4139 
					 
					
						
						
							
							GtkComboBoxText: allow id='' tag in builder markup  
						
						... 
						
						
						
						Presently, GtkComboBoxText lets you list the items for it in the
GtkBuilder markup like so:
<items>
  <item translatable='yes'>Red</item>
  <item translatable='yes'>Blue</item>
</items>
but has no way to set the "id" column for added items.  Add an id='' tag
for that purpose so that you can do:
  <item id='red' translatable='yes'>Red</item>
https://bugzilla.gnome.org/show_bug.cgi?id=667319  
						
						
					 
					
						2012-01-04 17:00:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6aeab7b7cc 
					 
					
						
						
							
							comboboxtext: Set entry-text-column and id-column props in the constructor  
						
						... 
						
						
						
						This is cleaner than setting the value in the _new() functions and
makes binding and GtkBuilder instantiation easier. Bug #612396 , comment 65. 
						
						
					 
					
						2011-12-30 11:10:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						991b782b75 
					 
					
						
						
							
							Fix incomplete > entities in docs.  
						
						
						
						
					 
					
						2011-08-13 15:22:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84b259d076 
					 
					
						
						
							
							Make gtk_combo_box_text_get_active_text() behave as documented  
						
						... 
						
						
						
						If there is an entry, it is supposed to return the contents
of the entry. Pointed out by Allin Cottrell,
https://bugzilla.gnome.org/show_bug.cgi?id=642681  
						
						
					 
					
						2011-02-19 13:27:51 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						394ae46ec0 
					 
					
						
						
							
							Add some missing symbols to the docs  
						
						
						
						
					 
					
						2011-02-08 23:21:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9487ce77c4 
					 
					
						
						
							
							Changed GtkComboBoxText <items> builder parser to use g_string_append_len().  
						
						
						
						
					 
					
						2011-01-26 23:55:01 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8157126d8 
					 
					
						
						
							
							Fix GtkComboBoxText GtkBuildable <items> parsing to handle incomming text accumulatively  
						
						
						
						
					 
					
						2011-01-26 23:55:01 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						061d48b68d 
					 
					
						
						
							
							More doc build fixes  
						
						... 
						
						
						
						Grr, our mixture of xml and plain text in long descriptions is
a mess. 
						
						
					 
					
						2011-01-10 10:59:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2dafbba921 
					 
					
						
						
							
							Added GtkBuildable support for specifying <items> in GtkComboBoxText.  
						
						
						
						
					 
					
						2011-01-10 18:48:07 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c396c52327 
					 
					
						
						
							
							Documentation fixes  
						
						
						
						
					 
					
						2011-01-06 08:12:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52e1722f35 
					 
					
						
						
							
							GtkComboBox(Text): Add documentation about the entry  
						
						
						
						
					 
					
						2011-01-04 10:36:08 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						029083454b 
					 
					
						
						
							
							[GtkComboBoxText] Add checks for id-column/entry-text-column >= 0  
						
						... 
						
						
						
						If the GtkComboBoxText doesn't have id-column or entry-text-column
set for some reason (value -1), better warn and return. Else, unrelated
assertions fail, and warnings from gtk_tree_model_get_column_type()
are printed, which are not really obvious.
https://bugzilla.gnome.org/show_bug.cgi?id=637018  
						
						
					 
					
						2010-12-11 19:10:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						922324553b 
					 
					
						
						
							
							Bug 619148 - "active ID" properties (GtkComboBox)  
						
						... 
						
						
						
						Based on a patch by Matthias, add an "active-id" property for
GtkComboBox and add some convenience API for GtkComboBoxText.
Also, add a test case to gtk-demo. 
						
						
					 
					
						2010-11-30 00:29:16 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c7016ab87 
					 
					
						
						
							
							gtkcomboboxtext: remove unused variable  
						
						
						
						
					 
					
						2010-10-26 15:18:35 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7651c231e0 
					 
					
						
						
							
							Revert the id-column patch  
						
						... 
						
						
						
						It didn't quite turn out as I wanted it.
I'll put it in bug 619148 for now. 
						
						
					 
					
						2010-10-23 19:34:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0dd5eb4b61 
					 
					
						
						
							
							docs: GtkComboBoxText: more fixes  
						
						
						
						
					 
					
						2010-10-23 03:03:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d94adcf643 
					 
					
						
						
							
							docs: Some fixes in GtkComboboxText notations  
						
						
						
						
					 
					
						2010-10-23 03:01:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9fb36fff36 
					 
					
						
						
							
							Add a way to associate numeric ids with combobox values  
						
						... 
						
						
						
						This will let us use combo boxes as property editors for
GSettings enmerations easily. 
						
						
					 
					
						2010-10-23 02:31:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5862075e9d 
					 
					
						
						
							
							comboboxtext: Add gtk_combo_box_text_remove_all()  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=324899  
					
						2010-10-21 14:30:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b613cc6478 
					 
					
						
						
							
							Don't add a second cell renderer  
						
						... 
						
						
						
						When has-entry is TRUE, GtkComboBox already adds a cell renderer
for the text column, so avoid adding a second one in GtkComboBoxText.
https://bugzilla.gnome.org/show_bug.cgi?id=632381  
						
						
					 
					
						2010-10-18 08:13:41 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17cd0db6a8 
					 
					
						
						
							
							Fix some GtkComboBoxText problems  
						
						... 
						
						
						
						We must use entry-text-column explicitly to 0, since it defaults to -1. 
						
						
					 
					
						2010-10-16 08:17:34 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						45c463e376 
					 
					
						
						
							
							GtkComboBoxText: Use gtk_combo_box_text_remove instead gtk_combo_box_text_remove_text  
						
						
						
						
					 
					
						2010-10-16 02:07:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e9bdf6fd9 
					 
					
						
						
							
							Add docs for GtkComboBoxText  
						
						
						
						
					 
					
						2010-10-15 16:58:27 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						99cfbecf46 
					 
					
						
						
							
							Add gtk_combo_box_text_new_with_entry  
						
						... 
						
						
						
						Also, make use of the configured entry_text_column. 
						
						
					 
					
						2010-10-15 16:58:26 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a16722fc3a 
					 
					
						
						
							
							Use text column value in GtkComboBoxText  
						
						
						
						
					 
					
						2010-10-15 16:58:26 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a5a5e9c5d 
					 
					
						
						
							
							Added GtkComboBoxText api  
						
						... 
						
						
						
						This is a derived class of GtkComboBox to replace the
gtk_combo_box_*_text() convenience API.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=612396 
Signed-off-by: Javier Jardón <jjardon@gnome.org > 
						
						
					 
					
						2010-10-15 16:58:26 -04:00