c96a1c4980 
					 
					
						
						
							
							Deprecate GtkAction and GtkUIManager  
						
						... 
						
						
						
						It is recommended to use GAction et al and GtkBuilder. 
						
						
					 
					
						2013-06-30 11:19:50 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1bf16944c9 
					 
					
						
						
							
							Add a testcase for closing display before exit  
						
						... 
						
						
						
						It works right now, lets keep it that way. 
						
						
					 
					
						2013-06-29 19:24:22 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aef9dca9d5 
					 
					
						
						
							
							Deprecate GtkIconFactory, GtkIconSet, GtkIconSource  
						
						... 
						
						
						
						We want to use GtkIconTheme instead. It is worth noting that
the parts that remain undeprecated are GtkIconSize and gtk_icon_size_lookup. 
						
						
					 
					
						2013-06-26 20:02:27 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						14c78ed667 
					 
					
						
						
							
							testsuite: Ignore deprecation warnings  
						
						
						
						
					 
					
						2013-06-26 15:51:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3224e72bc1 
					 
					
						
						
							
							Don't use stock APIs in the testsuite  
						
						
						
						
					 
					
						2013-06-24 19:53:08 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea4e88df86 
					 
					
						
						
							
							textiter: bug fix in forward_search() and backward_search()  
						
						... 
						
						
						
						When the search is case sensitive, g_utf8_normalize() is not called, so
the skip_decomp argument of the function forward_chars_with_skipping()
must be FALSE.
To verify that, when searching "éb", the count parameter of
forward_chars_with_skipping() have a different value:
- case sensitive: count = 2
- case insensitive: count = 3 (g_utf8_normalize() has been called)
The commit adds unit tests that didn't pass before, and that now pass
(without known regression, obviously).
https://bugzilla.gnome.org/show_bug.cgi?id=702977  
						
						
					 
					
						2013-06-24 20:14:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4c526e602b 
					 
					
						
						
							
							tests: Ignore deprecations  
						
						... 
						
						
						
						... for where there's no replacement. 
						
						
					 
					
						2013-06-24 01:13:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53a85c4084 
					 
					
						
						
							
							testsuite: Don't use deprecated functions  
						
						
						
						
					 
					
						2013-06-21 02:59:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						08d49fdd58 
					 
					
						
						
							
							Fix gtk_text_iter_forward_to_tag_toggle() for end iter  
						
						... 
						
						
						
						The function must return TRUE only if there is a tag toggle _after_ the
iter, not _at_ the iter. So for the end iter, the function must always
return FALSE.
Add also unit tests for gtk_text_iter_forward_to_tag_toggle().
https://bugzilla.gnome.org/show_bug.cgi?id=691266  
						
						
					 
					
						2013-06-20 20:22:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1fd74417c 
					 
					
						
						
							
							Avoid an uninitialized variable access  
						
						
						
						
					 
					
						2013-06-15 23:36:33 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						137e6f4d5f 
					 
					
						
						
							
							Avoid an uninitialized variable access  
						
						
						
						
					 
					
						2013-06-15 23:36:10 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						945e7a08f3 
					 
					
						
						
							
							Fix a small memory leak  
						
						
						
						
					 
					
						2013-06-15 23:35:51 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						059385b7b8 
					 
					
						
						
							
							Remove testing test again  
						
						... 
						
						
						
						This one fails on the build servers. 
						
						
					 
					
						2013-06-15 21:18:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5e241147b 
					 
					
						
						
							
							Add a few tests back  
						
						... 
						
						
						
						These were lost in the Makefile cleanup. 
						
						
					 
					
						2013-06-15 20:23:01 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fdb983f67e 
					 
					
						
						
							
							Fix object test  
						
						
						
						
					 
					
						2013-06-15 20:23:01 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						949402ebed 
					 
					
						
						
							
							Fix defaultvalue test  
						
						
						
						
					 
					
						2013-06-15 20:23:01 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						864ca76bf9 
					 
					
						
						
							
							testsuite: Avoid g_test_trap_fork  
						
						... 
						
						
						
						Fix cellarea tests to use g_test_trap_subprocess instead. 
						
						
					 
					
						2013-06-15 16:27:04 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8fbe284c5f 
					 
					
						
						
							
							Add listbox tests  
						
						
						
						
					 
					
						2013-06-15 16:03:43 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4af0e9bed 
					 
					
						
						
							
							testsuite: clean up build machinery a bit  
						
						... 
						
						
						
						No point in setting LDADD for every single binary,
when we can do it just once. Also, generate test.in files. 
						
						
					 
					
						2013-06-15 16:03:19 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						551f01e5f3 
					 
					
						
						
							
							Drop unneeded define  
						
						... 
						
						
						
						SRCDIR is no longer used. 
						
						
					 
					
						2013-05-29 22:02:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d768ee8a8 
					 
					
						
						
							
							Make sure we dist all testsuite ingredients  
						
						
						
						
					 
					
						2013-05-29 21:00:37 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b1740b965 
					 
					
						
						
							
							tests: Stop expander from failing  
						
						... 
						
						
						
						The test was flaky without gtk_widget_wait_for_draw(). 
						
						
					 
					
						2013-05-22 00:15:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cadbc9b9cc 
					 
					
						
						
							
							testsuite: temporarily disable failing tests  
						
						
						
						
					 
					
						2013-05-17 20:49:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4cf5ca3233 
					 
					
						
						
							
							tests: Use gtk_tree_view_wait_for_draw() in treeview-scrolling  
						
						... 
						
						
						
						Replace all idle handlers waiting for draw and all manual runs of the
event loop with a call to gtk_tree_view_wait_for_draw(). 
						
						
					 
					
						2013-05-17 20:49:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edaeacba13 
					 
					
						
						
							
							testsuite: Fix output of broken sed script in previous commit  
						
						
						
						
					 
					
						2013-05-16 19:51:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e20d48a5d3 
					 
					
						
						
							
							testsuite: install tests in gtk/  
						
						
						
						
					 
					
						2013-05-16 19:44:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						209ffc18e0 
					 
					
						
						
							
							testsuite: Fix srcdir != builddir builds  
						
						
						
						
					 
					
						2013-05-15 15:59:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bdfb55c945 
					 
					
						
						
							
							build: Move gtk/tests to testsuite/gtk  
						
						
						
						
					 
					
						2013-05-15 15:37:16 +02:00