Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						113cec4ab2 
					 
					
						
						
							
							Update wxPropertyGrid documentation  
						
						... 
						
						
						
						Completed documentation for topics marked as uncompleted. 
						
						
					 
					
						2017-03-27 18:54:16 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						cd96c664dd 
					 
					
						
						
							
							Updated documentation for some wxPropertyGrid classes.  
						
						... 
						
						
						
						Updated documentation for wxPGEditor, wxPropertyGridPage, wxPropertyGridManager, wx*Property classes.
Removed doxygen-style comments from header files. 
						
						
					 
					
						2016-07-23 23:38:39 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						c910085507 
					 
					
						
						
							
							Update documentation of some flags used by wxPropertyGridInterface methods.  
						
						
						
						
					 
					
						2016-07-08 19:49:03 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						04ba48e685 
					 
					
						
						
							
							Use enum instead of macro to represent flag used in wxPGPropertyGridInterface and wxPGProperty methods.  
						
						... 
						
						
						
						Use enums to represent all flags. 
						
						
					 
					
						2016-07-08 19:47:25 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						9bee5e1e2b 
					 
					
						
						
							
							Updated documentation for several wxPG components.  
						
						... 
						
						
						
						Updated wxPropertyGrid, wxPropertyGridEvent, wxPropertyGridPopulator documentation and removed doxygen-style comments from propgrid.h header file. 
						
						
					 
					
						2016-06-23 22:23:03 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Cornett 
							
						 
					 
					
						
						
							
						
						27a8d28029 
					 
					
						
						
							
							more use of wxOVERRIDE  
						
						
						
						
					 
					
						2015-09-06 17:20:42 -07:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						e0f5b49a07 
					 
					
						
						
							
							Fixed searching the elements in wxArrayPGProperty.  
						
						... 
						
						
						
						Use dedicated Index() function to search elements in wxArray instead of calling custom function. 
						
						
					 
					
						2015-07-20 21:50:30 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						a0afc17c75 
					 
					
						
						
							
							Use wxNullBitmap explicitly instead of wxPG_NULL_BITMAP.  
						
						... 
						
						
						
						wxPG_NULL_BITMAP macro is not useful because is used only once. In the rest of wxPG code wxNullBitmap is used explicitly many times so for the sake of consistency we can resign from using this macro. 
						
						
					 
					
						2015-07-17 22:29:37 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						79794391e9 
					 
					
						
						
							
							Declare wxPG_DEFAULT_IMAGE_SIZE as wxDefaultSize constant.  
						
						... 
						
						
						
						wxDefaultSize is an equivalent of wxSize(-1,-1) but is more portable. 
						
						
					 
					
						2015-07-15 21:45:27 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						8e2f1b47aa 
					 
					
						
						
							
							Use wxS macro with string literals.  
						
						... 
						
						
						
						To make string literals notation consistent. 
						
						
					 
					
						2015-06-12 23:39:00 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						6cc7811394 
					 
					
						
						
							
							Fixed minor typos in comments.  
						
						... 
						
						
						
						Yet another iteration. 
						
						
					 
					
						2015-06-09 20:04:27 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						aeed3322f2 
					 
					
						
						
							
							Fixed minor typos in comments.  
						
						
						
						
					 
					
						2015-06-08 21:49:38 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						c8088e479a 
					 
					
						
						
							
							Fixed minor typos in the name of variables.  
						
						
						
						
					 
					
						2015-06-08 21:48:08 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						cb6efbd3c3 
					 
					
						
						
							
							Lay out various wxPG dialogs based on the current system screen design.  
						
						... 
						
						
						
						Currently, customizing some dialogs for small screen environment is done statically on the build stage by setting wxPG_SMALL_SCREEN to 1 (what is done for WXWINCE only).
