Added IFF handler.

Minor doc updates.
  Corrected configure for SGI OpenGL (wx-config related).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-01-15 17:57:08 +00:00
parent 13b1f8a7e6
commit 4b6b4dfcf4
25 changed files with 1787 additions and 773 deletions

View File

@@ -1,6 +1,19 @@
*** wxWindows 2.3.3 ***
Some wxFont changes for better mixing of native fonts
and wxFont's accessors.
Corrections to wxImage code for special SGI visuals.
Added IFF image handler.
Added ICO, CUR and ANI image handler.
wxFrame::SetMenuBar() works again.
wxButton honours wxBU_EXACTFIT.
wxStaticBox honours wxALIGN_XXX styles
Reworked wxConfig class interface.

View File

@@ -245,38 +245,37 @@ you download wxGTK, it will default to --with-gtk etc. But
if you use all of our CVS repository you have to choose a
toolkit. You must do this by running configure with either of:
--without-gtk Don't use the GIMP ToolKit (GTK)
--with-gtk Use the GIMP ToolKit (GTK). Default.
--with-motif Use either Motif or Lesstif
Configure will look for both.
--with-motif Use either Motif or Lesstif
Configure will look for both.
The following options handle the kind of library you want to build.
--disable-threads Compile without thread support.
--disable-shared Do not create shared libraries.
--enable-static Create static libraries.
--disable-shared Do not create shared libraries, but
build static libraries instead.
--disable-optimise Do not optimise the code. Can
sometimes be useful for debugging
and is required on some architectures
such as Sun with gcc 2.8.X which
would otherwise produce segvs.
and is required on some architectures
such as Sun with gcc 2.8.X which
would otherwise produce segvs.
--enable-profile Add profiling info to the object
files. Currently broken, I think.
--enable-no_rtti Enable compilation without creation of
C++ RTTI information in object files.
This will speed-up compilation and reduce
binary size.
This will speed-up compilation and reduce
binary size.
--enable-no_exceptions Enable compilation without creation of
C++ exception information in object files.
This will speed-up compilation and reduce
binary size. Also fewer crashes during the
actual compilation...
This will speed-up compilation and reduce
binary size. Also fewer crashes during the
actual compilation...
--enable-no_deps Enable compilation without creation of
dependency information.
@@ -296,11 +295,11 @@ The following options handle the kind of library you want to build.
--enable-debug_flag Define __DEBUG__ and __WXDEBUG__ when
compiling. This enable wxWindows' very
useful internal debugging tricks (such
as automatically reporting illegal calls)
to work. Note that program and library
must be compiled with the same debug
options.
useful internal debugging tricks (such
as automatically reporting illegal calls)
to work. Note that program and library
must be compiled with the same debug
options.
* Feature Options
-------------------
@@ -327,6 +326,8 @@ are
--disable-pcx Disables PCX image format code.
--disable-iff Disables IFF image format code.
--disable-resources Disables the use of *.wxr type
resources.

View File

@@ -1,7 +1,7 @@
Welcome to wxWindows/Gtk 2.2
Welcome to wxWindows/Gtk 2.3
you have downloaded version 2.2 of the GTK port of the
you have downloaded version 2.3 of the GTK port of the
wxWindows GUI library.
wxWindows no longer supports GTK 1.0 (as did some early

View File

@@ -1,8 +1,6 @@
-------------------- High priority ---------------------
Port to GTK 2.0 - including its Unicode support.
Fix crash in DnD reported from Mahogany.
-------------------- Medium priority ---------------------
@@ -18,6 +16,8 @@ Show accelerator control labels and actually implement them
Right aligned checkboxes: focus highlighting is wrong, tooltips can't be set can't be set
-> Postponed. GTK 2.0 can do that.
Port to GTK 2.0 - including its Unicode support.
Add wxNoteBook::GetPageIndex()
Add wxNoteBook::SetTabPosition()
-> Postponed.