882c81dab2 
					 
					
						
						
							
							Fix -Wincompatible-pointer-types warnings  
						
						
						
						
					 
					
						2019-01-23 12:18:18 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af350b20b1 
					 
					
						
						
							
							testentrycompletion: Avoid a compiler cast warning  
						
						... 
						
						
						
						Instead of getting the model again but then forgetting to cast it to a
ListStore, just use the other variable store where we already did both. 
						
						
					 
					
						2018-04-24 13:43:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						39ccbe6549 
					 
					
						
						
							
							tests: Drop manual property editor  
						
						... 
						
						
						
						No need for this anymore, now that we have the inspector everywhere. 
						
						
					 
					
						2014-05-22 08:32:48 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d0febc9a6 
					 
					
						
						
							
							Change FSF Address  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						260ccdfebe 
					 
					
						
						
							
							gtk: remove "gboolean homogeneous" from gtk_box_new()  
						
						... 
						
						
						
						Because it's FALSE in virtually all use cases. 
						
						
					 
					
						2010-11-02 12:04:35 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c15ef6405c 
					 
					
						
						
							
							Use gtk_box_new() instead gtk_[v|h]box_new()  
						
						
						
						
					 
					
						2010-10-30 17:37:03 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d97cdbdf53 
					 
					
						
						
							
							Include "config.h" instead of <config.h> Command used: find -name  
						
						... 
						
						
						
						2008-06-21  Johan Dahlin  <jdahlin@async.com.br >
    * *.[ch]: Include "config.h" instead of <config.h>
    Command used:
    find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
    Rubberstamped by Mitch and Tim
