added wxAuiToolBar
[wxWidgets.git] / docs /
2008-08-18  Vadim Zeitlinadd support for using bitmap2 for checked menu item...
2008-08-18  Vadim Zeitlindocument wxSpinCtrlDouble (#9834)
2008-08-10  Václav Slavíkfixed typo
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-08-01  Stefan Csomoradding logo on frontpage of pdflatex output
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-08-01  Stefan Csomorattempt to commit as utf8
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-07-06  Vadim Zeitlinremove mentions of pos attribute, it never worked and...
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-27  Bryan PettyForgot to export the environment variable so Doxygen...
2008-06-27  Bryan PettyCommit 3 of 3 for Doxygen path fixes, this one finally...
2008-06-27  Bryan PettyPart 2 of 3 commits bringing proper Doxygen path usage...
2008-06-25  Stefan Csomorrename for docs as well
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-21  Bryan PettyLeftover changes for sample doc improvements in ticket...
2008-06-21  Bryan PettyPatch from Utensil Candel with large improvements to...
2008-06-21  Bryan PettyFinished initial review of [q-r] by Utensil Candel...
2008-06-20  Robert RoeblingBalance table
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 Zeitlinmake list whose items are referred to by their numbers...
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-07  Vadim Zeitlincorrect phrase broken by the last change
2008-06-07  Vadim Zeitlinreplace another SF link with wxTrac one (#9501)
2008-06-06  Vadim Zeitlinreplace SF links with wxTrac ones (#9500)
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-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2008-06-02  Vadim Zeitlinadded a note about wxrc to Xcode section
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-06-01  Vadim Zeitlinrewrote UTF-7 to work on streams of data to be comaptib...
2008-05-31  Vadim Zeitlincreate a separate category for the conversion classes
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-21  Robert RoeblingUpdate wxString overview
2008-05-17  Václav Slavíkminor Unicode overview corrections
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-10  Francesco Montorsiadded version check against gcc-generated xml; added...
2008-05-08  Bryan PettyUpdates to wiki links, and XHTML source cleanups.
2008-05-08  Vadim Zeitlinupdate and complete Unicode overview; add an overview...
2008-05-07  Vadim Zeitlinuse std::[w]string for wxString implementation unless...
2008-05-07  Vadim Zeitlinextract the most important wxUSE_XXX settings in their...
2008-05-07  Vadim Zeitlindon't use $0$ and $1$, Doxygen doesn't have math mode
2008-05-06  Bryan PettyAdded missing semi-colon in DVC interface header, and...
2008-05-05  Bryan PettyAdded margin to event handler function prototypes for...
2008-05-04  Bryan PettyInitial review of various [q-r] by Utensil Candel.
2008-05-02  Vadim Zeitlinadd an assert indicating that old code overriding OnExe...
2008-04-30  Robert RoeblingUpdate version info in platform detail page
2008-04-29  Robert RoeblingMinor clarification
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-04-28  Bryan PettyRemoved deprecated layout constraints from class summar...
2008-04-25  Robert RoeblingMinor updates
2008-04-25  Robert RoeblingForgot to remove this one
2008-04-25  Robert Roeblingconst_iterator
2008-04-25  Robert RoeblingRemoved category for styled text control which only...
2008-04-25  Robert RoeblingForgot wxGraphicsPath
2008-04-25  Robert RoeblingMention graphics classes, separate out image and bitmap...
2008-04-22  Bryan PettyFinished initial reviews of the rest of the [d*] interf...
2008-04-21  Václav Slavík@wxsince -> @since in Doxygen docs
2008-04-19  Bryan PettyMore dc* interface headers reviewed.
2008-04-17  Bryan PettyFixed wxScrolledWindow references to properly link...
2008-04-16  Bryan PettyAdded feature to the HTML manual to remember your prefe...
2008-04-15  Vadim Zeitlinadded a section about Connect(), improve/streamline...
2008-04-15  Bryan PettyReviewed dataobj.h interface header and added wxDataVie...
2008-04-14  Bryan PettyFinished initial review of the rest of the [c*] interfa...
2008-04-13  Vadim Zeitlinallow predefining wxNO_XXX_LIB symbols to avoid implici...
2008-04-12  Robert RoeblingMention Scrolled and wxScrolledWindow
2008-04-10  Francesco Montorsiintroduce a new @beginFlagTable
2008-04-10  Francesco Montorsirevisions of o-p headers contributed by Utensil Candel...
2008-04-10  Robert RoeblingRearrange categories, III
2008-04-10  Robert RoeblingRearrange categories, II#
2008-04-10  Robert RoeblingRearrange categories
2008-04-10  Robert RoeblingMinor correction to Unicode overview
next