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
kichik
0bbeb0b17e
more copyrights 2004
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3364 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-06 21:28:50 +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
kichik
dd8a4388ac
fixed a bunch of bugs that caused lzma and bzip2 not to function without solid compression
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3362 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-06 00:53:12 +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
kichik
7cab89f05a
finish flag was not set when passed on the first call to Compress
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3360 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-05 15:36:59 +00:00
kichik
5391b3569f
fixed non solid compression using bzip2 or lzma
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3359 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-05 14:22:14 +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
joostverburg
0655107060
rc2
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3356 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 22:12:54 +00:00
kichik
81e42db724
rc1->rc2
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3355 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 21:05:02 +00:00
eccles
551c3b7d5c
Fixed a bug which caused beeping when the space key is hit on the components tree (kichik missed a bit...)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3354 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 19:45:14 +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
21d8b1cd46
fixed compile errors without NSIS_CONFIG_COMPONENTPAGE, NSIS_CONFIG_PLUGIN_SUPPORT or NSIS_SUPPORT_HWNDS
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3352 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 17:25:59 +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
kichik
1b2abf06de
commit?!
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3349 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 13:15:42 +00:00
kichik
97480a9bac
removed useless colon and spaces (last one didn't work)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3348 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 13:14:35 +00:00
kichik
07932587d7
removed useless colon and spaces
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3347 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 13:13:01 +00:00
kichik
f4c16d256c
no need for the alerts
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3346 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-03 11:53:52 +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
kichik
d97cc95c6c
this should solve any JScript errors by adding exception handling or drop to the simplest and ugliest solution if exception handling is not available
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3342 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-01 16:30:46 +00:00
kichik
ea890d3e2e
LangString affects the last used language too
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3341 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-01 16:28:23 +00:00
joostverburg
531d8673f0
multiple languages
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3340 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-31 11:56:45 +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
d138b44cbf
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3333 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-30 15:49:49 +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
9241c66c5e
features list
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3328 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-28 23:50:49 +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
45c3c3f161
forgot about RTL improvements in rc1
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3325 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-28 12:46:35 +00:00
joostverburg
a6b43212f4
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3323 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-27 22:35:08 +00:00
kichik
be4ad5e97f
b4 -> rc1
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3322 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-27 20:35:49 +00:00
kichik
e7fc8474c5
- added missing 7zip source and CVS files
...
- b5 -> rc1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3321 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-27 19:10:21 +00:00
kichik
a23424a8ad
b5 -> rc1
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3320 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-27 19:09:18 +00:00
kichik
83cd638478
- added information about updated VPatch
...
- b5 -> rc1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3319 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-27 18:43:15 +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
14f2e625e4
added documentation for the new shell folders
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3317 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-26 19:54:01 +00:00
kichik
4b931ac9eb
fixed .nsi examples not starting
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3316 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-26 19:48:57 +00:00
kichik
5e4c7cf860
added multilingual license example
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3315 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-25 13:31:14 +00:00
kichik
e3d2cf1537
added a note about SetOutPath to RegDLL's section
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3314 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-25 12:26:22 +00:00