kichik
3d1c70f375
94 bytes saved. LangString should now work with sub-sections too.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1270 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 15:01:06 +00:00
kichik
62abf21381
bzip2 header down to 34KB, 54 bytes away from 34.5KB zlib. Fixed a bug with ReadRegStr and $0.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1249 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 14:13:23 +00:00
kichik
bb60e32aaa
Added user defined multilingual strings. Define using LangString [un.]name lang_id string, use with $(name). Can't be used inside other strings.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1214 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 20:25:15 +00:00
justin1014
997ff07df8
another 30 or so bytes saved, by modifying readSelfFile to do all length checking. Not sure if I broke anything though =)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1179 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 03:34:30 +00:00
eccles
83a4213bfb
60 bytes saved.
...
zlib exehead is now 35.5K.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1172 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 23:26:55 +00:00
justin1014
0001910df8
more updates yay
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1109 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 07:05:31 +00:00
kichik
6fc93c1fac
bzip2 installers should now start a lot faster
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1096 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 23:22:11 +00:00
justin1014
e327e8681a
Fuxing things up making things compile/smaller when lots of options are disabled.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1034 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 19:08:53 +00:00
justin1014
680c8f78af
increased instruction parameter count to 6, made SendMessage support strings differently and made it support timeouts
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1006 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 21:23:01 +00:00
kichik
7e8b07d7a5
Copy details to clipboard added into NLF
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@857 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 10:15:48 +00:00
kichik
ce50f46809
EW_REBOOT works with out 0xbadf00d
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@846 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-31 10:27:34 +00:00
kichik
4c9029094e
CallInstDLL /NOUNLOAD added
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@813 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 10:25:45 +00:00
kichik
79df7a5bf4
Removed SetLanguage (back to $LANGUAGE)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@778 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 16:59:20 +00:00
kichik
883d1f9f9b
Disabled UseOuterUIItem
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@745 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-26 13:33:34 +00:00
kichik
ac702fe1ac
Added SetLanguage ($LANGUAGE is no longer a variable)
...
Added .onMouseOverSection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@736 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-25 16:08:00 +00:00
kichik
156b243620
Replaced .onStaticBkColor with .onInitDialog
...
Added SetStaticBkColor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@729 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-25 10:49:47 +00:00
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
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
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
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
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
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
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
sunjammerx
7e6be3cf1e
- Fixed a bug in the dll export scanner (spotted and cured by CodeSquid)
...
- Fixed a bug in the installer runtime (spotted by CodeSquid)
- Renamed all usage of ExternalCommand to Plugin
- Added a compile time PluginDir command
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@650 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 19:13:52 +00:00
sunjammerx
31ad4513e9
Added automatic use of dll commands (see config.h for more details)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@645 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 02:05:00 +00:00
kichik
058656de50
Full multilingual support!
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@640 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-04 20:25:10 +00:00
kichik
4c1780d9f0
no message
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@638 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-03 23:06:10 +00:00
kichik
3e9e73ec59
This commit was generated by cvs2svn to compensate for changes in r2,
...
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@625 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 10:01:35 +00:00