add support for defining list control columns in XRC too (and correct a few things...
[wxWidgets.git] / src / xrc / xmlres.cpp
2009-05-13  Vadim Zeitlinfix handling of wxBitmap nodes broken by previous chang...
2009-05-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-05-03  Václav Slavíkoptimized <object_ref> handling for the common case...
2009-05-03  Václav Slavíkfixed XRC errors location reporting when using <object...
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
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-03-04  Francesco Montorsiremove wxSYS_DEFAULT_PALETTE: it's supported only by...
2009-02-26  Václav Slavíkadded wxXmlResource::LoadFile() to avoid URL-vs-filenam...
2009-02-26  Václav Slavíkfixed wxXmlResource::Load's detection of filenames...
2009-02-22  Vadim Zeitlinadd public wxXmlResource::GetResourceNode() which can...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2008-12-02  Vadim Zeitlinno changes, just added a TODO comment
2008-10-14  Vadim Zeitlinadded wxXmlResource::FindXRCIDById() (#10026)
2008-10-03  Vadim Zeitlinreturn false if the file passed to Load() doesn't exist...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-02  Vadim Zeitlinextract parts of wxXRC depending on wxAdv in a separate...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-07-09  Václav Slavíkuse iterators instead of c_str() in wxXmlResource:...
2008-05-06  Václav Slavíkcompilation fixes for !wxUSE_FONTMEM case
2008-05-03  Vadim Zeitlinreplaced test for inexistent wxUSE_LOCALE with the...
2008-04-12  Vadim Zeitlindon't use wxLocale if wxUSE_LOCALE==0
2008-03-24  Vadim Zeitlinfix (one off, so not really important) memory leak...
2008-01-14  Václav Slavíkfixed wxXmlResource::GetText() in ANSI build to correct...
2008-01-11  Václav Slavíkfixed memory leak in wxXmlResource introduced when...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-12-31  Václav Slavíkfixed incorrect use of wxVector<> in wxXRC
2007-12-06  Robin DunnAdd wxID_EDIT to the list of stock IDs
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-10  Václav Slavíkuse wxVector<T> instead of wxList in wxXmlResource...
2007-09-09  Vadim Zeitlindon't change locale in XRC GetFloat() method, change...
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-06-15  Václav Slavíkuse char* instead of wxChar* for XRC IDs to save space...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-03-26  Václav Slavíkuse wxString for wxXmlResource::Set/GetDomain(), it...
2007-01-21  Vadim Zeitlinreverted last commit, using result of NewControlId...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-11-18  Michael WetherellAdd wxFS_SEEKABLE to wxFileSystem::OpenFile calls for...
2006-10-21  Robert Roebling[ 1581391 ] wxAnimationCtrl XRC handler
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-10  Vadim ZeitlinAdded wxID_PAGE_SETUP standard id
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-15  Václav Slavíkadded default value argument to wxXmlResourceHandler...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-24  Michael WetherellMake IsOfClass out-of-line to defend against gcc 3...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-28  Vadim ZeitlinwxFontEnumerator::GetFacenames/Encodings() now return...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-06  Vadim Zeitlinallow to specify the value for unknown ids in GetXRCID...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-17  Vadim Zeitlinadded insert_at property for the object nodes (patch...
2006-03-20  Václav Slavíkremoved Julian's hack that is no longer needed after...
2006-03-20  Václav Slavíkfixed GetBitmap() to respect the "param" argument if...
2006-03-04  Vadim Zeitlinhandle size==-1 or absence of size parameter in font...
2006-03-04  Vadim Zeitlinrecognize wxBORDER_XXX as well as wxXXX_BORDER styles
2006-02-11  Vadim Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-10-20  Julian SmartSupport wxALWAYS_SHOW_SB
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-12  Julian SmartAdded support for "help" parameter (context help text).
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-05-31  Václav Slavíkfixed initialization of standard IDs to happen before...
2005-03-28  Václav Slavíkadded wxTAB_TRAVERSAL to common styles
2005-03-28  Václav Slavíkadded wxWS_EX_VALIDATE_RECURSIVELY
2005-03-28  Václav Slavíkfixed dialog units in toplevel windows (bug #1170234)
2005-02-14  Dimitri Schoolwerthfixed MSVC6's "C4702: unreachable code" warnings
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-11-16  Włodzimierz SkibaWinCE fix. IsEmpty() -> empty().
2004-11-14  Václav Slavíkcompilation fix
2004-11-14  Václav Slavíkadded system colours and fonts support to XRC (based...
2004-11-05  Václav Slavíkuse wxNewId() to implement XRCID
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-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-09-05  Václav Slavíkadded all IDs
2004-09-04  Václav SlavíkwxArtProvider fix
2004-08-15  Václav Slavíkall windows can use wxCLIP_CHILDREN
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
2004-06-11  Włodzimierz SkibawxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND...
2004-06-10  Julian SmartOR extra style with existing value or some implementati...
2004-05-18  Robin DunnAdd wxFULL_REPAINT_ON_RESIZE
2004-04-06  Dimitri Schoolwerthapplied patch #929947: "Various cleaning of warnings...
2004-02-29  Václav Slavíkcompilation fix for wxUSE_FILESYSTEM=0
2004-02-11  Václav Slavíkmake it possible to override translatable status of...
2004-01-08  Julian SmartAdded wxWS_EX_BLOCK_EVENTS style
2003-12-11  Julian SmartApplied patch [ 843965 ] RC/WXRC/XML related contribs...
2003-11-08  Mattia Barbon wxXRC STL-ification.
next