| 
							
							
								 Robert Roebling | 51e21862c3 | Use correct tree style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-04-15 09:06:11 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | bd0b594dff | compilation fixes after string changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-06-27 20:49:19 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 45e6e6f8ab | call OnInit() from all samples to allow using standard command line options with all of them (patch 1623971) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-04 00:34:18 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 30be036c6d | Make animation of combo-popdown optional. Replace wxMiniSleep() + wxYield() implemenation
    by wxTimer based one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-26 20:35:57 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 974a12f86a | [ 1584680 ] wxComboCtrl Popup Animation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-25 19:48:46 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 06077aaf2c | add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-22 20:25:08 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | f97a9818a1 | Ok()->IsOk() replacement. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-09 09:01:55 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 129c8cf352 | [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-19 17:29:45 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | ce22ac4592 | 1552971 ] Add flag for wxODComboBox::OnDrawItem to indicate selection git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-19 17:16:50 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | e83844692e | [ 1524693 ] wxOwnerDrawnComboBox focus paint fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-20 14:37:47 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 7dc234d633 | [ 1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-17 08:45:12 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | fe02c2c2dd | [ 1522988 ] Keypress causes crash in combo sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-17 07:22:22 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 56f33b5ecd | [ 1515213] Combo sample improvements.git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-04 08:58:06 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 40b26d752d | [ 1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-14 18:38:47 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | ff3e84ffdc | File/dir dialog styles and other changes (patch 1488371): - check invalid combinations of styles in wxFileDialogBase::Create()
- use wxFD_XXX naming convention for wxFileDialog styles
- replaces wxDD_NEW_DIR_BUTTON with wxDD_DIR_MUST_EXIST
- removes #ifdef __WXGTK24__ / #endif blocks from wxGTK code
- removes wxFileDialogBase::Get/SetStyle and wxFileDialogBase::m_fileName
- renames wxDirDialogGTK to wxDirDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-05-28 23:32:12 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | a57d600f1a | renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-05-16 22:57:40 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 6d0ce565ff | fixes and missing files from the first wxComboControl patch (update of patch 1479938) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-05-09 16:18:19 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | a340b80d8a | wxComboControl and wxOwnerDrawnComboBox (patch 1479938) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-05-08 23:42:45 +00:00 |  |