eccles
6b73b0e490
- Added new control type "Button"
...
- Added new flag "NOTIFY"
- Added new flag "NOWORDWRAP" for multi-line text boxes
- Reduced size down to 12K
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3254 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 22:12:25 +00:00
joostverburg
0d00e6b8a9
html structure
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3161 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-18 17:01:34 +00:00
kichik
b0d4888c3a
- PROMPT_CREATE doesn't work with REQ_SAVE
...
- Example INI file had old flag names
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3149 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-16 19:37:07 +00:00
eccles
ddeda1ce45
More info about escaping special characters.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3085 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-01 19:56:08 +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
f179c288ad
Link control TxtColor
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2772 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-26 12:15:04 +00:00
joostverburg
7fdfd8a0c5
format
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2668 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 12:51:31 +00:00
o_owd
c6fcdeb6ba
corrected link on "NSIS documentation" that goes to Chapter
...
"Chapter3.html#3.5" instead of "Chapter4.html#4.5"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2667 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 12:04:03 +00:00
ramon18
2ff0e96a38
Completing documentations for installoptions
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2655 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-17 19:06:13 +00:00
ramon18
1f2a811c47
Documentation of link control and new options for text control
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2654 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-17 18:55:34 +00:00
joostverburg
cde1bec3d3
font size setting for older browsers
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2630 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-11 16:32:10 +00:00
ramon18
8270d8bdca
Added MULTILINE support for edit box, better tab order between ReqFile, DirReq and it's browse button
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2626 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 13:18:07 +00:00
kichik
8dace3977a
Fixed flags collisions (thanks Ramon) and added the ONLY_NUMBERS flag
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2597 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-30 13:35:47 +00:00
joostverburg
b06d2531d5
wrong variable
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2535 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-07 14:56:17 +00:00
joostverburg
0a2cb77684
leave function
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2459 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-14 14:43:02 +00:00
kichik
b9ae378533
Added EXTENDEDSELCT flag for list boxes which replaces MULTISELECT that now acts exactly as the real style flag ([double] click turns on or off selection)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2415 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-03 13:17:54 +00:00
joostverburg
3ae6d897b8
another small html fix
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2333 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-18 13:49:51 +00:00
joostverburg
52933d9ee0
html errors
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2332 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-18 13:44:42 +00:00
kichik
35557a6ca0
Escaping notes in the readme and a check for ConvertNewLines
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2320 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-17 13:46:13 +00:00
joostverburg
6b4c318e4b
InstallOptions 2.1, always \r\n for newline
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2298 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-15 12:55:31 +00:00
joostverburg
a69728f8e2
removed old recommended values
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2295 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-14 22:04:19 +00:00
joostverburg
4d2c2ee325
copyright years
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2278 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-11 15:23:24 +00:00
kichik
2f8b6f5c25
/NOUNLOAD must be here
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2144 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-10 18:34:52 +00:00
kichik
c12d20910b
+ New browse dialog style (modern)
...
+ Word wrapping for check boxes and radio buttons
+ No ugly border for edit fields under XP
+ Scroll bar for list boxes
+ Only labels can have \r\n - fixed in docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2084 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 16:15:00 +00:00
kichik
ed82cf39f6
State information for list boxes and their relatives
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2071 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-18 11:14:51 +00:00
kichik
647182ae8a
Missing i
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2063 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-14 14:24:36 +00:00
joostverburg
2ee43c8be5
updated FileRequest/DirRequest size
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2041 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-06 16:21:14 +00:00
joostverburg
8dc6850486
dialog units
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2039 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-06 12:58:29 +00:00
joostverburg
f500ec0149
new flags
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2030 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 13:59:36 +00:00
rainwater
913066089e
Added DISABLED flag to docs
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2027 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-03 23:15:01 +00:00
joostverburg
cd61ccec21
group radio buttons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2016 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 20:30:45 +00:00
joostverburg
3769825be5
groupbox / return value info
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2013 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 20:01:42 +00:00
kichik
f01cfc2e5f
Fixed bug #659359
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2009 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-28 13:05:07 +00:00
joostverburg
4387018496
xhtml
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1976 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-18 21:08:15 +00:00
joostverburg
fb8dde26d6
small fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1961 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-16 14:03:11 +00:00
joostverburg
5cbb82a894
ReserveFile
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1959 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-15 20:56:58 +00:00
joostverburg
92029c8558
new documentation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1957 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-15 20:29:28 +00:00