Commit graph

229 commits

Author SHA1 Message Date
pabs3
80c2fae5c1 Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5905 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-13 16:54:39 +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
f664fddb91 don't allow both "reboot now" and "reboot later" to be turned on at the same time
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5828 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 17:02:20 +00:00
joostverburg
f655226380 * New LangFile.nsh macro LANGFILE_INCLUDE_WITHDEFAULT to load language file with defaults being obtained from a default file. This replaces the LANGFILE_DEFAULT setting and makes it easier to use LangFile.nsh for multiple sets of languages file without having to care about the different LANGFILE_DEFAULT settings.
* Allow LangFile.nsh to be included multiple times.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5577 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 15:35:08 +00:00
joostverburg
19c119e66c set default language file for MUI without changing the user setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5501 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-29 15:36:09 +00:00
kichik
2675599a31 happy new year!
bug #1855805

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5429 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-22 09:41:57 +00:00
kichik
b2bbab051c fixed definition of MUI_LANGDLL_LANGUAGES_CP
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5375 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-17 14:15:48 +00:00
kichik
0e222393bf allow MUI_LANGDLL_ALLLANGUAGES to be defined after MUI_LANGUAGE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5369 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-14 19:20:31 +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
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
84edce4b2a Modern UI 1.8
* Uses the new language files
* Updated documentation
* Although MUI_DIRECTORYPAGE_BGCOLOR and MUI_STARTMENUPAGE_BGCOLOR are documented as interface
  setttings that apply to every directory page or Start Menu folder page, they were actually
  implemented as page specific settings. They have been changed to interface settings.
* MUI_LANGDLL_DISPLAY now also reads a previously saved language from the registry if the
  installation is silent.
* InstallOptions macros have been moved to a separate header file (InstallOptions.nsh).
  The MUI_INSTALLOPTIONS_* macros are still provided for backwards compatibility and insert the
  equalivent INSTALLOPTIONS_* macros.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5229 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 02:52:50 +00:00
kichik
fc252efe60 applied patch #1762003 - Modern UI MUI_CUSTOMFUNCTION_MOUSEOVERSECTION
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5221 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-27 16:46:37 +00:00
kichik
964984ad00 bump to 1.78
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5165 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-08 18:07:59 +00:00
kichik
bce96b3872 renamed MUI_LANGDLL_SHOW_ALL_LANGUAGES to MUI_LANGDLL_ALLLANGUAGES to match the style of other defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5160 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-05 18:37:41 +00:00
kichik
422da14d5d applied patch #1724876 - Language selection dialog doesn't display all languages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5159 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-05 18:36:32 +00:00
kichik
fcfe33c05b applied patch #1706187 - MUI_STARTMENUPAGE_BGCOLOR and MUI_DIRECTORYPAGE_BGCOLOR
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5153 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-23 15:15:46 +00:00
kichik
9cb8501db4 version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5132 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-27 16:57:58 +00:00
kichik
f1c873ba36 implemented RFE #1564986 - block unsupported language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5080 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-14 23:03:40 +00:00
kichik
1f116b5f3d implemented RFE #1143843 - Ability to change default reboot behavior
added MUI_FINISHPAGE_REBOOTLATER_DEFAULT


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5069 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-13 20:30:59 +00:00
kichik
7f5e1d7b1b fixed bug #1267491 - MUI finish page has unnecessary cancel button
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5068 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-13 20:10:50 +00:00
kichik
b60f5f2aa9 applied patch #1696610 - Reduce flicker when using MUI_HEADER_TRANSPARENT_TEXT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5038 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-09 10:03:57 +00:00
kichik
c145d69e55 2006 -> 2007
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4847 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 17:28:23 +00:00
kichik
67ff922222 implemented RFE #1547844 - default button of the abort warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4757 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-23 08:28:07 +00:00
joostverburg
40202e42b3 version number
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4681 212acab6-be3b-0410-9dea-997c60f758d6
2006-05-21 12:49:33 +00:00
kichik
26a6b6d96e implemented feature request #1447766 - MUI setting for transparent header labels
added MUI_HEADER_TRANSPARENT_TEXT


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4585 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-14 17:07:44 +00:00
kichik
c0826f210a tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4584 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-14 16:34:16 +00:00
kichik
2b364bf17c implemented feature request #1448176 - show function support for start menu page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4582 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-14 14:09:20 +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
joostverburg
18d00cfb55 Modern UI 1.74: Fixed compile error when checkboxes are used on multiple finish page pages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4241 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-04 21:24:27 +00:00
joostverburg
f8c16e6849 fixed checkboxes on uninstaller finish page or multiple finish pages
use Var /GLOBAL


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4215 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:48:39 +00:00
kichik
a99cda74d9 fixed bug #1221772 - Welcome Page icon overlap
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4100 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-19 21:04:18 +00:00
kichik
dfd8dc1227 2005
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3831 212acab6-be3b-0410-9dea-997c60f758d6
2005-01-04 14:54:48 +00:00
joostverburg
3cc310ed4a Modern UI 1.72
* Fixed state of Finish page Cancel button when both an installer and uninstaller page is included


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3795 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-27 14:50:43 +00:00
joostverburg
3a7bfe74e6 The selected language is only stored in the registry when installation was succesful
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3730 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-14 15:43:24 +00:00
joostverburg
5283342f2a typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3529 212acab6-be3b-0410-9dea-997c60f758d6
2004-04-21 17:44:45 +00:00
eccles
703548d9bf Now, IO bitmaps never have any surrounding background.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3497 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-21 15:28:05 +00:00
joostverburg
870351dffd background color for welcome/finish page bitmap not set when image is stretched
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3490 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-14 19:41:51 +00:00
joostverburg
956710c71d Modern UI 1.70
* Improved documentation
 * New Init custom function for Welcome and Finish page


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3473 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:01:57 +00:00
joostverburg
f806c7ce4c Modern UI 1.69
* All uninstaller pages work without installer pages
* Fixed top text on uninstaller license page


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3368 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 19:21:00 +00:00
joostverburg
b33de3866d fixed finish page link positioning, color (standard RRGGBB hex format)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3269 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-12 21:26:21 +00:00
joostverburg
a00901c80f added MUI_SYSVERSION define
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3267 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-10 12:54:18 +00:00
joostverburg
d0bfe3e455 finish/abort header subtext can be set without setting the text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3257 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 16:21:30 +00:00
kichik
3bae7484fb Fixed bug #854678 - sub-header showing success on abort
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3255 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 12:27:11 +00:00
joostverburg
92e433d64c fixed finish page reboot option buttons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3231 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-28 19:41:03 +00:00
joostverburg
1527ea2f1a Modern UI 1.68
* New settings for extra space for title and text on Welcome page and Finish page.
* Improved handling of verbose settings. Define MUI_VERBOSE the set the Modern UI verbose level (1-4).
* Language file string for uninstaller reboot information
* Setting for folder validation in leave function
* Fixed finish page text settings for multiple pages


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3201 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 19:50:01 +00:00
joostverburg
4a0df75dd7 keep original verbose setting, added MUI_VERBOSE setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3187 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-21 19:31:15 +00:00
joostverburg
575b9ae83f header image RTL support, fixed NOSTRETCH settings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3164 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-18 21:31:44 +00:00
kichik
0d43527923 fixed a harmless typo and made MUI_LANGUAGE only warn once if a language file is out of date
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3147 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-16 15:16:13 +00:00
joostverburg
d27d6dfb57 fixed abort subheader, font langstrings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3135 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-13 11:43:43 +00:00