wxWidgets.git
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

23 years agoAdded Word template for formatting wxWindows manual
Julian Smart [Sun, 12 Nov 2000 00:05:28 +0000 (00:05 +0000)] 
Added Word template for formatting wxWindows manual

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

23 years agoAllow a NULL editor and/or renderer to be passed to RegisterDataType
Robin Dunn [Sat, 11 Nov 2000 23:57:16 +0000 (23:57 +0000)] 
Allow a NULL editor and/or renderer to be passed to RegisterDataType
and not crash when it tries to get them later.  (If NULL it falls back
to the grid's default like it used to before the type registry was
added.)

Added wxTE_PROCESS_TAB to wxTextCtrl style for MSW.

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

23 years agofixed a typo and uncommented some methods
Robin Dunn [Sat, 11 Nov 2000 22:29:22 +0000 (22:29 +0000)] 
fixed a typo and uncommented some methods

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

23 years agofor testing...
Robin Dunn [Sat, 11 Nov 2000 22:12:45 +0000 (22:12 +0000)] 
for testing...

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

23 years agoadded missing function
Vadim Zeitlin [Sat, 11 Nov 2000 16:12:09 +0000 (16:12 +0000)] 
added missing function

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

23 years agopart of the previous patch
Vadim Zeitlin [Fri, 10 Nov 2000 19:21:59 +0000 (19:21 +0000)] 
part of the previous patch

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

23 years agoapplied patches from Mike Oliver <oliver@math.ucla.edu> to return click position...
Vadim Zeitlin [Fri, 10 Nov 2000 16:44:27 +0000 (16:44 +0000)] 
applied patches from Mike Oliver <oliver@math.ucla.edu> to return click position for item (right) click events in treectrl

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

23 years agoadded chinese translation
Vadim Zeitlin [Thu, 9 Nov 2000 13:23:04 +0000 (13:23 +0000)] 
added chinese translation

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

23 years agochanged lbox font to be more readable
Vadim Zeitlin [Thu, 9 Nov 2000 13:00:12 +0000 (13:00 +0000)] 
changed lbox font to be more readable

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

23 years agocompilation fix for !WXWIN_COMPATIBILITY_2 and some code cleanup + smarter
Vadim Zeitlin [Thu, 9 Nov 2000 00:21:04 +0000 (00:21 +0000)] 
compilation fix for !WXWIN_COMPATIBILITY_2 and some code cleanup + smarter
code in wxDocManager::SelectViewType()

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

23 years agocompilation fix for builds when WXWIN_COMPATIBILITY_2 is not defined
Vadim Zeitlin [Wed, 8 Nov 2000 23:58:42 +0000 (23:58 +0000)] 
compilation fix for builds when WXWIN_COMPATIBILITY_2 is not defined

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

23 years agocompilation/warning fixes for HP-UX
Vadim Zeitlin [Mon, 6 Nov 2000 20:06:20 +0000 (20:06 +0000)] 
compilation/warning fixes for HP-UX

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

23 years agougly compilation fix for wxMotif
Vadim Zeitlin [Mon, 6 Nov 2000 20:03:21 +0000 (20:03 +0000)] 
ugly compilation fix for wxMotif

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

23 years agoand another note about wxStringList vs wxArrayString
Vadim Zeitlin [Mon, 6 Nov 2000 11:43:17 +0000 (11:43 +0000)] 
and another note about wxStringList vs wxArrayString

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

23 years agosmall note about untyped lists
Vadim Zeitlin [Mon, 6 Nov 2000 11:41:19 +0000 (11:41 +0000)] 
small note about untyped lists

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

23 years agoadded font and flags properties to wxrcedit
Václav Slavík [Sun, 5 Nov 2000 22:50:58 +0000 (22:50 +0000)] 
added font and flags properties to wxrcedit

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

23 years agoupdated files to know about darwin (Mac OS X)
Vadim Zeitlin [Sun, 5 Nov 2000 22:25:18 +0000 (22:25 +0000)] 
updated files to know about darwin (Mac OS X)

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

23 years agofixed typo (IsOK instead of IsOk)
Václav Slavík [Sun, 5 Nov 2000 18:35:48 +0000 (18:35 +0000)] 
fixed typo (IsOK instead of IsOk)

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

