put something in the content field type in the tables to avoid ugly appearance of...
[wxWidgets.git] / docs /
2009-02-22  Vadim Zeitlinput something in the content field type in the tables...
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-02-20  Francesco Montorsirecategorize many misplaced classes; move lots of class...
2009-02-18  Francesco Montorsiname wxThreadEvent and YieldFor in wxProgressDialog...
2009-02-18  Francesco Montorsimake distinction between classes which send events...
2009-02-18  Bryan PettyFix manual references to the events overview after...
2009-02-17  Bryan PettyFixed the logo image output in the manual after (obviou...
2009-02-17  Bryan PettyUpdated version numbers tech note with new doxygen...
2009-02-17  Francesco Montorsigive credit to the author of the patch for adding wxIma...
2009-02-16  Stefan Csomoradding new defines for OSX
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-15  Francesco Montorsiadd changelogs for my (relatively) recent commits
2009-02-12  Vadim Zeitlinadded a period at the end of a sentence (test commit...
2009-02-10  Bryan PettyFixed section identifiers (the added section needed...
2009-02-09  Robert RoeblingMention wxTaskBarIcon reimplementation, other details
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinupdate custom event definition documentation; document...
2009-02-07  Vadim Zeitlinupdate/reorganize events overview and changed links...
2009-02-07  Vadim Zeitlinextract the important overviews in their own section...
2009-02-06  Francesco Montorsiremove typo
2009-02-06  Francesco Montorsifix title of the previously-modified section
2009-02-06  Francesco Montorsimention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR...
2009-02-05  Francesco Montorsiremove mention of wxMutexGuiEnter/leave from the multit...
2009-02-05  Francesco Montorsiadd many references to the overview_windowsizing topic...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-01  Francesco Montorsiadd the abicheck.sh script for checking possible ABI...
2009-01-31  Vadim Zeitlinremove extra line breaks which prevents Doxygen from...
2009-01-31  Francesco Montorsidocument only char* variant of all string utility funct...
2009-01-31  Francesco Montorsiremove anchor colouring not only for H2 but also for...
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-29  Vadim Zeitlinadd wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used...
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-28  Francesco Montorsidocument various enumerations defined in defs.h; give...
2009-01-27  Bryan PettyApplied documentation typo/grammer corrections from...
2009-01-27  Bryan PettyFixed the class diagrams javascript to initialize the...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-27  Vadim Zeitlinadded template wxScopedArray<> too
2009-01-26  Václav Slavíkchanged wxMSW's default toolbar bitmaps size from obsol...
2009-01-26  Bryan PettyFixed the margins on the class diagram dropdown image...
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-22  Francesco Montorsiupdate KDE guide link; added to the list of the 'Change...
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-21  Francesco Montorsirename also motif logo
2009-01-21  Francesco Montorsirename image files in a coherent way; remove old unused...
2009-01-21  Vadim Zeitlinadded wxStandardPaths::GetAppDocumentsDir() and use...
2009-01-19  Robert Roeblingremove comment recommending (wxWindow*) NULL
2009-01-19  Francesco Montorsifix some wording and a typo
2009-01-16  Vadim Zeitlinimplement SetTimes() for directories too under MSW...
2009-01-16  Robert RoeblingMention wxDataViewListCtrl
2009-01-15  Bryan PettyNoted changes to wxVScrolledWindow in the 3.0 overview...
2009-01-15  Vadim Zeitlinadded a (Windows-only) Flash sample
2009-01-12  Vadim Zeitlinmiscellaneous spelling/grammar corrections (closes...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-09  Bryan PettyTurned off brief descriptions on group pages (it just...
2009-01-09  Francesco Montorsiadd Id SVN keyword
2009-01-07  Francesco Montorsifix doxygen warning about XHTML syntax
2009-01-06  Bryan PettyFixed wxTreeCtrl docs link.
2009-01-06  Bryan PettySwitched @NULL back to (the appropriate) @NUL and added...
2009-01-06  Francesco Montorsiadd the @appearance tag to wxFileCtrl
2009-01-05  Bryan PettyCommitting Doxygen 1.5.7+ configuration changes as...
2009-01-03  Bryan PettyUpdated translations manual page with latest status...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-30  Francesco Montorsino real change; make more readable the Aliases section
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-27  Robert RoeblingAdd Wonderful World of wxWidgets 3.0.
2008-12-27  Francesco Montorsiautolink CreateButtonSizer
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-24  Vadim Zeitlinreorganize scroll sample to make it possible to underst...
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-20  Francesco Montorsireplace wxPostEvent with wxQueueEvent and update the...
2008-12-20  Francesco Montorsimention multi-core systems and wxThread::GetCPUCount
2008-12-19  Robert RoeblingMention wxRearrangeCtrl, wxFileCtrl
2008-12-17  Robert RoeblingMinor stream class changes
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-16  Robert RoeblingMention header control in Category page
2008-12-14  Francesco Montorsireformat stream overview and provide a description...
2008-12-12  Francesco Montorsilink class groups with macro groups and provide a brief...
2008-12-09  Francesco Montorsiif we keep autobrief comments = YES, let's repeat the...
2008-12-08  Francesco Montorsiadded a overview_string_binary section describing what...
2008-12-07  Vadim Zeitlinenable autobrief comments
2008-12-06  Francesco Montorsimoved many things from wxString reference page to the...
2008-12-05  Francesco Montorsiadd definitions of some Unicode terms (code point/unit...
2008-12-02  Vadim ZeitlinDoxygen markup corrections after last change
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-12-02  Francesco Montorsidocument the main event table macros, wxEventType,...
2008-12-01  Francesco Montorsiadding a new topic overview about writing custom widget...
2008-12-01  Francesco Montorsiuse sections and an initial TOC like all other overviews
2008-12-01  Francesco Montorsicreate better QCH files
2008-11-28  Francesco Montorsiremove @appearance tag from abstract classes; add the...
2008-11-28  Francesco Montorsirestore correct doctype
2008-11-28  Francesco Montorsiadded the possibility (for doxygen >= 1.5.7.1) to gener...
2008-11-25  Bryan PettyFixed doxygen warnings regarding the XRC File Format...
2008-11-25  Francesco Montorsicommit remaining portions of #10087
next