Commit graph

42 commits

Author SHA1 Message Date
kichik
6c51b44657 New paging system. All scripts must be updated, but it sure is worth it. InstallOptions has two new functions initDialog and show. Docs massively updated.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1536 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 20:34:55 +00:00
kichik
e977781087 Fixed a bug with HTTP proxy detection - Joost can finally use NSIS-dl :D
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1518 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 11:22:03 +00:00
joostverburg
0a1b4aa83c version 2 final
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1511 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-31 14:41:46 +00:00
joostverburg
d785ba2d70 new system plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1459 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-23 17:53:09 +00:00
kichik
fe4b109a00 Made room for 3 lines of text (bug report #621273)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1373 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-11 11:39:08 +00:00
kichik
dfbd9e93c0 Timeout now works
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1302 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-04 18:11:13 +00:00
rainwater
ac5eb0f61a Added AdvSplash plugin and remove UberSplash. NSIS installer updated.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1283 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 19:54:16 +00:00
kichik
5c5ce97e25 Now doesn't crash when using Exec and not ExecToLog. ExecToLog timeout is not yet implemented.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1271 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 16:00:18 +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
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
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
joostverburg
88956798f1 System plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1130 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 20:59:13 +00:00
justin1014
1fb8b94a22 updated (I am using way too many commits I know)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1129 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 19:10:39 +00:00
justin1014
5aef7e36ad updated to new syntax/exdll
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1125 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:57:43 +00:00
justin1014
78fe6c27bf updated to new exdll interface. /TIMEOUT now should come before any command.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1123 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:50:16 +00:00
justin1014
6afeb313a4 updated to new exdll use and changed LangDLL's parameter format (look in langdll.cpp to see)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1121 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:46:05 +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
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
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
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
kichik
7cc613e50f Added /TIMEOUT= option
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1047 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 15:57:59 +00:00
joostverburg
debe068a54 Show/Hide dialog items
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1041 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 15:27:22 +00:00
justin1014
c810642d49 oops forgot to commit this
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1037 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-18 21:49:57 +00:00
kichik
18c5a5f1b8 Smaller DLL by eccles
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@949 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-06 21:54:26 +00:00
kichik
e5e9d6182e Smaller
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@936 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-06 09:27:25 +00:00
rainwater
caa554dff9 Check for newline
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@932 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-05 19:39:48 +00:00
rainwater
e002bbbecc Stream contents of output (avoid pipe being full)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@931 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-05 18:35:04 +00:00
rainwater
055bf1d65b Some broken code, but fixes pipe issue
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@930 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-05 18:00:44 +00:00
rainwater
5b1ce9d4ce Added nsExec.dll and readme file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@928 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-05 16:31:16 +00:00
kichik
c7b0ee4c5d Added Icon and Bitmap controls
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@917 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 18:25:50 +00:00
kichik
327cf49a88 Font size is not calculated correctly
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@819 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 12:13:48 +00:00
kichik
e00de969c1 Font can be pushed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@815 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 10:48:08 +00:00
kichik
9ecbee964a Pretty :D
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@807 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:53:50 +00:00
kichik
dd68d9797b Outputs the right language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@805 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:47:25 +00:00
kichik
ff72155e94 Now really gives the right default language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@803 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:44:57 +00:00
kichik
63c617f4b1 Gives the right default language now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@802 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:43:54 +00:00
kichik
79ddaab554 Languages are inserted backward
Language in language is selected automatically
Dialog caption is no longer dialog :)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@801 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:38:14 +00:00
kichik
1c3515c2df *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@799 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:21:37 +00:00
rainwater
0a9305a002 Moved plugins to Plugins\ directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@780 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 18:26:28 +00:00