add missing tests (closes #10692)
[wxWidgets.git] / interface /
2009-04-07  Vadim Zeitlindocument that a valid image list is required for item...
2009-04-07  Vadim Zeitlindocument wxFont(wxString) ctor
2009-04-05  Vadim Zeitlinimprove wxTreeItemData documentation (closes #10662)
2009-04-05  Vadim Zeitlinimplement GetImageCount() for GIF handler (closes ...
2009-03-30  Francesco Montorsifix doxygen warning
2009-03-30  Francesco Montorsifix wxLogNull base class (closes #10654)
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-30  Václav Slavíkfixed size of buffer returned by wxFormatConverter...
2009-03-29  Vadim Zeitlinmake it explicitly clear that the len parameter of...
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
2009-03-29  Václav Slavíkadd support for loading wxIconBundles from streams
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-29  Stefan Csomoradding comment about wxHAS_OPENGL_ES
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-29  Vadim Zeitlinupdate documentation for Bind() (closes #10594)
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-25  Francesco Montorsiadd a few comments about the fact that Get/SetNativeFon...
2009-03-25  Francesco Montorsidocument that under wxMSW slant == italic
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-24  Vadim Zeitlinreturn a wxAnyStrPtr covnertible to either narrow or...
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Vadim Zeitlindon't change the dialog size when updating the message...
2009-03-23  Vadim Zeitlinadded "bool checked" parameter to SetBitmap() too,...
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
2009-03-23  Francesco MontorsiwxEvtHandler derives from wxTrackable, too
2009-03-22  Francesco Montorsibetter docs for wxCmdLineParser (fixes a few typos...
2009-03-22  Francesco Montorsiadd missing beginEventEmissionTable
2009-03-22  Vadim Zeitlindon't incorrectly say that wxSOCKET_REUSEADDR is for...
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Vadim Zeitlinmove __WXFUNCTION__ to wx/cpp.h from wx/debug.h
2009-03-21  Francesco Montorsiminimal list of wx CRT wrappers (so doxygen highlights...
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-19  Francesco Montorsidocument wxLocale::GetInfo
2009-03-19  Francesco Montorsifix typos (closes #10611)
2009-03-19  Francesco Montorsirevised wxString docs: don't use old style grouping...
2009-03-19  Francesco Montorsiremove implementations from interface headers
2009-03-18  Francesco Montorsiuse doxygen autolinking feature; use @ref command for...
2009-03-18  Francesco Montorsifix leftover of previous commits about pixelSize ctor
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-17  Francesco MontorsiwxStatusBarPane is not a window
2009-03-17  Francesco Montorsire-add GetFieldsCount() erraneously removed in r59566
2009-03-15  Francesco Montorsileftovers from r59566
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-15  Francesco Montorsiwarn the user that for all basic classes wxPoint,wxRect...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2009-03-15  Kevin OllivierConsider wxOSX the port name, and have wxOSX/Carbon...
2009-03-15  Francesco Montorsimore docs and more comments in the sample code for...
2009-03-14  Francesco Montorsimore specs for wxDC::DrawRotatedText
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsiadd overloads of ctors and Create() functions taking...
2009-03-14  Francesco Montorsido not use @c to refer to wxDefault* objects; use ...
2009-03-13  Václav Slavíkadded wxXmlResource::LoadAllFiles()
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-10  Robert RoeblingMention wxQsort()
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-09  Vadim Zeitlinadd support for multiple extensions to wxImage handlers...
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-09  Vadim Zeitlindon't use wxScopedPtr<> in wxDocTemplate::CreateDocumen...
2009-03-09  Jaakko SalliAllow wxPGMultiButton to work even if primary editor...
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-08  Francesco Montorsidocument that locking a wxMutex or a wxCriticalSection...
2009-03-08  Francesco Montorsidocument wxProgressDialog::Update(maximumValue) behavio...
2009-03-08  Francesco Montorsifix typo; distribute docs between Open() overloads...
2009-03-08  Jaakko SalliAdded support for 'AutoComplete' attribute, automatical...
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-06  Francesco MontorsiwxDataViewColumn derives from wxSettableHeaderColumn...
2009-03-06  Francesco Montorsimove wxDataFormat and wxDataObject docs at the beginnin...
2009-03-06  Robert RoeblingMake all instances of HasEditorCtrl() const, not just...
2009-03-06  Vadim Zeitlindon't allow setting readonly combobox value to a string...
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-06  Vadim Zeitlinpass ApplyEdit() arguments to EndEdit() too for better...
2009-03-04  Francesco Montorsisome docs enhancements, in particular to wxDataViewList...
2009-03-04  Jaakko SalliBy default, always refresh editor and redraw properties...
2009-03-04  Francesco Montorsibuild fix; document HasFeature() (should be part of...
2009-03-04  Francesco Montorsiremove wxSYS_DEFAULT_PALETTE: it's supported only by...
2009-03-03  Francesco Montorsiclarify the list of bitmap handlers natively supported.
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-03-02  Francesco Montorsiremove references to datetime_constants; they're not...
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-01  Francesco Montorsidocument that wxDialog::ShowModal() creates its own...
2009-03-01  Francesco Montorsidocument internal wxDateTime enums the way they're...
2009-03-01  Francesco Montorsido not duplicate large blocks of docs; use @overload...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-03-01  Francesco Montorsiname the enum with wxDir flags to make it easier to...
2009-03-01  Francesco Montorsibetter document the possible arguments accepted by...
2009-03-01  Vadim Zeitlindocument wxTextEntry
2009-02-28  Bryan PettywxPosition doesn't need renamed, it's supposed to be...
2009-02-27  Francesco Montorsiadd references to OnEventLoopEnter/Exit callbacks
2009-02-27  Francesco Montorsifix doxygen warnings
next