kichik
|
62f174cc6b
|
added function prefixes where missing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5348 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-27 10:09:03 +00:00 |
|
kichik
|
76094ad9ef
|
use NSD_GetText
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5347 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-27 09:57:21 +00:00 |
|
kichik
|
581c2dc968
|
tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5346 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-27 09:56:13 +00:00 |
|
kichik
|
c7c7bec9ec
|
link support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5345 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-27 09:54:26 +00:00 |
|
joostverburg
|
917820dc29
|
fix 3-line title on welcome/finish page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5344 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-26 19:31:13 +00:00 |
|
kichik
|
2da82c59cc
|
fixed bug #1817289 - MUI Language File "\r\n\r\n"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5342 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-22 23:46:47 +00:00 |
|
kichik
|
426327f7f9
|
cvs is now svn
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5330 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-06 09:05:55 +00:00 |
|
kichik
|
bbdaf8befe
|
removed reference to cvs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5329 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-10-06 09:05:34 +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
|
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
|
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
|
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
|
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 |
|
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
|
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 |
|
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
|
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 |
|
joostverburg
|
4fe86652a8
|
don't declare variables for registry values if they won't be used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5265 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-09-01 10:58:03 +00:00 |
|
joostverburg
|
bb8fc680f5
|
fixed language selection dialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5264 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-27 17:21:32 +00:00 |
|
joostverburg
|
617d8669b7
|
initialize header image
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5263 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-27 17:15:42 +00:00 |
|
kichik
|
af99bf2224
|
distribute missing images
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5257 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-25 12:58:34 +00:00 |
|
kichik
|
0cddfb8f6d
|
added initial documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5256 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-25 12:52:16 +00:00 |
|
kichik
|
f6b53539c8
|
push "error" if nsDialogs::CreateControl fails
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5255 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-25 12:29:04 +00:00 |
|
kichik
|
c310b82976
|
added ${NSD_GetText}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5254 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-25 12:28:03 +00:00 |
|
kichik
|
5f5bc04e45
|
push "error" if nsDialogs::Create fails
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5253 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-25 11:44:20 +00:00 |
|
kichik
|
b2af868f98
|
add a link to search all System examples
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5252 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-25 08:53:35 +00:00 |
|
kichik
|
f841020370
|
added LBS_NOTIFY for list boxes to enable notification
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5250 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-24 16:32:54 +00:00 |
|
joostverburg
|
d7881c29c8
|
* Distribute MUI2 beta
* Preliminary MUI2 documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5249 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-22 21:57:23 +00:00 |
|
joostverburg
|
a52e1dd17c
|
style improvements and corrections by Ton
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5248 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-20 22:32:03 +00:00 |
|
joostverburg
|
17f376f671
|
move check whether the MUI_INTERFACE macro is already included to the macro itself
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5246 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-18 12:56:26 +00:00 |
|
joostverburg
|
f374bc87ec
|
use a label and a link on the same location to be able to display a text and get click events
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5244 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-18 12:41:17 +00:00 |
|
kichik
|
d62850dd1a
|
mention MUI_CUSTOMFUNCTION_MOUSEOVERSECTION in 1.8's log
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5243 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-17 18:43:49 +00:00 |
|
kichik
|
a30d2280fc
|
no more headache
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5242 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-17 17:35:49 +00:00 |
|
kichik
|
5fcb5ecb0d
|
Catalan returns
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5241 212acab6-be3b-0410-9dea-997c60f758d6
|
2007-08-17 16:51:50 +00:00 |
|