Fix needlessly convoluted test in wxXmlResourceHandlerImpl::GetImageList().
[wxWidgets.git] / src / xrc / xmlres.cpp
2013-09-11  Václav SlavíkFix needlessly convoluted test in wxXmlResourceHandlerI...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-07  Robin DunnCall InitializeModules instead of just module->Init...
2012-10-23  Vadim ZeitlinRefactor wxXRC to allow defining handlers outside of...
2012-10-19  Vadim ZeitlinAdd more error checks to XRC handler for longs, doubles...
2012-10-19  Vadim ZeitlinAdd missing styles support to wxWindow XRC handler.
2012-09-28  Vadim ZeitlinAdd "inherit" to <font> XRC tag.
2012-08-06  Vadim ZeitlinA better fix for wxHash{Map,Set} with g++ 4.7.
2012-07-29  Vadim ZeitlinSupport wxID_HELP_{INDEX,SEARCH} and wxID_MDI_WINDOW_XX...
2012-02-10  Vadim ZeitlinFix wxHash{Set,Map} compilation with g++ 4.7 in C+...
2012-01-15  Václav SlavíkDon't crash if XRC file contains '_' at the end of...
2011-11-10  Vadim ZeitlinCompilation fix for wxUSE_UNICODE=0 build after wxUSE_S...
2011-11-10  Vadim ZeitlinFix compilation in wxUSE_STL case broken by r69663.
2011-11-04  Vadim ZeitlinSimplify wxIdRange code by using new XRCID_Assign(...
2011-10-27  Vadim ZeitlinAdd _PTR WX_DECLARE_HASH_SET variants to fix warnings...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinNo changes, just factor our wxDirection parsing code...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-16  Václav SlavíkFix wxXmlResourceHandler::GetImageList() to use specifi...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Václav SlavíkFix <object_ref> processing to respect overridden attri...
2010-11-20  Vadim ZeitlinDon't keep entries for XRC resources that failed to...
2010-11-08  Vadim ZeitlinFix crash in XRC ID range support code.
2010-11-07  Vadim ZeitlinCompilation fix for STL build after ID range changes...
2010-11-07  Vadim ZeitlinFactor our hash function used for XRC ids hash map.
2010-11-07  Vadim ZeitlinFix memory leak of XRC ids introduced by the ID range...
2010-11-07  Vadim ZeitlinAdd support for id ranges to XRC.
2010-11-07  Vadim ZeitlinMake wxXmlResource::ReportError() wxXmlNode parameter...
2010-10-24  Vadim ZeitlinMake wxXmlResourceHandler::IsOfClass() static.
2010-10-23  Vadim ZeitlinDon't assume any particular default size for XRC image...
2010-05-03  Vadim ZeitlinUse wxString::ToCDouble() instead of emulating it.
2010-02-11  Václav SlavíkFixed possible buffer overflow in wxXmlResource::GetXRC...
2009-09-24  Julian SmartApplied #9789: missing wxBORDER_THEME style in XRC
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-08-28  Vadim ZeitlinCompilation fixes for wxUSE_FONTMAP==0.
2009-08-05  Vadim ZeitlinReset static flag on cleanup.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-13  Vadim Zeitlinadded own{fg,bg,font} allowing to set non-inheritable...
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...
next