Commit graph

674 commits

Author SHA1 Message Date
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
kichik
4bbdfe870a rtest.nsi crash bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1163 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 10:38:55 +00:00
kichik
0dc750bfa4 Now actually compiles :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1162 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-23 23:29:20 +00:00
kichik
31816a4996 Icon sizes mismatch bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1161 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-23 23:23:31 +00:00
eccles
95621d2c89 40 bytes saved
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1160 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-23 20:56:29 +00:00
eccles
bab74c5578 Tidied - removed some legacy language stuff. No change to compiled output.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1159 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-23 19:27:42 +00:00
kichik
1683a1f248 18 bytes down
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1158 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-23 14:07:39 +00:00
joostverburg
717b2389fc *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1157 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-23 13:08:57 +00:00
kichik
f6a643d6ca Plugins now have their own sub section inside the contrib subsection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1156 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 20:04:44 +00:00
eccles
f97b2f81f7 Use exehead's my_GlobalAlloc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1155 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 20:02:03 +00:00
justin1014
93262d1d00 made NLF_ERR_WRITING etc in silent installers too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1154 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 19:06:15 +00:00
eccles
ef61466ef0 80 bytes saved
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1153 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 19:05:43 +00:00
justin1014
e350836d8d updated language string adding to check more for NSIS_VISIBLE_SUPPORT or whatnot. Check to make sure this is OK. Thanks, Justin.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1152 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 18:50:03 +00:00
justin1014
e52562fd70 fixed no-compression but uninstaller mode
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1151 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 18:48:58 +00:00
eccles
ebd54dc8c9 4 byte saving. woooo.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1150 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 14:22:35 +00:00
joostverburg
f35f421b8d links to the new nsis.sourceforge.net page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1149 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-22 14:22:00 +00:00