Commit graph

24 commits

Author SHA1 Message Date
kichik
412485144b applied patch #2189117 - description is not consistent with button text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5761 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-08 14:56:43 +00:00
kichik
a752939641 applied patch #2056906 - wrong Simplified Chinese button texts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5717 212acab6-be3b-0410-9dea-997c60f758d6
2008-09-05 16:23:12 +00:00
kichik
4aef799d09 updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3829 212acab6-be3b-0410-9dea-997c60f758d6
2004-12-16 18:45:03 +00:00
joostverburg
bc7c5f9486 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3741 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 16:39:52 +00:00
joostverburg
44e438a91f fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3617 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-12 22:25:12 +00:00
kichik
6dd9291512 ^Name -> ^NameDA where needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3403 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-20 22:22:35 +00:00
joostverburg
c22a1edd3c updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3326 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-28 16:15:59 +00:00
kichik
672e695976 - Added SS_NOPREFIX for the static control above the install log so both will show the same when an ampersand is present in the string
- Added another parameter for Name. It will be used in places where doubled ampersands are required for text to render as expected. Use it if you have an ampersand in your name. See the updated documentation about the Name command for more information about usage.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3288 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-17 23:22:14 +00:00
joostverburg
4cbad72f44 fixed codepage number
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3079 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-31 13:06:48 +00:00
joostverburg
a88d48d94c lang ID
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3062 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-25 20:50:56 +00:00
joostverburg
a0bb0901bf UninstallingText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3049 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 14:34:17 +00:00
joostverburg
b78b397014 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3039 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-20 12:22:24 +00:00
joostverburg
55ac354c4c v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2893 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-09 20:59:56 +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
ff40948ffa v5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2596 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-30 11:44:00 +00:00
joostverburg
10d7efae88 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2523 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-01 15:58:42 +00:00
joostverburg
08594638ec fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2521 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-01 12:11:12 +00:00
joostverburg
9d5ae5ec15 v4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2516 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-30 13:21:21 +00:00
kichik
cf01b06e62 - More strings translatable (K/M/G Byte, registering, unregistering)
- Language specific fonts
- $\t now works too
- More to do


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2475 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-21 13:32:34 +00:00
joostverburg
100467ddbc LicenseForceSelection support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2395 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-29 20:31:10 +00:00
joostverburg
5063eaa95a cleaned up format, added spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1482 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-27 11:28:50 +00:00
joostverburg
0f765b711c better translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1414 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 14:48:48 +00:00
kichik
9adf8df382 Delete file: now has a space after it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1213 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 10:04:06 +00:00
joostverburg
7905335fc4 Simplified Chinese Language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@880 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 09:43:03 +00:00