]> git.saurik.com Git - wxWidgets.git/history - include/wx/xrc/xmlres.h
reverted the change to not use wxList until dynarray.h is fixed to provide operator...
[wxWidgets.git] / include / wx / xrc / xmlres.h
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