Canvas lib precompiled header fix; doc typos fixes; makefile.vc dbtable.cpp addition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-06-17 13:32:53 +00:00
parent 8e0e4b1b64
commit cb35465eec
7 changed files with 29 additions and 7 deletions

View File

@@ -10,8 +10,11 @@ wxBase:
- Fixed new charset detection code (langinfo.h not included in intl.cpp;
langinfo.h not neccessary in strconv.cpp)
- ODBC Informix fixes (submitted by Roger Gammans)
- Added ODBC date support to wxVariant
- Added wxDbGrid class for displaying ODBC tables
- Added wxDir::Traverse
- Removed redundant wxDebugContext functions using C++ streams,
so now standard stream usage should be unnecessary
All (GUI):
@@ -32,13 +35,14 @@ All (GUI):
- Fixed calendar sample bug with using wxCommandEvent::GetInt()
instead of GetId()
- Added wxDbGrid combining wxODBC classes with wxGrid
- Added more makefiles and project files for contrib hierarchy
wxMSW:
- Fixed wxApp::ProcessMessage so controls don't lose their
accelerators when the accelerators are redefined elsewhere
- Accelerators consisting of simple keystrokes (without control,
alt or shift) are now possible
alt or shift) now work
- Compile fixes for Watcom C++ added
- Compile fixes for Cygwin 1.0 added
- Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop()
@@ -50,6 +54,11 @@ wxMSW:
- We now send iconize events
- Fixed wxFrame::SetClientSize() with toolbar bug
- Added mousewheel processing
- Added wxSystemSettings::Get/SetOption so we can configure
wxWindows at run time; used this to implement no-maskblt option
in wxDC
- Fixed bug when using MDIS_ALLCHILDSTYLES style: so now MDI
child frame styles are honoured
wxGTK:
@@ -97,8 +106,8 @@ wxMSW:
- threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
- fixed bug in MDI children flags (mis)handling
- it is possible to compile wxCHMHelpController with other compilers than VisualC++
now and hhctrl.ocx is loaded at runtime.
- it is possible to compile wxCHMHelpController with compilers
other than Visual C++ now and hhctrl.ocx is loaded at runtime
wxGTK: