kichik
33667e8951
useful after release.py
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5325 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-05 17:44:28 +00:00
kichik
0c11506eb5
only accept two parameters to Var if the first one is /GLOBAL
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5316 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-05 09:01:06 +00:00
joostverburg
610310abd9
use macros from InstallOptions.nsh
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5315 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-04 19:44:22 +00:00
kichik
50b9472841
verification dialog is now never used hidden, so it can show itself using WS_VISIBLE
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5314 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 22:08:37 +00:00
kichik
32854c2021
fixed a bug that where __ensuredata processed window messages using MessageLoop.
...
this could cause synchronization issues when data is decompressed in a page's leave function and the user clicks the next button twice really fast or on a slow computer.
WM_COMMAND would be sent twice and so DialogProc could execute the leave function while the installation thread is running causing interpreter havoc.
for more details:
http://forums.winamp.com/showthread.php?s=&threadid=274333
as always, a few size optimizations were thrown in the loop and the fix actually makes the code smaller
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5313 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 22:07:16 +00:00
kichik
1f508d352c
no more limits on Icon and UninstallIcon
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5312 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 18:30:20 +00:00
kichik
9915194e85
more error handling and endianity fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5311 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 18:27:37 +00:00
kichik
ef5e8a1f70
load default icon from the stub if the user didn't specify a different icon
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5310 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 18:25:00 +00:00
kichik
2adef603c7
added newline at end of file
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5309 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 18:03:10 +00:00
kichik
c533664d55
fixed some obvious big-endian failures, but there might be more
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5308 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 17:52:56 +00:00
kichik
be36b69b03
added support for mismatching installer and uninstaller icons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5307 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 17:37:56 +00:00
kichik
a9cf8ee77d
fixed GetResourceOffsetA's return type
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5306 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 17:04:08 +00:00
kichik
36683c9f87
added GetResourceOffsetA/W()
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5305 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 17:01:19 +00:00
kichik
cc72c11f4f
moved icon related functions to icon.cpp
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5304 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 13:31:56 +00:00
kichik
b7866ea153
typo (thanks Anders)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5303 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 00:57:12 +00:00
kichik
c608d190ce
updates by dumper
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5302 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-02 17:19:01 +00:00
kichik
1c3a4e1539
fixed MUI_UNGETLANGUAGE which didn't test the right variable and didn't declare it in the first place causing an error in case MUI_LANGDLL_DISPLAY isn't used
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5301 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-02 17:08:41 +00:00
kichik
cb3de0c235
pretty
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5300 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-29 20:15:41 +00:00
kichik
9449e519ac
fixed MUI_DIRECTORYPAGE_BGCOLOR
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5299 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-29 20:12:56 +00:00
kichik
6a8f8126af
fixed description and locking of tree view
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5298 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-29 20:12:55 +00:00
kichik
4509915db9
2.31
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5296 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-29 11:17:58 +00:00
kichik
5f44f0d9de
2.31
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5295 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-29 10:48:47 +00:00
kichik
70e0fec9e5
fixed bug #1800834 - CVS FTBFS with new mingw32
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5294 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-29 10:13:07 +00:00
kichik
cbe80ab734
unload nsDialogs after it's done
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5293 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:47:45 +00:00
kichik
b174b480d4
display reboot text
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5292 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:38:56 +00:00
kichik
e4a9f65806
- use BM_GETCHECK instead of BM_SETCHECK to get reboot now's state
...
- compare check state as a number (rebooting should work now)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5291 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:35:16 +00:00
kichik
83a44fd2e7
convert BST_* to numbers without prefix for easier comparison
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5290 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:30:25 +00:00
kichik
d77f350945
fixed mui.LangDLL.RegistryLanguage variable warning when MUI_LANGDLL_REGISTRY_ROOT and friends weren't used
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5289 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:21:50 +00:00
kichik
cfb9e8952e
removed stray Goto
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5288 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:17:09 +00:00
kichik
122291df73
tabs to spaces
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5287 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:09:51 +00:00
kichik
68094262ad
add Nsis2Io only when it's really needed to avoid unused function warnings
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5286 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:05:12 +00:00
kichik
7b0674b7f5
allow multiple inclusions
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5285 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 17:39:31 +00:00
kichik
bca4b12aef
fixed bug #1786899 - MUI_PAGE_WELCOME error when use SimpChinese Lang
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5284 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 17:38:31 +00:00
kichik
2f1b0451d5
credits for romanian and persian
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5283 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-27 10:41:15 +00:00
kichik
875c095225
applied patch #1776386 - Persian translation updated
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5282 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-27 10:39:23 +00:00
kichik
8268160078
applied patch #1783853 - Improved Romanian translation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5281 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-25 19:33:50 +00:00
kichik
31a9a49502
size optimization - better values for status_update
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5280 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-21 18:20:12 +00:00
joostverburg
d191cda8f8
fix NOSTRETCH option for header image
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5279 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-20 19:16:27 +00:00
joostverburg
d498d8805a
fix control handles
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5278 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-20 19:09:19 +00:00
kichik
266267ba61
fixed plug-in system's SetDetailsPrint usage
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5277 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-18 22:02:44 +00:00
kichik
d9d6a9da51
fixed bug #1796053 - makensisw command-line parsing error due to GlobalAlloc/GlobalFree mismatch
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5276 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-18 20:14:25 +00:00
kichik
3fe65855ce
BST_* moved to WinMessages.nsh
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5275 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-14 17:14:27 +00:00
joostverburg
ca0abb4e0a
fix texts for uninstaller components page
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5274 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-11 20:23:36 +00:00
kichik
49c4a0beb2
added BST_* for bug #1792422
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5273 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-11 18:00:35 +00:00
joostverburg
817bb33921
move finish button text to right category
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5272 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-09 15:55:47 +00:00
kichik
2f4d9ad346
missing null terminator
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5271 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-08 21:01:13 +00:00
kichik
e0dc9ab083
use SetRegView lastused to avoid resetting the user's setting
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5270 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-08 17:28:37 +00:00
kichik
754fe7bc49
added SetRegView lastused
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5269 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-08 17:27:28 +00:00
kichik
b0978fc844
move SetDetailsPrint flag to g_exec_flag and added a lastused capability to EW_SETFLAG
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5268 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-08 17:20:11 +00:00
kichik
ffe4cefdd9
fixed line breaks (thanks koder)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5267 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-07 17:45:45 +00:00