Some warnings removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -839,7 +839,7 @@ If execution is asynchronous, the return value is the process id,
|
||||
otherwise it is a status value. A zero value indicates that the command could not
|
||||
be executed.
|
||||
|
||||
If callback isn't NULL and if execution is asynchronous,
|
||||
If callback isn't NULL and if execution is asynchronous,
|
||||
\helpref{wxProcess::OnTerminate}{wxprocessonterminate} will be called when
|
||||
the process finishes.
|
||||
|
||||
|
@@ -13,7 +13,17 @@ wxWindows 2.0 for Motif installation
|
||||
files to Unix format. Don't worry about files being
|
||||
overwritten: they should be identical anyway.
|
||||
|
||||
- It is recommended that you install bison and flex; using yacc
|
||||
and lex may require tweaking of the makefiles. You also need
|
||||
Xpm (see comments in the Notes section below).
|
||||
|
||||
- You now have the option of using the configure-based system,
|
||||
or the simple makefile system. Configure is more hard to debug
|
||||
if things go wrong, but may be easier to use if they go OK :-)
|
||||
Makefiles are easier to tweak.
|
||||
|
||||
COMPILING USING CONFIGURE
|
||||
=========================
|
||||
|
||||
- You can use the wxGTK configure system to make wxMotif, or
|
||||
you can follow the following steps to use the simpler (but
|
||||
@@ -54,6 +64,7 @@ COMPILING USING CONFIGURE
|
||||
where it will be found by the makefile.
|
||||
|
||||
COMPILING USING MAKEFILES
|
||||
=========================
|
||||
|
||||
- Choose a .env file from src/makeenvs that matches your
|
||||
environment, and copy it to src/make.env. These are the
|
||||
|
@@ -46,6 +46,8 @@ High Priority
|
||||
|
||||
- Use wxImage to load other formats into wxBitmaps, such as PNG, BMP.
|
||||
|
||||
- Implement scaled Blit as per John Price's impementation for 1.68.
|
||||
|
||||
Low Priority
|
||||
------------
|
||||
|
||||
|
@@ -40,6 +40,11 @@ Implement wxToolTip
|
||||
LOW PRIORITY (MEDIUM TERM)
|
||||
--------------------------
|
||||
|
||||
Get wxMSW's wxGLCanvas working with non-VC++ compilers.
|
||||
|
||||
Generate VC++ lib project files and supply VC++ project
|
||||
generator utility.
|
||||
|
||||
Convert remaining utilities e.g. wxGraphLayout.
|
||||
|
||||
More wxSystemSettings (see comment in settings.cpp).
|
||||
|
@@ -20,10 +20,11 @@ Please see also:
|
||||
|
||||
- Fix TCP/IP mode in dde sample (how to use; why does it crash).
|
||||
|
||||
- Get Karsten to remove trashed CVS files:
|
||||
- Remove trashed CVS files:
|
||||
|
||||
include/wx/msw/magnif1.cur
|
||||
src/msw/ctl3d/*
|
||||
utils/glcanvas/samples/isosurf/isosurf.dat.gz
|
||||
|
||||
and re-add them.
|
||||
|
||||
@@ -32,5 +33,8 @@ Please see also:
|
||||
PostgreSQL. Find out what Remstar uses and document
|
||||
problems/restrictions.
|
||||
|
||||
- In doc/view file selector, document type is selected by
|
||||
extension, not the type selected in the (Windows) file selector.
|
||||
|
||||
- Complete this ToDo list :-)
|
||||
|
||||
|
Reference in New Issue
Block a user