]> git.saurik.com Git - wxWidgets.git/history - src/xrc/xmlres.cpp
don't use empty attribute name in wxIconXmlHandler too (should have been part of...
[wxWidgets.git] / src / xrc / xmlres.cpp
2003-10-13  Václav Slavíkfixed double filename->URL conversion
2003-10-10  Václav Slavíkreturn false from wxXmlResource::Load if the resource...
2003-08-26  Robin DunnBetter #if checks for mac in ProcessPlatformProperty
2003-08-26  Václav Slavík__WINDOWS__, not __WXMSW__
2003-07-20  Václav Slavíkmoved XML classes to the core
2003-07-19  Václav Slavíkmust convert filename to URL
2003-06-12  Václav Slavíkadded wxRTTI to XRC handlers (patch #752996 by David...
2003-05-07  Václav Slavíkfix for multiple initialization
2003-04-12  Václav Slavíkbetter error message
2003-03-30  Václav Slavíkattempt to fix platform property problem on MacOSX
2003-03-27  Václav Slavíkfixed loading of resource from ZIP files on MacOS
2003-03-22  Václav SlavíkXRCID lookup now handles standard IDs correctly
2003-03-21  Václav Slavíkno need to check for 2.3.0 anymore
2003-01-18  Václav Slavíkuse wxFileName::MakeAbsolute istead of Normalize
2003-01-15  Václav Slavík1. made XRC immune against changing CWD
2002-12-26  Václav Slavíkfixed XRCID() lookup of numeric control IDs
2002-12-17  Julian SmartPartially applied [ 632321 ] XRC object_ref fix
2002-12-13  Václav Slavíkremoved a forgotten relict of past: xmlbin format exten...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-25  Václav Slavíkadded wxFrame* wxXmlResource::LoadFrame(parent,name)
2002-08-24  Robin DunnAdded generic LoadObject methods that can load any...
2002-08-20  Václav Slavík1. minor rewrite of XRC's stock_id/stock_client handlin...
2002-08-16  Julian SmartApplied [ 594925 ] Implement wxArtProvider and XRC...
2002-03-26  Robin DunnDon't use ConvertToBitmap
2002-03-03  Václav Slavíkfixed translatable strings handling in XRC
2002-02-15  Václav Slavíkdon't translate accelerators in XRC menus
2002-02-02  Václav SlavíkwxXRC cleanup: removed .xmlbin format
2002-01-27  Václav SlavíkXMLID->XRCID, XMLCTRL->XRCCTRL
2002-01-24  Václav Slavík1. added encodings handling to XRC, so that it is possible
2002-01-18  Václav Slavíksafer destruction of wxXmlResource::ms_instance
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-12-18  Václav Slavíkfixed i18n handling of _ in XRC texts
2001-11-23  Václav Slavíkcosmetic change: XML resource -> XRC resource
2001-10-23  Václav Slavíkfix for typo
2001-08-29  Václav Slavíkfixed my favorite bug (delete foo; call foo->Something())
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-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h