Commit graph

  • 817bb33921 move finish button text to right category joostverburg 2007-09-09 15:55:47 +00:00
  • 2f4d9ad346 missing null terminator kichik 2007-09-08 21:01:13 +00:00
  • e0dc9ab083 use SetRegView lastused to avoid resetting the user's setting kichik 2007-09-08 17:28:37 +00:00
  • 754fe7bc49 added SetRegView lastused kichik 2007-09-08 17:27:28 +00:00
  • b0978fc844 move SetDetailsPrint flag to g_exec_flag and added a lastused capability to EW_SETFLAG kichik 2007-09-08 17:20:11 +00:00
  • ffe4cefdd9 fixed line breaks (thanks koder) kichik 2007-09-07 17:45:45 +00:00
  • 1ffac90ad9 added un.onSelChange kichik 2007-09-07 16:09:48 +00:00
  • 4fe86652a8 don't declare variables for registry values if they won't be used joostverburg 2007-09-01 10:58:03 +00:00
  • bb8fc680f5 fixed language selection dialog joostverburg 2007-08-27 17:21:32 +00:00
  • 617d8669b7 initialize header image joostverburg 2007-08-27 17:15:42 +00:00
  • 6f8061bc6f oops... forgot release date kichik 2007-08-25 16:53:32 +00:00
  • fc167f8ab5 2.30 kichik 2007-08-25 14:00:59 +00:00
  • 00d08ac88f 2.30 kichik 2007-08-25 13:49:07 +00:00
  • 67dc9212f2 - install MUI2 - install nsDialogs readme kichik 2007-08-25 13:13:05 +00:00
  • af99bf2224 distribute missing images kichik 2007-08-25 12:58:34 +00:00
  • 0cddfb8f6d added initial documentation kichik 2007-08-25 12:52:16 +00:00
  • f6b53539c8 push "error" if nsDialogs::CreateControl fails kichik 2007-08-25 12:29:04 +00:00
  • c310b82976 added ${NSD_GetText} kichik 2007-08-25 12:28:03 +00:00
  • 5f5bc04e45 push "error" if nsDialogs::Create fails kichik 2007-08-25 11:44:20 +00:00
  • b2af868f98 add a link to search all System examples kichik 2007-08-25 08:53:35 +00:00
  • 502fb72397 fixed bug #1771644 - LB_ERR missing in WinMessages added CB_ERR too kichik 2007-08-25 08:39:55 +00:00
  • f841020370 added LBS_NOTIFY for list boxes to enable notification kichik 2007-08-24 16:32:54 +00:00
  • d7881c29c8 * Distribute MUI2 beta * Preliminary MUI2 documentation joostverburg 2007-08-22 21:57:23 +00:00
  • a52e1dd17c style improvements and corrections by Ton joostverburg 2007-08-20 22:32:03 +00:00
  • e2b948ae02 tabs to spaces and some other minor clean-ups kichik 2007-08-18 17:15:08 +00:00
  • 17f376f671 move check whether the MUI_INTERFACE macro is already included to the macro itself joostverburg 2007-08-18 12:56:26 +00:00
  • 842dcbf544 * Use shfolder.dll for CSIDL_COMMON_DOCUMENTS on 95/98 if possible * Information about API calls for special folders joostverburg 2007-08-18 12:44:23 +00:00
  • f374bc87ec use a label and a link on the same location to be able to display a text and get click events joostverburg 2007-08-18 12:41:17 +00:00
  • d62850dd1a mention MUI_CUSTOMFUNCTION_MOUSEOVERSECTION in 1.8's log kichik 2007-08-17 18:43:49 +00:00
  • a30d2280fc no more headache kichik 2007-08-17 17:35:49 +00:00
  • 5fcb5ecb0d Catalan returns kichik 2007-08-17 16:51:50 +00:00
  • cc6ec72efe use NSD_FUNCTION_INIFILE kichik 2007-08-17 16:38:43 +00:00
  • b163ed1dc4 CreateItem -> CreateControl kichik 2007-08-17 16:37:04 +00:00
  • 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) kichik 2007-08-17 16:20:26 +00:00
  • 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 kichik 2007-08-17 16:16:40 +00:00
  • 7d17167053 Ignore some failing tests by default on platforms without msvc/mstoolkit pabs3 2007-08-14 01:11:54 +00:00
  • 20137a0054 Modern UI 2.0 beta joostverburg 2007-08-11 23:21:04 +00:00
  • 68abd8a09e buf1, not buf (patch #1768584) kichik 2007-08-11 17:03:18 +00:00
  • c113486ccc added missing $_CLICK for texts like "Click Next to continue." joostverburg 2007-08-09 23:54:15 +00:00
  • 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. joostverburg 2007-08-09 23:47:33 +00:00
  • df8c3d55d1 fixed macro for INI files joostverburg 2007-08-09 18:30:25 +00:00
  • 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 joostverburg 2007-08-09 02:59:46 +00:00
  • 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. joostverburg 2007-08-09 02:52:50 +00:00
  • 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. joostverburg 2007-08-09 01:12:21 +00:00
  • 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. joostverburg 2007-08-09 01:08:42 +00:00
  • 13425ee143 * New header file with macros and conversion functions for use with InstallOptions * Updated InstallOptions documentation joostverburg 2007-08-09 00:53:45 +00:00
  • 0865910e56 fixed escaped quotes in macro parameters joostverburg 2007-08-09 00:19:37 +00:00
  • babab14623 updates by birk kichik 2007-07-31 17:32:23 +00:00
  • 6f4767fc20 credits for Slovak kichik 2007-07-31 17:31:08 +00:00
  • f33aecbbeb applied patch #1762627 - Updated version of Slovak language files for NSIS kichik 2007-07-28 15:50:16 +00:00
  • fc252efe60 applied patch #1762003 - Modern UI MUI_CUSTOMFUNCTION_MOUSEOVERSECTION kichik 2007-07-27 16:46:37 +00:00
  • 13989c1965 Prevent FTBFS due to using log_printf3 instead of log_printf2 pabs3 2007-07-27 00:55:47 +00:00
  • 7af66a4a9c a bit more logging kichik 2007-07-24 19:06:34 +00:00
  • b23a7560ee fixed bug #1758873 - do not link to stdc++ when using aCC kichik 2007-07-23 18:59:35 +00:00
  • 8e716ed458 applied patch #1758863 - Patch for building on GCC and aCC kichik 2007-07-23 18:43:07 +00:00
  • 243c1b9920 fixed bug #1758653 - CVS build failure on Linux i386 - TVS_RTLREADING undeclared kichik 2007-07-23 05:08:34 +00:00
  • 3daab81d58 added ${NSD_OnBack} kichik 2007-07-21 16:22:02 +00:00
  • b7b224bd68 added rtl support kichik 2007-07-19 04:55:53 +00:00
  • 16e6702900 update state field kichik 2007-07-18 21:21:44 +00:00
  • f1b8604bcb added rtl support kichik 2007-07-18 20:47:58 +00:00
  • 8e1b521859 real implementation for IsValidCodePage kichik 2007-07-18 19:26:16 +00:00
  • 6133677dba get rid of some #ifdef _WIN32 kichik 2007-07-18 19:21:38 +00:00
  • 30d04c642b added HWND kichik 2007-07-18 19:21:30 +00:00
  • 3e9377d5b2 moved non-win32 CharNextExA implementation to util.cpp kichik 2007-07-18 19:18:00 +00:00
  • 9d1ab6f1ae added ${NSD_OnClick}, ${NSD_OnChange} and ${NSD_OnNotify} kichik 2007-07-18 16:54:04 +00:00
  • d56004079e fixed bug #1755148 - hpux build linkage specification in main kichik 2007-07-17 16:45:13 +00:00
  • 9841c1ec97 fixed bug #1753063 - CVS test failure on hppa kichik 2007-07-16 18:28:18 +00:00
  • 5a47788ebe added Download page to TODO list, maybe that'd solve the cache problems kichik 2007-07-14 19:21:46 +00:00
  • 6e91b4a8f2 2.29 kichik 2007-07-14 11:32:54 +00:00
  • 6b5f50b4d6 let GetStringFromParm call validate_filename kichik 2007-07-14 10:53:35 +00:00
  • 8f7c0e3679 simplified myatoi64() kichik 2007-07-14 10:29:26 +00:00
  • 74bf17be17 nsDialogs: the next InstallOptions kichik 2007-07-14 09:40:06 +00:00
  • edd3c299f7 load shfolder.dll before the script is executed to avoid any usage effects kichik 2007-07-12 19:15:50 +00:00
  • 161ac2adf2 fixed bug #1752328 - PFNSHGETFOLDERPATHA is stub only and very Windows, move from Platform.h to util.c kichik 2007-07-12 16:35:13 +00:00
  • b5cfb1ce4a moved definition to Platform.h and removed useless function calls joostverburg 2007-07-10 21:57:33 +00:00
  • 5648dd2ace When available, use shfolder.dll to get special folder locations. This allows folders like the application data folder for all users to be used on Windows 95/98 when Internet Explorer 5 is installed. joostverburg 2007-07-10 21:33:06 +00:00
  • a87208a617 test content as well kichik 2007-07-07 09:30:14 +00:00
  • 9a3d40b9dd and if IPeristFile::Save isn't called, fail kichik 2007-07-06 10:21:04 +00:00
  • 5ccacf1781 don't call IPeristFile::Save if MultiByteToWideChar fails kichik 2007-07-06 10:11:43 +00:00
  • 05ddf4bfc7 size optimization - use GetStringFromParm instead of wsprintf kichik 2007-07-06 09:55:20 +00:00
  • 9d8874cd72 the more common case for SendMessage is ints, so get that first kichik 2007-07-06 09:31:57 +00:00
  • c7a03b18b1 way simpler REG_MULTI_SZ reader with pointers kichik 2007-07-06 09:20:47 +00:00
  • 035579824d size optimization - use GetNSISString and GetStringFromParm instead of mystrcat kichik 2007-07-05 17:43:22 +00:00
  • 338bf03bff International Spanish and a few Spanish fixes by niwrad kichik 2007-07-05 15:59:49 +00:00
  • ef34c07654 better explain what compiler flags mean and how flow control instructions should be used around them kichik 2007-07-04 17:52:47 +00:00
  • d2c161f2da Catalan isn't distributed with the installer anymore kichik 2007-06-28 19:06:44 +00:00
  • ba9dbe7dab some more information on the EN_MSGFILTER hack kichik 2007-06-27 18:54:52 +00:00
  • 8786a4494c corrected LogicLib example joostverburg 2007-06-27 17:02:29 +00:00
  • 44e366f9da changed __ALLOW_UNALIGNED_DATA_ACCESS__ to NSIS_HPUX_ALLOW_UNALIGNED_DATA_ACCESS kichik 2007-06-27 14:16:07 +00:00
  • 81afed0591 applied patch #1714416 - patch to build on hpux kichik 2007-06-27 14:15:00 +00:00
  • 3aa59a650a cl still complained about about not all control paths returning a value kichik 2007-06-27 13:03:22 +00:00
  • e2554e819a mingw doesn't like __int64 left alone (probably #define'd instead typedef'ed) kichik 2007-06-27 11:32:26 +00:00
  • 60707d3aa8 nothing was returned for cl=0 kichik 2007-06-27 11:27:56 +00:00
  • 7f9517d542 missing division to show kb kichik 2007-06-27 11:19:41 +00:00
  • d748e470d8 fixed bug #1744091 - NSISdl shows negative values with buggy apache kichik 2007-06-27 11:14:21 +00:00
  • acc4233b41 applied patch #1723131 - NSISdl doesn't handle files over 2GB and patch #1656076 - make NSISdl more "translator-friendly" kichik 2007-06-27 11:09:40 +00:00
  • 165aa0b8dd there should be a space in the remaining translation string kichik 2007-06-27 11:00:48 +00:00
  • a5b216a782 fixed bug #1743801 - Banner can hang when called form custom page kichik 2007-06-26 19:00:14 +00:00
  • 859235383b fixed bug #1741061 - use SetErrorMode to disable error messages for the entire installer and not for specific points as it always knows best what messages to display kichik 2007-06-26 18:08:24 +00:00
  • a6231ca0c9 applied patch #1742562 to fix bug #1742255 - GetFileVersion shows incorrect version for .NET Framework 2 kichik 2007-06-26 17:37:52 +00:00