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
kichik
1ffac90ad9
added un.onSelChange
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5266 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-07 16:09:48 +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
6f8061bc6f
oops... forgot release date
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5262 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 16:53:32 +00:00
kichik
fc167f8ab5
2.30
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5260 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 14:00:59 +00:00
kichik
00d08ac88f
2.30
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5259 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 13:49:07 +00:00
kichik
67dc9212f2
- install MUI2
...
- install nsDialogs readme
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5258 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 13:13:05 +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
502fb72397
fixed bug #1771644 - LB_ERR missing in WinMessages
...
added CB_ERR too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5251 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 08:39:55 +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
kichik
e2b948ae02
tabs to spaces and some other minor clean-ups
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5247 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-18 17:15:08 +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
842dcbf544
* Use shfolder.dll for CSIDL_COMMON_DOCUMENTS on 95/98 if possible
...
* Information about API calls for special folders
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5245 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-18 12:44:23 +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
kichik
cc6ec72efe
use NSD_FUNCTION_INIFILE
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5240 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-17 16:38:43 +00:00
kichik
b163ed1dc4
CreateItem -> CreateControl
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5239 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-17 16:37:04 +00:00
kichik
35e1cf7b86
better solution - don't old functions and not shfolder but still try to get all user's version from the os (though tests show it will return current user's version anyway)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5238 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-17 16:20:26 +00:00
kichik
b55ecee8cd
fixed bug #1766268 - $SMPROGRAMS incorrect on Windows 98
...
use shfolder.dll only on ME and for all users's $APPDATA for which it was introduced
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5237 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-17 16:16:40 +00:00
pabs3
7d17167053
Ignore some failing tests by default on platforms without msvc/mstoolkit
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5236 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-14 01:11:54 +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
kichik
68abd8a09e
buf1, not buf (patch #1768584 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5234 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-11 17:03:18 +00:00
joostverburg
c113486ccc
added missing $_CLICK for texts like "Click Next to continue."
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5233 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 23:54:15 +00:00
joostverburg
adda57574e
New language files for localization of user interfaces and plug-ins.
...
These files currently contain translations of the MUI and will be shared between different MUI versions.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5232 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 23:47:33 +00:00
joostverburg
df8c3d55d1
fixed macro for INI files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5231 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 18:30:25 +00:00
joostverburg
928dfb16f6
* Put functions for InstallOptions INI files in macros. The functions can be included in the installer or uninstaller by includng a macro.
...
* Added button state flags
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5230 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 02:59:46 +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
joostverburg
9b74b90344
New language files for localization of user interfaces and plug-ins.
...
These files currently contain translations of the MUI and will be shared between different MUI versions.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5228 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 01:12:21 +00:00
joostverburg
346685ca9e
Header file to create langauge file that can be included with a single command.
...
When LANGFILE_DEFAULT is set, missing strings will automatically be loaded from a default file.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5227 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 01:08:42 +00:00
joostverburg
13425ee143
* New header file with macros and conversion functions for use with InstallOptions
...
* Updated InstallOptions documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5226 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 00:53:45 +00:00
joostverburg
0865910e56
fixed escaped quotes in macro parameters
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5225 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 00:19:37 +00:00
kichik
babab14623
updates by birk
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5224 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-31 17:32:23 +00:00
kichik
6f4767fc20
credits for Slovak
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5223 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-31 17:31:08 +00:00
kichik
f33aecbbeb
applied patch #1762627 - Updated version of Slovak language files for NSIS
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5222 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-28 15:50:16 +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