]> git.saurik.com Git - wxWidgets.git/history - interface
Put sample code back in, removed during conversion to Doxygen
[wxWidgets.git] / interface /
2008-04-07  Robert RoeblingPut sample code back in, removed during conversion...
2008-04-07  Robert RoeblingFurther corrections to container class docs
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-07  Robert RoeblingSome corrections to container class docs.
2008-04-07  Robert RoeblingMention that the renderer's alignment is ignored under...
2008-04-06  Robert RoeblingAdded alignment parameter to renderers' constr
2008-04-06  Robert RoeblingMention wxDataViewRenderer Set/GetAlignment
2008-04-06  Francesco Montorsimy revision of o-p interface headers
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-04-06  Francesco Montorsigive a name to the enumeration of the values which...
2008-04-06  Francesco Montorsidocumented wxVideoMode (otherwise wxDisplay docs are...
2008-04-06  Francesco Montorsimake sure all wxDefault* and all wxNull* global instanc...
2008-04-06  Francesco Montorsiimproved rendering of styles and events sections: put...
2008-04-06  Francesco Montorsirevisions contributed by Utensil Candel
2008-04-05  Vadim Zeitlindocument Alloc() vs returning bool (part of bug 1933693)
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-04-05  Bryan PettyFinished initial review of [ca*-ch*] interface headers.
2008-04-04  Vadim Zeitlinimplemented toggling of wxCAL_MONDAY_FIRST in the nativ...
2008-04-04  Bryan PettyIntial review of calctrl.h.
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-04-02  Francesco Montorsifirst revision (contains wxHelpEvent and wxNavigationKe...
2008-04-02  Bryan PettyRestored the old Classes by Category page to live side...
2008-04-01  Vadim Zeitlinmove all appearace-related methods down to wxCalendarCt...
2008-04-01  Václav SlavíkGeneralized wxScrolledWindow into wxScrolled<T> that...
2008-04-01  Francesco Montorsireplace @b Note with @note; replace '' with "
2008-04-01  Francesco Montorsifirst raw revision
2008-03-31  Francesco Montorsimove TODO items for wxDocs from the wxwiki to the doxyg...
2008-03-30  Francesco Montorsis/NB:/@note; revised wxFFile
2008-03-30  Francesco Montorsitypo fix
2008-03-30  Francesco Montorsifurther revision (done by me)
2008-03-30  Francesco Montorsirevision contributed by Utensil Candel
2008-03-30  Václav Slavíkadded wxXmlNode::InsertChildAfter and use it for (much...
2008-03-29  Václav Slavík1. fixed wxXmlNode::InsertChild() documentation to...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-28  Francesco Montorsisubstitute '@b NB:' with '@note'; first partial revisio...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-27  Francesco Montorsifinal fixes to [a-b]*h headers
2008-03-27  Francesco Montorsiadd @onlyfor tags to remove further ifacecheck warnings
2008-03-27  Vadim Zeitlinfixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXD...
2008-03-27  Vadim Zeitlinadded convenient wxON_BLOCK_EXIT_SET() macro
2008-03-27  Vadim Zeitlinadded convenient wxON_BLOCK_EXIT_THISn() macros wrappin...
2008-03-25  Francesco Montorsifinal revision of prototypes for b*h (and few others)
2008-03-25  Francesco Montorsifinal prototype fixes to a*h headers; s/WXTYPE/wxEventType
2008-03-25  Vadim Zeitlindocument On{Open,Save}Document()
2008-03-25  Francesco Montorsiprototype fixes (in particular fix missing default...
2008-03-25  Bryan PettyFinished review/fixes of the rest of the functions...
2008-03-24  Francesco Montorsiprototype fixes (this time including pure virtual funct...
2008-03-24  Francesco Montorsifurther prototype revisions; rename interface/aui.h...
2008-03-24  Francesco Montorsiuse @a instead of @e where it makes sense
2008-03-24  Francesco Montorsimove macros out of the wxArray class decl
2008-03-24  Vadim Zeitlindocument wxSizerItem::SetMinSize()
2008-03-24  Francesco Montorsifinal prototype fixes (done using ifacecheck)
2008-03-23  Francesco Montorsifix simple errors which block ifacecheck
2008-03-23  Bryan PettyRemoved @class command from templated classes. Doxygen...
2008-03-23  Bryan PettyFinished review/fixes of Math and Miscellaneous categor...
2008-03-23  Václav SlavíkwxError, wxFatalError, wxDebugMsg are not only deprecat...
2008-03-23  Václav Slavíkmore utils.h fixes
2008-03-23  Václav Slavíkrestored wxWindow::Line/PageUp/Down docs
2008-03-23  Bryan PettyFinished review/fixes of Logging category of functions...
2008-03-23  Vadim Zeitlinavoid needless Unicode<->MB conversions in Unix wxExecu...
2008-03-22  Francesco Montorsiuse wxEmptyString as default value to return from GetAt...
2008-03-22  Václav Slavíkfixed signatures of wxSizerFlags methods returning...
2008-03-22  Václav Slavíkdocumented wxRESERVE_SPACE_EVEN_IF_HIDDEN
2008-03-22  Václav Slavíkmany formatting fixes to wxSizer docs
2008-03-22  Václav Slavíktypo fix: doxygen uses -, not *, for lists
2008-03-22  Václav SlavíkwxVector<T> is header-based, use @nolibrary
2008-03-22  Václav Slavíktagged wxNotebookSizer as deprecated
2008-03-22  Václav Slavíkdocumented SelectAll()
2008-03-22  Václav Slavíkupported wxHelpProvider docs fixes from r52197; minor...
2008-03-22  Václav Slavíkdocumented that Freeze and Thaw are now recursive
2008-03-22  Francesco Montorsiuse wx-style header and commets; fix indentation to...
2008-03-22  Vadim Zeitlinadded wxWindowDisabler ctor for conditionally disabling...
2008-03-22  Vadim Zeitlinadd default parameters for width and style parameters...
2008-03-21  Francesco Montorsisome more comments about wxSortedArrayString::Sort
2008-03-21  Václav Slavíkmisc wxVector<T> docs fixes
2008-03-21  Václav Slavíkfixes to wxSharedPtr<T> docs
2008-03-21  Francesco Montorsifurther prototype fixes (thanks to ifacecheck)
2008-03-20  Francesco Montorsisplitted wxApp docs in wxApp+wxAppConsole docs; fix...
2008-03-20  Francesco Montorsifix the signature of the documented functions and docum...
2008-03-20  Francesco Montorsifix a macroscopic error which made Doxygen generate...
2008-03-20  Václav Slavíkremoved trailing whitespace in Doxygen files
2008-03-20  Václav Slavíkremoved wxAcceleratorTable copy ctor docs, no port...
2008-03-20  Václav Slavíkforgot to fix one more place where it says accelerator...
2008-03-20  Bryan PettyFinished review/fixes of GDI category of functions...
2008-03-19  Bryan PettyRemoved docs for old clipboard functions, and reviewed...
2008-03-18  Bryan PettyFinished review of Dialogs category of functions and...
2008-03-18  Václav Slavíkmade wxAcceleratorTable work with buttons in wxGTK too
2008-03-18  Bryan PettyAdded explicit information about which functions and...
2008-03-18  Bryan PettyFinished review of Application Initialization and Termi...
2008-03-17  Robin DunnMake some wxDataViewCustomRenderer virtuals consistent...
2008-03-17  Václav Slavíkadded back docs for wxWindow::WindowToClientSize, added...
2008-03-17  Francesco Montorsirevised b* headers; moved wxPenList and wxBrushList...
2008-03-16  Bryan PettyRemoved layout constaints related docs as discussed...
2008-03-15  Vadim Zeitlincorrect typo in wxDIR_STOP
2008-03-15  Francesco Montorsirevised base64.h;bitmap.h
2008-03-15  Václav SlavíkwxMSW: generate wxClipboardTextEvent from wxTextCtrl...
2008-03-15  Václav Slavíkrestored missing parts of wxClipboardTextEvent docs...
2008-03-15  Bryan PettyCategorized all functions and macros in the Debugging...
2008-03-15  Vadim Zeitlinadded support for double arguments to wxCmdLineParser...
2008-03-14  Vadim Zeitlinmake wxCmdLineParser:Usage() const
next