added wxAuiToolBar
[wxWidgets.git] / interface /
2008-08-22  Vadim Zeitlinfix 2 doxygen errors
2008-08-21  Vadim Zeitlindocument that text drawing is not affected by the curre...
2008-08-21  Vadim Zeitlinmention DoPrepareDC() relative origin offsetting
2008-08-18  Vadim Zeitlindocument wxSpinCtrlDouble (#9834)
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-08  Vadim Zeitlinadd DECLARE_NO_COPY_TEMPLATE_CLASS
2008-08-08  Vadim Zeitlindocument DECLARE_NO_{COPY,ASSIGN}_CLASS
2008-08-07  Vadim Zeitlindon't call OnCloseDocument() from OnNewDocument(),...
2008-08-07  Václav Slavíksmall wxArtProvider API improvements: added HasNativePr...
2008-08-04  Bryan PettyReview of socket.h interface header by Utensil Candel...
2008-08-04  Vadim Zeitlingeneral docview.cpp code cleanup; use wxVector<> instea...
2008-08-03  Vadim Zeitlinadded wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by...
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2008-08-02  Vadim Zeitlindocument "clear" parameter of ctor/Create() properly...
2008-08-02  Vadim Zeitlinimplement wxLaunchDefaultApplication() for MSW and...
2008-08-02  Robert RoeblingMinor formating
2008-08-01  Vadim Zeitlincapitalize the application name in GetAppDisplayName...
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-08-01  Stefan Csomoradding info about opaque classes, making sure refs...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-30  Vadim Zeitlindocument that numbers outside of the valid range are...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Robert RoeblingFurther corrections to wxFileName docs
2008-07-29  Robert RoeblingMinor formating
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-07-28  Vadim Zeitlinmention that it may be impossible to set the size of...
2008-07-26  Robert RoeblingTrying to make wxFileName docs readable again
2008-07-26  Stefan Csomorextending docs according #9713
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-07-16  Vadim Zeitlinemphasize the fact that GetSelectedCols/Rows() is not...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-15  Vadim Zeitlinfix the output length returned from cWC2MB/MB2WC()...
2008-07-15  Vadim Zeitlindon't mention deprecated wxRESIZE_BOX (#9735)
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-13  Vadim Zeitlinadd back parameter dropped during Doxygen conversion...
2008-07-13  Vadim Zeitlincorrect wrong example of using wxSizerFlags::Border...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-07-07  Robert RoeblingMinor corrections
2008-07-06  Robert RoeblingwxString doc corrections
2008-07-06  Vadim Zeitlintake const address objects in wxSocketClient::Connect...
2008-07-04  Robert Roebling Ticket #9689 (new defect)
2008-07-03  Robert Roeblingfurther xxx_str() clarification
2008-07-03  Robert RoeblingCorrected c_str() docs
2008-07-02  Vadim Zeitlindon't use @true and @NULL inside of @code sections
2008-07-01  Robert RoeblingRestore wxFile docs
2008-07-01  Robert RoeblingCorrected mime types docs
2008-06-27  Bryan Petty#9605: Documentation Corrections for richtextctrl.h
2008-06-27  Bryan Petty#9589: Documentation Corrections for textctrl.h
2008-06-27  Bryan PettyCommit 3 of 3 for Doxygen path fixes, this one finally...
2008-06-27  Bryan PettyMoved all interface headers into a 'wx' subdirectory...
2008-06-27  Bryan PettySeparated out function grouping for less confusing...
2008-06-23  Vadim ZeitlinwxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2
2008-06-22  Vadim Zeitlinallow creating items without parent menus (#3425)
2008-06-22  Vadim Zeitlinallow wxDialog::ShowModal() after Show() (see #1416...
2008-06-22  Robert RoeblingMinor patch for state icons patch
2008-06-21  Vadim Zeitlinreview the header after the conversion and restore...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinadd wxShowEvent::IsShown() and wxIconizeEvent::IsIconiz...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-21  Bryan PettyMinor doc corrections for [q-r] in ticket #9581 (most...
2008-06-21  Bryan PettyPatch from Utensil Candel with large improvements to...
2008-06-21  Bryan PettyDocumentation corrections for /interface/log.h (#9583)
2008-06-21  Bryan PettyFinished initial review of [q-r] by Utensil Candel...
2008-06-20  Robert Roeblingminor formatting
2008-06-20  Robert RoeblingDon't let MSW's wxSpinCtrl emit spin up and down events...
2008-06-20  Robert RoeblingFormatting
2008-06-20  Robert RoeblingFormatting
2008-06-19  Robert RoeblingMissing and Moved Paragraphs in \interface\thread.h
2008-06-19  Vadim Zeitlindocument GetValue() behaviour when called from an event...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-16  Robert RoeblingTicket #9592: gtk-choice-setcolumns.2.diff
2008-06-16  Václav Slavíkadded a note about print preview inaccurancies and...
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2008-06-15  Vadim Zeitlinfix overview links and various Doxygen errors (#9580)
2008-06-14  Vadim Zeitlinfix various Doxygen errors (#9568)
2008-06-14  Vadim Zeitlinfix various Doxygen errors (#9573)
2008-06-14  Vadim Zeitlinfix various Doxygen errors (#9578)
2008-06-13  Vadim Zeitlinuse @deprecated doxygen tag, a few other minor correcti...
2008-06-13  Vadim Zeitlincorrect bad references and use of @begincode instead...
2008-06-11  Vadim Zeitlinremember the last type used for loading or saving the...
2008-06-11  Vadim Zeitlinfix some parameters docs and other minor changes (...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-07  Vadim Zeitlincall wxSizerFlags::Top/Bottom() or Left/Right() shouldn...
2008-06-06  Vadim Zeitlinuse report mode for the wxListbook list control if...
2008-06-06  Vadim Zeitlinchange longs used for bitmap types to wxBitmapType...
2008-06-06  Vadim Zeitlininitialize wxStringBuffer with the original contents...
2008-06-05  Václav Slavíkadded wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
2008-06-02  Robert RoeblingMake wxMenuItem::GetLabelText readable again
2008-06-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-06-01  Vadim Zeitlinrewrote UTF-7 to work on streams of data to be comaptib...
2008-05-31  Vadim Zeitlinreviewed and completed wxMBConv and friends documentation
2008-05-31  Vadim Zeitlincreate a separate category for the conversion classes
2008-05-30  Vadim Zeitlindocument that SetItemCount() doesn't have to refresh...
next