Robin Dunn 
							
						 
					 
					
						
						
							
						
						0656d2e68d 
					 
					
						
						
							
							Fixed wxSplitterEvent to set it's id to be the splitter window's id so  
						
						... 
						
						
						
						events can be caught correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5088  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-12-23 20:12:34 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						d5a07b9ec9 
					 
					
						
						
							
							Various distrib things,  
						
						... 
						
						
						
						Applied patches for HP-UX compilation,
  Corrected (?) vetoing of tree expansion,
  Raised version.h to 2.1.10
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3932  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-10-11 22:36:46 +00:00 
						 
				 
			
				
					
						
							
							
								Stefan Csomor 
							
						 
					 
					
						
						
							
						
						585ae8cbc0 
					 
					
						
						
							
							CW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3433  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-08-20 15:36:30 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						72195a0fd2 
					 
					
						
						
							
							Corrected cursors for during capture mouse.  
						
						... 
						
						
						
						Added wxSP_LIVE_UPADTE to splitter.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2683  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-07 09:00:15 +00:00 
						 
				 
			
				
					
						
							
							
								Unknown (BV) 
							
						 
					 
					
						
						
							
						
						370938d99c 
					 
					
						
						
							
							Added always-unsplittable style option (wxSP_PERMIT_UNSPLIT)  
						
						... 
						
						
						
						Added visual feedback on limits for sash-drag
(Fix of previous broken behaviour: now unplits only if min pane size == 0 or
 if always-unsplittable style flag is used.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2552  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-24 16:19:06 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						42e69d6b43 
					 
					
						
						
							
							1. wxMSW seems to work (please test and send your bug reports!)  
						
						... 
						
						
						
						2. accelerators in the menus a la GTK (actually slightly better) implemented
3. wxSplitter now uses events (and so the code which was broken by recent changes
   works again)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2504  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-19 00:53:27 +00:00 
						 
				 
			
				
					
						
							
							
								Unknown (BV) 
							
						 
					 
					
						
						
							
						
						021e7626ac 
					 
					
						
						
							
							Modified OnSashPositionChange to take an int& instead of an int.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2423  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-12 03:04:15 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						3ad5e06b4a 
					 
					
						
						
							
							wxSplitterWindow::ReplaceWindow() function added and documented  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1666  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-02-10 13:38:12 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						cce4b3fe2b 
					 
					
						
						
							
							made wxSplitterWindow::SplitXXX() virtual  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1495  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-01-27 15:17:24 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						0d559d69c8 
					 
					
						
						
							
							1. Split{Horizontal|Vertical} now accept negative args to set the  
						
						... 
						
						
						
						size of right/lower pane (positive arg sets the size of
   left/upper one as before, 0 is the same as -1 before: choose
   default)
2. OnSashPositionChange() virtual function added - it may return
   FALSE to cancel position change
3. splitter sample and docs (couldn't compile them though) updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@901  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1998-10-23 13:15:15 +00:00 
						 
				 
			
				
					
						
							
							
								Unknown (RO) 
							
						 
					 
					
						
						
							
						
						c67daf8777 
					 
					
						
						
							
							General tidy-up (mainly typecasts) to allow the use of the SGI native  
						
						... 
						
						
						
						compilers (tested on Irix 6.5 with -mips3 -n32).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@623  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1998-08-23 03:22:56 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Smart 
							
						 
					 
					
						
						
							
						
						debe6624c1 
					 
					
						
						
							
							Sorry, I went and removed consts as per the style guide :-)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@179  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1998-07-04 15:17:59 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Smart 
							
						 
					 
					
						
						
							
						
						565215b26a 
					 
					
						
						
							
							Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@134  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1998-06-22 22:27:14 +00:00 
						 
				 
			
				
					
						
							
							
								Karsten Ballüder 
							
						 
					 
					
						
						
							
						
						c801d85f15 
					 
					
						
						
							
							Initial revision  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1998-05-20 14:01:55 +00:00