Commit graph

26 commits

Author SHA1 Message Date
anders_k
a852d07897 Added MUI_TEXTCOLOR setting. Check/Radio control themes are disabled when high contrast mode is on as a band-aid for SetCtlColors issues.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7013 212acab6-be3b-0410-9dea-997c60f758d6
2018-09-13 13:35:25 +00:00
anders_k
fbd57e00c1 Added MUI_PAGE_CUSTOMFUNCTION_DESTROYED so custom image handles can be cleaned up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6844 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-03 17:35:57 +00:00
anders_k
e65ac172c1 Fixed VARAIBLES typo in MUI2 internal defines (bug #1127)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6649 212acab6-be3b-0410-9dea-997c60f758d6
2015-11-30 22:27:44 +00:00
anders_k
695a478725 File treats "" as "*", don't allow empty MUI_*_BITMAP defines.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6587 212acab6-be3b-0410-9dea-997c60f758d6
2015-06-25 20:12:57 +00:00
anders_k
efbdf196f2 New MUI2 bitmap stretch modes: FitControl, NoStretchNoCrop[NoAlign] and AspectFitHeight. *_NOSTRETCH is now deprecated.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6524 212acab6-be3b-0410-9dea-997c60f758d6
2014-07-16 21:54:13 +00:00
anders_k
aeca0623b7 MUI2: Fixed bugs 3400067, 3408407: MUI_FINISHPAGE_TITLE_3LINES padding + reboot
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6162 212acab6-be3b-0410-9dea-997c60f758d6
2011-09-13 16:18:49 +00:00
kichik
7404dcb3b8 fixed bug #2720968 - MUI2 finish page show custom function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5971 212acab6-be3b-0410-9dea-997c60f758d6
2009-06-06 14:26:09 +00:00
kichik
5ac5b3f95b deprecate SetPluginUnload and /NOUNLOAD
plug-ins are now responsible to keeping themselves loaded using the new api

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5855 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:17:15 +00:00
kichik
a3c11ff2fa fixed bug #2110357 - MUI2 FinishPage readme not focused
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5718 212acab6-be3b-0410-9dea-997c60f758d6
2008-09-14 19:11:27 +00:00
kichik
13733304a5 fixed bug #1995024 - Typo in Finish.nsh causes var waste warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5654 212acab6-be3b-0410-9dea-997c60f758d6
2008-06-16 18:00:27 +00:00
joostverburg
fb57dfde77 fixed MUI_FINISHPAGE_CANCEL_ENABLED and removed some useless code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5642 212acab6-be3b-0410-9dea-997c60f758d6
2008-05-29 21:17:13 +00:00
kichik
bc999b6089 use new nsDialogs macros for image handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5552 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-22 18:36:31 +00:00
kichik
ae2fc2aff7 use integer comparison for comparing pointers to zero to support "error" return value
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5526 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-08 20:40:50 +00:00
kichik
212d0ecd3b a few fix-ups for image size query:
- verify allocation
 - free allocated memory
 - push bitmap path to avoid quoting issues

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5513 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-02 13:20:04 +00:00
joostverburg
b980fa7852 check whether variables for image resizing need to be included
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5491 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-25 12:47:45 +00:00
joostverburg
47edc59c1c get image control size directly
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5490 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-24 21:54:48 +00:00
joostverburg
16f3d9e960 fixed bug #1875945 - Image doesn't fit the window in MUI2 with chinese language. Added support for MUI1 MUI_(UN)WELCOMEFINISHPAGE_BITMAP_NOSTRETCH setting.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5485 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-24 18:50:56 +00:00
joostverburg
c19787806b set default state of reboot now / reboot later radio buttons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5479 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-05 22:54:44 +00:00
kichik
482138d7c0 fixed bug #1835866 - CR LF combinations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5390 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-01 11:43:02 +00:00
kichik
9fdcebb6df use just link control
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5350 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-27 10:27:41 +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
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
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
joostverburg
20137a0054 Modern UI 2.0 beta
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5235 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-11 23:21:04 +00:00