Commit graph

2821 commits

Author SHA1 Message Date
joostverburg
48c2216b73 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3453 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 16:59:49 +00:00
joostverburg
d9208004c4 NSIS 1.x history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3452 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 16:00:08 +00:00
kichik
ad20b46de5 no more *.rc for nsisdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3450 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 15:14:39 +00:00
kichik
dec6634222 rc3->rc4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3449 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 15:09:40 +00:00
kichik
65c6f9d251 missing "if"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3448 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 14:13:00 +00:00
kichik
61b875bcd0 notes about proxies
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3447 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 14:06:53 +00:00
eccles
75f3aa0691 - "Restores focus to its previous state when exiting" was broken.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3446 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 23:55:08 +00:00
kichik
f98092a996 no longer needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3445 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 22:11:42 +00:00
kichik
1ff9789272 All windows are now created in the main thread where the main dialog is created. This should fix any weird user32.dll crashes caused by different types of messages sent to the main dialog during destruction of the NSISdl dialog. This also reduces the size of the DLL by 0.5KB :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3444 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 18:52:06 +00:00
eccles
38d9a9aa37 - Fixed potential crash caused by WinSock being shutdown while the connection is still open.
- Cleaned up dialog creation a little (some details, such as font, were being changed after the dialog was already visible).
- Restores focus to its previous state when exiting.
- Fixed another one of those "holding down Cancel at the wrong moment can cause the installer to suddenly exit" problems.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3443 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 15:50:00 +00:00
joostverburg
438365532e rc4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3442 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-01 11:18:01 +00:00
kichik
ebd0852b60 fixed mishandling of MBCS chars
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3441 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-31 19:54:45 +00:00
joostverburg
3b65a9cb07 updated Farsi / Persian langauge files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3440 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-31 13:35:28 +00:00
kichik
976e1f7097 - fixed two bugs which caused MBCS chars to be treated wrongly in validate_filename and therefore trim too much when validating a path
- converted minus ones to INVALID_FILE_ATTRIBUTES


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3439 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 23:51:31 +00:00
kichik
44ea5c2787 - compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3438 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 22:31:58 +00:00
kichik
fc41843fa0 - compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3437 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 22:25:39 +00:00
kichik
bd25e070c8 - compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3436 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 22:04:10 +00:00
kichik
8dbe4f1203 fixed a bug that was present since at least 1.3, which caused IO to read heap memory beyond pszListItems and possibly to crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3435 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 20:37:43 +00:00
kichik
de15ecd44b forced a clean-up of the plugins dir and solid installer's temp file on reboot since the regular one wasn't called on windows 9x
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3434 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 23:18:32 +00:00
joostverburg
547b40d6b5 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3433 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 19:34:32 +00:00
joostverburg
f5d97e7335 no need for a codepage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3432 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 13:58:59 +00:00
joostverburg
ba1cf8fcc2 Latin/Cyrillic version
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3431 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 13:57:57 +00:00
joostverburg
22a8498506 Nike
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3430 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 12:50:02 +00:00
kichik
851032d22a fixed some compile errors caused by removing some config.h options
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3429 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-29 01:23:24 +00:00
joostverburg
1d53ac7649 new URLs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3428 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-28 21:22:35 +00:00
joostverburg
d7ff25d6a4 page settings info
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3427 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-28 20:23:58 +00:00
joostverburg
64f4f97736 Cyrillic, updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3426 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-28 19:03:22 +00:00
joostverburg
026debf09b new URLs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3425 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 21:47:37 +00:00
kichik
bb4413a2c6 fixed logging
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3424 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 18:44:31 +00:00
kichik
7e8d9bf641 ASCII only display names
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3423 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 16:58:21 +00:00
kichik
91d6d7e391 Add the disabled flag too so when we return to this page it's disabled again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3422 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-27 15:23:42 +00:00
joostverburg
88fd4b000b new URLs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3421 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 16:33:40 +00:00
joostverburg
2e29bc806f Indonesian language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3420 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 16:27:08 +00:00
kichik
d6076fa59b rc2->rc3
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3418 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:38:17 +00:00
kichik
d9d0eab327 no need for this return instruction
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3417 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:29:41 +00:00
kichik
0d3735bedc Added some missing enabling and disabling of buttons to the settings window
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3416 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:29:32 +00:00
joostverburg
e553c22192 rc3
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3415 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-25 21:57:57 +00:00
joostverburg
2f717ee767 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3414 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-25 17:34:26 +00:00
joostverburg
478e1e075f v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3413 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-25 17:34:25 +00:00
joostverburg
61b26578ea Latvian language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3412 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-24 22:54:20 +00:00
kichik
2e3f3465f8 implemented feature request #883741 - added double click support for MakeNSISW's settings dialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3411 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-24 19:24:02 +00:00
kichik
e08bbdec40 updated history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3410 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-24 16:35:57 +00:00
kichik
6f89e97155 added escaping to prevent a warning from halibut
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3409 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-24 16:35:24 +00:00
kichik
8e47f0b88a fixed a bug that caused escaping not to be ignored on extended !define lines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3408 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-24 16:32:17 +00:00
joostverburg
ec3429483a script format
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3407 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-23 10:50:26 +00:00
joostverburg
22569c663d 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3406 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-21 19:38:24 +00:00
joostverburg
b620371b98 v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3405 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-21 19:38:19 +00:00
eccles
31e10cd7d3 Installer would crash with certain combinations of language files when certain language strings were not referenced in all languages.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3404 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-20 23:20:44 +00:00
kichik
6dd9291512 ^Name -> ^NameDA where needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3403 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-20 22:22:35 +00:00
joostverburg
eedbec0525 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3402 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-20 19:45:33 +00:00