Commit graph

21 commits

Author SHA1 Message Date
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
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
2fba235c29 fixed SetOverwrite and added ifdiff option
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2876 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-07 16:46:50 +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
joostverburg
31bbb272b2 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2399 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-30 12:45:31 +00:00
flizebogen
01b0fb71f0 Updated SetBKColor and Changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2388 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-28 20:45:40 +00:00
flizebogen
5dd33fff25 Updated Tutorial, typos and a few links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2383 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-27 19:45:50 +00:00
kichik
03cafaf818 SetStaticBkColor -> SetBkColor, now works for dialogs, buttons, edit boxes and list boxes (only in IO)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2347 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-20 20:49:13 +00:00
kichik
156648c9d5 AddBrandingImage doesn't depend on the UI now. Can now set the branding image on the bottom and on the right too, and set a custom padding value
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2334 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-18 13:53:29 +00:00
kichik
6f07cf7d7d Shortened !include of WinMessages.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2238 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-04 20:35:40 +00:00
kichik
d14ea54399 SendMessage and Return got mixed up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2008 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-27 21:24:30 +00:00
kichik
075a02d3bb SendMessage STR:
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1979 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-20 11:12:42 +00:00
joostverburg
c2ef23bfdd new location for WinMessages.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1909 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-06 17:20:16 +00:00
kichik
98db726e06 Another link fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1846 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-28 13:54:02 +00:00
kichik
48156f3685 Section flags updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1844 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-28 13:43:37 +00:00
kichik
d4e64eda23 Ordering and some new functions documented
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1752 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 21:08:34 +00:00
rainwater
584d3d2524 Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1739 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 18:45:47 +00:00
eccles
7633bdd8be Spelling mistakes/typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1658 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-10 21:41:10 +00:00
rainwater
90ea8491f4 Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1609 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-06 21:20:55 +00:00