NSIS/Source
kichik 494a87fd0c TreeView doesn't automatically scroll to newly added items, there's no need to manually scroll back to the top.
I'd keep it just to be on the safe side, but on Windows 95, it crashes when there are no items in the TreeView.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4478 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-14 13:35:12 +00:00
..
7zip my_GlobalAlloc no longer reduces the size 2005-09-09 16:32:26 +00:00
boost Imported and modified some sources from Boost (http://www.boost.org) 2004-10-15 03:40:07 +00:00
bzip2 added NSISCALL to functions used in the stub (EXEHEAD) 2005-04-02 11:23:12 +00:00
exehead TreeView doesn't automatically scroll to newly added items, there's no need to manually scroll back to the top. 2006-01-14 13:35:12 +00:00
Tests applied patch #1372048 - added /NONFATAL switch to !include statement 2005-12-03 09:45:17 +00:00
zlib possible .data optimization 2005-10-12 13:32:47 +00:00
afxres.h - compiles without PSDK again 2004-01-30 22:04:10 +00:00
build.cpp applied patch #1374675 - made error message for already defined label clearer 2005-12-09 13:15:21 +00:00
build.h - stubs are no longer included in makensis but read from the Stubs directory 2005-04-02 12:04:07 +00:00
cbzip2.h added dict_size parameter to Compressor::Init() so a cast to CLZMA won't be required to pass a dictionary size 2004-10-11 14:26:13 +00:00
clzma.cpp fixed memory leaks in POSIX implementation 2005-09-22 20:20:11 +00:00
clzma.h added dict_size parameter to Compressor::Init() so a cast to CLZMA won't be required to pass a dictionary size 2004-10-11 14:26:13 +00:00
compressor.h added dict_size parameter to Compressor::Init() so a cast to CLZMA won't be required to pass a dictionary size 2004-10-11 14:26:13 +00:00
crc32.c - updated the makefiles and code to allow compliation with MinGW once again (some of patch #875485 by perditionc) 2004-03-12 20:43:54 +00:00
czlib.h added dict_size parameter to Compressor::Init() so a cast to CLZMA won't be required to pass a dictionary size 2004-10-11 14:26:13 +00:00
DialogTemplate.cpp fixed compile warning 2005-09-22 20:20:12 +00:00
DialogTemplate.h no using namespace in header file 2005-06-24 15:49:39 +00:00
dirreader.cpp use case insensitive string comparison 2005-01-14 18:35:21 +00:00
dirreader.h new interface for reading directories which helps getting some preprocessor clutter outside of script.cpp 2004-11-26 15:37:31 +00:00
growbuf.cpp fixed build errors and warnings caused by latest merge 2005-08-30 16:30:48 +00:00
growbuf.h refactoring: split strlist.h classes into separate {h,cpp} files 2004-10-02 15:17:00 +00:00
lang.cpp use NLF_STRINGS_NO_SPECIAL instead of NLF_STRINGS - 3, as the number three can easily change 2005-10-18 13:12:47 +00:00
lang.h added NLF_STRINGS_NO_SPECIAL, number of real NLF strings, not including special strings not defined in the NLF 2005-10-18 13:12:08 +00:00
lineparse.cpp Fixed #ifdef blocks. 2005-10-16 12:52:04 +00:00
lineparse.h moved implementation of LineParser into lineparse.cpp 2004-10-11 11:45:15 +00:00
makenssi.cpp gcc doesn't like sending a temporary string object by reference 2005-07-02 16:49:31 +00:00
mmap.cpp fixed bug #1380447 - Abnormal program termination while writing the uninstaller 2005-12-15 18:47:23 +00:00
mmap.h added missing #include statement for Linux 2004-10-11 21:21:24 +00:00
Platform.h WS_EX_LEFTSCROLLBAR needed by MinGW 2005-09-20 17:35:24 +00:00
Plugins.cpp - extracted reading an entire file to function read_file 2005-10-22 15:53:58 +00:00
Plugins.h merged from PIEPIEPIE branch: 2005-08-27 19:56:00 +00:00
ResourceEditor.cpp merged from PIEPIEPIE branch: 2005-08-27 19:56:00 +00:00
ResourceEditor.h merged from PIEPIEPIE branch: 2005-08-27 19:56:00 +00:00
ResourceVersionInfo.cpp use new MultiByteToWideChar and WideCharToMultiByte implementation 2004-12-11 16:10:28 +00:00
ResourceVersionInfo.h moved implementation of CVersionStrigList into ResourceVersionInfo.cpp 2004-10-11 14:23:45 +00:00
SConscript freebsd portability 2005-11-08 19:30:18 +00:00
script.cpp applied patch #1381929 - StrCmpS - case-sensitive string comparison 2006-01-06 16:00:15 +00:00
ShConstants.cpp moved implementation of ConstantsStringList into ShConstants.cpp 2004-10-12 21:05:59 +00:00
ShConstants.h moved implementation of ConstantsStringList into ShConstants.cpp 2004-10-12 21:05:59 +00:00
strlist.cpp refactoring: split strlist.h classes into separate {h,cpp} files 2004-10-02 15:17:00 +00:00
strlist.h int to size_t 2004-10-12 20:26:23 +00:00
tokens.cpp applied patch #1381929 - StrCmpS - case-sensitive string comparison 2006-01-06 16:00:15 +00:00
tokens.h applied patch #1381929 - StrCmpS - case-sensitive string comparison 2006-01-06 16:00:15 +00:00
uservars.h - makensis should now compile on any POSIX compliment platform (Linux, *BSD, Mac OS X, etc.) 2004-03-29 20:21:00 +00:00
util.cpp UCS-2LE is not the default on all platforms, so this needs to be explicit 2005-11-11 21:31:11 +00:00
util.h merged from PIEPIEPIE branch: 2005-08-27 19:56:00 +00:00