Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / cmdline.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-31  Vadim ZeitlinAdd a comment with links to proper command line parsing...
2012-09-15  Vadim ZeitlinNo changes, just silence some MSVC 11 static analyzer...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-21  Vadim ZeitlinFix parsing of negated long options in wxCmdLineParser.
2011-07-21  Vadim ZeitlinReset negatable switches correctly in wxCmdLineParser...
2011-04-23  Vadim ZeitlinRemove duplicate negated option indicator in wxCmdLineP...
2010-11-24  Vadim ZeitlinAdd support for negatable command line switches.
2010-06-07  Vadim ZeitlinInclude locale.h in cmdline.cpp to ensure LC_ALL is...
2010-03-02  Vadim ZeitlinUse user locale with Latin-1 as fallback for command...
2009-09-07  Vadim ZeitlinFix bug with parsing concatenated switches in wxCmdLine...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-07  Vadim Zeitlincorrect bug with using uninitialized end variable ...
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2008-07-19  Vadim Zeitlinalready escaped backslash shouldn't escape the followin...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-05-12  Vadim Zeitlindon't dereference end iterator
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-03-15  Vadim Zeitlinadded support for double arguments to wxCmdLineParser...
2008-03-14  Vadim Zeitlinmake wxCmdLineParser:Usage() const
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2007-11-29  Vadim Zeitlintranslate the descriptions in SetDesc(wxCmdLineEntryDesc)
2007-11-12  Vadim Zeitlinmade wxApp::argv an object convertible to either char...
2007-10-20  Vadim Zeitlinaccept "--opt val" and "--opt:val" syntax in addition...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2006-10-21  Vadim Zeitlindon't allow switches (i.e. options without value) to...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2005-10-17  Włodzimierz SkibawxTinderbox build fix.
2005-10-11  Dimitri Schoolwerthfixed argv[0] out of bounds error (argc can be 0 when...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-16  Vadim Zeitlindon't use wxApp::GetAppName() in the usage message...
2004-12-25  Vadim Zeitlinadded SetCmdLine(int, char **) overload even when build...
2004-09-09  Włodzimierz SkibaSource cleaning: TRUE/true, FALSE/false, whitespaces...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-11-07  Vadim Zeitlinfixed bug with looking beyond the end of string in...
2003-10-22  Vadim Zeitlindon't append spaces to all arguments in ConvertStringTo...
2003-10-14  Vadim Zeitlinattempt to split cmd line into words in the same way...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Vadim Zeitlindon't give empty message box if Parse(FALSE) was called...
2002-08-20  Vadim Zeitlinfixed error message when long options are disabled...
2002-08-02  Mattia BarbonFixed yet another error in my wxCmdLineParser mdifications.
2002-08-01  Mattia BarbonAssert is there is no wxMessageOutput
2002-07-24  Mattia BarbonAdded wxMessageOutput as per the discussion on wx-dev.
2002-07-19  Julian SmartApplied patch [ 581139 ] Misc wxCmdLineParser changes...
2002-06-24  Chris Elliotta fix to preserve UNC paths when creating the commandli...
2002-05-03  Gilles Depeyrotcorrected comment typo
2002-01-30  Vadim Zeitlinadded a wxCHECK(index is correct) to GetParam() (fix...
2002-01-26  Vadim Zeitlinfixed handling of "a:\" command line arguments, added...
2001-12-17  Vadim Zeitlinfixes error/usage messages given by the cmd line parsin...
2001-11-29  Vadim Zeitlinfixed backslashes parsing in the cmd line
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-07-18  Václav SlavíkUnicode fixes to wxCmdLineParser
2001-07-10  Vadim Zeitlinadded cmd line parsing support to wxApp and --theme...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-22  Vadim Zeitlindetabified
2000-08-22  Julian SmartAdded Reset() to command line parser and called it...
2000-08-21  Julian SmartDouble oops, removed include file
2000-08-21  Julian SmartOops, missed out include file
2000-08-21  Julian SmartDoc fix and SetArguments implementation
2000-07-15  Bryan Pettymerged 2.2 branch
2000-05-05  Julian SmartMisc fixes
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-05  Vadim Zeitlin1. added wfstream.cpp to wxBase (needed by filesys...
2000-01-05  Vadim Zeitlinmore bug fixes: options with values and compound option...
2000-01-05  Vadim Zeitlinsmall bug fix for composite options
2000-01-05  Vadim Zeitlin1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC