Stefan Neis 
							
						 
					 
					
						
						
							
						
						039bec17f4 
					 
					
						
						
							
							Readded #if wxUSE_UNICODE to ~wxApp.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6770  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 19:27:40 +00:00 
						 
				 
			
				
					
						
							
							
								George Tasker 
							
						 
					 
					
						
						
							
						
						3f755e2d96 
					 
					
						
						
							
							Modified to use the newly defined names for functions/classes/structs defined to match the wxWindows conventions for naming (primarily prefacing these items with wx).  
						
						... 
						
						
						
						Fixed program so it would not crash when using FILE|EXIT
Fixed widget alignment issues
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6769  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 19:09:42 +00:00 
						 
				 
			
				
					
						
							
							
								George Tasker 
							
						 
					 
					
						
						
							
						
						df991b9dfb 
					 
					
						
						
							
							Modified to use the newly defined names for functions/classes/structs defined to match the wxWindows conventions for naming (primarily prefacing these items with wx).  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6768  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 19:02:22 +00:00 
						 
				 
			
				
					
						
							
							
								George Tasker 
							
						 
					 
					
						
						
							
						
						fdc0367851 
					 
					
						
						
							
							Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them).  Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names.  The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names  
						
						... 
						
						
						
						Added a wxDbCreateDataSource() function, though it only works under MSW using VC6, because the API is not available with iODBC.  To use this, it requires linking in odbccp32.lib and #including odbcinst.h in db.h.  This function is disabled with #if 0 for now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6767  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 19:00:24 +00:00 
						 
				 
			
				
					
						
							
							
								George Tasker 
							
						 
					 
					
						
						
							
						
						4a8fc2c8b3 
					 
					
						
						
							
							Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them).  Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names.  The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names  
						
						... 
						
						
						
						Added a param to GetWhereClause() so that now the LIKE operator can be applied to strings rather than EQUAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6766  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 19:00:07 +00:00 
						 
				 
			
				
					
						
							
							
								George Tasker 
							
						 
					 
					
						
						
							
						
						8128349e81 
					 
					
						
						
							
							Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them).  Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names.  The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names  
						
						... 
						
						
						
						Undid RRs last change, as it breaks backward compatabilty with using this class with 1.6x (GetData() is still a supported function, and is used in dozens of other places in this file, so it could not have broken compilation).
