Allow building wxGTK3 with Broadway backend.
[wxWidgets.git] / docs / changes.txt
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2011-12-14  Vadim ZeitlinAdd the release date of 2.9.3 to the change log.
2011-12-08  Vadim ZeitlinAdd wxEXEC_HIDE_CONSOLE flag allowing to unconditionall...
2011-12-07  Vadim ZeitlinImplement wxComboBox::Popup() and Dismiss() for wxOSX...
2011-12-02  Vadim ZeitlinHandle OpenBSD in wxDialUpManager code.
2011-12-02  Vadim ZeitlinImplement EVT_CHAR_HOOK for wxOSX/Cocoa.
2011-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-11-27  Vadim ZeitlinImplement wxStackWalker for wxMSW under x86-64.
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeUSec() in wxStopWatch under Unix for...
2011-11-27  Vadim ZeitlinAdded wxGetUTCTimeMillis() and wxGetUTCTimeUSec().
2011-11-27  Vadim ZeitlinAdded wxStopWatch::TimeInMicro() for better precision...
2011-11-22  Vadim ZeitlinAdded convenient wxCmdLineParser::AddLong{Option,Switch...
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-11-05  Vadim ZeitlinAllow reusing the same wxWindowID more than 254 times.
2011-10-30  Vadim ZeitlinAllow customization of the locations where persistent...
2011-10-20  Vadim ZeitlinAdd "checked" property for toolbar tool elements in...
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-11  Vadim ZeitlinMove SetBackgroundBitmap() from wxPanel to new wxCustom...
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-02  Vadim ZeitlinPut wxWebView library addition on top of changes list.
2011-10-02  Vadim ZeitlinFix setting tooltips for wxSearchCtrl and other composi...
2011-10-02  Steve LamertonDerive wxAuiNotebook from wxBookCtrlBase. Document...
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-09-21  Vadim ZeitlinSend EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when...
2011-09-17  Vadim ZeitlinChange wxDIALOG_NO_PARENT to avoid clash with wxICON_EX...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-04  Vadim ZeitlinAdd persistence support for wxSplitterWindow.
2011-08-29  Dimitri SchoolwerthAdded alpha saving support to TIFF image handler.
2011-08-27  Vadim ZeitlinAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-08-27  Vadim ZeitlinAdd new wxTreeListCtrl class.
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-22  Vadim ZeitlinAdd new wxBannerWindow class.
2011-08-21  Vadim ZeitlinReplace wxComboBox::IsEmpty() with Is{List,Text}Empty().
2011-08-16  Julian SmartImplemented non-selection of content when setting focus...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-11  Vadim ZeitlinUse separate strings for stock labels with and without...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-09  Dimitri SchoolwerthAdded NSApplicationDelegate's openFiles for wxOSX-Cocoa.
2011-08-08  Vadim ZeitlinAdded wxTopLevelWindow::MSWGetSystemMenu() method.
2011-08-05  Vadim ZeitlinImplement wxFileType::GetOpenCommand() in wxOSX.
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-03  Julian SmartReturn sensible major and minor version numbers for...
2011-07-30  Vadim ZeitlinFix crash in wxArray::insert() overload taking iterator...
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinAdd wxNavigationEnabled<> helper for implementing TAB...
2011-07-22  Vadim ZeitlinAdded customizable wxDocManager::OnMRUFileNotExist...
2011-07-21  Vadim ZeitlinAllow marking wxTreeBook nodes to expand initially...
2011-07-21  Vadim ZeitlinFix parsing of negated long options in wxCmdLineParser.
2011-07-19  Vadim ZeitlinAdd wxDataViewEvent::IsEditCancelled() and support...
2011-07-19  Vadim ZeitlinAdded wxGCDC(wxEnhMetaFileDC) ctor too.
2011-07-19  Vadim ZeitlinFix keyboard navigation in wxGrid with hidden columns.
2011-07-15  Vadim ZeitlinImplement wxRegion::Equal() for wxOSX.
2011-07-09  Vadim ZeitlinSupport float, double and file name values in wxGeneric...
2011-07-09  Vadim ZeitlinGenerate events for two auxiliary mouse buttons in...
2011-07-04  Vadim ZeitlinRemove the note about wxUSE_STD_CONTAINERS.
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2011-06-27  Vadim ZeitlinAdd support for child documents to docview framework.
2011-06-19  Vadim ZeitlinImplement wxCalendarCtrl::SetDateRange() in the native...
2011-06-15  Vadim ZeitlinGeneric wxHyperlinkCtrl appearance and behaviour improv...
2011-06-15  Vadim ZeitlinFix keyboard navigation in wxGrid with reordered columns.
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-05-13  Vadim ZeitlinDon't use the standard containers by default.
2011-05-09  Jaakko SalliFixed a bug: Disabling a property didn't work properly...
2011-05-01  Vadim ZeitlinAdd a section about STL containers-related incompatible...
2011-04-26  Vadim ZeitlinAllow showing the print preview frame non modally.
2011-04-23  Vadim ZeitlinAdd wxDC::SetTransformMatrix() and related methods...
2011-04-17  Vadim ZeitlinImplement auto-completion support for wxTextEntry in...
2011-04-17  Vadim ZeitlinAdd wxAffineMatrix2D and related classes.
2011-04-16  Vadim ZeitlinAdd support for dynamic auto-completion in wxTextEntry.
2011-04-10  Vadim ZeitlinAllow customizing AUI tab colours in wxAuiTabArt.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-04-02  Vadim ZeitlinAdd support for alpha channel in colours in wxSVGFileDC.
2011-03-31  Vadim ZeitlinImplement wxGraphicsContext::GetSize() for Cairo.
2011-03-31  Vadim ZeitlinFix HMENU to wxMenu translation in wxMSW code.
2011-03-30  Vadim ZeitlinAdd support for elements preceding the document node...
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-03-23  Vadim ZeitlinAdd WXK_CONTROL_A..WXK_CONTROL_Z constants.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-22  Jaakko SalliAdded entry for recent wxComboCtrl background rendering...
2011-03-21  Vadim ZeitlinAllow using milliseconds in wxLog timestamp.
2011-03-20  Vadim ZeitlinAdd wxPanel::SetBackgroundBitmap().
2011-03-18  Vadim ZeitlinFix exporting clipboard data to primary selection in...
2011-03-16  Dimitri SchoolwerthAdded support for reading image resolutions from PNG...
2011-03-15  Vadim ZeitlinFix setting tooltips for generic wxSpinCtrl.
2011-03-14  Vadim ZeitlinDon't generate wxEVT_CHAR_HOOK events while the mouse...
2011-03-14  Vadim ZeitlinProduce correct SVG files in all locales.
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2011-03-13  Vadim ZeitlinAdded precision parameter to wxString::From[C]Double().
2011-03-09  Paul Cornettadd wxEVT_MAXIMIZE support to wxGTK
2011-03-01  Václav SlavíkPass wxRect/wxPoint arguments to wxDataViewCustomRender...
2011-03-01  Václav SlavíkFixed typo.
2011-02-27  Vadim ZeitlinUpdate markup support documentation.
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
next