Bryan Petty 
							
						 
					 
					
						
						
							
						
						f6bcfd974e 
					 
					
						
						
							
							merged 2.2 branch  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-07-15 19:51:35 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						8e217128a0 
					 
					
						
						
							
							Playing with scrolling, als fixed redraw  
						
						... 
						
						
						
						bug in wxGrid (outer regions). You must
    not to maths with update regions within
    an scroll related OnPaint(). Everything
    else is allowed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6224  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-02-22 22:39:55 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						7d56fb8fcd 
					 
					
						
						
							
							Added wxEVT_SCROLL[WIN]_THUMBRELEASE  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5965  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-02-11 17:55:28 +00:00 
						 
				 
			
				
					
						
							
							
								Guillermo Rodriguez Garcia 
							
						 
					 
					
						
						
							
						
						6ab6a43579 
					 
					
						
						
							
							Test for IsScrolling() added  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5505  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2000-01-18 20:23:38 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						3da17724b6 
					 
					
						
						
							
							More tab code corrections.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4273  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-10-31 10:22:26 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						a3e7d24d21 
					 
					
						
						
							
							Changed two conflicting defines in defs.h  
						
						... 
						
						
						
						DnD multiformat fine-tuning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4069  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-10-19 15:12:11 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						27d029c722 
					 
					
						
						
							
							Minor doc updates,  
						
						... 
						
						
						
						Made resizing a scrolled window function,
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3927  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-10-11 10:48:43 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						bf0c00c6e8 
					 
					
						
						
							
							Scrolling updates.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3917  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-10-10 18:42:43 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						307f16e829 
					 
					
						
						
							
							Changed SetToolBar() to behave a bit smarter. Untested.  
						
						... 
						
						
						
						Removed some unused variables.
  More tests in scroll sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3903  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-10-09 09:06:35 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						ed673c6a48 
					 
					
						
						
							
							New scrolling code.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3897  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-10-08 20:09:32 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						5e014a0c44 
					 
					
						
						
							
							Corrected filelist.txt a little - one gsocket.c is enough,  
						
						... 
						
						
						
						Corrected cursors - not yet perfect,
  Added some tests to scroll sample
  Made wxScrolledWindow::Scroll() call Refresh(),
  Change wxListCtrl to reflect the latter change (wxTreeCtrl will follow),
  Added activate event for wxMDIChildFrame
  Implemented wxSIMPLE_BORDER for wxWindow (no controls),
  Tried to correct positioning upon start-up - no way,
  Rewrote catching of scroll events - page-up, page-down, up and down
    work now. Don't know what TOP and BOTTOM are used for.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3763  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-09-30 22:13:45 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						e9158f7d8b 
					 
					
						
						
							
							Next take at radioboxes  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3155  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-26 19:03:53 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						7f7d950530 
					 
					
						
						
							
							Added test for wxRA_SPECIFY_COLS  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3153  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-26 17:16:08 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						00a395425c 
					 
					
						
						
							
							Corrected SetItemState() in listctrl  
						
						... 
						
						
						
						Added test for this to scroll sample.
  Didn't find reason for strange positioning of
    progress dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2584  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-27 18:08:50 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						053f9cc122 
					 
					
						
						
							
							wxScrolledWindow inherits from wxPanel to  
						
						... 
						
						
						
						make tab travseral work.
  Work around for GTK scrolledwidget bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2573  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-26 09:03:25 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						7f539e8a66 
					 
					
						
						
							
							corrected MSW-specific bug (in the sample, not the scrolling code)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2545  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-23 23:43:59 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						eba0e4d417 
					 
					
						
						
							
							Made GetLabel/SetLabel() virtual  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2531  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-21 13:28:49 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						eb082a088a 
					 
					
						
						
							
							Typos fixed.  
						
						... 
						
						
						
						Corrected children's deletion (strict now).
  Corrected scrolled window's setup upon startup
    (with/without scrollbars etc.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2417  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-11 18:28:37 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						121a3581d3 
					 
					
						
						
							
							A few more things are back to work.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2392  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-10 13:31:50 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						de1c750f7e 
					 
					
						
						
							
							Corrected bmpbutton size  
						
						... 
						
						
						
						added wxNO_BORDER style to button classes
  added WMclass and WMname strings to dialogs and frames
  added flag to scroll sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2365  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-08 14:18:51 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						ba2a0103aa 
					 
					
						
						
							
							a bit of debug code  
						
						... 
						
						
						
						radiobox gets frames again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2361  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-07 21:26:56 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						fdd3ed7a8f 
					 
					
						
						
							
							Added scrolling of widgets and sample  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2343  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-05-05 10:25:38 +00:00