Commit graph

495 commits

Author SHA1 Message Date
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
justin1014
895e5b7763 updated with new exdll.h interface
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1118 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:31:08 +00:00
justin1014
766341d716 added exdll.h that other plugins should use, for better version compatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1117 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:28:27 +00:00
justin1014
9507169e34 updated exdll source
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1116 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:27:58 +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
joostverburg
654102c28c test - io example update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1111 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 11:27:27 +00:00
joostverburg
cd49da434d test - added uninst io macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1110 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 11:10:18 +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
5ede2c5e93 splash: exe -> dll
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1098 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 23:45:31 +00:00
joostverburg
dd436c800b test - better io macro system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1097 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 23:32:21 +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
joostverburg
ee80817c94 *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1095 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 23:13:34 +00:00
kichik
f3f2285b64 Now really doesn't freeze (just recompiled... odd)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1094 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 23:05:12 +00:00
joostverburg
d4a5621514 test - working on io integration
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1093 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 23:02:38 +00:00
joostverburg
c66f36c573 working on io integration
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1092 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 22:57:09 +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
kichik
92a9b5bb64 Now actually exits from the message loop
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1090 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 21:03:22 +00:00
kichik
1eca4fb72d Less linkage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1089 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:54:09 +00:00
justin1014
4e0aff048e updated mouseover text etc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1088 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:53:52 +00:00
kichik
0d2ebd25b4 Doesn't kill NSIS :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1087 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:51:27 +00:00
joostverburg
6b35c69578 *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1086 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:49:09 +00:00
eccles
9bc51315b4 dll updated from earlier source changes -
Down to 11K.
Negative positions were not being adjusted by the dialog size correctly.
Fixed problem with negative positions and 'large fonts'.
File/DirRequests now the correct size (size of browse button was not being taken into account correctly).
Removed tabstops from statics.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1085 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:44:02 +00:00
justin1014
aed895666d Made contrib/source more organized.. needs modernui mouseovers updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1084 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:41:16 +00:00
kichik
e45d0bd0c0 Converted to plugin DLL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1083 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:40:40 +00:00
kichik
c0adf047d3 Converted to plugin DLL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1082 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:34:14 +00:00
kichik
4838d26070 Splash converted to plugin DLL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1081 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:33:24 +00:00
joostverburg
fff0c57ce2 *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1080 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:21:00 +00:00
joostverburg
1a63f20077 Bugfixes, no hard-coded names, io support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1079 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 20:11:32 +00:00
rainwater
9dabe6a56a Smaller about box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1078 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 19:23:23 +00:00
justin1014
1141d6dcfa partway through my cleanup of start menu shit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1077 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 19:20:10 +00:00
rainwater
a24b27c246 Ctrl+L loads a script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1076 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 19:16:21 +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
4e085ba9c5 made an optional define CLASSIC_UI for disabling modern ui completely =)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1074 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 17:31:27 +00:00
justin1014
60a5369683 fixed color table not having magenta (doh!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1073 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 17:22:51 +00:00
justin1014
74cf903edb updated to work with new mask code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1072 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 17:16:47 +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