Commit graph

657 commits

Author SHA1 Message Date
joostverburg
1947c3354a version 1.21
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1231 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 17:27:33 +00:00
kichik
778f157b68 Prevent possible crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1230 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 17:22:48 +00:00
kichik
c610060227 Now considers the first section too when deciding if the components page should be shown. Also doesn't show the components page if all sections are RO.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1229 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 17:13:28 +00:00
rainwater
dd4d652877 Updated history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1228 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 17:08:06 +00:00
justin1014
f8ec619e4e 52 bytes off of zlib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1227 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 16:59:41 +00:00
justin1014
49ff03bf0f cut around 30 bytes of code off of zlib mode (room for more tho)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1226 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 16:49:43 +00:00
justin1014
d85513f1c3 cut a few bytes of bzip2 mode
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1225 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 16:49:21 +00:00
joostverburg
e5be9fcc1a comment update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1224 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 15:22:16 +00:00
kichik
bcb63fc14f Err... now works :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1223 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 13:49:04 +00:00
justin1014
629c00577c heh few more bytes saved
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1222 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 02:25:52 +00:00
justin1014
646eb72d38 woohoo big savings, bzip2 is now 36.0k for me at least
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1221 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 02:23:21 +00:00
justin1014
3a4a61daf1 fixed so it would compile :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1220 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 02:08:59 +00:00
kichik
952b43d923 Now really doesn't crash :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1219 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 21:33:40 +00:00
kichik
6f439d3c7b Now doesn't crash if the closing bracket ')' couldn't be found
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1218 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 21:32:35 +00:00
kichik
f0909b5ef7 Now shows the number of language tables in the summary.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1217 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 20:57:22 +00:00
kichik
e9f2ee188a LangString usage string updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1216 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 20:51:56 +00:00
kichik
dee4a28874 cur_userlangstrings removed, no need.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1215 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-29 20:50:15 +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
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