Better name for wxXmlResource::GetDirection() argument.
[wxWidgets.git] / include / wx / xrc / xmlres.h
2013-09-11  Václav SlavíkBetter name for wxXmlResource::GetDirection() argument.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkOnly return -1,0,1 from wxXmlResource::CompareVersion().
2012-10-27  Vadim ZeitlinBreak implicit dependency of "core" on "adv" via wxXmlR...
2012-10-25  Vadim ZeitlinInclude wx/xml/xml.h from the XRC handlers that need it.
2012-10-24  Vadim ZeitlinTry to avoid accidental use of wxXmlNode in XRC handlers.
2012-10-23  Vadim ZeitlinRefactor wxXRC to allow defining handlers outside of...
2012-09-30  Vadim ZeitlinNo changes, just fix some typos in comments in wxXRC...
2012-09-28  Vadim ZeitlinAdd "inherit" to <font> XRC tag.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinNo changes, just factor our wxDirection parsing code...
2010-11-20  Vadim ZeitlinDon't keep entries for XRC resources that failed to...
2010-11-07  Vadim ZeitlinAdd support for id ranges to XRC.
2010-11-07  Vadim ZeitlinMake wxXmlResource::ReportError() wxXmlNode parameter...
2010-10-24  Vadim ZeitlinMake wxXmlResourceHandler::IsOfClass() static.
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
2009-03-16  Václav Slavíkfixed wxXRC compilation with --disable-filesystem ...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2009-03-13  Václav Slavíkadded wxXmlResource::LoadAllFiles()
2009-02-26  Václav Slavíkadded wxXmlResource::LoadFile() to avoid URL-vs-filenam...
2009-02-22  Vadim Zeitlinadd public wxXmlResource::GetResourceNode() which can...
2008-10-14  Vadim Zeitlinadded wxXmlResource::FindXRCIDById() (#10026)
2008-09-07  Václav Slavíkwhatever it is, wxXmlResource::GetFirstRoot() isn't...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-06-05  Vadim Zeitlincompilation fix for --disable-filesystem --enable-xrc...
2007-10-07  Václav Slavíkglobally disable VC++'s warning 4251 (non-exported...
2007-09-20  Vadim Zeitlinapply XRCID() automatically to XRCSIZERITEM() argument...
2007-09-18  Michael Wetherelltemplate class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResour...
2007-09-17  Vadim Zeitlindeclare wxVector<wxXmlResourceHandler *> as DLL-exporte...
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-09-10  Václav Slavíkuse wxVector<T> instead of wxList in wxXmlResource...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-15  Václav Slavíkuse char* instead of wxChar* for XRC IDs to save space...
2007-06-13  Václav Slavíkremoved redundant #include <dynarray.h>
2007-06-13  Václav Slavíkadded missing #includes
2007-03-26  Václav Slavíkuse wxString for wxXmlResource::Set/GetDomain(), it...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-10-21  Robert Roebling[ 1581391 ] wxAnimationCtrl XRC handler
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-07-28  Václav Slavíkreverted the change to not use wxList until dynarray...
2006-07-27  Václav Slavíkdon't use untyped wxList in wxXmlResource
2006-07-19  Michael WetherellMissing header
2006-07-15  Václav Slavíkadded default value argument to wxXmlResourceHandler...
2006-07-04  Włodzimierz SkibaXRC headers cleaning.
2006-06-24  Michael WetherellMake IsOfClass out-of-line to defend against gcc 3...
2006-05-06  Vadim Zeitlinallow to specify the value for unknown ids in GetXRCID...
2006-02-11  Vadim ZeitlinwxUSE_DATETIME==0 compilation fix (part of patch 1203970)
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-17  Michael WetherellAdd wxABI_VERSION > 20601 wrappers
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-07-13  Vadim Zeitlincommented and documented wxXRC_NO_RELOADING flag
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-03-28  Václav Slavíkfixed dialog units in toplevel windows (bug #1170234)
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2004-11-14  Václav Slavíkadded system colours and fonts support to XRC (based...
2004-10-19  Václav Slavíkalways use wxStaticCast in XRCCTRL (asserts in case...
2004-10-16  Václav Slavíkdon't use m_instanceAsWindow to convert dialog units...
2004-10-12  Václav Slavíkadded \ escaping in XRC (patch 1042675)
2004-10-07  Robin DunnMake sure that WXMAKINGDLL_XRC is defined correctly...
2004-09-23  Václav SlavíkwxUSE_XRC implies wxUSE_XML now
2004-09-22  Ryan NortonwxUSE_XML and wxUSE_XRC build fixes if expat is not...
2004-09-18  Václav Slavíkmoving XRC to the core
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
2004-06-11  Włodzimierz SkibawxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND...
2004-05-25  Julian SmartMore name changes
2003-10-10  Václav Slavíkreturn false from wxXmlResource::Load if the resource...
2003-07-26  Robin DunnMOre fixes for DLL builds
2003-07-20  Václav Slavíkmoved XML classes to the core
2003-07-04  Václav Slavíkfixes for MSW/DLL build
2003-06-12  Václav Slavíkadded wxRTTI to XRC handlers (patch #752996 by David...
2003-04-07  Václav Slavíkdeprecated XMLID and friends macros
2003-01-15  Václav Slavíkfix object_ref handling in XRC
2002-12-21  Václav SlavíkWX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-01  Václav Slavíkfixes to newly added i18n code in XRC - don't use it...
2002-08-24  Robin DunnAdded generic LoadObject methods that can load any...
2002-08-20  Václav Slavíkminor rewrite of XRC's stock_id/stock_client handling...
2002-08-16  Julian SmartApplied [ 594925 ] Implement wxArtProvider and XRC...
2002-04-08  Václav Slavíkcompatibility macro
2002-02-15  Václav Slavíkdon't translate accelerators in XRC menus
2002-01-27  Václav SlavíkXMLID->XRCID, XMLCTRL->XRCCTRL
2002-01-23  Julian SmartSome comments modified to help with documentation
2002-01-18  Václav Slavíkslight corrections, moved bwd compat macros to the...
2002-01-17  Václav Slavíkadded singleton interface to wxXmlResource, replaces...
2002-01-17  Václav Slavíkimplemented Alex's <object_ref> symlinks in XRC
2002-01-15  Václav Slavíkmerged another part of Alex's work (LoadMenuBar w/...
2001-12-29  Václav Slavíkimplemented subclassing in XRC
2001-08-28  Václav Slavíkcompilation fix
2001-08-23  Václav SlavíkProcessPlatformProperty should not be a member of wxXml...
2001-07-18  Václav SlavíkUnicode complation fixes
2001-06-12  Kendall BennettUpdates to xmlres.h to allow compiling XML code into...
2001-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h