Cleanup of functions not taking any parameter.
[wxWidgets.git] / interface /
2009-02-22  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
2009-02-22  Francesco Montorsiremove wxAppConsoleBase::OInitGui and leave it only...
2009-02-22  Jaakko SalliFixed documentation of wxComboPopup::m_combo
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-02-21  Václav Slavíkadded asserts to check correct order of wxHtmlDCRendere...
2009-02-21  Francesco Montorsifix a few typos
2009-02-20  Francesco Montorsirecategorize many misplaced classes; move lots of class...
2009-02-19  Francesco Montorsimention wxThreadEvent in wxEVT_CATEGORY_THREAD and...
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  Jaakko SalliImproved documentation for GetProperty(), GetPropertyBy...
2009-02-15  Stefan Csomorformatting fixes
2009-02-15  Stefan Csomordocumenting new compositing, layering and antialiasing...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-14  Jaakko SalliFixed wxPropertyGrid::HitTest() documentation
2009-02-13  Jaakko SalliClarified wxPropertyGrid::HitTest() docs
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
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  Francesco Montorsido not use preprocessor macros in interface headers...
2009-02-07  Francesco Montorsidocument the wxWindow::Get/SetLayoutDirection functions
2009-02-06  Francesco Montorsifix some typos (return types)
2009-02-06  Francesco Montorsimention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR...
2009-02-05  Francesco Montorsifix LoadPanel() docs (closes #10467)
2009-02-05  Francesco Montorsidocument the protected functions of wxTextValidator...
2009-02-05  Francesco Montorsiremove mention of wxMutexGuiEnter/leave from the multit...
2009-02-05  Francesco Montorsialways use wxSTAY_ON_TOP (closes #10447)
2009-02-05  Francesco Montorsiadd many references to the overview_windowsizing topic...
2009-02-05  Bryan PettyDocumented wxAuiManagerEvent and it's related event...
2009-02-04  Bryan PettyProperly distribute docs on string comparison operators...
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Jaakko SalliAdded useful comment to a code sample snippet
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Francesco Montorsidocument new wxBLUE_PEN object; add some more details...
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2009-02-04  Francesco Montorsiupdate list of classes supported by wxGenericValidator
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-03  Francesco MontorsiRe-add support for multiple text validator styles but
2009-02-03  Vadim Zeitlinadded wxPersistentRegisterAndRestore() function to...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Vadim Zeitlinemphasize that you need to specify eventSink when conne...
2009-02-01  Francesco Montorsidocument as typedefs the various wxArray* classes so...
2009-02-01  Francesco Montorsiremove implementations from interface headers
2009-02-01  Francesco Montorsifix a couple of typos
2009-01-31  Vadim Zeitlindocument FindChildItem() (closes #10455)
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Francesco Montorsibetter docs for wxValidator::SetWindow and Validate
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-31  Francesco Montorsia few typo-fix and cosmetic changes to wxFlexGridSizer...
2009-01-31  Francesco Montorsiadd wxStringCheck templated utility function
2009-01-31  Francesco Montorsifix typo; document wxFlexSizerGrowMode
2009-01-31  Vadim Zeitlindon't list SetSelection() as being deprecated, it isn't
2009-01-31  Francesco Montorsibetter define what an ASCII character is considered...
2009-01-31  Francesco Montorsidocument only char* variant of all string utility funct...
2009-01-31  Francesco Montorsisay that use of _T() is discouraged in new code, just...
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-30  Francesco Montorsidocument the wxIntXX/wxFloatXX/wxCharXX types; add...
2009-01-30  Robert RoeblingMake GetEffectiveMinSize virtual as not being able...
2009-01-29  Francesco Montorsifix typo
2009-01-29  Jaakko SalliFixed wxPropertyGridManager::CreatePropertyGrid(),...
2009-01-28  Francesco Montorsiuse singular when documenting group of functions as...
2009-01-28  Kevin OllivierAdding docs for new wx interface methods.
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-28  Francesco Montorsibetter docs for wxDataViewColumn
2009-01-28  Francesco Montorsifix doxygen warnings
2009-01-28  Francesco Montorsidocument various enumerations defined in defs.h; give...
2009-01-28  Francesco Montorsino real changes; just cosmetic
2009-01-28  Francesco Montorsimove wxSizer docs to the beginning of the file, before...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-27  Vadim Zeitlinadded template wxScopedArray<> too
2009-01-26  Jaakko SalliAdded wxPGChoices::Copy(), tweaked related documentation
2009-01-26  Vadim Zeitlindocument the correct base class
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2009-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-25  Francesco Montorsiorganize in groups wxAppConsole functions
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-25  Vadim Zeitlinreturn NULL from GetVoidPtr() for NULL variants instead...
2009-01-25  Vadim Zeitlinadded wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-25  Vadim Zeitlinadd IsOk() (closes #9872)
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-22  Francesco Montorsia few more member groups, in line with the real header...
2009-01-22  Francesco Montorsino real change: just grouped the tons of wxWindows...
2009-01-21  Francesco Montorsifix wxHtmlCell::Layout docs
2009-01-21  Francesco Montorsirename image files in a coherent way; remove old unused...
2009-01-21  Bryan PettyApplied minor documentation corrections to wxRegKey...
2009-01-21  Vadim Zeitlinadded wxStandardPaths::GetAppDocumentsDir() and use...
2009-01-21  Julian SmartwxRTC now properly honours margin size
2009-01-21  Vadim Zeitlinsend destroy events for children before they're fully...
2009-01-20  Robert RoeblingAdd event based Drop API
next