]> git.saurik.com Git - wxWidgets.git/history - docs/changes.txt
initialize wx{Client,Paint,Window}DC with fonts/colours of its window
[wxWidgets.git] / docs / changes.txt
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...
2008-01-13  Robert RoeblingMention wxSizer::Fit() change and wxWrapSizer
2008-01-12  Vadim Zeitlincall OnExec() taking wxString argument from OnExecute...
2008-01-08  Robert Roeblingmention some more changes
2008-01-06  Vadim Zeitlinreturn false from Dispatch() if gtk_main_quit() was...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-22  Vadim Zeitlinallow centering wxMessageDialog on its parent window...
2007-12-22  Vadim Zeitlinimplement wxListCtrl::ScrollList() (in report view...
2007-12-22  Vadim Zeitlinfixes to wxImage::ResambleBox() (patch 1843902)
2007-12-22  Vadim Zeitlindiscard any pending messages for the socket being destr...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-12-12  Vadim Zeitlinmention some of the major changes in 2.9 so far
2007-12-04  Václav Slavíkadded <scrollrate> parameter to wxScrolledWindow XRC...
2007-11-30  Vadim Zeitlinmention wxDC change (more details would be welcome)
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-16  Vadim Zeitlindocument Next/PrevControlId() removal (should have...
2007-11-12  Vadim Zeitlinmove wxGetClientDisplayRect() fix into 2.8.7 section
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-11-09  Vadim Zeitlincleanup wxURLModule after wxSocketModule to avoid crash...
2007-11-09  Vadim Zeitlinforward ported changes in 2.8.7 from WX_2_8_BRNACH
2007-11-09  Vadim Zeitlinfixed bugs with moving/centering the file dialog (repla...
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoCompleteFileNames() and implemen...
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoComplete() and implemented it...
2007-11-04  Vadim Zeitlinimplement wxLocale::GetInfo() using CFLocale (modified...
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Vadim Zeitlinload message catalogs using wxFileSystem; use wxMemoryB...
2007-10-20  Vadim Zeitlindon't update the tree unnecessarily in Expand/CollapseA...
2007-10-19  Julian SmartAdded wxVariantData::Clone and wxVariant::Unshare
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-09-30  Václav Slavíkgenerate #line references to source .xrc files in wxrc...
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-21  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
next