X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5414d62e3a275cad2eff70f28fdba3a7b646e0cc..049c4f6caaee4d0843307f6ca1a832cc54b3a89d:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index f87dbe627e..9909d54328 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -360,6 +360,8 @@ Deprecated methods and their replacements - wxValidator::SetBellOnError() incorrectly interpreted its argument (it disabled the bell when it was true) and was replaced by SuppressBellOnError() with more expected semantics. +- wxPORTRAIT and wxLANDSCAPE are now elements of wxPrintOrientation enum and + wxPrintData::SetOrientation(int) takes wxPrintOrientation and not int. Major new features in this release @@ -432,6 +434,10 @@ All: wxVariant. - wxDateTime timezone functions now dynamic (no caching). - Added wxHttp::GetCookie and wxHttp::HasCookies (dodge). +- Added support for unique volume names to wxFileName (Neno Ganchev). +- Correct bugs when using wxTextInputStream with wxConvAuto (Leon Buikstra). +- Don't crash when input is empty in wxFileConfig ctor (Lukasz Michalski). +- Correct wxSocket::Peek() to not block (Anders Larsen). Unix: @@ -442,6 +448,7 @@ All (GUI): - Added support for showing bitmaps in wxButton. - Added wxInfoBar. +- Added stretchable spaces support to wxToolBar. - Added support for corner, row and column headers renderers to wxGrid. - wxWindow::SetAutoLayout() now works for all windows, not just panels. - Support wxListCtrl columns, items and image lists in XRC (Kinaou Hervé). @@ -450,6 +457,7 @@ All (GUI): - Added wxEditableListBox XRC handler. - Added multiple selection support to wxDirCtrl (Steve Lamerton). - wxGrid: add possibility to prevent resizing of individual rows/columns. +- wxGrid: allow changing the horizontal alignment of numeric cells. - wxHTML: add support for table borders width (Laurent Humbertclaude). - Added wxMouseEventsManager. - Building OpenGL library is now enabled by default. @@ -466,20 +474,26 @@ All (GUI): HasScrollbar() really check for the scrollbar existence. - Added wxKeyEvent::IsKeyInCategory() (Jeff Tupper). - Add A0 and A1 paper formats support (Martin Perktold). -- Fixed wxOwnerDrawComboCtrl popup size on Mac (scrollbars were always shown). -- Fixed wxOwnerDrawComboCtrl focus problem on Mac (first-time popup +- Fixed wxComboCtrl popup size on Mac (scrollbars were always shown). +- Fixed wxComboCtrl focus problem on Mac (first-time popup dismissed immediately as text control grabbed the focus). - wxPropertyGrid: added wxPG_EX_MULTIPLE_SELECTION. - wxPropertyGrid: added functions for editing property labels. -- wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER - and wxPG_EX_TOOLBAR_SEPARATOR styles for finer control over borders. - Borders around property grid are now native for consistency. +- wxPropertyGridManager: added wxPG_NO_INTERNAL_BORDER, + wxPG_EX_NO_TOOLBAR_DIVIDER and wxPG_EX_TOOLBAR_SEPARATOR styles for finer + control over borders. Borders around property grid are now native for + consistency. +- Added wxPropertyGridManager::ShowHeader(). - Added wxXmlResource::LoadObjectRecursively(). - Added wxColour::Set/GetRGB() and Set/GetRGBA() methods (Marcel Haß). - wxRTC: added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler to use CSS where possible. - wxRTC: corrected centring and right-justification spacing. - Added wxBORDER_THEME to XRC. +- wxGraphicsContext is now enabled by default if supported by the platform. +- Fix building with using system libpng 1.4 (Volker Grabsch). +- Add wxComboBox::Popup() and Dismiss() methods (Igor Korot). +- Added wxTreeCtrl::SelectChildren() (Nikolay Tjushkov). GTK: @@ -506,6 +520,9 @@ MSW: - Worked around child window and caret positioning bug (in Windows) when using wxBORDER_THEME in a container window. - Suppressed spurious character event for decimal key in numeric keypad. +- Allow to not create wxPaintDC in EVT_PAINT handler. +- Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events in wxListCtrl. +- Allow putting the UAC symbol on buttons (Chris Spencer). i18n: @@ -716,6 +733,7 @@ All (GUI): new CheckFit() method for more information. - Allow reading GIFs with incorrectly specified animation size. - Return number of frames in animated GIF from wxGIFHandler::GetImageCount(). +- Improved anchors handling in wxHTML. wxGTK: