don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / src / common / cmdline.cpp
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