2009-09-14 |
Vadim Zeitlin | Add wxXmlResource::LoadObjectRecursively(). |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026) |
blob | commitdiff | raw | diff to current |
2008-09-07 |
Václav Slavík | whatever it is, wxXmlResource::GetFirstRoot() isn't... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Vadim Zeitlin | compilation fix for --disable-filesystem --enable-xrc... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Václav Slavík | globally disable VC++'s warning 4251 (non-exported... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | apply XRCID() automatically to XRCSIZERITEM() argument... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Michael Wetherell | template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResour... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Vadim Zeitlin | declare wxVector<wxXmlResourceHandler *> as DLL-exporte... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Václav Slavík | use wxVector<T> instead of wxList in wxXmlResource... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Václav Slavík | removed redundant #include <dynarray.h> |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Václav Slavík | added missing #includes |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Robert Roebling | [ 1581391 ] wxAnimationCtrl XRC handler |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robin Dunn | Make it possible to tell wxXmlResource which domain... |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Václav Slavík | reverted the change to not use wxList until dynarray... |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Václav Slavík | don't use untyped wxList in wxXmlResource |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Michael Wetherell | Missing header |
blob | commitdiff | raw | diff to current |
2006-07-15 |
Václav Slavík | added default value argument to wxXmlResourceHandler... |
blob | commitdiff | raw | diff to current |
2006-07-04 |
Włodzimierz Skiba | XRC headers cleaning. |
blob | commitdiff | raw | diff to current |
2006-06-24 |
Michael Wetherell | Make IsOfClass out-of-line to defend against gcc 3... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | allow to specify the value for unknown ids in GetXRCID... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Vadim Zeitlin | wxUSE_DATETIME==0 compilation fix (part of patch 1203970) |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | removed wxABI_VERSION checks |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Michael Wetherell | Add wxABI_VERSION > 20601 wrappers |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Vadim Zeitlin | added wxXmlResource::Unload() (replaces patch 1178853) |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Vadim Zeitlin | commented and documented wxXRC_NO_RELOADING flag |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Václav Slavík | fixed dialog units in toplevel windows (bug #1170234) |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Václav Slavík | fixed condition for using #pragmas |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Václav Slavík | added system colours and fonts support to XRC (based... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Václav Slavík | always use wxStaticCast in XRCCTRL (asserts in case... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Václav Slavík | don't use m_instanceAsWindow to convert dialog units... |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Václav Slavík | added \ escaping in XRC (patch 1042675) |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Robin Dunn | Make sure that WXMAKINGDLL_XRC is defined correctly... |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Václav Slavík | wxUSE_XRC implies wxUSE_XML now |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Ryan Norton | wxUSE_XML and wxUSE_XRC build fixes if expat is not... |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Václav Slavík | moving XRC to the core |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Václav Slavík | added wxXRC_NO_RELOADING |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Włodzimierz Skiba | wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | More name changes |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Václav Slavík | return false from wxXmlResource::Load if the resource... |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Robin Dunn | MOre fixes for DLL builds |
blob | commitdiff | raw | diff to current |
2003-07-20 |
Václav Slavík | moved XML classes to the core |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Václav Slavík | fixes for MSW/DLL build |
blob | commitdiff | raw | diff to current |
2003-06-12 |
Václav Slavík | added wxRTTI to XRC handlers (patch #752996 by David... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Václav Slavík | deprecated XMLID and friends macros |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Václav Slavík | fix object_ref handling in XRC |
blob | commitdiff | raw | diff to current |
2002-12-21 |
Václav Slavík | WX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-09-01 |
Václav Slavík | fixes to newly added i18n code in XRC - don't use it... |
blob | commitdiff | raw | diff to current |
2002-08-24 |
Robin Dunn | Added generic LoadObject methods that can load any... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Václav Slavík | minor rewrite of XRC's stock_id/stock_client handling... |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Julian Smart | Applied [ 594925 ] Implement wxArtProvider and XRC... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Václav Slavík | compatibility macro |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Václav Slavík | don't translate accelerators in XRC menus |
blob | commitdiff | raw | diff to current |
2002-01-27 |
Václav Slavík | XMLID->XRCID, XMLCTRL->XRCCTRL |
blob | commitdiff | raw | diff to current |
2002-01-23 |
Julian Smart | Some comments modified to help with documentation |
blob | commitdiff | raw | diff to current |
2002-01-18 |
Václav Slavík | slight corrections, moved bwd compat macros to the... |
blob | commitdiff | raw | diff to current |
2002-01-17 |
Václav Slavík | added singleton interface to wxXmlResource, replaces... |
blob | commitdiff | raw | diff to current |
2002-01-17 |
Václav Slavík | implemented Alex's <object_ref> symlinks in XRC |
blob | commitdiff | raw | diff to current |
2002-01-15 |
Václav Slavík | merged another part of Alex's work (LoadMenuBar w/... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Václav Slavík | implemented subclassing in XRC |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2001-08-23 |
Václav Slavík | ProcessPlatformProperty should not be a member of wxXml... |
blob | commitdiff | raw | diff to current |
2001-07-18 |
Václav Slavík | Unicode complation fixes |
blob | commitdiff | raw | diff to current |
2001-06-12 |
Kendall Bennett | Updates to xmlres.h to allow compiling XML code into... |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Václav Slavík | changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h |
blob | commitdiff | raw | diff to current |
|