kichik
018ec00790
Replaced SetDlgItemText by GetDlgItem
...
Added .onStaticCtlBkColor and un.onStaticCtlBkColor
Added CreateFont
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@704 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 19:02:47 +00:00
kichik
20f9102321
Added a dialog that shows up if compress whole is used and initial uncompressing lasts longer than a second.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@703 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 17:23:46 +00:00
kichik
25e248b099
Replaced SetDlgItemText by GetDlgItem
...
SendMessage WM_SETTEXT treats lParam as a string
Added CreateFont
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@702 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 16:36:09 +00:00
kichik
8402a41f75
Added a comment saying you should put your name in the translation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@701 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 16:33:04 +00:00
kichik
755ea80f75
Added a dialog that shows up if compress whole is used and initial uncompressing lasts longer than a second.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@700 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 16:32:42 +00:00
kichik
e94571b191
Typo fixed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@699 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 16:31:28 +00:00
kichik
700d520b6a
Language can be choosen from .onInit
...
Added .onStaticCtlBkColor and un.onStaticCtlBkColor
Type fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@698 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 16:23:29 +00:00
kichik
143907fd7f
Language can be choosen from .onInit
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@697 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 16:21:22 +00:00
kichik
3014e1ff62
no message
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@696 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-20 12:03:12 +00:00
eccles
8cc405362f
SetShellVarContext all - was failing to fall back to current user
...
Optimised this a little too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@695 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-19 23:39:23 +00:00
eccles
34db30b2ce
Instant saving of 0.5K - use of stdcall calling convention to
...
reduce code overhead associated with managing the stack
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@694 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-19 23:18:19 +00:00
eccles
7a2cf3e5b8
Small space-saving optimisations
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@693 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-19 21:24:44 +00:00
eccles
1ee06159ec
Problem with previous version, investigating an alternative.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@692 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-17 00:15:47 +00:00
eccles
2d52d815dc
no message
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@691 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-16 21:00:03 +00:00
eccles
4c55df6c46
instant saving of almost 0.5K!
...
(calling convention 'cdecl' => 'stdcall')
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@690 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-16 20:50:19 +00:00
kichik
d9285b2cbf
Unicode to MBCS conversion bugs fixed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@689 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-16 09:36:46 +00:00
kichik
06dbc9a22b
MBCS to Unicode conversion bugs fixed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@688 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-16 09:06:55 +00:00
eccles
c05a873977
Small space-saving optimisation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@687 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-11 18:58:41 +00:00
eccles
8b9d432f7e
Changes to format of strings tables
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@686 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-11 18:57:16 +00:00
eccles
ac00a53e1a
Implemented a method where LANG_* strings can be referenced
...
by constant id's - reducing code overhead associated with
looking up the global strings variables. Kind of. Just compare
the assembly output...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@685 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-11 18:56:30 +00:00
kichik
adb237d9a1
no message
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@684 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-11 10:41:34 +00:00
kichik
5bbf8d5da4
Korean translation by dTomoyo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@683 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-10 16:31:48 +00:00
kichik
8f0b2c4392
no message
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@682 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-10 09:49:38 +00:00
kichik
78a1bbb020
No more compile errors without NSIS_CONFIG_PLUGIN_SUPPORT
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@681 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-10 09:40:34 +00:00
kichik
5c9961eac7
No more compile errors without NSIS_CONFIG_PLUGIN_SUPPORT
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@680 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-10 09:39:03 +00:00
kichik
aec3ca845f
Updated version. Windows line breaks and fixed a small bug.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@679 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-10 09:32:00 +00:00
kichik
0b31694486
- Plug-in command can now come in any order in the script
...
- Second plug-in DLL doesn't produce errors anymore
- Infinite loop bug fixed (again)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@678 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 22:12:10 +00:00
kichik
bc6494155b
Fixed a bug that caused the second plug-in DLL not to get extracted
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@677 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 18:59:13 +00:00
kichik
3e33df5e0c
Contrib is on its own now
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@676 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 15:34:15 +00:00
kichik
7103ff882f
Fixed a bug with the uninstaller creation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@675 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 15:26:42 +00:00
kichik
0c2597fd29
no more warnings
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@674 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 14:31:30 +00:00
kichik
2c01f3ae15
Back to 37KB
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@673 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 14:21:45 +00:00
kichik
d9fe9f1282
Now works when you select a selected section
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@672 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 13:00:17 +00:00
kichik
9b96207e6e
Compiles without Platform SDK
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@671 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 21:14:40 +00:00
kichik
759b1ee2a1
Transparent static controls
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@670 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 19:41:21 +00:00
rainwater
096e3c04f5
removed delete messagebox
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@669 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 17:02:52 +00:00
kichik
93a5fa4c1c
Sunjammer's code is now fully optimized
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@668 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 16:35:53 +00:00
kichik
9a6e21556f
no need
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@667 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 15:05:16 +00:00
kichik
c3c52d4f4c
Improved Sunjammer's code
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@666 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 15:04:45 +00:00
kichik
8976cc3e61
Added one-section.nsi example file
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@665 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 10:21:51 +00:00
kichik
75e9849efb
no message
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@664 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 10:20:28 +00:00
kichik
4010d8fd2d
Infinite loop bug fixed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@663 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 09:53:45 +00:00
kichik
b812472b7c
Compiles without Platform SDK
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@662 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 09:52:21 +00:00
kichik
6b6709196d
Sunjammer's plug-in feature optimized a bit. Still some work is done in the installer it self, but I am currently working on it
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@661 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 21:55:00 +00:00
kichik
7894df4758
no message
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@660 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 18:12:30 +00:00
kichik
d70aef84fa
Supports new ChangeUI
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@659 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 17:14:35 +00:00
kichik
aeea7ae5be
grammer fixed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@658 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 17:13:57 +00:00
kichik
00e1d9f5c4
If default user language does fit exactly, will try to find primary language match.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@657 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 15:36:28 +00:00
kichik
329f59cbd1
ChangeUI can change any dialog. Added UseOuterUIItem
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@656 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 15:14:40 +00:00
kichik
ef05d934d9
Fixed some string replacements and that FileErrorText bug.
...
ChangeUI now supports changing dialogs other than IDD_INST.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@655 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-06 11:24:49 +00:00