]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agofixed memory leak in colour parsing code
Vadim Zeitlin [Mon, 21 May 2001 23:22:26 +0000 (23:22 +0000)] 
fixed memory leak in colour parsing code

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

23 years agofix for releasing the HDC in WM_DRAWITEM handler
Vadim Zeitlin [Mon, 21 May 2001 23:10:31 +0000 (23:10 +0000)] 
fix for releasing the HDC in WM_DRAWITEM handler

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

23 years ago(blind) fix for joystick compilation problems
Vadim Zeitlin [Mon, 21 May 2001 22:49:40 +0000 (22:49 +0000)] 
(blind) fix for joystick compilation problems

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

23 years agoVisualage fixes for Stefan's socket implementations, some scrolling fixes and dir...
David Webster [Mon, 21 May 2001 20:31:47 +0000 (20:31 +0000)] 
Visualage fixes for Stefan's socket implementations, some scrolling fixes and dir fixes

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

23 years agoVisualage fixes for Stefan's socket implementations and true to TRUE in db.cpp
David Webster [Mon, 21 May 2001 20:30:24 +0000 (20:30 +0000)] 
Visualage fixes for Stefan's socket implementations and true to TRUE in db.cpp

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

23 years agoVisualage fixes for Stefan's socket implementations
David Webster [Mon, 21 May 2001 20:29:42 +0000 (20:29 +0000)] 
Visualage fixes for Stefan's socket implementations

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

23 years agoDefault wxDateTime objects are now 'invalid',
Ron Lee [Mon, 21 May 2001 19:03:33 +0000 (19:03 +0000)] 
Default wxDateTime objects are now 'invalid',
changed wxDefaultDateTime definition to suit.
Removed IsValid asserts from Set methods.
Fixed broken test for validity that was checking
m_time directly.

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

23 years agoremoved extra newlines from wxLogDebugs
Vadim Zeitlin [Mon, 21 May 2001 10:31:21 +0000 (10:31 +0000)] 
removed extra newlines from wxLogDebugs

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

23 years agoFinal scrolling updates
David Webster [Mon, 21 May 2001 04:06:04 +0000 (04:06 +0000)] 
Final scrolling updates

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

23 years agofixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM
Vadim Zeitlin [Mon, 21 May 2001 00:17:04 +0000 (00:17 +0000)] 
fixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM

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

23 years agofixed wxComboBox sizing problem again
Vadim Zeitlin [Mon, 21 May 2001 00:16:35 +0000 (00:16 +0000)] 
fixed wxComboBox sizing problem again

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

23 years agoNew code for inserting unknown controls into resources
Václav Slavík [Sun, 20 May 2001 22:18:28 +0000 (22:18 +0000)] 
New code for inserting unknown controls into resources
via <object class='unknown'>. This one even works.

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

23 years agoIncluded filefn.h for non-precompiled headers to
Stefan Neis [Sun, 20 May 2001 21:31:22 +0000 (21:31 +0000)] 
Included filefn.h for non-precompiled headers to
         get definition of wxFILE_SEP_PATH

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

23 years agoAdded dircmn.cpp to VC++ project files
Julian Smart [Sun, 20 May 2001 21:23:46 +0000 (21:23 +0000)] 
Added dircmn.cpp to VC++ project files

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

23 years agoAdded new files gsockpm.c and dircmn.cpp
Stefan Neis [Sun, 20 May 2001 20:47:20 +0000 (20:47 +0000)] 
Added new files gsockpm.c and dircmn.cpp

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

23 years agoAdded gsockpm.c for OS/2.
Stefan Neis [Sun, 20 May 2001 20:46:29 +0000 (20:46 +0000)] 
Added gsockpm.c for OS/2.

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

23 years agoFixed some OS/2 specific problems: EMX defines __UNIX__, which is what good
Stefan Neis [Sun, 20 May 2001 16:16:27 +0000 (16:16 +0000)] 
Fixed some OS/2 specific problems: EMX defines __UNIX__, which is what good
        for wxGTK/wxMotif, but sometimes a problem for the PM version.

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

