2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-10 |
Václav Slavík | Only return -1,0,1 from wxXmlResource::CompareVersion(). |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Initialize wxXmlResourceHandler members in its ctor. |
tree | commitdiff |
2012-12-19 |
Robin Dunn | Add accessors for some of the data members in wxXmlReso... |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Don't return "void" to fix MSVC6 compilation. |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Fix PCH-less build after previous commit. |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Break implicit dependency of "core" on "adv" via wxXmlR... |
tree | commitdiff |
2012-10-25 |
Vadim Zeitlin | Include wx/xml/xml.h from the XRC handlers that need it. |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Try to avoid accidental use of wxXmlNode in XRC handlers. |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Add support for wxRibbonBar and related controls to... |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Add support for wxAuiNotebook to XRC. |
tree | commitdiff |
2012-10-23 |
Vadim Zeitlin | Refactor wxXRC to allow defining handlers outside of... |
tree | commitdiff |
2012-10-19 |
Vadim Zeitlin | Allow specifying all wxFlexGridSizer parameters in... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | No changes, just fix some typos in comments in wxXRC... |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Add "inherit" to <font> XRC tag. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Added XRC handler for wxTimePickerCtrl. |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add XRC handler for wxBannerWindow and a test for it... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | No changes, just factor our wxDirection parsing code... |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2010-11-20 |
Vadim Zeitlin | Don't keep entries for XRC resources that failed to... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subcl... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make wxXmlResourceHandler::IsOfClass() static. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook. |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Add XRC handler for wxCommandLinkButton. |
tree | commitdiff |
2010-05-27 |
Jouk Jansen | use wxToggleButtonXmlHandler::DoCreateBitmapToggleButto... |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Applied #11755: wxBitmapToggleButton Xml Handler |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-14 |
Vadim Zeitlin | Add wxXmlResource::LoadObjectRecursively(). |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
tree | commitdiff |
2009-05-05 |
Václav Slavík | use <bitmapsize> to load bitmaps at the specified size... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
tree | commitdiff |
2009-03-20 |
Robin Dunn | Use native EOL |
tree | commitdiff |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid... |
tree | commitdiff |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
tree | commitdiff |
2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the... |
tree | commitdiff |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
tree | commitdiff |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
tree | commitdiff |
2009-01-25 |
Jaakko Salli | Added XRC handler for wxComboCtrl (closes #10151) |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | also call AddGrowableRow/Col() for wxGridBagSizer |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow/Col() only after... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026) |
tree | commitdiff |
2008-10-01 |
Václav Slavík | get rid of public constants for various XRC defaults... |
tree | commitdiff |
2008-09-07 |
Václav Slavík | whatever it is, wxXmlResource::GetFirstRoot() isn't... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
tree | commitdiff |
2008-06-05 |
Vadim Zeitlin | compilation fix for --disable-filesystem --enable-xrc... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-11-23 |
Vadim Zeitlin | use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) |
tree | commitdiff |
2007-10-07 |
Václav Slavík | globally disable VC++'s warning 4251 (non-exported... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | apply XRCID() automatically to XRCSIZERITEM() argument... |
tree | commitdiff |
2007-09-18 |
Michael Wetherell | template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResour... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | declare wxVector<wxXmlResourceHandler *> as DLL-exporte... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
tree | commitdiff |
2007-09-10 |
Václav Slavík | use wxVector<T> instead of wxList in wxXmlResource... |
tree | commitdiff |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516) |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | use correct WXDLLIMPEXP macro for forward declaration |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | set the correct properties for the source files |
tree | commitdiff |
2007-08-13 |
Julian Smart | Added XRC handler for wxPropertySheetDialog (Sander... |
tree | commitdiff |
2007-08-11 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in... |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | removed redundant #include <dynarray.h> |
tree | commitdiff |
2007-06-13 |
Václav Slavík | added missing #includes |
tree | commitdiff |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-01-18 |
Václav Slavík | compilation fix for !wxUSE_STATBOX |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
tree | commitdiff |
2006-11-09 |
Julian Smart | Don't compile rich text handler unless wxUSE_RICHTEXT_X... |
tree | commitdiff |
2006-11-08 |
Julian Smart | Added wxRichTextCtrl XRC handler |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | a better compilation fix |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Various wxCollapsiblePane enhancements (re-patch 1577412): |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | added wxSimpleHtmlListBox (patch 1576109 by Francesco) |
tree | commitdiff |
2006-10-21 |
Robert Roebling | [ 1581391 ] wxAnimationCtrl XRC handler |
tree | commitdiff |
2006-10-16 |
Włodzimierz Skiba | CVS tags cleaning (with other minor cleaning). |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fixes for compilation with wxUSE_XXX==0 and some other... |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-08-21 |
Robin Dunn | Make it possible to tell wxXmlResource which domain... |
tree | commitdiff |
2006-07-28 |
Václav Slavík | reverted the change to not use wxList until dynarray... |
tree | commitdiff |
2006-07-27 |
Václav Slavík | don't use untyped wxList in wxXmlResource |
tree | commitdiff |
2006-07-19 |
Michael Wetherell | Missing header |
tree | commitdiff |
2006-07-15 |
Václav Slavík | added default value argument to wxXmlResourceHandler... |
tree | commitdiff |
2006-07-04 |
Włodzimierz Skiba | XRC headers cleaning. |
tree | commitdiff |
2006-06-24 |
Michael Wetherell | Make IsOfClass out-of-line to defend against gcc 3... |
tree | commitdiff |
2006-06-20 |
Włodzimierz Skiba | [ 1487463 ] XRC handler for wxOwnerDrawnComboBox. |
tree | commitdiff |
2006-06-11 |
Vadim Zeitlin | make it possible to associate context help text with... |
tree | commitdiff |
2006-05-31 |
Vadim Zeitlin | added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329... |
tree | commitdiff |
2006-05-29 |
Włodzimierz Skiba | NO_GCC_PRAGMA removed from hyperlink code. Clipboard... |
tree | commitdiff |
next |