Commit graph

22 commits

Author SHA1 Message Date
kichik
a32989e4f6 default UI language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4966 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-03 10:31:18 +00:00
kichik
f8062527fa typos (thanks Jamyn!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-16 11:27:51 +00:00
kichik
38b693f19a added small usage examples
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3703 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-10 18:41:43 +00:00
kichik
2849e0d88b typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3650 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-09 17:19:47 +00:00
joostverburg
66151af376 language strings, BringToFront
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3373 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-08 16:45:10 +00:00
kichik
ea890d3e2e LangString affects the last used language too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3341 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-01 16:28:23 +00:00
joostverburg
531d8673f0 multiple languages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3340 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-31 11:56:45 +00:00
joostverburg
1026f26b40 updated outdated stuff, pages / plug-in calls / multiple languages improved, red defaults, fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3150 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-16 19:57:44 +00:00
kichik
2cb320edb5 CHM documentation generates using Halibut. Thanks Nike!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3090 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-03 09:10:19 +00:00
eccles
3e659f4568 Typos and spelling mistakes etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2992 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-05 11:00:47 +00:00
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
joostverburg
91dc660c02 lots of updates: user variables, new instructions, text updates, changelog etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2747 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 19:46:37 +00:00
kichik
8a97b60b30 Added \R{ref}{name} for named references
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2315 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-16 20:37:35 +00:00
kichik
23637d7232 Clarified LangStringUP a bit more
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2153 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-13 14:53:18 +00:00
flizebogen
b7a0bbabcc fixed little typos and updated variables section
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2140 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-09 19:40:18 +00:00
kichik
45549a0bd4 - Lots of small fixes
- b1 history complete


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2129 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 22:42:09 +00:00
kichik
5fe75ef7b9 Braces difference and a little typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2076 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-21 19:35:58 +00:00
kichik
d3156058a0 LangStrings update and other stuff that didn't get uploaded
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2046 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 12:49:59 +00:00
kichik
96feed236f Fixed link to lang files dir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1845 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-28 13:50:41 +00:00
kichik
3200fa886d LoadLanguageFile and LangString[UP] are now in the instructions section too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1749 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 20:22:21 +00:00
kichik
44062037fb Credits and multiple languages added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1745 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 19:34:29 +00:00
kichik
efe1b923c7 NSIS multiple languages capabilities documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1624 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 19:24:55 +00:00