git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10606
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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>
- 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
- 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
- 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()
- 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
- 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
\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}
\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}
\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}
-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
$(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
..\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 \