Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						f36e602b3f
					 | 
					
						
						
							
							make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2007-11-12 21:37:46 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Václav Slavík
							
						 
					 | 
					
						
						
							
						
						b5dbe15d0b
					 | 
					
						
						
							
							added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2007-07-09 10:09:52 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						de160b0647
					 | 
					
						
						
							
							don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVERSAL is defined (currently it never is)
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2007-03-25 22:41:11 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						8ef74b15f7
					 | 
					
						
						
							
							add #if wxUSE_TOOLTIPS around DoSetToolTip()
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2007-01-10 13:45:11 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						a2dc658bba
					 | 
					
						
						
							
							set tooltips for the both subcontrols (patch 1622531)
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2007-01-07 16:00:11 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Michael Wetherell
							
						 
					 | 
					
						
						
							
						
						4107600f20
					 | 
					
						
						
							
							Missing headers.
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-09-04 16:40:08 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						55b43eaa02
					 | 
					
						
						
							
							undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-08-04 11:10:53 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						5f6475c145
					 | 
					
						
						
							
							moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-07-29 19:19:50 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						ecd87e5b71
					 | 
					
						
						
							
							improvements to wxPickerBase default proportion values (patch 1525578)
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-07-25 00:44:41 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						1bc7969717
					 | 
					
						
						
							
							added missing wx/sizer.h header
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-06-28 14:01:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						57b49e9445
					 | 
					
						
						
							
							fix VC compilation warnings about implicit int->bool conversion after last check in
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-06-27 14:12:05 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						a65ffcb229
					 | 
					
						
						
							
							use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-06-27 14:07:45 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Paul Cornett
							
						 
					 | 
					
						
						
							
						
						c757b5fee0
					 | 
					
						
						
							
							correct access for virtuals, unneeded includes
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-06-03 19:20:23 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Michael Wetherell
							
						 
					 | 
					
						
						
							
						
						80d2a664f8
					 | 
					
						
						
							
							Compile fix for no precompiled headers
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-06-02 14:05:54 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Vadim Zeitlin
							
						 
					 | 
					
						
						
							
						
						ec376c8fd9
					 | 
					
						
						
							
							added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329 by Francesco)
						
						
						
						
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 | 
					
						2006-05-31 23:57:54 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |