Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / xrc /
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlinadded XRC handler for wxFileCtrl (closes #10785)
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-05-25  Vadim Zeitlinadd support for defining list control columns in XRC...
2009-05-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-05-05  Václav Slavíkuse <bitmapsize> to load bitmaps at the specified size...
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
2009-03-20  Robin DunnUse native EOL
2009-03-16  Václav Slavíkdetect and report errors in XRC specification of grid...
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...
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2008-12-24  Vadim Zeitlinalso call AddGrowableRow/Col() for wxGridBagSizer
2008-12-23  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow/Col() only after...
2008-10-14  Vadim Zeitlinadded wxXmlResource::FindXRCIDById() (#10026)
2008-10-01  Václav Slavíkget rid of public constants for various XRC defaults...
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...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
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-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-15  Vadim Zeitlinuse correct WXDLLIMPEXP macro for forward declaration
2007-08-15  Vadim Zeitlinset the correct properties for the source files
2007-08-13  Julian SmartAdded XRC handler for wxPropertySheetDialog (Sander...
2007-08-11  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in...
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  Václav Slavíkcompilation fix for !wxUSE_STATBOX
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-11-09  Julian SmartDon't compile rich text handler unless wxUSE_RICHTEXT_X...
2006-11-08  Julian SmartAdded wxRichTextCtrl XRC handler
2006-10-30  Vadim Zeitlina better compilation fix
2006-10-30  Robert Roebling Compile fix.
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-21  Robert Roebling[ 1581391 ] wxAnimationCtrl XRC handler
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-10-03  Vadim Zeitlinfixes for compilation with wxUSE_XXX==0 and some other...
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
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-06-20  Włodzimierz Skiba[ 1487463 ] XRC handler for wxOwnerDrawnComboBox.
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-29  Włodzimierz SkibaNO_GCC_PRAGMA removed from hyperlink code. Clipboard...
2006-05-29  Włodzimierz SkibaSource cleaning for new features.
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-06  Vadim Zeitlinallow to specify the value for unknown ids in GetXRCID...
2006-05-04  Vadim Zeitlinadded support for radiobox items tooltips in XRC
2006-02-11  Vadim ZeitlinwxUSE_DATETIME==0 compilation fix (part of patch 1203970)
2005-11-29  Michael WetherellRemove pragma interface
2005-11-29  Vadim Zeitlinguard grid XRC handler by #if wxUSE_GRID
2005-11-24  Julian SmartApplied patch [ 1308152 ] wxGrid XRC handler patch...
2005-10-25  Vadim Zeitlinfixed DLL compilation warning
2005-10-11  Vadim Zeitlin64 bit compilation fix
2005-10-09  Vadim ZeitlinAdded wxTreebook:
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-05-22  Michael WetherellwxCheckListBox doesn't require wxUSE_OWNER_DRAWN when...
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-03  Julian SmartNot all implementations of wxMDIChildFrame derive from...
2005-04-02  Václav Slavíkadded MDI support to XRC
2005-03-28  Václav Slavíkfixed dialog units in toplevel windows (bug #1170234)
2005-03-27  Václav Slavíkadded XRC handler for wxStdDialogButtonSizer
2005-02-28  Włodzimierz SkibaXRC for wxListbook [patch 1152306] and wxChoicebook...
2005-02-07  Václav Slavíkuse wxUSE_DATEPICKCTRL
2005-02-07  Václav Slavíkadded wxDatePickerCtrl XRC control
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...
next