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
joostverburg
d0bfe3e455
finish/abort header subtext can be set without setting the text
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3257 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 16:21:30 +00:00
joostverburg
2fc8161a22
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3256 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 16:03:06 +00:00
kichik
3bae7484fb
Fixed bug #854678 - sub-header showing success on abort
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3255 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 12:27:11 +00:00
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
c0e8dc4f73
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3253 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 16:36:56 +00:00
joostverburg
021e956536
removed old font setting
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3252 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 16:36:52 +00:00
kichik
e15be55ca7
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3250 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 12:09:05 +00:00
joostverburg
22e102a965
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3246 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-02 20:56:06 +00:00
ramon18
4aad4e704a
Portuguese language files update (nsh->1.68)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3244 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-02 01:22:09 +00:00
ramon18
959b379381
Crash fixes, including firewall problems, many Optimizations
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3243 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-02 01:13:35 +00:00
kichik
30655f926a
MUI 1.68 updates
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3240 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-01 14:36:57 +00:00
joostverburg
92e433d64c
fixed finish page reboot option buttons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3231 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-28 19:41:03 +00:00
joostverburg
1acd9aea9e
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3230 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-28 19:34:16 +00:00
icemank
69e2d02cc7
Minor fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3224 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-28 05:16:05 +00:00
joostverburg
e338cce111
1.68, fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3219 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-27 14:27:00 +00:00
joostverburg
23f1461de7
no separate INI file anymore
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3217 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-26 17:20:54 +00:00
joostverburg
69b371e936
1.68
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3216 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-26 17:20:07 +00:00
icemank
1d60445b40
Changed display name for LZMA compressor
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3213 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-26 13:33:24 +00:00
icemank
3773299cb2
Fixed compressor selection.
...
Added context menu method for choosing compressor.
Changed Defines dialog to Settings dialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3211 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-25 21:06:37 +00:00