Robert Roebling 
							
						 
					 
					
						
						
							
						
						5f1ea0eeda 
					 
					
						
						
							
							Typos in documentation  
						
						... 
						
						
						
						list and tree ctrl now actually set the text themselves
    and no longer crash
  various compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3152  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-26 16:06:20 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						fd128b0c3a 
					 
					
						
						
							
							Added more docs for the new events, derived from wxNotifyEvents.  
						
						... 
						
						
						
						Added docs for wxScrollWinEvent and corrected docs referring
    to wxScrollEvent etc.
  wxTreeCtrl's and wxListCtrl's ::EditLabel() returns void.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3150  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-26 14:28:25 +00:00 
						 
				 
			
				
					
						
							
							
								Karsten Ballüder 
							
						 
					 
					
						
						
							
						
						db8db70a19 
					 
					
						
						
							
							Documented help API extension and fixed gsocket compilation.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3144  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-26 10:49:50 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						86f975a858 
					 
					
						
						
							
							EditLabel fixes (wxMSW/wxGTK synchronised, docs updated)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3142  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-26 10:46:55 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						c39eda949d 
					 
					
						
						
							
							Centre() supports wxCENTER_FRAME flag now  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3138  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-26 09:46:53 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						0544bc0aab 
					 
					
						
						
							
							Distrib things  
						
						... 
						
						
						
						Corrected wxPrivateDataObject a little
  Corrected wxRadioButton
  Corrected wrong defines of wxRadioBox styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3135  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-25 17:11:17 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						41bf0eb335 
					 
					
						
						
							
							Added wxStaticBitmap::SetIcon()  
						
						... 
						
						
						
						wxDC now inits with a WHITE_BRUSH as wxMSW seems to
   do the same
  small doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3134  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-25 14:38:28 +00:00 
						 
				 
			
				
					
						
							
							
								Guilhem Lavaux 
							
						 
					 
					
						
						
							
						
						5a96d2f45f 
					 
					
						
						
							
							Updated wxDataStream (added ByteOrder)  
						
						... 
						
						
						
						Removed sckint.cpp from Makefile.am and filelist.txt (Could someone rebuild Makefile for MSW)
Some update to the documentation. I'm documenting GSocket.
Added gsockno.c in stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3116  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-24 09:05:25 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						c49245f8ba 
					 
					
						
						
							
							1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample)  
						
						... 
						
						
						
						2. wxTE_RICH style added to wxMSW, the text controls don't use RICHEDIT
   class by default any more
3. wxRadioBox doesn't generate button events any more (grrr...)
4. commented out code in log.cpp restored and a bug corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3088  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-22 23:39:47 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						953704c1c7 
					 
					
						
						
							
							Corrected wxlistBox, wxRadioBox, wxComboBox and  
						
						... 
						
						
						
						wxChoice in that they do no longer send events
    after programmatic calls
  Corrected wxStaticBitmap
  Reimplemented wxRadioButton as per wxMSW
  Updated docs for the above
  Update testconf for socket changes
  Other minor fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3087  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-22 23:28:55 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						a1665b22b0 
					 
					
						
						
							
							1. panels pass focus to the next item in parent panel  
						
						... 
						
						
						
						2. warnings removed from iniconf.cpp and it's removed for Win32 compilation
3. wxWindow::PopupMenu(wxPoint) added, documented
4. Docs for wxTextCtrl explicitly mention that EVT_TEXT is triggered by
   programmatic updates too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3066  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-20 23:22:30 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						8b9c0e20ba 
					 
					
						
						
							
							typo corrected  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3045  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-19 14:06:13 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						0efe5ba76e 
					 
					
						
						
							
							1. wxTextCtrl compilation fixes for wxGTK and more ugfixes (untested yet)  
						
						... 
						
						
						
						for wxMSW. Small doc update, too.
2. wxFFile compilation fixes for wxGTK
3. new files added to gtk/Makefile.am
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3006  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-15 13:42:27 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						f74ececa19 
					 
					
						
						
							
							even more about setup0.h  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2986  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-12 07:59:18 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						e1f36ff823 
					 
					
						
						
							
							wxButton::GetDefaultSize() added for MSW and documented  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2980  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-10 21:51:58 +00:00 
						 
				 
			
				
					
						
							
							
								Václav Slavík 
							
						 
					 
					
						
						
							
						
						704a4b7524 
					 
					
						
						
							
							*** empty log message ***  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2979  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-10 21:17:24 +00:00 
						 
				 
			
				
					
						
							
							
								Václav Slavík 
							
						 
					 
					
						
						
							
						
						42977f66f8 
					 
					
						
						
							
							*** empty log message ***  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2978  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-10 21:06:05 +00:00 
						 
				 
			
				
					
						
							
							
								Guilhem Lavaux 
							
						 
					 
					
						
						
							
						
						c7d9131ae5 
					 
					
						
						
							
							* wxStream doc update  
						
						... 
						
						
						
						* wxHTTP fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2970  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-09 17:10:49 +00:00 
						 
				 
			
				
					
						
							
							
								Karsten Ballüder 
							
						 
					 
					
						
						
							
						
						4e9865026f 
					 
					
						
						
							
							documented wxMENU_TEAROFF  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2959  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-07 09:24:55 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						4092d6f221 
					 
					
						
						
							
							CalcUnscrolledPosition takes int, not floats  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2956  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-05 21:09:00 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						ce9a75d225 
					 
					
						
						
							
							made wxImage::Scale() const to not confuse people any more and added  
						
						... 
						
						
						
						a Rescale() which changes the image size "in place". Documented both
changes too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2955  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-05 21:08:29 +00:00 
						 
				 
			
				
					
						
							
							
								Karsten Ballüder 
							
						 
					 
					
						
						
							
						
						ebea0891d0 
					 
					
						
						
							
							Made icons configurable via a wxMApp virtual function. Tested on wxGTK only,  
						
						... 
						
						
						
						added it for all ports, though.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2953  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-07-05 11:22:45 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						c89165a82d 
					 
					
						
						
							
							more files I forgot to commit  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2926  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-28 22:08:46 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						c50f1fb922 
					 
					
						
						
							
							1. wxStaticLine implemented (generic (ugly) and MSW versions)  
						
						... 
						
						
						
						2. wxTextDialog looks fine under MSW again
3. startup tips added: code, sample, docs
4. read-only text controls don't participate in TAB traversal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2919  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-28 21:39:49 +00:00 
						 
				 
			
				
					
						
							
							
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						b456d57155 
					 
					
						
						
							
							fixed typo  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2911  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-27 21:53:37 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						f776e250d9 
					 
					
						
						
							
							missing semicolon added to the example  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2909  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-27 11:26:50 +00:00 
						 
				 
			
				
					
						
							
							
								Václav Slavík 
							
						 
					 
					
						
						
							
						
						00cd8a958f 
					 
					
						
						
							
							*** empty log message ***  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2902  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-26 10:12:18 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						58c7cd12b9 
					 
					
						
						
							
							Changed a few true -> TRUE  
						
						... 
						
						
						
						added #ifdef GTK 1.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2893  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-25 16:30:47 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						c0b042fce9 
					 
					
						
						
							
							in-place editing code from Michael Bedward integrated (with my docs)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2874  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-23 11:26:19 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						a622c15240 
					 
					
						
						
							
							A bit of distribution/makefiles things.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2868  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-22 18:51:25 +00:00 
						 
				 
			
				
					
						
							
							
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						2233e5b82c 
					 
					
						
						
							
							wxPython documentation updates  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2856  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-22 06:53:24 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						bea74fbbeb 
					 
					
						
						
							
							New Makefile.ins, updates for the Motif build, removed  
						
						... 
						
						
						
						typos from configure, etc.
  Corrected typo in wxGTK's window.cpp related to [not] sending
    char events when Alt is pressed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2850  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-21 20:04:13 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						f7bdcdd70d 
					 
					
						
						
							
							Made the RTTI thing an option.  
						
						... 
						
						
						
						Added submenus to controls sample.
  Failed at producing tear-off menus.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2819  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-17 19:46:17 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						f53561f1f0 
					 
					
						
						
							
							wxWINE things.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2806  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-16 16:34:31 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						77c85c2b2a 
					 
					
						
						
							
							make fixes.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2803  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-16 08:14:52 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						f33fee2ae6 
					 
					
						
						
							
							wxString::IsSameAs(char) added and documented as well as operator==(char)  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2799  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-15 22:30:44 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						51d55e1c0c 
					 
					
						
						
							
							Automake fix.  
						
						... 
						
						
						
						Docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2798  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-15 21:46:57 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						8c517ddd1a 
					 
					
						
						
							
							2 typos corrected  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2796  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-15 20:42:48 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						ce4169a4d1 
					 
					
						
						
							
							Added a few #if wxUSE_XXX  
						
						... 
						
						
						
						Regrouped image format handlers
  Updated the rest accordingly
  Added changes.txt for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2795  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-15 20:21:59 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						91b8de8dee 
					 
					
						
						
							
							Added OS/2 patches to wxGTK.  
						
						... 
						
						
						
						Updated docs.
  Added wxMask code.
  Added Sylvain's newest tree ctrl code and sample.
  Corrected wxDC background colour (now as wrong as wxMSW).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2767  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-13 15:24:01 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						d75c7970c4 
					 
					
						
						
							
							{Get/Set}{Width/Height} documented  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2764  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-12 20:56:46 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						0180dad680 
					 
					
						
						
							
							Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE  
						
						... 
						
						
						
						Fixed typo in configure
  Added docs for wxINTXX_SWAP_XX macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2763  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-11 17:27:57 +00:00 
						 
				 
			
				
					
						
							
							
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						7631a29204 
					 
					
						
						
							
							Added wxWindowBase::CentreOnParent to allow top level windows to be  
						
						... 
						
						
						
						centered over their parent (if they have one) instead of the entire
screen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2754  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-10 22:44:50 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						2b62ab3575 
					 
					
						
						
							
							Docs.  
						
						... 
						
						
						
						Fix DialogEd XOR's.
  Colour does proper RGB value comparison.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2740  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-10 16:21:23 +00:00 
						 
				 
			
				
					
						
							
							
								Karsten Ballüder 
							
						 
					 
					
						
						
							
						
						9df759b508 
					 
					
						
						
							
							documented the wxNO_DEFAULT that I added to make No button in dialog  
						
						... 
						
						
						
						the default.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2736  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-10 09:55:03 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Smart 
							
						 
					 
					
						
						
							
						
						25889d3c43 
					 
					
						
						
							
							Getting various compilers to work with wxWin again  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2734  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-09 18:16:38 +00:00 
						 
				 
			
				
					
						
							
							
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						7b3be6cb27 
					 
					
						
						
							
							Added config values (commented out) for generating the MS HTML Help  
						
						... 
						
						
						
						project, contents, and index files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2720  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-09 07:02:40 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						2cdd0d01e5 
					 
					
						
						
							
							explained (?) difference between LeftDown and LeftIsDown  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2712  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-08 15:42:07 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						945bda7d9a 
					 
					
						
						
							
							the default value for the constraints is wxUnconstrained, not wxAsIs  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2711  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-08 15:08:42 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Roebling 
							
						 
					 
					
						
						
							
						
						5a92d200e1 
					 
					
						
						
							
							Added some WINE things.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2701  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						1999-06-07 21:17:21 +00:00