]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agoSome OS/2 customization to make a more presentable statusbar.
David Webster [Mon, 27 Nov 2000 04:14:45 +0000 (04:14 +0000)] 
Some OS/2 customization to make a more presentable statusbar.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowxSetEnv for Win32 (now seems to work)
Vadim Zeitlin [Mon, 27 Nov 2000 00:21:29 +0000 (00:21 +0000)] 
wxSetEnv for Win32 (now seems to work)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowxSetEnv for Win32 (doesn't really work)
Vadim Zeitlin [Sun, 26 Nov 2000 23:13:04 +0000 (23:13 +0000)] 
wxSetEnv for Win32 (doesn't really work)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agodocumented just added env functions
Vadim Zeitlin [Sun, 26 Nov 2000 22:55:32 +0000 (22:55 +0000)] 
documented just added env functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded wxGet/Set/UnsetEnv() for Unix
Vadim Zeitlin [Sun, 26 Nov 2000 22:46:35 +0000 (22:46 +0000)] 
added wxGet/Set/UnsetEnv() for Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed SubString docs
Vadim Zeitlin [Sun, 26 Nov 2000 19:40:50 +0000 (19:40 +0000)] 
fixed SubString docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Split wxCanvas into two (wxVectorCanvas).
Robert Roebling [Sun, 26 Nov 2000 16:36:43 +0000 (16:36 +0000)] 
  Split wxCanvas into two (wxVectorCanvas).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofix for uninit vars
Vadim Zeitlin [Sun, 26 Nov 2000 14:18:27 +0000 (14:18 +0000)] 
fix for uninit vars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agooops... compilation fix
Vadim Zeitlin [Sun, 26 Nov 2000 14:16:39 +0000 (14:16 +0000)] 
oops... compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded m_destroybuf initialisation
Julian Smart [Sun, 26 Nov 2000 11:15:05 +0000 (11:15 +0000)] 
Added m_destroybuf initialisation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Corrected typos in geometry.
Robert Roebling [Sun, 26 Nov 2000 10:25:20 +0000 (10:25 +0000)] 
  Corrected typos in geometry.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Ported stable-tree refresh code to devel tree.
Robert Roebling [Sun, 26 Nov 2000 10:20:11 +0000 (10:20 +0000)] 
  Ported stable-tree refresh code to devel tree.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agopatch 102361 applied
Vadim Zeitlin [Sat, 25 Nov 2000 23:41:27 +0000 (23:41 +0000)] 
patch 102361 applied

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agotypo in AutosizeRowOrCol fixed (bug 115437)
Vadim Zeitlin [Sat, 25 Nov 2000 23:23:41 +0000 (23:23 +0000)] 
typo in AutosizeRowOrCol fixed (bug 115437)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agovarious bugfixes
Václav Slavík [Sat, 25 Nov 2000 23:14:27 +0000 (23:14 +0000)] 
various bugfixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoupdated XRC sample
Václav Slavík [Sat, 25 Nov 2000 23:14:11 +0000 (23:14 +0000)] 
updated XRC sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded growable cols and rows to wxFlexGridSizer XRC handler
Václav Slavík [Sat, 25 Nov 2000 23:13:57 +0000 (23:13 +0000)] 
added growable cols and rows to wxFlexGridSizer XRC handler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded wxFrame::IsMDIChild() (msw only, protected)
Václav Slavík [Sat, 25 Nov 2000 23:13:29 +0000 (23:13 +0000)] 
added wxFrame::IsMDIChild() (msw only, protected)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoapplied (part of) Alexey Leko's patch
Václav Slavík [Sat, 25 Nov 2000 23:13:06 +0000 (23:13 +0000)] 
applied (part of) Alexey Leko's patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed Set(wxPercentOf) (bug #12227)
Vadim Zeitlin [Sat, 25 Nov 2000 23:12:57 +0000 (23:12 +0000)] 
fixed Set(wxPercentOf) (bug #12227)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fix for !wxUSE_DIRDLGG
Vadim Zeitlin [Sat, 25 Nov 2000 22:44:55 +0000 (22:44 +0000)] 
compilation fix for !wxUSE_DIRDLGG

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed majorDim == 0 problem in wxGTK::wxRadioBox
Vadim Zeitlin [Sat, 25 Nov 2000 22:23:44 +0000 (22:23 +0000)] 
fixed majorDim == 0 problem in wxGTK::wxRadioBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Small mods to wxCanvas.
Robert Roebling [Sat, 25 Nov 2000 20:07:21 +0000 (20:07 +0000)] 
  Small mods to wxCanvas.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Made geometry classes link.
Robert Roebling [Fri, 24 Nov 2000 21:52:37 +0000 (21:52 +0000)] 
  Made geometry classes link.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Made geometry class link.
Robert Roebling [Fri, 24 Nov 2000 21:51:52 +0000 (21:51 +0000)] 
  Made geometry class link.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Trying to understand wxCanvas.
Robert Roebling [Fri, 24 Nov 2000 20:19:39 +0000 (20:19 +0000)] 
 Trying to understand wxCanvas.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded i18n support to the compiler
Václav Slavík [Fri, 24 Nov 2000 17:20:20 +0000 (17:20 +0000)] 
added i18n support to the compiler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded support for 'imagefile' property type
Václav Slavík [Fri, 24 Nov 2000 17:20:08 +0000 (17:20 +0000)] 
added support for 'imagefile' property type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowxrcedit bugfixes
Václav Slavík [Fri, 24 Nov 2000 17:19:48 +0000 (17:19 +0000)] 
wxrcedit bugfixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed bug in wxFileDialog: it tested wxCHANGE_DIR against GetWindowStyle() instead...
Václav Slavík [Fri, 24 Nov 2000 17:19:29 +0000 (17:19 +0000)] 
fixed bug in wxFileDialog: it tested wxCHANGE_DIR against GetWindowStyle() instead of m_dialogStyle

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago1. added wxGTK::wxToolBar::SetToolShortHelp() and test for it in sample
Vadim Zeitlin [Fri, 24 Nov 2000 17:07:12 +0000 (17:07 +0000)] 
1. added wxGTK::wxToolBar::SetToolShortHelp() and test for it in sample
2. fix a crash if SetSelection is called too early in wxTextCtrl
3. patch for mouse position in wxTreeCtrl events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded wxDbTable::SetOrderByColNums() function
George Tasker [Fri, 24 Nov 2000 16:47:45 +0000 (16:47 +0000)] 
Added wxDbTable::SetOrderByColNums() function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoIncreased the max length of allowed WHERE clauses and full statements (eventually...
George Tasker [Fri, 24 Nov 2000 16:46:11 +0000 (16:46 +0000)] 
Increased the max length of allowed WHERE clauses and full statements (eventually needs to be changed over to use wxString).
Fixed the order of params in TablePrivileges()
Changed 0s to NULLs in params

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded SetOrderByColNums() function
George Tasker [Fri, 24 Nov 2000 16:43:36 +0000 (16:43 +0000)] 
Added SetOrderByColNums() function
Changed 0s to NULLs for const char * params

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoMore corrections and additions
George Tasker [Fri, 24 Nov 2000 16:40:44 +0000 (16:40 +0000)] 
More corrections and additions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agosmall typo fixed
Vadim Zeitlin [Fri, 24 Nov 2000 14:27:09 +0000 (14:27 +0000)] 
small typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago matrix compile fix
Robert Roebling [Fri, 24 Nov 2000 13:34:35 +0000 (13:34 +0000)] 
  matrix compile fix
  make listctrl scroll one line in report more,
    not some arbitrary 15 pixels

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Added matrix.cpp to compilables
Robert Roebling [Fri, 24 Nov 2000 12:42:08 +0000 (12:42 +0000)] 
 Added matrix.cpp to compilables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Made dnd reentrent safe as per stable tree.
Robert Roebling [Fri, 24 Nov 2000 12:41:23 +0000 (12:41 +0000)] 
  Made dnd reentrent safe as per stable tree.
  Dropped in new wxMatrix.
  Compile wxMatrix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago dropped in new wxMatrix (from wxCanvas)
Robert Roebling [Fri, 24 Nov 2000 12:40:19 +0000 (12:40 +0000)] 
  dropped in new wxMatrix (from wxCanvas)
  use wxUSE_GEOMETRY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago RPM version 2.3.0
Robert Roebling [Fri, 24 Nov 2000 12:39:30 +0000 (12:39 +0000)] 
  RPM version 2.3.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Bump up version to 2.3.0,
Robert Roebling [Fri, 24 Nov 2000 12:38:55 +0000 (12:38 +0000)] 
  Bump up version to 2.3.0,
  Add wxUSE_GEOMETRY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Adding wxUSE_GEOMETRY to setup.h.in
Robert Roebling [Fri, 24 Nov 2000 12:36:52 +0000 (12:36 +0000)] 
  Adding wxUSE_GEOMETRY to setup.h.in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Adding new wxCanvas
Robert Roebling [Fri, 24 Nov 2000 12:35:39 +0000 (12:35 +0000)] 
  Adding new wxCanvas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Adding new wxCanvas
Robert Roebling [Fri, 24 Nov 2000 12:34:35 +0000 (12:34 +0000)] 
 Adding new wxCanvas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Committing in .
Jouk Jansen [Fri, 24 Nov 2000 09:50:27 +0000 (09:50 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/gtk/listbox.cpp

 corrections for VMS since someone updated this one using an old version.

----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Committing in .
Jouk Jansen [Fri, 24 Nov 2000 08:27:02 +0000 (08:27 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/gtk/app.cpp

 Someone included VMS-stuff that I removed several month ago because it was
not working. Now it not even compiled!!!!

----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agolinking fix
Vadim Zeitlin [Fri, 24 Nov 2000 04:22:05 +0000 (04:22 +0000)] 
linking fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Updated afm files as per stable branch.
Robert Roebling [Thu, 23 Nov 2000 21:46:23 +0000 (21:46 +0000)] 
  Updated afm files as per stable branch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Don't call busy cursor when creating a message
Robert Roebling [Thu, 23 Nov 2000 21:44:01 +0000 (21:44 +0000)] 
  Don't call busy cursor when creating a message
    dialog - it takes longer to set the cursor than
    to create the dialog under GTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Ported DrawPolygone fix and new PS font name
Robert Roebling [Thu, 23 Nov 2000 21:42:55 +0000 (21:42 +0000)] 
  Ported DrawPolygone fix and new PS font name
   matching from stable branch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Ported new double idle handlers for pending events
Robert Roebling [Thu, 23 Nov 2000 21:41:37 +0000 (21:41 +0000)] 
  Ported new double idle handlers for pending events
    processing from stable branch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Upported wxListBox key handling and SetFirstItem()
Robert Roebling [Thu, 23 Nov 2000 21:40:26 +0000 (21:40 +0000)] 
  Upported wxListBox key handling and SetFirstItem()
    from stable branch. Removed Vadim's code since
    I think mine handles all cases correctly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Busy cursor don't need wxYield(), SendIdleEvents()
Robert Roebling [Thu, 23 Nov 2000 21:38:41 +0000 (21:38 +0000)] 
  Busy cursor don't need wxYield(), SendIdleEvents()
   is enough and safe.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoSome mods
Julian Smart [Thu, 23 Nov 2000 20:33:40 +0000 (20:33 +0000)] 
Some mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agomore fixes to stream code: allow deriving from wxStreamBuffer and using custom
Vadim Zeitlin [Thu, 23 Nov 2000 19:45:46 +0000 (19:45 +0000)] 
more fixes to stream code: allow deriving from wxStreamBuffer and using custom
buffers with wxBufferedInput/OutputStream

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoClarified some things for Mingw32 compilation.
Julian Smart [Thu, 23 Nov 2000 19:07:49 +0000 (19:07 +0000)] 
Clarified some things for Mingw32 compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fixes for wxMemoryStreams
Vadim Zeitlin [Thu, 23 Nov 2000 16:26:12 +0000 (16:26 +0000)] 
compilation fixes for wxMemoryStreams

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoCorrections and additions to the wxODBC docs
George Tasker [Thu, 23 Nov 2000 14:39:03 +0000 (14:39 +0000)] 
Corrections and additions to the wxODBC docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoLots more memory/resource leak fixes. There are still more, but this solves about...
George Tasker [Thu, 23 Nov 2000 13:27:52 +0000 (13:27 +0000)] 
Lots more memory/resource leak fixes.  There are still more, but this solves about 75% of them.
These fixes also speed up tex2rtf greatly.  I can now build all the RTF version of the wxWindows manual in under 30 seconds, when before it took around 90 seconds.
Curley Brace matching is turned back on again.  I cannot find any places where it does not work.  If you find one, let me know

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed memory allocation code of wxStreamBuffer to not realloc() new[]ed memory any...
Vadim Zeitlin [Thu, 23 Nov 2000 04:34:27 +0000 (04:34 +0000)] 
fixed memory allocation code of wxStreamBuffer to not realloc() new[]ed memory any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed missing Curley Brace
George Tasker [Wed, 22 Nov 2000 11:45:41 +0000 (11:45 +0000)] 
Fixed missing Curley Brace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoUpdate OS/2 Frame WM_PAINT processing
David Webster [Wed, 22 Nov 2000 06:07:25 +0000 (06:07 +0000)] 
Update OS/2 Frame WM_PAINT processing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed double deletion of a dialog in the effect of a failed connection to the datasource
George Tasker [Wed, 22 Nov 2000 00:28:35 +0000 (00:28 +0000)] 
Fixed double deletion of a dialog in the effect of a failed connection to the datasource
Fixed call to TablePrivileges() in a commented out piece of code to use the correct parameters, in case someone uses it for an example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed problems with the wxDb::Open(wxDb *copyDb) not copying in all the different...
George Tasker [Wed, 22 Nov 2000 00:19:25 +0000 (00:19 +0000)] 
Fixed problems with the wxDb::Open(wxDb *copyDb) not copying in all the different data types required values
Added Interbase database support based on contributions from Roger Gammans
Enabled the wxDb::TablePrivileges() function for v2.3/2.4
Fixed a bunch of problems with wxDb::TablePrivileges() not working correctly with all databases.
Added the ability to pass in a SCHEMA to wxDbTablePrivileges() that greatly improves the speed of the privileges lookup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded what I think is full support for Null column values in the tables, partially...
George Tasker [Wed, 22 Nov 2000 00:18:45 +0000 (00:18 +0000)] 
Added what I think is full support for Null column values in the tables, partially based on submissions by Roger Gammans
Added a parameters to wxDbTable::Open() to indicate whether Open() should check for table privileges or not.
wxDbTable::ClearMemberVar() added to set a single column to an initialized value
::ClearMemberVar() and ::ClearMemberVars() can now optionally set a column to be NULL via ::SetColNull()
::SetColNull() added as the primary function name for setting a column to be a NULL value, and ::SetNull() is deprecated
::SetColNull() now has a param to select whether a columns value is NULL or not.
::SetColNull() will now clear the column value in memory when setting the column to be NULL.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed wxTextCtrl::GetValue() bug for empty richedit ctrls (Marvin Aviles)
Vadim Zeitlin [Tue, 21 Nov 2000 18:01:27 +0000 (18:01 +0000)] 
fixed wxTextCtrl::GetValue() bug for empty richedit ctrls (Marvin Aviles)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed bug with Broadcast() not waking up all threads (Pieter van der Meulen)
Vadim Zeitlin [Tue, 21 Nov 2000 17:22:03 +0000 (17:22 +0000)] 
fixed bug with Broadcast() not waking up all threads (Pieter van der Meulen)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoNew typemaps for wxString when compiling for Python 2.0 and beyond
Robin Dunn [Tue, 21 Nov 2000 03:44:14 +0000 (03:44 +0000)] 
New typemaps for wxString when compiling for Python 2.0 and beyond
that allow Unicode objects to be passed as well as String objects.  If
a Unicode object is passed PyString_AsStringAndSize is used to convert
it to a wxString using the default encoding.

Fixed the generic buttons so tool tips work for them.

Fixed a bug in the demo's tree control.

Added a listbox to the listbox demo that shows how to find items with
a patching prefix as keys are typed.

Added code to the wxListCtrl demo to show how to get text from a
column in report mode.

Added code to the toolbar demo to clear the long help from the status
bar after 2 seconds.

Added wxJoystick.

Fixed wxTimer so it can be used as described in the docs, either with
a Notify method in a subclass, or sending an event to a wxEvtHandler
object, (usually a window.)

Added wxNotifyEvent.Allow()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded From(), OrderBy() and Where() functions that correspons to the Set/GetWhereClau...
George Tasker [Mon, 20 Nov 2000 17:31:24 +0000 (17:31 +0000)] 
Added From(), OrderBy() and Where() functions that correspons to the Set/GetWhereClause(), Set/GetOrderByClause() and Set/GetFromClause() functions.
Changed signature of wxDbTable constructor to have the default value of tblPath be "" instead of NULL which prevents crashes in the logging code if the constructor initialization fails for some reason.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoSQL Server and (preliminary) DB2 support added
George Tasker [Mon, 20 Nov 2000 17:25:04 +0000 (17:25 +0000)] 
SQL Server and (preliminary) DB2 support added
Fixed some potentially uninitialized variables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded preliminary DB2 support.
George Tasker [Mon, 20 Nov 2000 17:23:06 +0000 (17:23 +0000)] 
Added preliminary DB2 support.
Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4
Changed functions to return const char * rather than char * on certain functions
Added the wxDb::TablePrivileges() function
Added wxDb copy constructors and wxDbGetConnection() copy constructors which are able to copy the typing definitions of data types retrieved from the source wxDb instance to the new data connection instance to avoid the network/database overhead of querying the datasource for its data types once they are already known once.
SQL Server and (preliminary) DB2 support added
If compiling with Visual C++, the wxDbCreateDataSource() can now be enabled

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded preliminary DB2 support.
George Tasker [Mon, 20 Nov 2000 17:17:09 +0000 (17:17 +0000)] 
Added preliminary DB2 support.
Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4
Changed functions to return const char * rather than char * on certain functions
Added the wxDb::TablePrivileges() function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed the wxDirExists() function so that if asked about the root directory of a drive...
George Tasker [Mon, 20 Nov 2000 15:14:22 +0000 (15:14 +0000)] 
Fixed the wxDirExists() function so that if asked about the root directory of a drive (i.e. "d:\") or a UNC directory, WIN32 apps will correctly report whether the dir exists

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAnother DC fix.
David Webster [Mon, 20 Nov 2000 15:13:18 +0000 (15:13 +0000)] 
Another DC fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFix and errant commented out line of code in DoGetPixel.
David Webster [Mon, 20 Nov 2000 14:09:24 +0000 (14:09 +0000)] 
Fix and errant commented out line of code in DoGetPixel.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoMore OS/2 Updates
David Webster [Mon, 20 Nov 2000 05:18:32 +0000 (05:18 +0000)] 
More OS/2 Updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoRemoved #if wxUSE_TREECTRL (not in setup0.h, and not applied consistently)
Julian Smart [Sun, 19 Nov 2000 16:42:12 +0000 (16:42 +0000)] 
Removed #if wxUSE_TREECTRL (not in setup0.h, and not applied consistently)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoNew module def for OS/2
David Webster [Sun, 19 Nov 2000 00:32:38 +0000 (00:32 +0000)] 
New module def for OS/2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoWindow proc processing updates
David Webster [Sun, 19 Nov 2000 00:25:42 +0000 (00:25 +0000)] 
Window proc processing updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded wxCursor ctor for creation from bits array
Václav Slavík [Sat, 18 Nov 2000 14:46:58 +0000 (14:46 +0000)] 
added wxCursor ctor for creation from bits array

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoUpdated info on handlers
Julian Smart [Fri, 17 Nov 2000 09:06:56 +0000 (09:06 +0000)] 
Updated info on handlers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoNew, reworked frame class for wxOS2 and more drawing routines in wxDC
David Webster [Fri, 17 Nov 2000 06:02:53 +0000 (06:02 +0000)] 
New, reworked frame class for wxOS2 and more drawing routines in wxDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoNew, reworked frame class for wxOS2
David Webster [Fri, 17 Nov 2000 06:01:48 +0000 (06:01 +0000)] 
New, reworked frame class for wxOS2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded an entry for Italian
Vadim Zeitlin [Thu, 16 Nov 2000 13:48:03 +0000 (13:48 +0000)] 
added an entry for Italian

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agopatch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree...
Vadim Zeitlin [Thu, 16 Nov 2000 13:38:56 +0000 (13:38 +0000)] 
patch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree/ListCtrl click events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoapplied Brian's patch
Václav Slavík [Wed, 15 Nov 2000 22:57:54 +0000 (22:57 +0000)] 
applied Brian's patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFor some reason VA needs a default ctor for wxHtmlHelpTreeItemData for helpfrm to...
David Webster [Wed, 15 Nov 2000 16:54:08 +0000 (16:54 +0000)] 
For some reason VA needs a default ctor for wxHtmlHelpTreeItemData for helpfrm to compile under VA 4.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoNeed to define wxArrayGenericTreeItems as WX_DEFINE_WXPORTED_ARRAY instead of just...
David Webster [Wed, 15 Nov 2000 16:52:53 +0000 (16:52 +0000)] 
Need to define wxArrayGenericTreeItems as WX_DEFINE_WXPORTED_ARRAY instead of just WX_DEFINE_ARRAY to prevent msw .dll builds from complaining.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoNew OS/2 VA .def file for treectrl code
David Webster [Wed, 15 Nov 2000 05:00:36 +0000 (05:00 +0000)] 
New OS/2 VA .def file for treectrl code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoSome OS/2 updates for VA3.0, specifically, in gsocket
David Webster [Wed, 15 Nov 2000 04:59:08 +0000 (04:59 +0000)] 
Some OS/2 updates for VA3.0, specifically, in gsocket

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agobad delete operator, should be delete [] for gs_FSMimeFallbacks and removing debug...
David Webster [Wed, 15 Nov 2000 04:58:06 +0000 (04:58 +0000)] 
bad delete operator, should be delete [] for gs_FSMimeFallbacks and removing debug allocs and deallocs for OS/2 in memory.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoTreeCtrl updates
David Webster [Tue, 14 Nov 2000 22:47:31 +0000 (22:47 +0000)] 
TreeCtrl updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agono message
David Webster [Mon, 13 Nov 2000 19:53:34 +0000 (19:53 +0000)] 
no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded documentation for wxDbTable class
George Tasker [Sun, 12 Nov 2000 20:05:53 +0000 (20:05 +0000)] 
Added documentation for wxDbTable class
Added fixes/corrections for wxDb class and other associated helper classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoMinor tweaks
Julian Smart [Sun, 12 Nov 2000 19:55:10 +0000 (19:55 +0000)] 
Minor tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded missing VC++ project files
Julian Smart [Sun, 12 Nov 2000 11:10:52 +0000 (11:10 +0000)] 
Added missing VC++ project files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoCorrected distribution file & removed ^M characters from about/makefile.g95
Julian Smart [Sun, 12 Nov 2000 00:14:35 +0000 (00:14 +0000)] 
Corrected distribution file & removed ^M characters from about/makefile.g95

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agosome cleanup
Robin Dunn [Sun, 12 Nov 2000 00:07:56 +0000 (00:07 +0000)] 
some cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoChanged wxGridCellEditor::IsAcceptedKey to only check Control and Alt,
Robin Dunn [Sun, 12 Nov 2000 00:07:15 +0000 (00:07 +0000)] 
Changed wxGridCellEditor::IsAcceptedKey to only check Control and Alt,
not Meta.  (NumLock is Meta for me, and so the old setting wouldn't
let any key activate the control if NumLock was on.)

Checked for WXK_NUMPAD_ENTER everywhere we were checking for
WXK_RETURN.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775