NSIS/Source
2003-11-27 18:47:47 +00:00
..
7zip shaved 148 bytes, 236 more to go 2003-11-25 10:51:17 +00:00
bzip2 Note about different licenses 2003-11-24 19:02:19 +00:00
exehead - More path validation (drive id is an english letter, no chars under 32 in a path) 2003-11-25 17:07:40 +00:00
zlib Fixed bug #777590 - inflate left too early causing NSIS to think more data is needed thus discarding unused data 2003-08-03 12:59:25 +00:00
afxres.h This commit was generated by cvs2svn to compensate for changes in r2, 2002-08-02 10:01:35 +00:00
build.cpp Smaller memory requirements on compile time (dict * 2 + 5MB) 2003-11-26 20:27:36 +00:00
build.h Allow wildcards in !include 2003-11-25 07:09:53 +00:00
cbzip2.h - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
clzma.h Smaller memory requirements on compile time (dict * 2 + 5MB) 2003-11-26 20:27:36 +00:00
compressor.h - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
crc32.c Instant saving of 0.5K - use of stdcall calling convention to 2002-08-19 23:18:19 +00:00
czlib.h - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
DialogTemplate.cpp More memory clean-ups 2003-09-12 11:16:33 +00:00
DialogTemplate.h - Fixed and improved SetFont 2003-09-06 09:59:02 +00:00
exedata.cpp - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
exedata.h - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
lang.cpp Parse LangString using the codepage specified in NLF of the language. This helps avoid warnings about unknown variables with LangStrings that contain dollar signs but are not encoded with the system's current codepage. 2003-11-25 05:55:18 +00:00
lang.h ^Font and ^FontSize 2003-11-12 22:38:46 +00:00
lineparse.h tabs to spaces 2003-07-12 15:19:49 +00:00
Makefile This commit was generated by cvs2svn to compensate for changes in r2, 2002-08-02 10:01:35 +00:00
makenssi.cpp - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
makenssi.dsp - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
makenssi.dsw - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
Plugins.cpp Faster compilation 2003-04-17 15:27:12 +00:00
Plugins.h Faster compilation 2003-04-17 15:27:12 +00:00
ResourceEditor.cpp signed/unsigned mismatch 2003-09-08 15:28:16 +00:00
ResourceEditor.h - Fixed uninstaller not showing anything when installer is silent 2003-09-08 13:54:01 +00:00
ResourceVersionInfo.cpp Fixed VIAddVersionKey failing on empty inputs 2003-09-08 10:38:34 +00:00
ResourceVersionInfo.h More memory clean-ups 2003-09-12 11:16:33 +00:00
script.cpp clean offsets for EW_SETFILEATTRIBUTES that comes after EW_EXTRACTFILE 2003-11-27 18:47:47 +00:00
strlist.h Removed debug message 2003-09-16 09:36:16 +00:00
tokens.cpp - More path validation (drive id is an english letter, no chars under 32 in a path) 2003-11-25 17:07:40 +00:00
tokens.h Added DirVerify (works in PageEx directory) and GetInstDirError. If `DirVerify leave' is used, the next button will not be disabled if the installation directory is not valid or there is not enough space and a flag will be set instead. You can read that flag using GetInstDirError in the leave function of the directory page. A value of 0 means no error, 1 means invalid installation directory and 2 means not enough space. This allows you to handle those errors on your own. 2003-11-24 17:05:10 +00:00
uservars.h Special section of data for user vars, whitch allow compiler to assign the right size and no code needed in exehead for mem allocs. Warnings for unreferenced user vars. (758773) Error, if temp file not available, now directory is created if not exist. 2003-06-23 22:40:11 +00:00
util.cpp More memory clean-ups 2003-09-12 11:16:33 +00:00
util.h - BgImage improved a lot 2003-05-09 21:11:14 +00:00