fix bug when warning string contains percent signs
[wxWidgets.git] / interface /
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
2009-02-27  Vadim Zeitlinadded wxDECLARE_NO_COPY_TEMPLATE_CLASS_2
2009-02-26  Jaakko SalliwxPropertyGrid::IsEditorFocused() is now public
2009-02-26  Vadim Zeitlinfix Remove() argument in the example (closes #10521)
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY_INLINE
2009-02-26  Václav Slavíkadded wxXmlResource::LoadFile() to avoid URL-vs-filenam...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
2009-02-25  Francesco Montorsidocument wxPolygonFillMode
2009-02-25  Francesco Montorsino real change: just group functions in a logic manner
2009-02-25  Francesco Montorsitry to clear the device/logical unit fog; remove unused...
2009-02-22  Vadim Zeitlinadd accessors for sockaddr to wxSockAddress (closes...
2009-02-22  Vadim Zeitlinadd public wxXmlResource::GetResourceNode() which can...
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
next