NSIS/Source
anders_k e8ac52b908 Minor Unicode fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6345 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-11 20:54:29 +00:00
..
7zip MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
boost Imported and modified some sources from Boost (http://www.boost.org) 2004-10-15 03:40:07 +00:00
bzip2 MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
exehead Updated changelog and fixed minor documentation bugs (bug #3063566, bug #3567313) 2013-03-27 02:50:27 +00:00
Tests there is only one winver.nsi now 2013-04-11 08:48:21 +00:00
zlib Removed unused variables and fixed GCC warnings 2012-09-08 02:50:09 +00:00
afxres.h happy new year! 2009-02-01 14:44:30 +00:00
build.cpp Updated changelog and fixed minor documentation bugs (bug #3063566, bug #3567313) 2013-03-27 02:50:27 +00:00
build.h Reduced !include/!insertmacro recursion stack usage (Bug #3067954) 2013-03-17 21:13:07 +00:00
cbzip2.h Removed unused variables and fixed GCC warnings 2012-09-08 02:50:09 +00:00
clzma.cpp _countof and swprintf fixes for VC6 2010-03-30 17:50:08 +00:00
clzma.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
compressor.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
crc32.c Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
crc32.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
czlib.h Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk 2010-03-26 17:18:17 +00:00
DialogTemplate.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
DialogTemplate.h Removed unused variables and fixed GCC warnings 2012-09-08 02:50:09 +00:00
dirreader.cpp Jim Park's Unicode NSIS merging - Step 4 : merging more TCHAR stuff that shouldn't have any impact 2010-03-29 14:24:47 +00:00
dirreader.h Added !if /FileExists 2011-11-13 15:34:43 +00:00
fileform.cpp #1753070: Enable that makensis and its related utilities can be built natively for 64-bit systems 2010-03-27 19:20:16 +00:00
fileform.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
growbuf.cpp Fix a lot of MinGW/GCC warnings 2011-11-09 18:12:57 +00:00
growbuf.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
icon.cpp Fixed minor MakeNSIS leaks (Bug #3474662) 2013-03-19 02:11:37 +00:00
icon.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
lang.cpp Don't allow Unicode-only language files to be used in ANSI installers 2013-03-16 01:28:57 +00:00
lang.h Some TCHAR fixes, linker flag for Unicode, and cosmetic touch without real changes 2010-04-14 10:15:40 +00:00
lineparse.cpp Updated changelog and fixed minor documentation bugs (bug #3063566, bug #3567313) 2013-03-27 02:50:27 +00:00
lineparse.h Updated changelog and fixed minor documentation bugs (bug #3063566, bug #3567313) 2013-03-27 02:50:27 +00:00
makenssi.cpp Added !appendfile /CHARSET parameter, output is written using the new NOStream class 2013-04-03 22:46:17 +00:00
manifest.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
manifest.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
mmap.cpp Fix a lot of MinGW/GCC warnings 2011-11-09 18:12:57 +00:00
mmap.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
Platform.h DWORD type is unsigned long, not int 2013-03-24 23:27:09 +00:00
Plugins.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
Plugins.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
ResourceEditor.cpp revert bad commit 2013-03-24 06:39:24 +00:00
ResourceEditor.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
ResourceVersionInfo.cpp Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
ResourceVersionInfo.h Additional error checking by Jim Park. 2010-04-15 12:11:06 +00:00
SConscript Basic UTF-8 support in ansi build so it can read UTF-8 .nlf files and LangStrings 2011-12-05 23:44:26 +00:00
script.cpp fixed LicenseLangString always failing 2013-04-11 08:49:00 +00:00
ShConstants.cpp Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList 2013-03-07 21:25:35 +00:00
ShConstants.h Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList 2013-03-07 21:25:35 +00:00
strlist.cpp my vc6 doesn't like string.clear() because it was born before me 2013-04-10 07:11:21 +00:00
strlist.h Fix some MinGW warnings 2013-03-10 23:02:09 +00:00
tchar.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
tokens.cpp Added !appendfile /CHARSET parameter, output is written using the new NOStream class 2013-04-03 22:46:17 +00:00
tokens.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
tstring.cpp fix operator syntax error 2013-03-24 22:37:00 +00:00
tstring.h MultiByteToWideChar is defined by tchar.h, but tchar.h includes tstring.h 2013-03-24 06:08:16 +00:00
uservars.h Additional error checking by Jim Park. 2010-04-15 12:11:06 +00:00
utf.cpp Minor Unicode fixes 2013-04-11 20:54:29 +00:00
utf.h UTF16BE support in NStreamLineReader 2013-04-11 15:28:45 +00:00
util.cpp Added !appendfile /CHARSET parameter, output is written using the new NOStream class 2013-04-03 22:46:17 +00:00
util.h Added !appendfile /CHARSET parameter, output is written using the new NOStream class 2013-04-03 22:46:17 +00:00
validateunicode.cpp Unicode: Improved UTF8 detection, less verbose 2010-04-20 15:29:55 +00:00
validateunicode.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
winchar.cpp Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
winchar.h Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
writer.cpp Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
writer.h Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00