svn path=/trunk/; revision=20669 
						
						
					 
					
						2008-06-22 14:28:52 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						721c3bc101 
					 
					
						
						
							
							Replace a lot of idle and timeout calls by the new gdk_threads api.  
						
						... 
						
						
						
						2006-12-22  Matthias Clasen  <mclasen@redhat.com >
        * *.c: Replace a lot of idle and timeout calls by
        the new gdk_threads api. 
						
						
					 
					
						2006-12-22 19:10:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8bc9a3ed3 
					 
					
						
						
							
							Add property editors  
						
						
						
						
					 
					
						2005-10-26 03:55:35 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90196d7e5e 
					 
					
						
						
							
							Add some strings containing multibyte characters.  
						
						... 
						
						
						
						2005-09-13  Matthias Clasen  <mclasen@redhat.com >
	* tests/testentrycompletion.c (create_simple_completion_model): Add
	some strings containing multibyte characters.
	* gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix):
	Fix prefix insertion for multibyte characters.  (#316095 ,
	Tommi Komulainen) 
						
						
					 
					
						2005-09-13 15:08:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06e735a652 
					 
					
						
						
							
							Add Copyright/License information.  
						
						
						
						
					 
					
						2005-07-13 05:44:22 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54b45a19b9 
					 
					
						
						
							
							modules/engines/ms-windows/msw_rc_style.c  
						
						... 
						
						
						
						Fri Nov 19 15:18:51 2004  Manish Singh  <yosh@gimp.org >
        * modules/engines/ms-windows/msw_rc_style.c
        * modules/engines/ms-windows/msw_style.c
        * modules/engines/ms-windows/msw_theme_main.c
        * modules/engines/pixbuf/pixbuf-main.c
        * modules/engines/pixbuf/pixbuf-rc-style.c
        * modules/input/gtkimcontextime.c
        * modules/input/gtkimcontextxim.c
        * modules/input/imam-et.c
        * modules/input/imcedilla.c
        * modules/input/imcyrillic-translit.c
        * modules/input/iminuktitut.c
        * modules/input/imipa.c
        * modules/input/imthai-broken.c
        * modules/input/imti-er.c
        * modules/input/imti-et.c
        * modules/input/imviqr.c
        * tests/prop-editor.c
        * tests/testentrycompletion.c
        * tests/testfilechooser.c
        * tests/testmerge.c
        * tests/testtoolbar.c
        * tests/testtreecolumns.c
        * tests/testtreeview.c: get rid of unnecessary casts.
        * tests/testgtk.c (create_labels): add GTK_LABEL() casts for
        gtk_label_set_ellipsize() calls.
        * tests/testicontheme.c (main): remove unused pixbuf variable. 
						
						
					 
					
						2004-11-19 23:30:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d9f91432c9 
					 
					
						
						
							
							Don't try to remove stuff from an empty model. ( #156575 , Christian Persch)  
						
						... 
						
						
						
						2004-10-31  Matthias Clasen  <mclasen@redhat.com >
	* tests/testentrycompletion.c (animation_timer): Don't try to
	remove stuff from an empty model.  (#156575 , Christian Persch) 
						
						
					 
					
						2004-10-31 18:26:49 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5f92150d4 
					 
					
						
						
							
							Fix many sparse warnings.  
						
						
						
						
					 
					
						2004-10-28 15:00:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						21ad6be6ad 
					 
					
						
						
							
							Really handle a NULL model,  fixes   #137211  for real.  
						
						... 
						
						
						
						2004-10-25  Anders Carlsson  <andersca@gnome.org >
	* gtk/gtkentry.c: (gtk_entry_completion_timeout):
	* gtk/gtkentrycompletion.c: (gtk_entry_completion_set_model),
	(gtk_entry_completion_get_model), (gtk_entry_completion_complete):
	Really handle a NULL model, fixes  #137211  for real.
	* gtk/gtkfilechooserentry.c:
	(gtk_file_chooser_entry_maybe_update_directory):
	Remove _clear, #137211  is fixed.
	* tests/testentrycompletion.c: (main):
	Add completion with an empty model. 
						
						
					 
					
						2004-10-26 15:53:32 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5136747a4 
					 
					
						
						
							
							Make the second example use the ::match-selected signal to make it  
						
						... 
						
						
						
						2004-05-10  Matthias Clasen  <mclasen@redhat.com >
	* tests/testentrycompletion.c: Make the second example use the
	::match-selected signal to make it actually work. 
						
						
					 
					
						2004-05-10 17:55:49 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f571c18e4 
					 
					
						
						
							
							Add a missing cat. ( #141070 , Chris Sherlock)  
						
						... 
						
						
						
						2004-04-29  Matthias Clasen  <mclasen@redhat.com >
	* tests/testentrycompletion.c (main): Add a missing
	cat.  (#141070 , Chris Sherlock)
	* gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused
	variable.  (#141022 , Chris Sherlock)
	* gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing
	cast.  (#141013 , Chris Sherlock)
	* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove
	unused variable.  (#141011 , Chris Sherlock) 
						
						
					 
					
						2004-04-29 14:12:20 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4c24377fc0 
					 
					
						
						
							
							Fixed typo in entry completion test.  
						
						
						
						
					 
					
						2004-03-08 00:43:31 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc830c8827 
					 
					
						
						
							
							Test dynamic addition/removal.  
						
						... 
						
						
						
						Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de >
	* tests/testentrycompletion.c: Test dynamic addition/removal.
Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de >
	* gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not
	xthickness in the calculation of vertical dimensions. 
						
						
					 
					
						2004-03-08 00:08:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80581c3011 
					 
					
						
						
							
							Fixes   #136082  and  #135265 , patch by Morten Welinder.  
						
						... 
						
						
						
						2004-03-05  Federico Mena Quintero  <federico@ximian.com >
	Fixes  #136082  and #135265 , patch by Morten Welinder.
	* configure.in: Use AC_SYS_LARGEFILE.
	* */*.c: #include <config.h> 
						
						
					 
					
						2004-03-06 03:38:59 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						596cbff960 
					 
					
						
						
							
							Add testentrycompletion.  
						
						... 
						
						
						
						Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de >
	* tests/Makefile.am: Add testentrycompletion.
	* tests/testentrycompletion.c: New file to test some of the
	more exotic GtkEntryCompletion features. 
						
						
					 
					
						2004-03-02 19:59:20 +00:00