Commit graph

643 commits

Author SHA1 Message Date
kichik
f2bfa2b4b9 FindWindow $0 works again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1267 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 11:48:05 +00:00
joostverburg
2a96cb6d82 Default description text: dialog control ID should be 1043 instead of ${LANG_DUTCH}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1266 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 10:14:38 +00:00
justin1014
0743ae6bd8 made some output info slightly prettier
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1265 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 04:32:10 +00:00
justin1014
a4366836ab fixed another makensisw bug (two stray chars after text for me) -- hopefully this didn't break anything
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1264 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 04:26:57 +00:00
justin1014
280922d116 fixed a bug when running makensisw from the command line
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1263 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 04:12:23 +00:00
rainwater
8d900e2fea Cleaned up format a little
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1262 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 03:17:01 +00:00
rainwater
184718c089 I can't read.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1261 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 00:24:55 +00:00
rainwater
f03507028f Updated History
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1260 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 00:23:05 +00:00
rainwater
0257d4fbc5 Renamed nsisconf.nsi to nsisconf.nsh since it is really a include file. The NSIS installer will rename the nsisconf.nsi file to nsh if present to prevent upgrade issues.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1259 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 23:03:34 +00:00
rainwater
c9b3214463 Changed default timeout to 15 seconds (from 100 seconds). Returns now if CreateProcess fails. Now closes handles if unable to allocate memory.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1258 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 22:09:53 +00:00
kichik
65bc61f40f Now logs properly
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1257 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 19:35:40 +00:00
kichik
8d30b904a7 Logging should work well now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1256 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 18:59:45 +00:00
eccles
8bcf198b34 lol, get my name right will ya justin :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1255 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 18:42:48 +00:00
justin1014
e1985f4f1c 30 bytes or so gone from zlib, also made stored blocks use 2 bytes less each
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1254 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 17:36:25 +00:00
kichik
2c96636160 Unprocessed strings (such as InstType) can now use LangString/$(name) too. No more "skipped" messages before plugins.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1253 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 17:16:49 +00:00
joostverburg
2fd3bfbe9d Italian language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1252 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 17:06:17 +00:00
joostverburg
e198d1d08d Hungarian language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1251 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 17:00:09 +00:00
rainwater
7075c16cb1 Added return value to nsExex. Logging still broke.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1250 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 16:37:08 +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
rainwater
a3676511e6 Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1248 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 13:53:23 +00:00
joostverburg
c7a681751a CancelConfirmIcon > CancelConfirmFlags in changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1247 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 09:34:56 +00:00
justin1014
1f2a8f90c2 2 bytes removed from zlib hehe long way to go to catch up to bzip2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1246 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 06:36:17 +00:00
justin1014
6a5694d64a made bzip2 mode slightly smaller by making reinit stuff not necessary
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1245 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 06:30:38 +00:00
justin1014
ed3a8ba913 even smaller bzip2 code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1244 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 02:27:39 +00:00
justin1014
83bfc82bed removed bzlib_private.h dependency
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1243 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 02:16:47 +00:00
justin1014
7b4b0174c9 updated bzip2 for cleanliness, still some good reorganizations yet
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1242 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 02:15:54 +00:00
justin1014
77cb319b8c made bzip2 smaller than zlib mode !!!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1241 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 01:57:14 +00:00
eccles
d14d52c461 CancelConfirmIcon becomes CancelConfirmFlags with extra options
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1240 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 22:28:46 +00:00
eccles
7c94be4df3 CancelConfirmIcon becomes CancelConfirmFlags with extra options
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1239 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 22:22:16 +00:00
eccles
b2dad77f69 CreateShortcut comment memory corruption
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1238 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 21:42:58 +00:00
eccles
ffa2d230a9 Minor code savings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1237 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 20:52:00 +00:00
joostverburg
735ff4c129 Folder instead of Directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1236 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 19:31:47 +00:00
kichik
bc537a8c84 Removed debug messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1235 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 19:01:56 +00:00
kichik
f7144c7bc5 Counts sections right again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1234 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 18:38:58 +00:00
justin1014
81f8adcbc2 another 20--30 or so
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1233 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 17:57:38 +00:00
justin1014
a85e37e932 big ass size savings in zlib mode :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1232 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-30 17:39:10 +00:00
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