23 years agoUpdated gsocket.c to current unix version, use gsockunx.h instead of gsockos2.h
Stefan Neis [Sun, 20 May 2001 13:25:28 +0000 (13:25 +0000)] 
Updated gsocket.c to current unix version, use gsockunx.h instead of gsockos2.h
Added gsockpm.c.
Hooked socket handling into main loop.

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

23 years agofixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used with dereferenced pointers (*array)
Václav Slavík [Sun, 20 May 2001 11:56:20 +0000 (11:56 +0000)] 
fixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used with dereferenced pointers (*array)

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

23 years agoVarious makefiles added. Only the VC and B32 makefiles have been tested
George Tasker [Sun, 20 May 2001 11:32:57 +0000 (11:32 +0000)] 
Various makefiles added.  Only the VC and B32 makefiles have been tested

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

23 years agoSome more tweaks
Robin Dunn [Sun, 20 May 2001 02:00:31 +0000 (02:00 +0000)] 
Some more tweaks

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

23 years agoSince there was no #include before the #if wxUSE_JOYSTICK then nothing
Robin Dunn [Sun, 20 May 2001 01:21:12 +0000 (01:21 +0000)] 
Since there was no #include before the #if wxUSE_JOYSTICK then nothing
would ever be compiled in this module.

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

23 years agoAdded sample to the demo for wxJoystick
Robin Dunn [Sun, 20 May 2001 01:18:39 +0000 (01:18 +0000)] 
Added sample to the demo for wxJoystick

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

23 years agowarning fix
Vadim Zeitlin [Sat, 19 May 2001 23:36:50 +0000 (23:36 +0000)] 
warning fix

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

23 years ago-fix for a bug in parsing tag's properties with common suffixes
Václav Slavík [Sat, 19 May 2001 18:00:28 +0000 (18:00 +0000)] 
-fix for a bug in parsing tag's properties with common suffixes
- some wxT() around char constants

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

23 years agoUnicode compilation fixes
Václav Slavík [Sat, 19 May 2001 17:59:51 +0000 (17:59 +0000)] 
Unicode compilation fixes

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

23 years agouse wxTreeCtrl, not wxGenericTreeCtrl
Václav Slavík [Sat, 19 May 2001 11:57:32 +0000 (11:57 +0000)] 
use wxTreeCtrl, not wxGenericTreeCtrl

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

23 years agogenerated code for wxGTK for all the changes made earlier today
Robin Dunn [Sat, 19 May 2001 04:12:38 +0000 (04:12 +0000)] 
generated code for wxGTK for all the changes made earlier today

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

23 years agomerged wxRegConf rename fix from 2.2
Vadim Zeitlin [Sat, 19 May 2001 01:04:25 +0000 (01:04 +0000)] 
merged wxRegConf rename fix from 2.2

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

23 years ago1. more proper fix for wxChoice/wxComboBox height problems than in 2,2 branch
Vadim Zeitlin [Sat, 19 May 2001 01:01:21 +0000 (01:01 +0000)] 
1. more proper fix for wxChoice/wxComboBox height problems than in 2,2 branch
2. wxIsspace() fix merged from the 2.2 branch

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

23 years agorenamed wxBase.dsp to wxBaseVC.dsp
Vadim Zeitlin [Sat, 19 May 2001 00:59:07 +0000 (00:59 +0000)] 
renamed wxBase.dsp to wxBaseVC.dsp

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

23 years agoadded wxDir::Traverse
Vadim Zeitlin [Sat, 19 May 2001 00:58:05 +0000 (00:58 +0000)] 
added wxDir::Traverse

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

23 years agowxDragImage fixes and cleanup
Robin Dunn [Fri, 18 May 2001 23:46:30 +0000 (23:46 +0000)] 
wxDragImage fixes and cleanup

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

23 years agoAdded mixins subpackage to wxPython.lib
Robin Dunn [Fri, 18 May 2001 22:26:19 +0000 (22:26 +0000)] 
Added mixins subpackage to wxPython.lib

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

23 years agofixed &agrave; parsing (here too)
Václav Slavík [Fri, 18 May 2001 22:13:30 +0000 (22:13 +0000)] 
fixed &agrave; parsing (here too)

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

23 years agoAdded wave files to the distribution scripts
Robin Dunn [Fri, 18 May 2001 22:02:56 +0000 (22:02 +0000)] 
Added wave files to the distribution scripts

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

23 years agoCleanup up the demo a bit
Robin Dunn [Fri, 18 May 2001 21:59:59 +0000 (21:59 +0000)] 
Cleanup up the demo a bit

Added wxWave

Added another patch for SWIG that optimizes the generated code some
and eliminates some unused type mappings in the type registry.
(Reduces it by about half!)

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

23 years agoXPMHAND.H dependency removed
George Tasker [Fri, 18 May 2001 18:43:30 +0000 (18:43 +0000)] 
XPMHAND.H dependency removed

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

23 years ago Applied patch for non-Latin keyboards.
Robert Roebling [Fri, 18 May 2001 18:39:13 +0000 (18:39 +0000)] 
  Applied patch for non-Latin keyboards.

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

23 years agoUnicode fixes
Václav Slavík [Fri, 18 May 2001 18:34:49 +0000 (18:34 +0000)] 
Unicode fixes

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

23 years agoapplied modified patch #424894 (wxrcedit & bcc compilation fixes)
Václav Slavík [Fri, 18 May 2001 18:34:34 +0000 (18:34 +0000)] 
applied modified patch #424894 (wxrcedit & bcc compilation fixes)

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

23 years agoregenerated
Václav Slavík [Fri, 18 May 2001 18:33:30 +0000 (18:33 +0000)] 
regenerated

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

23 years agoAdded compile-time check to be sure that wxUSE_ODBC is set to 1 before attempting...
George Tasker [Fri, 18 May 2001 18:32:33 +0000 (18:32 +0000)] 
Added compile-time check to be sure that wxUSE_ODBC is set to 1 before attempting to compile this program, and error out telling the user to change the setting if they want to compile this program

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

23 years agocompilation fix for mouse hack
Vadim Zeitlin [Fri, 18 May 2001 17:15:46 +0000 (17:15 +0000)] 
compilation fix for mouse hack

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

23 years agoBug fixes
Julian Smart [Fri, 18 May 2001 14:41:39 +0000 (14:41 +0000)] 
Bug fixes

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

23 years agoFixed OOR related problem in OGL
Robin Dunn [Fri, 18 May 2001 06:53:25 +0000 (06:53 +0000)] 
Fixed OOR related problem in OGL

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

23 years agoImplemented the first phase of OOR (Original Object Return). See the
Robin Dunn [Fri, 18 May 2001 05:20:01 +0000 (05:20 +0000)] 
Implemented the first phase of OOR (Original Object Return).  See the
text in the demo for more details of what this means, but in a
nutshell methods such as wxWindow.GetParent or FindWindowById will now
return a shadow object of the proper type if it can.  By "proper type"
I mean that if the wxWindow pointer returned from FindWindowById
really points to a wxButton then the Python object constructed will be
of a wxButtonPtr class instead of wxWindowPtr as before.  This should
reduce or eliminiate the need for wxPyTypeCast.  (Woo Hoo!)  The
objects returned are still not the original Python object, but that is
the next step.  (Although it will probably only work on Python 2.1 and
beyond because it will use weak references.)

A few other minor tweaks and fixes and additions for things found
while doing the OOR stuff.

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

23 years agoFixed wxPoint.__cmp__ and a few others
Robin Dunn [Fri, 18 May 2001 02:32:22 +0000 (02:32 +0000)] 
Fixed wxPoint.__cmp__ and a few others

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

23 years agomerged fixes for accel and command event non propagation from 2.2
Vadim Zeitlin [Thu, 17 May 2001 23:46:30 +0000 (23:46 +0000)] 
merged fixes for accel and command event non propagation from 2.2

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

23 years agoImplemented the first phase of OOR (Original Object Return). See the
Robin Dunn [Thu, 17 May 2001 22:47:09 +0000 (22:47 +0000)] 
Implemented the first phase of OOR (Original Object Return).  See the
text in the demo for more details of what this means, but in a
nutshell methods such as wxWindow.GetParent or FindWindowById will now
return a shadow object of the proper type if it can.  By "proper type"
I mean that if the wxWindow pointer returned from FindWindowById
really points to a wxButton then the Python object constructed will be
of a wxButtonPtr class instead of wxWindowPtr as before.  This should
reduce or eliminiate the need for wxPyTypeCast.  (Woo Hoo!)  The
objects returned are still not the original Python object, but that is
the next step.  (Although it will probably only work on Python 2.1 and
beyond because it will use weak references.)

A few other minor tweaks and fixes and additions for things found
while doing the OOR stuff.

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

23 years agofixed wxWindow::SetCursor( wxNullCursor) for mac
Stefan Csomor [Thu, 17 May 2001 15:53:01 +0000 (15:53 +0000)] 
fixed wxWindow::SetCursor( wxNullCursor) for mac

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

23 years agodon't annoy the user by repeating the question which had been already answered (and...
Vadim Zeitlin [Thu, 17 May 2001 15:51:09 +0000 (15:51 +0000)] 
don't annoy the user by repeating the question which had been already answered (and also make the question a bit more clear)

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

23 years agoCall OnParentEnable from wxTextCtrl::Enable
Julian Smart [Thu, 17 May 2001 11:09:22 +0000 (11:09 +0000)] 
Call OnParentEnable from wxTextCtrl::Enable

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

23 years agoImplemented OnParentEnable to allow widgets to reset their colours
Julian Smart [Thu, 17 May 2001 10:58:05 +0000 (10:58 +0000)] 
Implemented OnParentEnable to allow widgets to reset their colours
after a wxWindow::Enable call

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

23 years agoadded wxLog::ClearTraceMasks()
Vadim Zeitlin [Thu, 17 May 2001 10:11:34 +0000 (10:11 +0000)] 
added wxLog::ClearTraceMasks()

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

23 years agotypo fix.
Ron Lee [Thu, 17 May 2001 07:53:10 +0000 (07:53 +0000)] 
typo fix.

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

23 years agoApplied patch #423927, (Min size for stretch parts of wxBoxSizer)
Robin Dunn [Thu, 17 May 2001 07:27:17 +0000 (07:27 +0000)] 
Applied patch #423927, (Min size for stretch parts of wxBoxSizer)

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

23 years agofixed wrong parsing of &agrave; (typo in tables)
Václav Slavík [Wed, 16 May 2001 22:10:07 +0000 (22:10 +0000)] 
fixed wrong parsing of &agrave; (typo in tables)

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

23 years agochanged wxBitmap::CreateFromXpm to use wxBitmap(wxImage,int) ctor again -- it should...
Václav Slavík [Wed, 16 May 2001 22:07:59 +0000 (22:07 +0000)] 
changed wxBitmap::CreateFromXpm to use wxBitmap(wxImage,int) ctor again -- it should work fine with BCC now

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

23 years agoremoved wxImage::operator wxBitmap()
Václav Slavík [Wed, 16 May 2001 22:07:39 +0000 (22:07 +0000)] 
removed wxImage::operator wxBitmap()

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

23 years agocorrection for Mac OS X (M_PI is already defined)
Gilles Depeyrot [Wed, 16 May 2001 21:28:54 +0000 (21:28 +0000)] 
correction for Mac OS X (M_PI is already defined)

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

23 years agocorrections for Mac OS X Developer Tools
Gilles Depeyrot [Wed, 16 May 2001 21:20:50 +0000 (21:20 +0000)] 
corrections for Mac OS X Developer Tools

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

23 years agoFindFocus() and wxSpinCtrl fix
Vadim Zeitlin [Wed, 16 May 2001 16:57:08 +0000 (16:57 +0000)] 
FindFocus() and wxSpinCtrl fix

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

23 years agoicon support moved to wxBitmap, allowing for fully transparent usage
Stefan Csomor [Wed, 16 May 2001 16:23:13 +0000 (16:23 +0000)] 
icon support moved to wxBitmap, allowing for fully transparent usage

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

23 years agoMade wxWindow::Enable recursive in order to solve colouring problems; forced the...
Julian Smart [Wed, 16 May 2001 15:53:11 +0000 (15:53 +0000)] 
Made wxWindow::Enable recursive in order to solve colouring problems; forced the colour
of a wxTextCtrl back to the custom colour in wxTextCtrl::Enable. This appears
to fix inconsistent colour problems.

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

23 years agoapplied patch 415912 (fixing problems with wxGrid attrs)
Vadim Zeitlin [Wed, 16 May 2001 13:20:31 +0000 (13:20 +0000)] 
applied patch 415912 (fixing problems with wxGrid attrs)

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

23 years agoworkaround for notebook/tabctrl redraw bug, it is now not excluded from the local...
Stefan Csomor [Wed, 16 May 2001 12:46:51 +0000 (12:46 +0000)] 
workaround for notebook/tabctrl redraw bug, it is now not excluded from the local eraseRgn of the parent window, thus guaranteeing that the background is always correct

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

23 years agocorrected loop for calculating the proper updatergn taking into account only real...
Stefan Csomor [Wed, 16 May 2001 12:16:59 +0000 (12:16 +0000)] 
corrected loop for calculating the proper updatergn taking into account only real subwindows that are shown

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

23 years agoApplied patch #418555: wxTextCtrl uses wrong background colour
Julian Smart [Wed, 16 May 2001 12:01:48 +0000 (12:01 +0000)] 
Applied patch #418555: wxTextCtrl uses wrong background colour

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

23 years agoApplied patch #403856 (utilscmn.cpp should translate special key names)
Julian Smart [Wed, 16 May 2001 11:54:18 +0000 (11:54 +0000)] 
Applied patch #403856 (utilscmn.cpp should translate special key names)

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

23 years agoApplied patch #421554: implementation of wxEVT_CONTEXT_MENU
Julian Smart [Wed, 16 May 2001 11:32:21 +0000 (11:32 +0000)] 
Applied patch #421554: implementation of wxEVT_CONTEXT_MENU

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

23 years agoApplied patch #421073 (making setup options work)
Julian Smart [Wed, 16 May 2001 11:22:01 +0000 (11:22 +0000)] 
Applied patch #421073 (making setup options work)

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

23 years agoApplied patch #420395 (adding wxCLIP_SIBBLINGS capability -- but not by default)
Julian Smart [Wed, 16 May 2001 11:14:37 +0000 (11:14 +0000)] 
Applied patch #420395 (adding wxCLIP_SIBBLINGS capability -- but not by default)

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

23 years agoMore scrolling fixes
David Webster [Wed, 16 May 2001 03:21:53 +0000 (03:21 +0000)] 
More scrolling fixes

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

23 years agoremoved useless assert from wxArray::Alloc
Vadim Zeitlin [Wed, 16 May 2001 00:19:42 +0000 (00:19 +0000)] 
removed useless assert from wxArray::Alloc

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

23 years agoapplied patch that fixes paper size handling under MSW and sets PD_SELECTION correctly
Václav Slavík [Tue, 15 May 2001 22:04:27 +0000 (22:04 +0000)] 
applied patch that fixes paper size handling under MSW and sets PD_SELECTION correctly

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

23 years agoModest fix for executables linking to the wx dll for OS/2.
David Webster [Tue, 15 May 2001 19:55:35 +0000 (19:55 +0000)] 
Modest fix for executables linking to the wx dll for OS/2.

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

23 years agoEnable this sample for OS/2
David Webster [Tue, 15 May 2001 19:53:48 +0000 (19:53 +0000)] 
Enable this sample for OS/2

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

23 years agoMore scrolling stuff.
David Webster [Tue, 15 May 2001 19:52:31 +0000 (19:52 +0000)] 
More scrolling stuff.

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

23 years agoapplied patch #424066
Václav Slavík [Tue, 15 May 2001 17:02:43 +0000 (17:02 +0000)] 
applied patch #424066
(a bit better attempt to detect system encoding in absence of LANGINFO)

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

23 years agoCorrected some casting errors -> XtPointer
Julian Smart [Tue, 15 May 2001 14:51:00 +0000 (14:51 +0000)] 
Corrected some casting errors -> XtPointer

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

23 years agoAdded buttons to allow a dump of DB DATATYPES and DB DIAGNOSTIC info via wxLogMessage...
George Tasker [Tue, 15 May 2001 13:12:36 +0000 (13:12 +0000)] 
Added buttons to allow a dump of DB DATATYPES and DB DIAGNOSTIC info via wxLogMessage() to the sample app

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

23 years agodBase fix on creating index
George Tasker [Tue, 15 May 2001 01:00:56 +0000 (01:00 +0000)] 
dBase fix on creating index
General cleanup of code in the sample

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

23 years agoFixed problems which prevented creation/recreation of tables with MSAcces
George Tasker [Tue, 15 May 2001 00:58:09 +0000 (00:58 +0000)] 
Fixed problems which prevented creation/recreation of tables with MSAcces
General cleanup of code in the sample

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

23 years agoMore scrolling stuff
David Webster [Mon, 14 May 2001 21:29:45 +0000 (21:29 +0000)] 
More scrolling stuff

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

23 years agowarning fixed
Vadim Zeitlin [Mon, 14 May 2001 21:28:04 +0000 (21:28 +0000)] 
warning fixed

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

23 years agoFixes for 16-bit compilation
Julian Smart [Mon, 14 May 2001 16:13:12 +0000 (16:13 +0000)] 
Fixes for 16-bit compilation

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

23 years agoAdded some missing makefiles
Julian Smart [Mon, 14 May 2001 13:25:24 +0000 (13:25 +0000)] 
Added some missing makefiles

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

23 years agoAdded event sample
Julian Smart [Mon, 14 May 2001 12:38:04 +0000 (12:38 +0000)] 
Added event sample

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

23 years agoAdded event.rc
Julian Smart [Mon, 14 May 2001 12:37:31 +0000 (12:37 +0000)] 
Added event.rc

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

23 years agoMods to release scripts
Julian Smart [Mon, 14 May 2001 12:30:21 +0000 (12:30 +0000)] 
Mods to release scripts

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

23 years agoMisc release-related mods
Julian Smart [Mon, 14 May 2001 10:28:27 +0000 (10:28 +0000)] 
Misc release-related mods

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

23 years agofixed a lie in docs (underlining is not limited to Windows anymore)
Václav Slavík [Sun, 13 May 2001 22:10:20 +0000 (22:10 +0000)] 
fixed a lie in docs (underlining is not limited to Windows anymore)

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

23 years agonow outputs errors to stderr
Václav Slavík [Sun, 13 May 2001 22:09:53 +0000 (22:09 +0000)] 
now outputs errors to stderr

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

23 years agoapplied SourceForge patch #423532
Gilles Depeyrot [Sun, 13 May 2001 13:09:41 +0000 (13:09 +0000)] 
applied SourceForge patch #423532
ensure that menus appear correctly under Mac OS X

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

23 years agoRemoved XPM lib references from makefile
Julian Smart [Sun, 13 May 2001 09:50:00 +0000 (09:50 +0000)] 
Removed XPM lib references from makefile

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

23 years agoAdded support more support for DB2
George Tasker [Fri, 11 May 2001 20:31:24 +0000 (20:31 +0000)] 
Added support more support for DB2
Added support for PervasiveSQL
Fixed MSAccess testing of DROP TABLE result when the table does not exist

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

23 years agoAdded support more support for DB2
George Tasker [Fri, 11 May 2001 20:24:53 +0000 (20:24 +0000)] 
Added support more support for DB2
Added support for PervasiveSQL

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

23 years agoSizer based dialogs (like wxSingleChoiceDialog) are now forced to initially appear...
George Tasker [Fri, 11 May 2001 20:23:58 +0000 (20:23 +0000)] 
Sizer based dialogs (like wxSingleChoiceDialog) are now forced to initially appear in the visible area of the display, relocating the dialog before display so that it fits within the display (if possible).  If the dialog will not fit in the display area, it is shifted so that the top edge with the title bar is visible on the display

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

23 years agoremoved old xpm code
Gilles Depeyrot [Fri, 11 May 2001 19:23:58 +0000 (19:23 +0000)] 
removed old xpm code

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