Added a param to GetWhereClause() so that now the LIKE operator can be applied to strings rather than EQUAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6765  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 18:59:40 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						ab0f03868e 
					 
					
						
						
							
							added test for bug  #38  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6764  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 17:57:19 +00:00 
						 
				 
			
				
					
						
							
							
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						4e0dcbb14a 
					 
					
						
						
							
							converted some args to return values  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6763  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 17:37:32 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						0d910be798 
					 
					
						
						
							
							tooltip fix: compile-time test removed, comment explaining it added  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6762  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 17:37:18 +00:00 
						 
				 
			
				
					
						
							
							
								Václav Slavík 
							
						 
					 
					
						
						
							
						
						23d38b36f8 
					 
					
						
						
							
							added remark on hhp2cached  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6761  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 17:22:25 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						ccdb23df47 
					 
					
						
						
							
							better TestSocketServer()  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6760  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 16:47:45 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						9239628cfc 
					 
					
						
						
							
							bug fixes  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6759  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 16:30:14 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						8e3aec856b 
					 
					
						
						
							
							Only added \n to debug printfs  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6758  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 16:00:19 +00:00 
						 
				 
			
				
					
						
							
							
								David Webster 
							
						 
					 
					
						
						
							
						
						13588544c5 
					 
					
						
						
							
							compile bug fixed in SetCursor  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6757  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 15:53:49 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						aac67d4c3d 
					 
					
						
						
							
							More debug code  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6756  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 15:35:10 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						29c25a8e01 
					 
					
						
						
							
							MSW: Grouped all MSVC #pragma disable  
						
						... 
						
						
						
						Unix: Fixed GAddress_destroy leak as Vadim did for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6755  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 12:26:15 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						0ca580f6fb 
					 
					
						
						
							
							Process pending events before deleting pending objects, and do it  
						
						... 
						
						
						
						regardless of the value of wxUSE_THREADS (wxPostEvents can be used
in single threaded apps). Changed: wxApp::OnIdle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6754  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 12:05:01 +00:00 
						 
				 
			
				
					
						
							
							
								Jouk Jansen 
							
						 
					 
					
						
						
							
						
						967a572877 
					 
					
						
						
							
							Committing in .  
						
						... 
						
						
						
						Modified Files:
 	wxWindows/docs/readme_vms.txt
 ----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6753  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 08:49:44 +00:00 
						 
				 
			
				
					
						
							
							
								Jouk Jansen 
							
						 
					 
					
						
						
							
						
						27df579a6f 
					 
					
						
						
							
							Committing in .  
						
						... 
						
						
						
						Patches for the wxGTK compilation on VMS
 Modified Files:
 	wxWindows/descrip.mms wxWindows/setup.h_vms
 	wxWindows/include/wx/gtk/app.h
 	wxWindows/samples/minimal/descrip.mms
 	wxWindows/src/generic/descrip.mms
 	wxWindows/src/generic/filedlgg.cpp wxWindows/src/gtk/app.cpp
 	wxWindows/src/gtk/descrip.mms wxWindows/src/gtk/listbox.cpp
 	wxWindows/src/gtk/utilsgtk.cpp wxWindows/src/gtk/win_gtk.c
 	wxWindows/src/gtk/window.cpp
 	wxWindows/src/gtk/wx_gtk_vmsjackets.c
 ----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6752  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 08:07:59 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						117082d17b 
					 
					
						
						
							
							1. fixed memory leak in GAddress  
						
						... 
						
						
						
						2. fixed memory leak with wxLogStderr in wxBase
3. updated tmake files/makefiles for wxBase with wxSocket under MSW
4. fixed wxSashWindow cursor bug by allowing SetCursor(wxNullCursor)
5. fixed warning in gsock*.c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6751  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 01:12:31 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						89fc5e5d66 
					 
					
						
						
							
							removed test code  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6750  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 01:05:20 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						9fc3cba7fa 
					 
					
						
						
							
							some fixes in TestSocketServer()  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6749  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 01:04:50 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						8a9c22462a 
					 
					
						
						
							
							1. fixed memory leak in GAddress  
						
						... 
						
						
						
						2. fixed memory leak with wxLogStderr in wxBase
3. updated tmake files/makefiles for wxBase with wxSocket under MSW
4. fixed wxSashWindow cursor bug by allowing SetCursor(wxNullCursor)
5. fixed warning in gsock*.c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6748  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 01:03:52 +00:00 
						 
				 
			
				
					
						
							
							
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						9eb662e94c 
					 
					
						
						
							
							dropTarget is now dynamically allocated.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6747  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-16 00:15:48 +00:00 
						 
				 
			
				
					
						
							
							
								Unknown (NI) 
							
						 
					 
					
						
						
							
						
						7e42f2f863 
					 
					
						
						
							
							included missing header files - without them mingw32 compilation failed  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6746  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 23:31:15 +00:00 
						 
				 
			
				
					
						
							
							
								David Webster 
							
						 
					 
					
						
						
							
						
						c0dbf1fb90 
					 
					
						
						
							
							no message  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6745  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 23:27:47 +00:00 
						 
				 
			
				
					
						
							
							
								Stefan Neis 
							
						 
					 
					
						
						
							
						
						8138a3b0c6 
					 
					
						
						
							
							Bugfix  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6744  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 22:01:45 +00:00 
						 
				 
			
				
					
						
							
							
								Ron Lee 
							
						 
					 
					
						
						
							
						
						a99b3d76f2 
					 
					
						
						
							
							removed TAB_TRAVERSAL style  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6743  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 20:51:43 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Smart 
							
						 
					 
					
						
						
							
						
						d834f22c8e 
					 
					
						
						
							
							Some C++Builder fixes  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6742  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 19:53:30 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						8dfea369ea 
					 
					
						
						
							
							wxSocketServer test added to console sample  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6741  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 19:19:44 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Smart 
							
						 
					 
					
						
						
							
						
						669f7a111f 
					 
					
						
						
							
							Various compiler changes  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6740  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 18:52:23 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						2d8e9af9c9 
					 
					
						
						
							
							test data file for console sample  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6739  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 17:16:56 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						8e907a13ea 
					 
					
						
						
							
							1. wxFTP works (somehow)  
						
						... 
						
						
						
						2. wxSocket/GSocket wxBase support for Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6738  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 17:16:35 +00:00 
						 
				 
			
				
					
						
							
							
								David Webster 
							
						 
					 
					
						
						
							
						
						76990f630b 
					 
					
						
						
							
							no message  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6737  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 16:39:36 +00:00 
						 
				 
			
				
					
						
							
							
								Ron Lee 
							
						 
					 
					
						
						
							
						
						e893cd66dc 
					 
					
						
						
							
							added some missing makefile.unx to samples_dist  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6736  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 16:16:53 +00:00 
						 
				 
			
				
					
						
							
							
								Ron Lee 
							
						 
					 
					
						
						
							
						
						39fc1a6a05 
					 
					
						
						
							
							makefile changes for utils_dist  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6735  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 14:58:04 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						5f3629babd 
					 
					
						
						
							
							Fixed _Read() when waitall was not set and there was data in the pushback buffer  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6734  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 14:35:33 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						7b28543293 
					 
					
						
						
							
							Fixed typo  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6733  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 14:34:41 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						f4d5e0098a 
					 
					
						
						
							
							Fixed a endianness stupidity in the sample  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6732  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 13:29:07 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						52fbdb5892 
					 
					
						
						
							
							Added a warning for unknown events  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6731  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 13:28:07 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Smart 
							
						 
					 
					
						
						
							
						
						53adbc34a2 
					 
					
						
						
							
							Changes to ProjGen for new sample filenames  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6730  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 12:11:38 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						896e4cbf4d 
					 
					
						
						
							
							list.h was included twice  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6729  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 09:31:26 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						2288191b9c 
					 
					
						
						
							
							Forgot to commit this one - changes for wxBase  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6728  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 09:03:40 +00:00 
						 
				 
			
				
					
						
							
							
								Bart A.M. Jourquin 
							
						 
					 
					
						
						
							
						
						032da43172 
					 
					
						
						
							
							*** empty log message ***  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6727  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 08:49:20 +00:00 
						 
				 
			
				
					
						
							
							
								Bart A.M. Jourquin 
							
						 
					 
					
						
						
							
						
						3cfd2b707d 
					 
					
						
						
							
							removing ogl from utils  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6726  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 08:48:14 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Smart 
							
						 
					 
					
						
						
							
						
						de8e98f133 
					 
					
						
						
							
							Added missing includes  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6725  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 08:41:00 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						bbd41262ca 
					 
					
						
						
							
							mingw32 compilation fix  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6724  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 08:09:17 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						9f303149a0 
					 
					
						
						
							
							some fwd declarations added to the header  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6723  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 07:52:46 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						ed2eb9afcb 
					 
					
						
						
							
							Some modifications and additions for full wxBase support -  
						
						... 
						
						
						
						not tested yet, but it should work OK as is or with little
changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6722  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 06:05:00 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						bac6b9676c 
					 
					
						
						
							
							Fixed a bug in the latest 'micro optimization' - was skipping one  
						
						... 
						
						
						
						of each two events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6721  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-03-15 03:30:40 +00:00