Commit graph

26 commits

Author SHA1 Message Date
kichik
c102675112 fixed bug #2323452 - Grammar, License Agreement
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5788 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-22 20:16:23 +00:00
joostverburg
98d8b5704b updated error messagebox text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3515 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-14 12:00:55 +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
kichik
419d351fc3 No need to escape quotes, the slashes will show in the output
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3075 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-28 22:59:29 +00:00
joostverburg
8442558574 Modern UI 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3042 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-22 19:23:45 +00:00
joostverburg
a39ed55974 typo in langstring name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2863 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-06 20:25:02 +00:00
kichik
5fb8fd227b NLF v6, MUI v.166
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2834 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-05 11:17:30 +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
kichik
c38b889fe8 Added AllowSkipFiles - thanks Ramon!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2576 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-26 17:55:15 +00:00
joostverburg
edabb28e6b fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2479 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-21 20:05:28 +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
kichik
5afc7ec7d4 Added LicenseForceSelection radiobuttons|checkbox
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2362 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-26 17:47:46 +00:00
joostverburg
75a38a1839 updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1919 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-06 21:57:52 +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
e6726bac3a typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1427 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 19:37:03 +00:00
joostverburg
c5bdc29afe accelerator keys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1423 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 18:44:27 +00:00
joostverburg
e5f2fbc54c fixed browse accelerator key
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1420 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 18:28:02 +00:00
joostverburg
ba4a1c40f8 some more hotkeys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1417 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 17:49:49 +00:00
joostverburg
87d610229b hotkeys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1415 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-15 17:45:30 +00:00
joostverburg
735ff4c129 Folder instead of Directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1236 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 19:31:47 +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
kichik
85ff07a3e8 Copy details to clipboard added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@858 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 10:15:53 +00:00
kichik
8402a41f75 Added a comment saying you should put your name in the translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@701 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 16:33:04 +00:00
kichik
ef05d934d9 Fixed some string replacements and that FileErrorText bug.
ChangeUI now supports changing dialogs other than IDD_INST.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@655 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-06 11:24:49 +00:00
kichik
4c1780d9f0 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@638 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-03 23:06:10 +00:00
kichik
5323016891 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@630 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 16:51:42 +00:00