anders_k
e7ac6581e4
Documentation fixes and clarifications
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6728 212acab6-be3b-0410-9dea-997c60f758d6
2016-03-27 23:24:43 +00:00
kichik
041a8a9881
applied patch #3307144 - more cross links in documentation (whyeye)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6152 212acab6-be3b-0410-9dea-997c60f758d6
2011-05-28 18:45:57 +00:00
kichik
d174ef74d1
fixed bug #1811876 - broken ShowWindow link to MSDN
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5337 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-14 23:02:10 +00:00
kichik
0c2333e69f
link to GetDlgItem
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4564 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-11 10:42:03 +00:00
kichik
d114d2e55a
fixed bug #1432423 - section 4.9.14.8 IsWindow example incorrect
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4523 212acab6-be3b-0410-9dea-997c60f758d6
2006-02-24 11:44:15 +00:00
kichik
7a6d8b8d8b
fixed bug #1420352 - check box transparent background
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4513 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-31 19:52:11 +00:00
kichik
bc33cdb3c2
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4438 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-06 21:02:55 +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
911f5855d8
fixed bug #1238686 - DetailPrint misspelled
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4169 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-15 10:45:29 +00:00
kichik
e1df2c830c
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4142 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-30 17:18:04 +00:00
kichik
5c44c11691
added LockWindow description
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3934 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-22 18:30:21 +00:00
kichik
e7274c1757
applied patch #1098454 with some changes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3862 212acab6-be3b-0410-9dea-997c60f758d6
2005-01-11 17:16:23 +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
bb61a0b0b2
- SetFont /LANG=
...
- ^Font and ^FontSize
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3624 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 21:32:05 +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
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