joostverburg
80350d89b8
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3378 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-09 20:17:18 +00:00
joostverburg
38258bc691
info
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3377 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-09 20:17:08 +00:00
joostverburg
8e661a6ed2
text
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3376 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-08 22:42:38 +00:00
joostverburg
71bcd120d3
improved user interface
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3374 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-08 21:26:02 +00:00
joostverburg
5c98fc6db9
new icons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3372 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-08 15:13:47 +00:00
joostverburg
c3f11a4cc0
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3371 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-08 15:10:30 +00:00
joostverburg
4d1fec3abd
copyright year
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3369 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 19:22:00 +00:00
joostverburg
f806c7ce4c
Modern UI 1.69
...
* All uninstaller pages work without installer pages
* Fixed top text on uninstaller license page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3368 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 19:21:00 +00:00
joostverburg
91574fa7ec
fix
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3367 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 16:45:33 +00:00
joostverburg
94fc2c85ca
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3366 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 16:45:30 +00:00
joostverburg
d539dcde96
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3365 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 13:43:37 +00:00
joostverburg
15c28d8f68
copyrights
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3363 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-06 17:07:49 +00:00
eccles
e9919e7f89
Links and Buttons no longer receive the initial keyboard focus as they take over the Enter key.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3361 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-05 21:53:06 +00:00
joostverburg
d79b582a67
texts
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3357 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 22:56:20 +00:00
eccles
9298dd089c
Focus is now set when control initialisation is complete (e.g. after Link control HWNDPROC has been changed)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3353 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 18:14:18 +00:00
kichik
fcd2c16685
- fixed limit on LangStrings and user variables number which was lower than designed. limit is now 16383 for both.
...
- made log window respond to the context menu key and not just right click
- set back the default style for the next after it's re-enabled
- set focus on main controls for every page (can still hit enter for next)
- added code to prevent weird usage of WM_COMMAND which can cause weird behavior such as disabled next button on the components page
- eccles fixed a bug which caused beeping when the space key is hit on the components tree
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3351 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 17:05:03 +00:00
eccles
e1c4b80991
DLL version 2.4 (1/4/2004)
...
* Initial focus is set in "initDialog" making it possible to override it from NSIS prior to calling "show"
- When initial focus is to a Text field InstallOptions now follows standard Windows behaviour by having the text selected
- Label and other static fields no longer have State= written to the INI file when leaving the dialog
- NOTIFY flag can now be used with Link fields (State should be omitted in this case)
- Likewise, State can now be used with Button fields (behaves the same as with Link fields)
- NOTIFY flag can also now be used with ListBox and DropList fields to have NSIS notified when the selection changes
- Meaning of RIGHT flag is now reversed in right-to-left language mode
- HSCROLL and VSCROLL flags are no longer restricted to Text fields
- Various Link field fixes
- Text box colour bug fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3350 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 14:06:39 +00:00
joostverburg
b40bedfd69
more diabled images, free image lists
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3345 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-02 13:40:57 +00:00
joostverburg
b65f878e84
modern 24-bit toolbar for comctl32 => 4.70
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3344 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-01 23:02:18 +00:00
joostverburg
898401b262
improved user interface
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3343 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-01 17:39:21 +00:00
joostverburg
88de3fab4b
added some missing commas
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3339 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-31 11:39:15 +00:00
joostverburg
21d1176e79
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3338 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-31 11:38:09 +00:00
icemank
3dfc37dd9a
Minor fix.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3337 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-31 03:09:02 +00:00
icemank
fa3bdf5e17
Added support for named Symbols sets.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3336 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-30 19:43:15 +00:00
joostverburg
ad498291cf
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3335 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-30 16:14:43 +00:00
joostverburg
55e20bccd2
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3334 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-30 16:14:32 +00:00
joostverburg
3e2e7c478a
fix
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3332 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-29 16:18:05 +00:00
kichik
7893b7e67c
- best compressor wasn't choosing the best compressed file
...
- pressing cancel on the compressor dialog now cancels the compilation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3331 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-29 15:52:42 +00:00
kichik
466e93ea11
- made NSIS ignore WM_COMMAND from disabled controls
...
- made NSISdl set the cancel button as the default button
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3330 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-29 15:12:41 +00:00
kichik
8a85e1c0dd
fixed branding text background color not updating when the system's color change
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3329 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-29 14:27:33 +00:00
joostverburg
f4c6bd11ab
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3327 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-28 22:28:34 +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
b7c7a31b3e
VPatch 2.1:
...
* Added argument checking and error handling to GenPat. Now returns exit codes as well to indicate success/failure (and the reason for failure). Only GenPat has changed in this version compared to 2.0 final.
* Bug Fix: GenPat no longer gives an Access Violation when attempting to patch a file smaller than 64 bytes into a file larger than 64 bytes.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3318 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-27 18:36:57 +00:00
kichik
2144a90eed
- Escape now works when focused on a link control
...
- Fixed a link control bug that allowed the user to activate the link by clicking outside of the text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3301 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-23 16:29:16 +00:00
kichik
18519e3e79
include winresrc.h instead of afxresh which is not available on non Microsoft compilers (part of MFC it seems)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3300 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-23 14:24:28 +00:00
kichik
d1c5ef3af7
patches by PerditionC for compatibly with PSDK-less VC6
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3295 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-21 21:00:37 +00:00
joostverburg
4998ff6e18
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3292 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-19 15:52:10 +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
5f58389c12
- Fixed bug #858010 - defines were read wrongly into the settings dialog (`i' wasn't reset to 0)
...
- Made Compile and Run execute the installer even if there were warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3287 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-17 16:13:04 +00:00
joostverburg
477f281328
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3284 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-15 15:36:37 +00:00
eccles
c31682240d
Only validate if pressing the Next button.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3271 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-13 17:17:03 +00:00
kichik
29b7da028d
Translation buffers were too small
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3270 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-12 22:00:49 +00:00
joostverburg
b33de3866d
fixed finish page link positioning, color (standard RRGGBB hex format)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3269 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-12 21:26:21 +00:00
joostverburg
a00901c80f
added MUI_SYSVERSION define
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3267 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-10 12:54:18 +00:00
joostverburg
516667fc1b
updated reserve file info, fixes, html structure
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3265 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-09 19:33:48 +00:00
joostverburg
f850525a12
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3264 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-09 16:45:24 +00:00
kichik
03acdc2211
First verify fields and then, only if all are valid, call the leave function
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3262 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-08 14:06:24 +00:00
kichik
45c040b909
- fixed bug #848868 - StartMenu trims 3 lines of text
...
- made StartMenu treat different fonts better, it will not resize according to the selected font
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3261 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-08 12:53:32 +00:00
kichik
4eb2881b5b
- Better RTL support:
...
* use RTL reading wherever possible (shows the dots, commas, etc. in the correct order)
* Message boxes are now RTL too
* Fixed RTL for links in InstallOptions
- Fixed tab order in StartMenu
- Made StartMenu use SHGetSpecialFolderLocation (soon to be in NSIS core too)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3259 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-06 20:45:35 +00:00
joostverburg
740ae21f2d
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3258 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 16:41:45 +00:00