Instead, we can do this for all platforms in a dynamic manner, based on the classification provided by wxSystemSettings::GetScreenType() function.
In order to do so there is introduced a static helper function wxPropertyGrid::IsSmallScreen() which is used to select right parameters (size, position) for several dialogs in order to display them correctly on the small screen. 
						
						
					 
					
						2015-06-08 21:46:03 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						7c6943175b 
					 
					
						
						
							
							Prepare wxPG to build successfully when wxUSE_LONGLONG or wxUSE_DATETIME is disabled.  
						
						... 
						
						
						
						Make the code ready to build even when wxLongLong and wxDateTime types are not available. 
						
						
					 
					
						2015-04-03 21:12:54 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						cafff4405a 
					 
					
						
						
							
							Use constant variables to store cached constants in wxPGGlobalVarsClass.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78405  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2015-01-22 17:32:48 +00:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						1fd049988d 
					 
					
						
						
							
							Use a hash set instead of vector to hold dedicated keys in wxPG.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78173  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2014-11-24 16:04:53 +00:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						c234f5078f 
					 
					
						
						
							
							Fix deleting editor controls associated with wxPG properties from within event handler.  
						
						... 
						
						
						
						Editor controls (and their event handlers) deleted from within wxPG event handler shouldn't by deleted in global idle event handler but only in local wxPG event handler because global idle events can be generated also by calling e.g. wxYield when wxPG is not in the real idle state.
Closes  #16617 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78030  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2014-10-16 22:49:01 +00:00 
						 
				 
			
				
					
						
							
							
								Artur Wieczorek 
							
						 
					 
					
						
						
							
						
						3c483f6739 
					 
					
						
						
							
							Use native renderers in wxPG under MSW by default.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76911  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2014-07-13 16:38:19 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Cornett 
							
						 
					 
					
						
						
							
						
						967a94c91a 
					 
					
						
						
							
							remove WXWIN_COMPATIBILITY_2_6, add WXWIN_COMPATIBILITY_3_0  
						
						... 
						
						
						
						closes  #15792 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75532  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
					
						2014-01-04 20:07:33 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						3f66f6a5b3 
					 
					
						
						
							
							Remove all lines containing cvs/svn "$Id$" keyword.  
						
						... 
						
						
						
						This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.
If nothing else, this will make an eventual transition to Git simpler.
Closes  #14487 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2013-07-26 16:02:46 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						de75a255e5 
					 
					
						
						
							
							Never refresh controls from EVT_PAINT handler in wxPropertyGrid.  
						
						... 
						
						
						
						Refreshing the controls after finishing repainting the grid results in an
infinite stream of paint events, so don't do this, especially as this doesn't
seem to have any bad consequences under wxGTK which was the only major
platform where this behaviour was enabled.
Also rename wxPG_REFRESH_CONTROLS_AFTER_REPAINT to just wxPG_REFRESH_CONTROLS
and keep the control refreshing code for wxGTK only in a couple of places
outside of EVT_PAINT handler to be on the safe side.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70509  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-02-05 01:20:00 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						35f8ae6572 
					 
					
						
						
							
							Removed wxPG_DOUBLE_BUFFER constant. Now all wxPG rendering is done double-buffered, regardless of the platform. Code path with wxPG_DOUBLE_BUFFER = 0 did not render correctly ( fixes   #13140 ). In future should probably use wxAutoBufferedPaintDC or something similar, but this will require non-trivial code changes and testing.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67494  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-04-15 09:23:23 +00:00 
						 
				 
			
				
					
						
							
							
								Dimitri Schoolwerth 
							
						 
					 
					
						
						
							
						
						4c51a665c6 
					 
					
						
						
							
							Fixed various typos.  
						
						... 
						
						
						
						Applied patch by snowleopard2 fixing a bunch of typos such as misspellings and double words in the documentation. Combined the patch with some local queued typos waiting to be committed as well as adding new typo fixes inspired by the patch.
Function names with American spelling were not changed nor was third-party code touched. The only code changes involve some changes in strings that are translated ("Can not" -> "Cannot").
Closes  #13063  (again).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67280  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-03-22 14:17:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						c27615f55c 
					 
					
						
						
							
							Streamline wxPropertyGrid tooltip code  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65593  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2010-09-23 12:58:02 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						6f631217a9 
					 
					
						
						
							
							Added missing wx/defs.h includes in propgrid headers  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65423  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2010-08-26 13:25:07 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						526954c596 
					 
					
						
						
							
							Globally use "wxWindows licence" consistently.  
						
						... 
						
						
						
						Use "wxWindows licence" and not "wxWidgets licence" (the latter doesn't
exist) and consistently spell "licence" using British spelling.
See #12165 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64940  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2010-07-13 13:29:13 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						8d2c70414c 
					 
					
						
						
							
							Added wxPropertyGrid::DedicateKey(), which prevents specific key presses from being eaten by editor controls. This is useful for customizing keyboard navigation. Also added utility function wxPGFindInVector<>(), which is used in the new code, and also in some other places.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64562  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2010-06-12 09:30:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						4e0bdd562d 
					 
					
						
						
							
							Adapted wxPropertyGrid documentation, samples, tests, and wxVariantData-macros to the new wxAny<->wxVariant conversions  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64001  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2010-04-16 14:36:32 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						ec3cce5a29 
					 
					
						
						
							
							Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63458  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2010-02-10 16:45:39 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						0847e36eff 
					 
					
						
						
							
							wxTextEntry::SetMargins(), GetMargins() - implemented on wxMSW and wxGTK (GTK+ 2.10+); also added similar functions into wxComboCtrl, deprecated old indent-functions; wxPropertyGrid modified to use the new functionality  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61834  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-09-05 12:39:12 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						1bfcd80c2f 
					 
					
						
						
							
							Removed obsolete conditional compile option wxPG_CREATE_CONTROLS_HIDDEN  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61744  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-08-23 15:34:25 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						29a35dd5fe 
					 
					
						
						
							
							Don't define wxArrayPGProperty as std::vector in STL build.  
						
						... 
						
						
						
						wxArray::Remove() method is used on it so defining it as std::vector<> breaks
compilation in STL build. It is also insonsistent with all the other arrays in
wx none of which used "#if wxUSE_STL" around its definition.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61691  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-08-18 00:27:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						4e00b90802 
					 
					
						
						
							
							Added support for wxLongLong and wxULongLong in wxVariant ( closes   #10166 )  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61070  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-06-15 22:43:27 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						45e82d4ceb 
					 
					
						
						
							
							Added better asserts, helps with debugging strange wxVariant issues  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60912  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-06-06 15:27:55 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						4aee83345e 
					 
					
						
						
							
							Property value images are no longer shrinked horizontally  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59374  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-03-06 17:32:28 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						0eb877f2c1 
					 
					
						
						
							
							Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57975  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-01-10 15:16:03 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						433969811e 
					 
					
						
						
							
							Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropertyGridInterface; default sorting is now case-insensitive  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57894  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2009-01-07 18:53:09 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						e9cc4973ff 
					 
					
						
						
							
							Fixed various NULL reference issues. Also cleaned up wxPGComboBox code overall a bit.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56782  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-11-15 10:34:36 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						1621f192d9 
					 
					
						
						
							
							Removed property editor validation failure assertions when implicitly clearing selection. Added relevant notes into documentation of member functions that previously asserted.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56690  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-11-06 18:05:09 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						f275b5dbfd 
					 
					
						
						
							
							User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug  #2181860 )  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56475  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-10-20 17:01:17 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						1425eca550 
					 
					
						
						
							
							Added virtual wxPGProperty::ValueToString(). In derived property classes, now it must be implemented instead of GetValueAsString (assertion failure is raised at run-time if you fail to do so). This change is needed to properly support wxEVT_PG_CHANGING for nested composite string properties. wxPGProperty::GenerateComposedValue() partially updated to support this.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56363  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-10-16 17:19:50 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						012b4a0790 
					 
					
						
						
							
							Correct positioning of wxTextCtrl in wxPropertyGrid for wxMac  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56304  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-10-14 12:32:01 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						9861dc94bb 
					 
					
						
						
							
							Use native closure buttons under GTK+  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56273  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-10-13 11:21:37 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						c26873c8ef 
					 
					
						
						
							
							Remove use of wxPG_EDITOR macro  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56127  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-10-06 15:38:30 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						ea5af9c535 
					 
					
						
						
							
							Fix RCS-IDs  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56096  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-10-05 18:03:43 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						f7a094e1af 
					 
					
						
						
							
							Converted various wxArrayPtrVoids to wxVectors  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55989  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-09-30 17:23:27 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						2a8312bced 
					 
					
						
						
							
							Make wxPGValidationInfo class instead of struct, re-document it (used at least by derived wxPGProperty::ValidateValue())  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55949  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-09-29 16:23:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						a6162a3eaf 
					 
					
						
						
							
							'wx(U)LongLong << variant' type safety improved (now works even if variant has plain long value). Added << operator and WXVARIANT template specialization for wx(U)LongLong_t as well. Changed WX_PG_DECLARE/IMPLEMENT_VARIANT_DATA so that classname << variant can be customized.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55771  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-09-21 16:54:22 +00:00 
						 
				 
			
				
					
						
							
							
								Jaakko Salli 
							
						 
					 
					
						
						
							
						
						a48fcef3e8 
					 
					
						
						
							
							Remove redundant GetValueRef() from wxVariantData impl macro  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55769  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2008-09-21 15:58:03 +00:00