Commit graph

589 commits

Author SHA1 Message Date
kichik
9adf8df382 Delete file: now has a space after it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1213 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 10:04:06 +00:00
eccles
ad84409c92 Saved another 48 bytes of data for bzip2 (at the expense of 6 extra code bytes).
bzip2 'randtable' not being initialised in makensis.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1212 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-28 14:01:32 +00:00
kichik
265313abaa CreateShortCut description added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1211 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-28 13:00:14 +00:00
eccles
d02c47ebd5 338 bytes (code) saved from bzip2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1210 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 23:27:36 +00:00
rainwater
b663923ebc Showwina and System source were all mixed up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1209 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 12:28:25 +00:00
justin1014
6a6260aeb6 reduced zlib size by 16 or so
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1208 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 05:17:56 +00:00
justin1014
4811f17832 more bzip size savings (made it so our bzip2 can only decompress one thing at a time, though, which is fine cause thats what we use anyway)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1207 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 05:00:46 +00:00
justin1014
a50df55cef fixed typo of file type vs install type
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1206 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 04:11:09 +00:00
justin1014
4dc468b307 bzip2 mode reduced down to 36.5kb. yay.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1205 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 04:05:26 +00:00
justin1014
83655f8352 more bzip2 code reduction, disabled data reduction for now so we can hit targets
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1204 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 03:38:41 +00:00
justin1014
5b792cc6a0 50ish bytes of bzip2 code removed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1203 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 03:35:12 +00:00
justin1014
a0f26eb2c2 6 bytes or so saved in bzip2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1202 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 03:30:00 +00:00
justin1014
9e53aab9b1 made bzip2 mode have 336 bytes less data, but about 60 bytes more code.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1201 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 03:16:43 +00:00
justin1014
142ba15378 updated setcompress option
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1200 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 02:25:49 +00:00
justin1014
2df96b615b updated setdatablockoptimize docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1199 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 02:22:41 +00:00
eccles
46b708b50a Clicking [x] behaves the same as Cancel (thank's brainsucker).
Saved 224 bytes.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1198 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 22:53:13 +00:00
eccles
5cd0b376e7 Clicking [x] behaves the same as Cancel (thank's brainsucker).
Saved 224 bytes.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1197 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 22:47:21 +00:00
kichik
697463fa29 Another 12 bytes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1196 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 19:42:10 +00:00
kichik
349dc153b1 Section check marks are now changeable in .onNextPage/.onPrevPage after/before the components page. Code size is down by 12 bytes because of this :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1195 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 18:41:00 +00:00
joostverburg
7bad50337c fixed temp var bug, uses LANG vars
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1194 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 18:00:16 +00:00
joostverburg
4dfe34cafd fixed showwin source
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1193 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 17:29:30 +00:00
joostverburg
72befa56cd showwin.txt at the correct location :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1192 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 16:58:04 +00:00
joostverburg
c932961f4e added plugins
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1191 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-26 14:52:18 +00:00
rainwater
29b651a691 brainsucker's russian language update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1190 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 22:59:09 +00:00
joostverburg
1ba2cf9793 removed (need to be updated)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1189 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 19:47:20 +00:00
rainwater
f3e3b7351b Updated to use new ModernUI
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1188 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 19:13:11 +00:00
joostverburg
d5eb2959d6 better names for temp vars
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1187 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 18:49:07 +00:00
joostverburg
065fef6710 temp vars defined by header file, currentpage & io vars should be set using macro parameters
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1186 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 18:46:36 +00:00
joostverburg
ff4bd200c5 *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1185 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 18:44:35 +00:00
rainwater
75d91da2e6 Updated readme. Path to makensis.exe is no longer used in the command-line.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1184 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 18:40:15 +00:00
kichik
d762e60cd8 6 more bytes down
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1183 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 13:10:21 +00:00
rainwater
b0c4fb1ac4 Prevent multiple inclusion of !defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1182 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 13:08:42 +00:00
kichik
d5dfdb900b Shortcut comment option added, 44 bytes saved.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1181 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 12:54:10 +00:00
justin1014
ae0f70cd15 made bzip2 extraction slightly more pedantic
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1180 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 03:44:17 +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
justin1014
0728c9b4c8 another 8 bytes saved
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1178 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 03:14:53 +00:00
justin1014
04adc90a1f more byte saveage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1177 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 03:06:36 +00:00
justin1014
863d0f4fa3 a handful of bytes saved again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1176 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 02:55:24 +00:00
justin1014
7dbc2a11c8 cut another 30 bytes or so off. also made atoi take negative octal/hex numbers.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1175 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 02:36:30 +00:00
justin1014
372e1f0d11 6 bytes saved (made addtrailingslash return char *)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1174 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-25 02:13:38 +00:00
rainwater
54bcb4a8e2 Moved "Recompile" and "Test Installer" to "Tools" menu.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1173 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 23:40:55 +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
rainwater
9ebe478bba Added "Clear Log" command. "Clear Log" and "Edit Script" are now under a new "Tools" menu. Removed some unused resources.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1171 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 22:52:55 +00:00
joostverburg
165564227d writes language to registry for uninstaller
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1170 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 20:05:19 +00:00
eccles
063eade67b 200 bytes saved!
Drum-roll...  bzip2 exehead is now 37K.
Next target - 50 bytes to get zlib exehead down to 35.5K.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1169 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 18:49:21 +00:00
rainwater
424f6d1dd0 Removed /CD from shortcut
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1168 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 13:59:43 +00:00
rainwater
1763f1a6c1 Updated shortcuts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1167 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 13:49:29 +00:00
rainwater
27d4e682a8 Removed int declarations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1166 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 13:41:01 +00:00
rainwater
ba40bb2d26 Context Menu object reference is re-used each time.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1165 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 13:39:31 +00:00
kichik
42bee80396 Hides the I agree button not cancel :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1164 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 13:28:03 +00:00