NSIS/Plugins
kichik 74ea2dc585 * PageEx - every page can be used everywhere and as many times as needed
* DirVar - easy way to add another dir page
* default strings in the language file (Page directory is enough, no need for DirText)
* strings from the language file are now LangStrings that can be used in the script
* no more /LANG - one string for all languages
* any lang strings can be used everywhere, installer or uninstaller (no un.)
* no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey)
* DirText parm for browse dialog text
* SetBkColor -> SetCtlColors - can now set text color too
* fixed SetOutPath and File /r bug
* fixed File /a /oname bug
* added $_CLICK for pages
* added quotes support in lang files (patch #752620)
* extraction progress
* separate RTL dialogs for RTL langs (improved RTL too)
* InstallOptions RTL
* StartMenu RTL
* fixed RegDLL?
* added IfSilent and SetSilent (SetSilent only works from .onInit)
* fixed verify window (it never showed) (bug #792494)
* fixed ifnewer readonly file problem (patch #783782)
* fixed wininit.ini manipulation when there is another section after [rename]
* fixed some ClearType issues
* fixed a minor bug in the resource editor
* fixed !ifdef/!endif stuff, rewritten
* lots of code and comments clean ups
* got rid of some useless exceptions handling and STL classes (still much more to go)
* lots of optimizations, of course ;)
* updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready)
* minor bug fixes


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
..
advsplash.dll fixes 2002-11-19 15:54:03 +00:00
Banner.dll Back to the old version 2003-05-29 12:55:37 +00:00
BgImage.dll Fixed stuck up windows on Windows 98 2003-07-16 20:31:51 +00:00
Dialer.dll dynamically load 2003-02-20 19:09:53 +00:00
InstallOptions.dll * PageEx - every page can be used everywhere and as many times as needed 2003-09-04 18:25:57 +00:00
LangDLL.dll LangDLL defaults to MS Shell Dlg 2003-03-10 21:13:18 +00:00
nsExec.dll Empty lines were not printed (this time it's really fixed) 2003-08-08 13:56:41 +00:00
nsisdl.dll Patch #781254 applied - thanks Andrey Cherezov 2003-08-03 13:07:02 +00:00
splash.dll UnregisterClass added 2002-11-24 18:20:53 +00:00
StartMenu.dll * PageEx - every page can be used everywhere and as many times as needed 2003-09-04 18:25:57 +00:00
System.dll * PageEx - every page can be used everywhere and as many times as needed 2003-09-04 18:25:57 +00:00
UserInfo.dll Guests comes after users 2003-05-02 19:31:11 +00:00
VPatch.dll VPatch 2003-05-21 12:24:22 +00:00