s/wxSplitPath/wxFileName::SplitPath
[wxWidgets.git] / utils / wxrc / wxrc.cpp
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-01-21  Václav Slavíksilence compiler warnings
2007-10-02  Vadim Zeitlindon't leak wxFileType returned from GetFileTypeFromExte...
2007-09-30  Václav Slavíkgenerate #line references to source .xrc files in wxrc...
2007-09-17  Vadim Zeitlinfix compilation due to wxCmdLineEntryDesc changes once...
2007-09-14  Vadim Zeitlinreverted the change of wxCmdLineEntryDesc fields to...
2007-09-14  Vadim Zeitlincompilation fix after wxCmdLineEntryDesc changes
2007-07-28  Vadim Zeitlinrecognize hover bitmaps (patch 1758843)
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-06-25  Václav Slavíkfixed 'url' field extraction to be done for wxHtmlWindo...
2007-06-18  Václav Slavíkmade the code a bit more readable by not using _T(...
2007-06-18  Václav Slavíkmade the code a bit more readable by not using _T(...
2007-06-18  Václav Slavíkimprove XRC loading performance on Unix by avoiding...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-11  Vadim Zeitlinadd support for a data tag which can be used to embed...
2007-03-17  Vadim Zeitlinrenamed meaningless IsRealClass() function in CanBeUsed...
2007-03-17  Vadim Zeitlindon't try to use XRCCTRL() with wxMenuBar or wxStaticBo...
2006-05-06  Vadim Zeitlingenerate ctors with optional parent parameters in C...
2006-03-21  Vadim Zeitlinrecognize bitmap2 tag as containing a bitmap (used...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartOlly Betts' typo patch
2005-02-01  Włodzimierz SkibaMinGW warning fixes.
2005-01-31  Vadim Zeitlinenclose zip arguments in quotes, fixes behaviour for...
2005-01-21  Václav Slavíkcompilation fix
2005-01-13  Włodzimierz SkibaSource cleaning, warning fixes.
2004-11-16  Julian SmartWrapped two generated literals in _T
2004-10-31  Václav Slavíkadded 'icon' property to wxFrame and wxDialog in XRC
2004-10-02  Václav Slavíkgenerated resources code doesn't have to include <wx...
2004-09-29  Robin DunnAllow embedded double quotes, and hex-encode single...
2004-09-29  Robin DunnUpdates for how the Python code is generated
2004-08-29  Václav Slavíkdon't include strings that shouldn't be translated...
2004-08-23  Václav Slavíkfixes for C++ code generator (modified patch 1010058)
2004-06-11  Włodzimierz SkibawxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND...
2004-03-18  Robin DunnFix compile errors with VC 6. Untabified.
2004-02-05  Václav Slavíkapplied patch 744616: WXRC extension for automated...
2003-09-19  Mattia Barbon Do not use wx/wx.h.
2003-09-11  Julian SmartApplied patch [ 793000 ] "unreachable code" changes...
2003-08-25  Václav Slavíkadded IMPLEMENT_APP_CONSOLE
2003-08-19  Julian SmartUse _NO_THEMES
2003-08-09  Václav Slavíkfixed command line parsing
2003-07-21  Václav Slavíkexpand wildcards on windows (patch #773160)
2003-07-20  Václav SlavíkXML library moved to the core
2003-03-16  Václav Slavíkfix wxrc-generated c++ code to work in Unicode mode...
2002-12-25  Václav Slavík1) fixed compilation of wxBitmap, wxIcon toplevel nodes
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-31  Václav Slavík- applied patch that adds more i18n support to XRC...
2002-08-23  Václav Slavíkapplied patch #599264 (fixes to wxrc -g)
2002-08-14  Václav SlavíkPython support in wxrc
2002-08-04  Václav Slavíkno more hacks needed in wxrc now that wxMessageOutput...
2002-07-16  Václav Slavíkpatch 580632 - fixes incorrect path problem in wxrc
2002-07-02  Václav Slavíkfixed cmd line args parsing in wxrc (contributed patch)
2002-06-22  Václav Slavíkforgot to check in new wxrc -- as a side effect, this...
2002-03-09  Václav Slavíkfixed to translatable strings output
2002-02-02  Václav SlavíkwxXRC cleanup: removed .xmlbin format
2002-01-24  Václav Slavíkupdates to XRC resources compiler
2002-01-17  Václav Slavíkadded singleton interface to wxXmlResource, replaces...
2001-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
2001-05-13  Václav Slavíknow outputs errors to stderr
2000-11-24  Václav Slavíkadded i18n support to the compiler
2000-10-07  Václav Slavíkchange in XRC format
2000-08-11  Václav Slavíkstored bitmaps in generated resources
2000-08-06  Václav Slavíkfixed some bugs in wxrc compiler
2000-07-31  Václav Slavíkadded binz handler
2000-07-26  Julian SmartWIN32 compilation of wxrc, wxrcedit
2000-07-25  Václav Slavíkadded XML resources library