projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Compilation fixes for wxUSE_GEOMETRY==0 build.
[wxWidgets.git]
/
src
/
common
/
cmdline.cpp
2011-07-21
Vadim Zeitlin
Fix parsing of negated long options in wxCmdLineParser.
blob
|
commitdiff
|
raw
2011-07-21
Vadim Zeitlin
Reset negatable switches correctly in wxCmdLineParser...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-23
Vadim Zeitlin
Remove duplicate negated option indicator in wxCmdLineP...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-24
Vadim Zeitlin
Add support for negatable command line switches.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-07
Vadim Zeitlin
Include locale.h in cmdline.cpp to ensure LC_ALL is...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-02
Vadim Zeitlin
Use user locale with Latin-1 as fallback for command...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Vadim Zeitlin
Fix bug with parsing concatenated switches in wxCmdLine...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2009-06-07
Vadim Zeitlin
correct bug with using uninitialized end variable ...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Vadim Zeitlin
abandon attempts to make wxAnyStrPtr behave as bool...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-22
Vadim Zeitlin
replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
blob
|
commitdiff
|
raw
|
diff to current
2008-07-19
Vadim Zeitlin
already escaped backslash shouldn't escape the followin...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-16
Vadim Zeitlin
implement flag for Unix-like behaviour in wxCmdLinePars...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Vadim Zeitlin
don't dereference end iterator
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Vadim Zeitlin
add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-12
Vadim Zeitlin
fix bugs introduced in wxCmdLineParser::ConvertStringTo...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-15
Vadim Zeitlin
added support for double arguments to wxCmdLineParser...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-14
Vadim Zeitlin
make wxCmdLineParser:Usage() const
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Vadim Zeitlin
make wxDateTime::ParseXXX() functions char*-friendly
blob
|
commitdiff
|
raw
|
diff to current
2007-11-29
Vadim Zeitlin
translate the descriptions in SetDesc(wxCmdLineEntryDesc)
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
Vadim Zeitlin
made wxApp::argv an object convertible to either char...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-20
Vadim Zeitlin
accept "--opt val" and "--opt:val" syntax in addition...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-10
Václav Slavík
don't use implicit wxString->char*/wchar_t* conversion...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Vadim Zeitlin
added wxAppTraits::GetStandardCmdLineOptions() allowing...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Vadim Zeitlin
don't use obsolete functions (mostly copystring() and...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-21
Vadim Zeitlin
don't allow switches (i.e. options without value) to...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Włodzimierz Skiba
Include wx/dynarray.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-17
Włodzimierz Skiba
wxTinderbox build fix.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-11
Dimitri Schoolwerth
fixed argv[0] out of bounds error (argc can be 0 when...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
remove extraneous semicolons (patch 1299687)
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-08-16
Vadim Zeitlin
don't use wxApp::GetAppName() in the usage message...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-25
Vadim Zeitlin
added SetCmdLine(int, char **) overload even when build...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Włodzimierz Skiba
Source cleaning: TRUE/true, FALSE/false, whitespaces...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2003-11-07
Vadim Zeitlin
fixed bug with looking beyond the end of string in...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-22
Vadim Zeitlin
don't append spaces to all arguments in ConvertStringTo...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-14
Vadim Zeitlin
attempt to split cmd line into words in the same way...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Mattia Barbon
Added --use-stl to cnfigure, wxUSE_STL to setup0.h
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
blob
|
commitdiff
|
raw
|
diff to current
2003-02-06
Vadim Zeitlin
allow compilation with wxUSE_DATETIME == 0 (patch 679822)
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-09-07
Vadim Zeitlin
don't give empty message box if Parse(FALSE) was called...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-20
Vadim Zeitlin
fixed error message when long options are disabled...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-02
Mattia Barbon
Fixed yet another error in my wxCmdLineParser mdifications.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-01
Mattia Barbon
Assert is there is no wxMessageOutput
blob
|
commitdiff
|
raw
|
diff to current
2002-07-24
Mattia Barbon
Added wxMessageOutput as per the discussion on wx-dev.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-19
Julian Smart
Applied patch [ 581139 ] Misc wxCmdLineParser changes...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-24
Chris Elliott
a fix to preserve UNC paths when creating the commandli...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-03
Gilles Depeyrot
corrected comment typo
blob
|
commitdiff
|
raw
|
diff to current
2002-01-30
Vadim Zeitlin
added a wxCHECK(index is correct) to GetParam() (fix...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-26
Vadim Zeitlin
fixed handling of "a:\" command line arguments, added...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-17
Vadim Zeitlin
fixes error/usage messages given by the cmd line parsin...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-29
Vadim Zeitlin
fixed backslashes parsing in the cmd line
blob
|
commitdiff
|
raw
|
diff to current
2001-11-25
Vadim Zeitlin
added wxCmdLineParser::ConvertStringToArgs(), wxApp...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-18
Václav Slavík
Unicode fixes to wxCmdLineParser
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Vadim Zeitlin
added cmd line parsing support to wxApp and --theme...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
first pass of wxUniv merge - nothing works, most parts...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-22
Vadim Zeitlin
detabified
blob
|
commitdiff
|
raw
|
diff to current
2000-08-22
Julian Smart
Added Reset() to command line parser and called it...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-21
Julian Smart
Double oops, removed include file
blob
|
commitdiff
|
raw
|
diff to current
2000-08-21
Julian Smart
Oops, missed out include file
blob
|
commitdiff
|
raw
|
diff to current
2000-08-21
Julian Smart
Doc fix and SetArguments implementation
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-05-05
Julian Smart
Misc fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-01-18
George Tasker
Changed code to allow for removal of the #include ...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-06
Vadim Zeitlin
1. more HP-UX warning fixes (almost done...)
blob
|
commitdiff
|
raw
|
diff to current
2000-01-05
Vadim Zeitlin
1. added wfstream.cpp to wxBase (needed by filesys...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-05
Vadim Zeitlin
more bug fixes: options with values and compound option...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-05
Vadim Zeitlin
small bug fix for composite options
blob
|
commitdiff
|
raw
|
diff to current
2000-01-05
Vadim Zeitlin
1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC
blob
|
commitdiff
|
raw
|
diff to current