Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						64196306bc 
					 
					
						
						
							
							Add a very simple page showing wxHeaderCtrl in the widgets sample  
						
						... 
						
						
						
						This is mostly in order to test that changing font and colours works for this
control (or, rather, that currently it doesn't in wxMSW). 
						
						
					 
					
						2016-04-17 16:03:28 +02:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						9bc3ab1ea7 
					 
					
						
						
							
							Add wxNativeWindow allowing to easily embed native widgets in wx.  
						
						... 
						
						
						
						Implement the class for wxMSW, wxGTK and wxOSX/Cocoa, show it in the widgets
sample and add documentation for it. 
						
						
					 
					
						2015-08-03 17:57:42 +02:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						3f84cb17ca 
					 
					
						
						
							
							Add wxActivityIndicator control.  
						
						... 
						
						
						
						This is a simple animated control indicating some program activity.
Provide native GTK+ (for > 2.20) and OS X implementations as well as a generic
one used under MSW.
Update the sample and the documentation. 
						
						
					 
					
						2015-03-20 00:08:37 +01:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						3ee12b2ca9 
					 
					
						
						
							
							Convert all XPM files to Unix EOLs.  
						
						... 
						
						
						
						Just as the normal sources (*.h, *.cpp), these files should be using LF and
not CR LF. 
						
						
					 
					
						2015-03-19 21:46:05 +01:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						59a2c19914 
					 
					
						
						
							
							Added wxTimePickerCtrl page to the widgets sample.  
						
						... 
						
						
						
						Even if this page is pretty trivial, add it for consistency with
wxDatePickerCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70069  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-12-20 21:27:06 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						a30e702974 
					 
					
						
						
							
							added wxGenericStaticBitmap ( #9608 )  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54314  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-06-21 15:32:33 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						747d7d7c15 
					 
					
						
						
							
							made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51228  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-01-16 01:39:44 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						a236aa2058 
					 
					
						
						
							
							many wxItemContainer-related changes:  
						
						... 
						
						
						
						1. the main function for item insertion is now DoInsertItems() which allows
   for much more efficient addition of many new items at once
2. the items client data management is done entirely in wxItemContainer
   itself, the derived classes don't have to distinguish between void and
   object client data
3. many fixes for sorted controls, in particular implemented wxCB_SORT support
   in wxGTK combobox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47730  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2007-07-26 13:54:14 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						db23ced867 
					 
					
						
						
							
							remove .cvsignore files, they're useless with svn  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46968  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2007-06-26 22:41:53 +00:00 
						 
				 
			
				
					
						
							
							
								Włodzimierz Skiba 
							
						 
					 
					
						
						
							
						
						c4f6d9982e 
					 
					
						
						
							
							wxGenericDirCtrl page for widgets sample.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41634  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-10-05 10:20:32 +00:00 
						 
				 
			
				
					
						
							
							
								Włodzimierz Skiba 
							
						 
					 
					
						
						
							
						
						b2b98dfd4b 
					 
					
						
						
							
							New icon for combobox with bitmaps. Improved readability of icons on dark backgrounds. Rgenerated makefiles.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41624  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-10-04 10:51:24 +00:00 
						 
				 
			
				
					
						
							
							
								Włodzimierz Skiba 
							
						 
					 
					
						
						
							
						
						53a0475d51 
					 
					
						
						
							
							'[ 1530831 ] wxOwnerDrawnComboBox page for Widgets sample' extended with icon.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40393  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-07-31 10:48:58 +00:00 
						 
				 
			
				
					
						
							
							
								Włodzimierz Skiba 
							
						 
					 
					
						
						
							
						
						137c8bde08 
					 
					
						
						
							
							[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39811  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-06-21 10:46:00 +00:00 
						 
				 
			
				
					
						
							
							
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						15fa9a1f82 
					 
					
						
						
							
							fixed line endings  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39709  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-06-14 06:38:38 +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 
						 
				 
			
				
					
						
							
							
								Włodzimierz Skiba 
							
						 
					 
					
						
						
							
						
						f9300d429e 
					 
					
						
						
							
							wxHyperlink page for widgets presentation.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39473  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-05-30 11:55:24 +00:00 
						 
				 
			
				
					
						
							
							
								Włodzimierz Skiba 
							
						 
					 
					
						
						
							
						
						32816f9a68 
					 
					
						
						
							
							wxToggleButton page added to widgets sample.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39317  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-05-24 14:56:15 +00:00 
						 
				 
			
				
					
						
							
							
								Włodzimierz Skiba 
							
						 
					 
					
						
						
							
						
						f2fdc4d56e 
					 
					
						
						
							
							Rearranged widgets sample to show more and categorized widgets.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39190  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2006-05-17 19:49:09 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						e4606ed9d0 
					 
					
						
						
							
							wxComboBox appearance fixes, looks fine now but doesn't really work under GTK  
						
						... 
						
						
						
						yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10945  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2001-07-10 15:07:52 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						32b8ec418a 
					 
					
						
						
							
							added more files (unchanged) from wxUniv branch  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10674  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2001-06-26 21:05:06 +00:00