]> git.saurik.com Git - wxWidgets.git/commitdiff
Canvas lib precompiled header fix; doc typos fixes; makefile.vc dbtable.cpp addition
authorJulian Smart <julian@anthemion.co.uk>
Sun, 17 Jun 2001 13:32:53 +0000 (13:32 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 17 Jun 2001 13:32:53 +0000 (13:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/canvas/liner.cpp
docs/changes.txt
docs/latex/wx/function.tex
docs/latex/wx/process.tex
docs/latex/wx/wx.hpj
src/msw/makefile.dos
src/msw/makefile.vc

index 9ee4607099321ced9a1e4a291b9e3748a60e4983..f52059971ebc942baccb6f462509cba3cb9da5f7 100644 (file)
@@ -8,6 +8,13 @@ Last Update 05-12-1995
 #pragma implementation "liner.cpp"
 #endif
 
 #pragma implementation "liner.cpp"
 #endif
 
+// For compilers that support precompilation, includes "wx/wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include <math.h>
 
 #include <stdlib.h>
 #include <math.h>
 
 #include <stdlib.h>
index 92f4252a7d98cae5bc0340b7e197415dac8efaf4..d7f04130457edfec0ecdc4520f2bbd23fa63104b 100644 (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)
 - 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
 - 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):
 
 
 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
 - 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,
 
 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()
 - 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
 - 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:
 
 
 wxGTK:
 
@@ -97,8 +106,8 @@ wxMSW:
 
 - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
 - fixed bug in MDI children flags (mis)handling
 
 - 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:
 
 
 wxGTK:
 
index e35b960e45c64625e7bbc70bbe203dd86ce069ed..09ba843d9f9135bf111224b679a7742d7b728616 100644 (file)
@@ -1804,7 +1804,7 @@ enum wxKillError
 
 \helpref{wxProcess::Kill}{wxprocesskill},\rtfsp
 \helpref{wxProcess::Exists}{wxprocessexists},\rtfsp
 
 \helpref{wxProcess::Kill}{wxprocesskill},\rtfsp
 \helpref{wxProcess::Exists}{wxprocessexists},\rtfsp
-\helpref{Exec sample}{sampleexex}
+\helpref{Exec sample}{sampleexec}
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
index 4f7777e6ebfb6d25d4da6299b9ee07b58836bcfb..2994063100756b3b99866e98455656545475aee3 100644 (file)
@@ -157,7 +157,7 @@ enum wxKillError
 
 \helpref{wxProcess::Exists}{wxprocessexists},\rtfsp
 \helpref{wxKill}{wxkill},\rtfsp
 
 \helpref{wxProcess::Exists}{wxprocessexists},\rtfsp
 \helpref{wxKill}{wxkill},\rtfsp
-\helpref{Exec sample}{sampleexex}
+\helpref{Exec sample}{sampleexec}
 
 \membersection{wxProcess::Kill}\label{wxprocessexists}
 
 
 \membersection{wxProcess::Kill}\label{wxprocessexists}
 
@@ -168,7 +168,7 @@ Returns {\tt TRUE} if the given process exists in the system.
 \wxheading{See also}
 
 \helpref{wxProcess::Kill}{wxprocesskill},\rtfsp
 \wxheading{See also}
 
 \helpref{wxProcess::Kill}{wxprocesskill},\rtfsp
-\helpref{Exec sample}{sampleexex}
+\helpref{Exec sample}{sampleexec}
 
 \membersection{wxProcess::OnTerminate}\label{wxprocessonterminate}
 
 
 \membersection{wxProcess::OnTerminate}\label{wxprocessonterminate}
 
index 07caa08baef45d5d7ae96c44a3979ebba6f9b82c..8660c32a67f34835f553ed17b6bed022ea47d9f9 100644 (file)
@@ -1,5 +1,5 @@
 [OPTIONS]
 [OPTIONS]
-BMROOT=c:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
+BMROOT=x:\docs/latex/wx ; Assume that bitmaps are where the source is
 TITLE=wxWindows Manual
 CONTENTS=Contents
 COMPRESS=HIGH
 TITLE=wxWindows Manual
 CONTENTS=Contents
 COMPRESS=HIGH
index cf89990a7db1a0d431e2321ed8436624c4b77c5f..daddd243451fdb0590501b31ca066feb3d7b5816 100644 (file)
@@ -1372,6 +1372,11 @@ $(GENDIR)/wizard.obj:     $*.$(SRCSUFF)
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
 <<
 
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
 <<
 
+test.obj:     $*.$(SRCSUFF)
+        cl @<<
+$(CPPFLAGS2) /Fo$@ /c /Tp $*.$(SRCSUFF)
+<<
+
 
 
 $(COMMDIR)/y_tab.obj:     $*.c $(COMMDIR)/lex_yy.c
 
 
 $(COMMDIR)/y_tab.obj:     $*.c $(COMMDIR)/lex_yy.c
index ca0d981bd7f56d6c813d741d8fb99d2f5c67c055..fbe2600a9d6a704111e49d2bc4089a46e6550f93 100644 (file)
@@ -150,6 +150,7 @@ COMMONOBJS = \
                ..\common\$D\datetime.obj \
                ..\common\$D\datstrm.obj \
                ..\common\$D\db.obj \
                ..\common\$D\datetime.obj \
                ..\common\$D\datstrm.obj \
                ..\common\$D\db.obj \
+               ..\common\$D\dbgrid.obj \
                ..\common\$D\dbtable.obj \
                ..\common\$D\dcbase.obj \
                ..\common\$D\dircmn.obj \
                ..\common\$D\dbtable.obj \
                ..\common\$D\dcbase.obj \
                ..\common\$D\dircmn.obj \