handle exceptions thrown from overridden wxView::OnCreate() gracefully
[wxWidgets.git] / docs / changes.txt
2008-12-30  Vadim Zeitlinhandle exceptions thrown from overridden wxView::OnCrea...
2008-12-30  Vadim Zeitlinadded wxSocket::ShutdownOutput() (closes #9229)
2008-12-29  Vadim Zeitlinmention wxEVT_GRID_CELL_CHANGED-related changes
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-25  Vadim Zeitlindon't use the client data for storing wxOwnerDrawn...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Vadim Zeitlinno changes, just don't use "any more" thrice in a row
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Francesco Montorsidon't remove docs for wxThreadHelper::Create; list...
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-10-29  Vadim Zeitlinuse buffered streams to reduce the number of TCP packet...
2008-10-23  Vadim Zeitlingive credit for wxGrid column move hint improvement
2008-10-19  Vadim Zeitlincorrect some wording of recent changes
2008-10-19  Francesco Montorsimentioned the new doc format
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-15  Vadim Zeitlindocument GetSizeAvailableForScrollTarget()
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
2008-09-22  Vadim Zeitlincopied and pasted 2.8.9 change log section (was there...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-19  Vadim Zeitlinmake wxKeyEvent and wxMouseEvent derive from the same...
2008-09-15  Vadim Zeitlinimprove display of hints during column move (#9884)
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-05  Vadim Zeitlinallow copying text in the log dialogs
2008-09-05  Vadim Zeitlinadded support for custom labels in wxMessageBox for...
2008-08-27  Vadim Zeitlinhonour user scale and source offset in wxDC::Blit(...
2008-08-07  Vadim Zeitlindon't call OnCloseDocument() from OnNewDocument(),...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-07-28  Vadim Zeitlinimplement wxBitmap ctor from XBM data
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-18  Vadim Zeitlinmention compatibility implications of wxExecute() quoti...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-07-13  Vadim Zeitlinmention that GetItemRect() is new in 2.9.0
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-28  Vadim Zeitlinforward port 2.8.8 changelog
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-16  Václav SlavíkImplemented high-quality preview for wxMSW (this approa...
2008-06-12  Vadim Zeitlinuse std[::tr1]::unordered_map if available in wxUSE_STL...
2008-06-12  Vadim Zeitlinpropagate style changes correctly to buttons with image...
2008-06-11  Vadim Zeitlinremember the last type used for loading or saving the...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-07  Vadim Zeitlinmake wxLogWindow thread-safe (#8783)
2008-06-07  Vadim Zeitlinsupport multiline labels in wxCheckBox (#9495)
2008-06-06  Vadim Zeitlinchange longs used for bitmap types to wxBitmapType...
2008-06-05  Vadim Zeitlincorrected bug in wxTimeSpan::IsShorterThan() for equal...
2008-06-01  Vadim Zeitlinrewrote UTF-7 to work on streams of data to be comaptib...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-05-30  Vadim Zeitlinmention the problem with writing enums to wxConfig...
2008-05-30  Vadim Zeitlinmention the ambiguities which arise when passing wxStri...
2008-05-30  Václav Slavíkre-added accidentally omitted 'ANSI'
2008-05-30  Václav Slavíkfixed confusingly complicated sentence to make sense
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlindon't blit more than necessary in wxBufferedDC::UnMask...
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Vadim Zeitlinfix appending items to sorted control (patch 1940384)
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-05-11  Vadim Zeitlinmove last change to the correct section
2008-05-11  Vadim Zeitlinmake class names used for our windows unique between...
2008-05-07  Vadim Zeitlinuse std::[w]string for wxString implementation unless...
2008-05-02  Vadim Zeitlinadd an assert indicating that old code overriding OnExe...
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-04-01  Václav SlavíkGeneralized wxScrolledWindow into wxScrolled<T> that...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-27  Vadim Zeitlinadded convenient wxON_BLOCK_EXIT_SET() macro
2008-03-22  Václav Slavíkdocumented that Freeze and Thaw are now recursive
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-17  Francesco Montorsirestore previous encoding, changed for error to UTF8
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-15  Vadim Zeitlinadd support for asynchronous execution in wxBase (patch...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2008-03-15  Vadim Zeitlinadded support for double arguments to wxCmdLineParser...
2008-03-14  Francesco Montorsimention wxMenuItem::* deprecations
2008-03-10  Vadim Zeitlinadded wxNativeContainerWindow and implemented it for...
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-25  Vadim Zeitlinbetter wording for the last change
2008-02-25  Vadim Zeitlinimplement support for display enumeration under WinCE...
2008-02-10  Vadim Zeitlinmention wxXLocale
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-21  Francesco Montorsimention also the contrib libraries removal/movements
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
next