23 years agowxHTML src code indentation now conforms (more) to wxWin coding style
Václav Slavík [Sun, 5 Nov 2000 14:59:59 +0000 (14:59 +0000)] 
wxHTML src code indentation now conforms (more) to wxWin coding style

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

23 years agofixed <li><p> paragraph break problem
Václav Slavík [Sun, 5 Nov 2000 14:59:08 +0000 (14:59 +0000)] 
fixed <li><p> paragraph break problem

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

23 years agotypos fix from the main branch
Vadim Zeitlin [Sun, 5 Nov 2000 14:04:04 +0000 (14:04 +0000)] 
typos fix from the main branch

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

23 years agofix from the main branch which replaces delete with the (proper) delete []
Vadim Zeitlin [Sun, 5 Nov 2000 13:26:16 +0000 (13:26 +0000)] 
fix from the main branch which replaces delete with the (proper) delete []

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

23 years agoRemoved spurious brace
Julian Smart [Sun, 5 Nov 2000 11:44:44 +0000 (11:44 +0000)] 
Removed spurious brace

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

23 years agoreworked the editor
Václav Slavík [Sat, 4 Nov 2000 23:34:33 +0000 (23:34 +0000)] 
reworked the editor

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

23 years agoworkarounded false memory leak report
Václav Slavík [Sat, 4 Nov 2000 23:32:29 +0000 (23:32 +0000)] 
workarounded false memory leak report

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

23 years agosome little tweaks
Robin Dunn [Sat, 4 Nov 2000 07:41:29 +0000 (07:41 +0000)] 
some little tweaks

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

23 years agoAdded base_IsAcceptedKey which was fogotten somehow...
Robin Dunn [Sat, 4 Nov 2000 07:41:05 +0000 (07:41 +0000)] 
Added base_IsAcceptedKey which was fogotten somehow...

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

23 years ago*** empty log message ***
Robin Dunn [Sat, 4 Nov 2000 07:38:44 +0000 (07:38 +0000)] 
*** empty log message ***

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

23 years agoAdded demo of creating a custom Grid Editor
Robin Dunn [Sat, 4 Nov 2000 07:38:17 +0000 (07:38 +0000)] 
Added demo of creating a custom Grid Editor

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

23 years agoupdated SWIG generated stuff
Robin Dunn [Sat, 4 Nov 2000 07:37:31 +0000 (07:37 +0000)] 
updated SWIG generated stuff

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

23 years agoadded /GX- to get around an internal compiler error in MSVC. I don't
Robin Dunn [Sat, 4 Nov 2000 07:36:36 +0000 (07:36 +0000)] 
added /GX- to get around an internal compiler error in MSVC.  I don't
get the error anymore but apparently others still do.

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

23 years agook, it does work - it's just that wxGTK doesn't
Vadim Zeitlin [Fri, 3 Nov 2000 21:11:41 +0000 (21:11 +0000)] 
ok, it does work - it's just that wxGTK doesn't

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

23 years agoadded wxGetMultiChoice() (which refuses to work for some reason - will fix
Vadim Zeitlin [Fri, 3 Nov 2000 20:52:17 +0000 (20:52 +0000)] 
added wxGetMultiChoice() (which refuses to work for some reason - will fix
a.s.a.p.)

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

23 years agoReplaced comparisons with zero, with IsOk()
Julian Smart [Fri, 3 Nov 2000 18:02:03 +0000 (18:02 +0000)] 
Replaced comparisons with zero, with IsOk()

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

23 years agoregenerated
Vadim Zeitlin [Fri, 3 Nov 2000 17:26:40 +0000 (17:26 +0000)] 
regenerated

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

23 years agofixed incorrect GetTextExtent for wxTELETYPE font
Václav Slavík [Wed, 1 Nov 2000 23:04:13 +0000 (23:04 +0000)] 
fixed incorrect GetTextExtent for wxTELETYPE font

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

23 years agoChanged version number in DLL name to 23_0
Robin Dunn [Tue, 31 Oct 2000 23:12:24 +0000 (23:12 +0000)] 
Changed version number in DLL name to 23_0

Added a new value for the FINAL flag to make another kind of wxPython
build possible

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

23 years agocompilation fix (sorry!)
Vadim Zeitlin [Tue, 31 Oct 2000 15:13:54 +0000 (15:13 +0000)] 
compilation fix (sorry!)

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

23 years agoThe sticky tag as a bit too sticky... This check-in should now update
Robin Dunn [Mon, 30 Oct 2000 22:10:23 +0000 (22:10 +0000)] 
The sticky tag as a bit too sticky...  This check-in should now update
the right branch!

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

23 years agoRe-added a couple files that got left out of the merge somehow...
Robin Dunn [Mon, 30 Oct 2000 21:58:36 +0000 (21:58 +0000)] 
Re-added a couple files that got left out of the merge somehow...

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

23 years agoMerged some STC fixes over to the main branch
Robin Dunn [Mon, 30 Oct 2000 21:57:12 +0000 (21:57 +0000)] 
Merged some STC fixes over to the main branch

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

23 years agoMerged wxPython 2.2.2 over to the main branch
Robin Dunn [Mon, 30 Oct 2000 21:08:42 +0000 (21:08 +0000)] 
Merged wxPython 2.2.2 over to the main branch

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

23 years agoapplied patch to uncover cells next to 0 automatically
Vadim Zeitlin [Mon, 30 Oct 2000 17:06:43 +0000 (17:06 +0000)] 
applied patch to uncover cells next to 0 automatically

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

23 years agowxDC::GetSize() should work now in wxGTK
Vadim Zeitlin [Mon, 30 Oct 2000 16:46:34 +0000 (16:46 +0000)] 
wxDC::GetSize() should work now in wxGTK

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

23 years agowxDC::GetSize() should work now in wxGTK
Vadim Zeitlin [Mon, 30 Oct 2000 16:43:37 +0000 (16:43 +0000)] 
wxDC::GetSize() should work now in wxGTK

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

23 years agofixes from the 2.2 branch
Vadim Zeitlin [Mon, 30 Oct 2000 16:38:56 +0000 (16:38 +0000)] 
fixes from the 2.2 branch

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

23 years agoreplaced ++/-- with InterlockedInc/Decrement for accessing global vars
Vadim Zeitlin [Thu, 26 Oct 2000 00:19:13 +0000 (00:19 +0000)] 
replaced ++/-- with InterlockedInc/Decrement for accessing global vars
also cleaned wxConditionInternal code a bit (more)

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

23 years ago Committing in .
Jouk Jansen [Wed, 25 Oct 2000 09:47:26 +0000 (09:47 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/common/object.cpp

 properly #ifdef'd the DEBUG_PRINTF calls

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

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

23 years agoOS/2 fixes
David Webster [Wed, 25 Oct 2000 04:22:11 +0000 (04:22 +0000)] 
OS/2 fixes

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

23 years agocompile bug fix
David Webster [Wed, 25 Oct 2000 04:18:41 +0000 (04:18 +0000)] 
compile bug fix

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

23 years agono message
David Webster [Wed, 25 Oct 2000 04:17:17 +0000 (04:17 +0000)] 
no message

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

23 years agoOS/2 updates for statusbar processing and easier VA debugging
David Webster [Tue, 24 Oct 2000 21:48:58 +0000 (21:48 +0000)] 
OS/2 updates for statusbar processing and easier VA debugging

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

23 years agoOS/2 updates for statusbar processing
David Webster [Tue, 24 Oct 2000 21:48:24 +0000 (21:48 +0000)] 
OS/2 updates for statusbar processing

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

23 years agoOS/2 updates for easier VA debugging
David Webster [Tue, 24 Oct 2000 21:47:55 +0000 (21:47 +0000)] 
OS/2 updates for easier VA debugging

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

23 years agoOS/2 updates for debugging and statusbar processing
David Webster [Tue, 24 Oct 2000 21:46:49 +0000 (21:46 +0000)] 
OS/2 updates for debugging and statusbar processing

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

23 years agoUpdates for os/2 -- mostly to allow easier VA debugging
David Webster [Tue, 24 Oct 2000 21:45:56 +0000 (21:45 +0000)] 
Updates for os/2 -- mostly to allow easier VA debugging

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