X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc73d7f5d468881a9cbb71f1a234f364ff52ceaa..5dec941a5ba3c08870ab4b415dd6e5be368fa0f0:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 8693868a00..8be8cf5024 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -445,7 +445,7 @@ Major new features in this release was added. -2.9.3: +2.9.3: (released 2011-12-14) ------ INCOMPATIBLE CHANGES SINCE 2.9.2 @@ -457,6 +457,15 @@ All: - Fix parsing of negated long options in wxCmdLineParser (roed_bis). - Fix crash in wxArray::insert() overload taking iterator range (wsu). +- Added wxEventFilter class and wxEvtHandler::{Add,Remove}Filter(). +- Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers. +- Added wxStopWatch::TimeInMicro() and wxGetUTCTimeUSec() and improved + wxStopWatch precision. +- Made wxGetLocalTimeMillis() really return local time, added + wxGetUTCTimeMillis() returning what this function used to return. +- Added wxCriticalSection::TryEnter() (Catalin Raceanu). +- Add support for OpenBSD to wxDialUpManager (brad0). +- Added wxEXEC_HIDE_CONSOLE flag. All (GUI): @@ -471,6 +480,7 @@ All (GUI): - Allow setting window shape to arbitrary wxGraphicsPath. - Added wxTextEntry::AutoCompleteDirectories(). - Support float, double and file name values in wxGenericValidator (troelsk). +- Add support for custom numeric formats to wxGrid (Kinaou Hervé). - Fix keyboard navigation in wxGrid with hidden columns (ivan_14_32). - Add wxDataViewEvent::IsEditCancelled() (Allonii). - Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when not clicking on an item. @@ -487,6 +497,10 @@ All (GUI): - Allow converting to and from wxGraphicsBitmap and wxImage directly. - Allow wxGraphicsFont creation without passing by wxFont. - Added wxDataViewCustomRenderer::ActivateCell(). +- Add "checked" property for toolbar tool elements in XRC. +- Allow customization of the locations where persistent settings are stored. +- Restore support for reusing ids more than 254 times (Armel Asselin). +- Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} (Catalin Raceanu). OSX: @@ -495,6 +509,8 @@ OSX: - wxGetOsVersion() now returns more sensible version numbers, e.g. 10 and 6 for OS X 10.6. - Added wxApp::MacOpenFiles and deprecated wxApp::MacOpenFile. +- Implement wxEVT_CHAR_HOOK event generation in wxOSX/Cocoa. +- Implemented wxComboBox::Popup() and Dismiss() in wxOSX/Cocoa (joostn). GTK: @@ -507,6 +523,7 @@ MSW: - Added wxTopLevelWindow::MSWGetSystemMenu(). - Multiline text controls no longer select all content when gaining focus from the keyboard. +- Implement wxStackWalker for x86-64 (Artur Bać). 2.9.2: (released 2011-07-05)