Commit graph

1982 commits

Author SHA1 Message Date
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
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
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
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
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
justin1014
ceaf3dfead changed parameters on dlls to be pushed rtl instead of ltr (updating plugins now)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1119 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:37:25 +00:00
eccles
602430bedb Now *really* only shows the unpacking dialog if the NSIS window hasn't been created yet
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1115 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 17:17:14 +00:00
kichik
6cde9f63d5 Macros don't crash makensis if they have bad syntax
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1114 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 15:47:18 +00:00
kichik
fc2c45cb92 Now only shows the unpacking dialog if the NSIS window hasn't been created yet
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1113 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 15:17:42 +00:00
kichik
1d98414847 Installers with plugins now load faster too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1112 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 13:11:28 +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
justin1014
c7876af9fc ok done for the night. smaller code yay. 248 bytes left to remove from code to bring bzip2 mode down tho :(
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1108 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 06:54:02 +00:00
justin1014
ec1144bf9e bunch more size opts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1107 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 06:42:20 +00:00
justin1014
2093439acd woohoo 36.0kb for zlib header
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1106 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 06:13:15 +00:00
justin1014
5b14215756 10 bytes off yay
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1105 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 05:55:36 +00:00
justin1014
c47d51da56 renamed notify() to outernotify() and made static
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1104 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 03:21:56 +00:00
justin1014
d94be8af2a 2 byte reduction yay
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1103 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 03:21:22 +00:00
justin1014
bc80ceac5c another 4 byte save
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1102 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 02:44:49 +00:00
justin1014
e3d77d9ca6 2 bytes saved on exehead by using my_SetDlgItemText. heh.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1101 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 02:34:34 +00:00
justin1014
d493729c2f made "unpacking dialog" dialog only come up when the main installer window hasnt' been created yet.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1100 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 02:12:30 +00:00
justin1014
5b66661b0a Added ReserveFile command (usable anywhere) that allows you to put a file in the datablock so that it is preloaded for use later. Useful for when you use plugins in .onInit, and bz2 mode. Need to document this stuff. Anyone? :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1099 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 02:10:04 +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
ca67762af0 removed unpacking installer msg since it shouldnt be needed if all is working right
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1091 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 21:36:45 +00:00
justin1014
bcdd65afd5 updated /HDRINFO text =)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1075 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 17:43:41 +00:00
justin1014
6ac1c7a30d updated with magentagaynessbg[tm]
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1071 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 17:11:53 +00:00
justin1014
3950ded6a3 using ImageList_AddMasked for checkbitmaps.. need to update all the checkbitmaps accordingy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1070 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 17:08:34 +00:00
kichik
0e88315840 Log window width now back to normal (no horizontal scroll bar)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1069 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 16:22:18 +00:00
eccles
0910f0dd75 Shaved off another 104 bytes of code.
exehead_bzip2 is now 37.5K.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1057 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 22:25:15 +00:00
eccles
24977f45d0 Shaved off 208 bytes of code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1056 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 21:53:24 +00:00
kichik
34ff80ab5f Shows the right name when can't open script (doesn't show the .nsi appended)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1051 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 16:42:41 +00:00
rainwater
0980294b18 removed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1045 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 15:56:35 +00:00
rainwater
66eb5c0f72 removed icon to distinguish makensis and makensisw
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1044 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 15:56:00 +00:00
justin1014
6ec2b9ba6f used my opt instead of eccles, actually smaller (and made both bzip2 and zlib drop by 0.5k yay!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1040 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 23:28:54 +00:00
justin1014
88acdf2345 updated with a lot of .data size optimizations.. used eccles' optimization for certain registry settings too (thanks dave).. code size may have gone slightly up,but it let me take a lot of data size off (had to change some of the default error msgs too)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1039 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 23:19:13 +00:00
justin1014
5e096c1b2b tiny size decrease yay
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1038 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 22:30:59 +00:00
justin1014
6e42002980 better no-compression mode
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1036 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 21:21:50 +00:00
justin1014
634b923901 made bzip2 not get compiled when compression is disabled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1035 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 21:20:59 +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
79ff47af03 added NSIS_CONFIG_ENHANCEDUI_SUPPORT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1032 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 18:42:57 +00:00