X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f6aed9c6a21d4bc732579aa564adf4cdb2c9aab..4786aabdbd8eab887afb2c518837b57fb0ed265e:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 84dd1cf743..02ad05fa76 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -11,6 +11,9 @@ wxBase: - wxLongLong class provides support for (signed) 64 bit integers +- wxCmdLineParser class for parsing the command line (supporting short and + long options, switches and parameters of different types) + - it is now possible to build wxBase under Win32 (using VC++ only so far) and BeOS (without thread support yet) @@ -45,12 +48,18 @@ all (GUI): - TIFF support added (libtiff required and included in the distribution) - PCX files can now be written (24 bit only so far) +- wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD) + wxMSW: +- support for enhanced metafiles added, support for copying/pasting metafiles + (WMF and enhanced ones) fixed/added. - implemented setting colours for push buttons - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun) -- tooltips work with wxRadioBox - loading/saving big (> 32K) files in wxTextCtrl works +- tooltips work with wxRadioBox +- wxBitmap/wxIcon may be constructed from XPM included into a program, as in + Unix ports - returning FALSE from OnPrintPage() aborts printing wxGTK: