Commit graph

1706 commits

Author SHA1 Message Date
pabs3
0913023f33 Merge patch for better installs on POSIX platforms.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4486 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-21 09:54:23 +00:00
kichik
c16ca4f9fc 2006
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4485 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-20 12:36:30 +00:00
kichik
0cc9b00ff1 *** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4484 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-19 18:40:42 +00:00
kichik
d7dc9025cd fixed bug #1403608 - Callback function called when host function already returned
explain in documentation that the callback destination variable must be cleared


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4474 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-13 15:24:46 +00:00
kichik
779b1ce1c1 fixed bug #1403601 - System plug-in heap corruption
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4473 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-13 14:31:28 +00:00
kichik
2e65882daa typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4442 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-15 17:11:09 +00:00
joostverburg
669365f614 translated Browse button (by Ole Stanstrup)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4441 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-10 22:14:49 +00:00
kichik
889275ef62 wrong finish button translation in finish page text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4440 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-10 12:01:55 +00:00
kichik
ab48183a56 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4433 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-02 12:04:35 +00:00
kichik
ea8b087593 added missing checkbox for logging
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4424 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 21:40:18 +00:00
kichik
b401625783 stop search for function body at the end of the string
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4422 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:51:24 +00:00
kichik
d0aa60ffcc removed extra spaces at end of line
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4421 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:38:32 +00:00
kichik
f21db0f8d4 there's no such function as len(), only l()
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4420 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:27:54 +00:00
kichik
c20146ce03 fixed bug #1235875
- only increment initial array length when actually adding items
 - if array index equals array count, the count should also be raised


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4419 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:25:50 +00:00
kichik
c4a4683f5d applied patch #1355653 - /OEM switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4412 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-14 20:06:01 +00:00
kichik
1f6cb00174 call DragFinish to free memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4411 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-12 17:29:04 +00:00
kichik
5b276eb9b4 tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4410 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-12 17:24:14 +00:00
kichik
7ddf2ce883 don't fail silently if more than one script is dropped
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4409 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-12 17:23:01 +00:00
kichik
c12070b73e version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4408 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-12 17:20:07 +00:00
kichik
1813a39732 drag & drop support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4407 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-12 17:19:46 +00:00
kichik
6cdf2cbce6 check for CB_ERR return value from CB_GETITEMDATA
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4388 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-11 21:29:35 +00:00
kichik
c6ff05d3a0 when $LANGUAGE doesn't match any passed language, select the first language, not some random garbage from the stack
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4387 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-11 21:27:05 +00:00
kichik
c4ebaf5885 fixed bug #1349853 - zip2exe ignores zip timestamps
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4385 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-08 21:49:07 +00:00
joostverburg
1be656417f improvements by Martin Srebotnjak
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4378 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-06 17:04:10 +00:00
joostverburg
037da22c86 improvements by Martin Srebotnjak
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4377 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-06 14:21:42 +00:00
joostverburg
2ea58cadb1 solid compression no longer the default
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4376 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-05 23:58:44 +00:00
kichik
21ba41afb9 proper clean-up in case of path detection failure
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4372 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-05 13:51:57 +00:00
kichik
230a418822 proper clean-up in case of bad input
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4371 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-05 13:50:24 +00:00
kichik
373eac3da8 fixed bad input test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4370 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-05 13:41:46 +00:00
kichik
60026493e7 search for /TIMEOUT= only at the beginning of the input string
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4369 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-05 13:39:57 +00:00
kichik
90919b0ea6 applied patch #1346737 - OEM nsExec
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4368 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-05 13:22:37 +00:00
kichik
0bf379e18e width should be 96, not 95
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4361 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-25 13:09:28 +00:00
kichik
c8b40f40f4 toolbar24h.bmp is english as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4355 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 12:06:43 +00:00
kichik
5375d9220c added manifest for xp style
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4354 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 12:05:33 +00:00
kichik
2513f74699 sort the combo box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4353 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:55:01 +00:00
kichik
e225eea343 don't relay on the order in the combo box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4352 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:54:35 +00:00
kichik
7fa7361447 use same style for all blocks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4351 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:38:45 +00:00
kichik
b33ce7e1df free the allocated memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4350 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:37:38 +00:00
kichik
f555ea4420 clean-up on ok and cancel as well, not only close
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4349 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:31:03 +00:00
kichik
3b16701629 added comments
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4348 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:26:27 +00:00
kichik
7c4de9c74d handle /NOIEPROXY, even if /PROXY is used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4341 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:24:01 +00:00
kichik
e6673d6f0e added information about /PROXY
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4340 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:16:05 +00:00
kichik
5d92e7fcfb tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4339 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:06:25 +00:00
kichik
3be7d0d9e3 applied patch #1334166 - nsisdl: /PROXY switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4338 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:05:53 +00:00
kichik
3b941a1e07 updated history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4337 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 13:55:15 +00:00
kichik
a9c8f27cb3 applied patch #1334155 - zip2exe: checkbox for solid compression
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4336 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 13:53:27 +00:00
kichik
d6145f7e0f provide stdin to keep xcopy happy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4335 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-20 19:36:03 +00:00
kichik
babe73be5b updated change log
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4316 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-11 16:31:27 +00:00
kichik
d144639111 write HWND and HWND2 entries to the INI with the control's HWND
no more weird calculations when there's a browse button


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4315 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-11 16:27:04 +00:00
joostverburg
34b6c3357d larger browse button, localized texts will fit in better
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4312 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-08 10:27:25 +00:00