| 
							
							
								 Francesco Montorsi | 9e48b1f56c | add the 'GarbageTestCase' which helped me to spot some buggy load routines git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2009-01-11 00:39:22 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 1156062f77 | also include wxSocket test in the GUI test as different event loop implementations may be used for console and GUI apps resulting in different bugs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-12-27 11:14:10 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 56873923f3 | extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-12-03 21:53:10 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 80cc5fc7ad | document column reordering in wxListCtrl; fix confusion between GetColumnOrder() and GetColumnIndexFromOrder() doing this discovered; show the use of these methods in the sample and added a unit test for them git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-11-26 19:11:22 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 506e9b7ed2 | rebaked using bakefile 0.2.5 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-27 16:40:51 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | c39058f631 | added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-15 15:55:25 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 841a25bbc3 | added a simple test for wxGetDisplayXXX() functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-22 16:03:45 +00:00 |  | 
			
				
					| 
							
							
								 Kevin Ollivier | 7664a67f57 | Rebake after bakefile changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-20 23:59:10 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | dc7f9c9cee | add unit test for wxTextEntry methods of wxComboBox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-19 10:18:30 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 99b9c0eac1 | do enable PCH for the tests, wx/wx.h was not precompiled for them resulting in much slower compilation than expected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-19 09:03:01 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | f0f6a32d4d | extract wxTextEntry unit tests in a reusable base class git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-19 08:55:25 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 3e50a139b4 | fixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be extended to cover more wxImage methods...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-05-30 19:30:23 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 5af86f4df5 | don't take the min size into account when setting the window size explicitly in wxGTK, just as wxMSW doesn't do it; mention this in the docs and added a unit test to enforce this git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-05-25 03:08:31 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 1a86d2e52c | create tests/window directory for wxWindow tests git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-05-25 02:56:22 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c8f80d2758 | throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-03-31 15:22:10 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 301d7a0da6 | added wxWindow::ClientToWindowSize and WindowToClientSize helpers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-02-12 15:49:22 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 6e0fbb3dbf | regenerated makefiles with bkl-0.2.3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-01-23 12:13:07 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 24dfe91709 | removed ANSI configs from VisualC++ project files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-11-25 11:14:40 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 6aaee6afdc | added wxMessageQueue class for inter-thread communications git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-11-01 01:35:20 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c0d9b217a7 | added unit test for some of wxTextCtrl methods and its events generation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-09-26 00:28:31 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9222c61388 | updated after fileconf/fileconftest.cpp to config/fileconf.cpp move git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-07-21 23:51:19 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | a989a329db | changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-06-30 12:13:58 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | ae4ccf12b6 | rebaked after changing the version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-07 02:14:45 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 25bb1412af | Move version number to 2.8.0.0 and rebake the makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-11-10 02:32:01 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 9d309aad76 | Rebake all the VC++ project files and makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-01-21 23:06:27 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 5c60e84569 | Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-11-09 02:34:32 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 4cbcfb73a0 | regenerated after version.bkl changes fixing -compatibility_version for Darwin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-10-03 21:05:25 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | d672173c65 | Renewed makefiles after reverting run-time lib change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-04-17 20:08:49 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 21c6080db7 | Regenerated makefiles for runtime lib change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-04-17 12:58:24 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 4818141bb2 | Changed version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-04-11 15:50:13 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 8c9f8f91cd | Updated version to 2.5.5 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-03-23 13:05:13 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | cb32743940 | Rebaked test.bkl for new tests largefile, size, point git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-02-08 16:10:29 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 98a50e202c | even GUI test should be console app git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-12-12 19:25:46 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | a0744a6b06 | added GUI test program git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-12-12 12:35:45 +00:00 |  |