Commit graph

  • bcf3899e68 instead of forwarding the X button to the Next button when the Cancel button is disabled on the last page, simply disable the X button when the Cancel button is disabled (part of bug #1267491) kichik 2007-04-13 19:59:30 +00:00
  • bebb041789 more of bug #1676243 - compiler warnings on Linux kichik 2007-04-13 10:29:24 +00:00
  • 85c529d0f0 fixed bug #1699609 - linux CVS FTBFS kichik 2007-04-13 09:54:54 +00:00
  • 37f6fceef1 applied patch #1699558 - Afrikaans translation kichik 2007-04-12 21:56:55 +00:00
  • 053b859a6f fixed bug #774966 - CopyFiles return value not working on NT4 Sp6 kichik 2007-04-12 20:24:13 +00:00
  • cdc43e825c fixed bug #1699474 - file /a does not preserve folder attributes kichik 2007-04-12 19:24:21 +00:00
  • bfe47ca072 applied patch #1699435 - LIBRARY_IGNORE_VERSION kichik 2007-04-12 17:44:25 +00:00
  • 1079a297e4 signed/unsigned mismatch warning kichik 2007-04-11 21:46:01 +00:00
  • a96f348c0a fixed some warnings kichik 2007-04-11 21:42:46 +00:00
  • 4cf73d2316 replaced WCStrLen with winchar_strlen kichik 2007-04-11 21:37:08 +00:00
  • df24dbe687 winchar_strlen and winchar_strdup can use const WCHAR kichik 2007-04-11 21:33:18 +00:00
  • a8f8c50538 replaced WCStrLen with winchar_strlen kichik 2007-04-11 21:32:24 +00:00
  • 5dcb76d379 fixed some warnings kichik 2007-04-11 21:27:19 +00:00
  • 480be96fcd cast warning kichik 2007-04-11 21:15:25 +00:00
  • a0cbd0a09c cast warning kichik 2007-04-11 21:00:23 +00:00
  • dea5a5862c signed/unsigned mismatch warning kichik 2007-04-11 20:58:07 +00:00
  • 3608995944 added -Wno-non-virtual-dtor for 7zip files on gnu configuration for bug #1676243 kichik 2007-04-11 20:54:00 +00:00
  • f6e58f133a avoid cast warning kichik 2007-04-11 20:49:27 +00:00
  • ab76b93ed0 fix signed/unsigned comparison warnings kichik 2007-04-11 20:36:05 +00:00
  • 7f37f6ff24 allow only one script in the command line and don't process any arguments after it kichik 2007-04-11 20:03:15 +00:00
  • 845566790d more clean-up: * removed ResetInputScript() * don't edit g_sdata.script for CreateProcess * use SetScript in LoadMRUFile * proper and clear allocation of g_sdata.compile_command in CompileNSISScript() kichik 2007-04-10 21:07:21 +00:00
  • 3a657559b0 properly initialize script_cmd_args for each SetScript kichik 2007-04-10 20:41:01 +00:00
  • fb3bcd24be g_sdata.script is expected not to be NULL kichik 2007-04-10 20:34:05 +00:00
  • d545d00bda fixed bug #1696534 - Broken Parameter Handling for Makensisw.exe v.2.3 the entire command line processing and handling of g_sdata.script is overly complex and apparently a bit malfunctioning... for example, g_sdata.script, while expected to contain just the file name, contains every command line argument passed to makensisw and also quotes kichik 2007-04-10 20:31:20 +00:00
  • 39e22a96dd added COMPRESSOR_NONE_SELECTED instead of (NCOMPRESSOR)-1 kichik 2007-04-10 19:48:54 +00:00
  • 122d84ddf2 no more need for char* cast kichik 2007-04-09 19:44:16 +00:00
  • e369347bf6 use const char for myGetProcAddress kichik 2007-04-09 18:01:20 +00:00
  • 32bac47b2f added a warning to sconf.h, defines.h and version.h about automatic generation kichik 2007-04-09 15:40:14 +00:00
  • a2b1a9e178 applied patch #1683189 - [InstallOptions] new control type: "line" added VLine and HLine kichik 2007-04-09 10:52:45 +00:00
  • b60f5f2aa9 applied patch #1696610 - Reduce flicker when using MUI_HEADER_TRANSPARENT_TEXT kichik 2007-04-09 10:03:57 +00:00
  • bf9eb86c42 Fix FTBFS on Linux due to missing definition of MB_USERICON pabs3 2007-04-04 08:15:19 +00:00
  • 53442f4f53 applied patch #1682748 - installer icon for message box kichik 2007-04-03 11:19:36 +00:00
  • 3ebe1d6d61 applied patch #1683186 - [InstallOptions] support for linebreaks in link control kichik 2007-04-03 10:57:17 +00:00
  • b3451dc30e fixed bug #1692761 - Library.nsh warning when not using macro UnInstallLib kichik 2007-04-03 10:47:27 +00:00
  • 0cb1253452 applied patch #1687456 - [UserInfo plugin] Fix for #1684777, GetAccountType and Vista kichik 2007-04-03 10:02:51 +00:00
  • 78f805da52 it's c, not c++ kichik 2007-04-02 10:54:23 +00:00
  • e873b82b53 Kill some more compiler warnings under Linux and mingw32 pabs3 2007-04-02 10:29:35 +00:00
  • cab85d397f applied patch #1676101 - Suggested corrections to MUI French prompts kichik 2007-04-01 21:27:00 +00:00
  • 0a7a11111f detect wx-config before trying to run it (part of bug #1672315) kichik 2007-04-01 18:00:19 +00:00
  • 82d6166fdf signed/unsigned comparison kichik 2007-04-01 17:38:31 +00:00
  • c3a8c6cc2e avoid ".." in ChangeLog kichik 2007-03-31 16:11:16 +00:00
  • 2d9a18f167 log the correct directory kichik 2007-03-31 14:47:02 +00:00
  • 5a87bdbef9 Examples\Plugin, not Contrib\ExDLL or Contrib\Plugin kichik 2007-03-31 13:51:35 +00:00
  • 0c146dde1b added missing example files kichik 2007-03-31 13:48:46 +00:00
  • 1388f302e2 2.25 kichik 2007-03-31 13:42:49 +00:00
  • 4249c6107b don't delete if it wasn't allocated kichik 2007-03-31 13:36:25 +00:00
  • 06d9c41169 2.25 kichik 2007-03-31 12:38:39 +00:00
  • f539671826 version bump kichik 2007-03-31 11:47:04 +00:00
  • 90067aa970 version bump kichik 2007-03-31 11:29:03 +00:00
  • 54351455cb Convert LF linefeeds to CRLF pabs3 2007-03-31 11:24:22 +00:00
  • 29c8d0da5c use compression for cvs kichik 2007-03-31 10:47:03 +00:00
  • 5107637e7e fixed access violation in case m_vItems[i]->szClass is an int resource kichik 2007-03-31 09:21:51 +00:00
  • 3b48b74364 unshared dll example kichik 2007-03-30 21:49:16 +00:00
  • 6dba6f5f93 use default crt entry point kichik 2007-03-30 19:44:52 +00:00
  • b1545f5a6a formatting without _floatp10 kichik 2007-03-30 19:40:27 +00:00
  • 7b3240cd5c distribute nsis.exe.manifest for the nsis menu as it's dynamically linked kichik 2007-03-30 16:30:22 +00:00
  • 02d652d64a cd /D so WXWIN on other drives will work kichik 2007-03-27 19:14:35 +00:00
  • 00e1788675 applied patch #1680556 - fixes to allow zip2exe & Makensisw to build in winelib kichik 2007-03-24 13:55:59 +00:00
  • 089dfb7da9 don't enter message loop when window failed creation (because of input error or anything else) kichik 2007-03-20 22:28:55 +00:00
  • c6caf04ec7 fixed bug #1684751 - StartMenu accepts empty paths kichik 2007-03-20 21:44:19 +00:00
  • de7ebfe3ce better error handling kichik 2007-03-20 21:42:07 +00:00
  • 08de3671da size optimization it's official. even msdn now says SHGetMalloc returns the same allocator CoTaskMemFree uses and a little debugging backs this even on Windows 95 kichik 2007-03-20 21:33:28 +00:00
  • b3310a3170 not using System.dll for case-sensitive comparison anymore kichik 2007-03-20 19:38:19 +00:00
  • f8a810ba45 work around perl's weirdness with executing cvs.exe after changing STDOUT for cvs2cl.pl kichik 2007-03-18 20:03:15 +00:00
  • 8c04e65bb6 couple of fixes to make cvs2cl.pl run (but not work yet( kichik 2007-03-18 19:23:49 +00:00
  • 7b6071caec more of bug #1635841 - gcc strict-aliasing and build system kichik 2007-03-18 18:34:03 +00:00
  • 576446db5e more of patch #1644712 - new compiler predefines kichik 2007-03-18 18:33:28 +00:00
  • 6842d80d30 applied patch #1680508 - generate a ChangeLog at release time pabs3 2007-03-15 02:49:08 +00:00
  • 988c973576 fixed bug #1680944: Woooops, add the SConscript for ExDLL pabs3 2007-03-15 00:43:42 +00:00
  • 8e30ac8979 Install the example plugin and C header by default pabs3 2007-03-12 10:07:38 +00:00
  • baa898b952 Missed a warning pabs3 2007-03-11 16:49:02 +00:00
  • 747ad310e5 Kill some compiler warnings under Linux and mingw32 pabs3 2007-03-11 15:58:46 +00:00
  • edeb26b7a7 don't Return from macro, use Goto kichik 2007-03-10 17:49:21 +00:00
  • 7c08c07d9f use HKCU kichik 2007-03-10 17:49:03 +00:00
  • 18baaa804d typo kichik 2007-03-10 16:24:40 +00:00
  • 2969aa40fc remember previously selected sections kichik 2007-03-10 14:41:05 +00:00
  • f6849b6bec it's /o not /0 kichik 2007-03-10 14:16:30 +00:00
  • 307dd13446 LOGICLIB_SECTIONCMP is no longer required kichik 2007-03-10 12:55:33 +00:00
  • 5e8edf541e cd to the right directory kichik 2007-03-09 18:50:12 +00:00
  • bc5c323c6d removed /Q from rd - ask to be sure kichik 2007-03-09 18:13:24 +00:00
  • e659fbc3f9 applied patch #1677482 - wxbuild.bat for paths with spaces kichik 2007-03-09 18:11:53 +00:00
  • cfa0085a2a fixed bug #1667976 - new nsis menu is larger kichik 2007-03-09 15:56:41 +00:00
  • 4580795d2f partially fixed bug #1672315: NSIS Menu not portable to Linux wxGTK pabs3 2007-03-08 01:47:14 +00:00
  • 140845e1bb typo kichik 2007-03-07 18:55:25 +00:00
  • ed044c3046 FTBFS due to using the wrong log_printf function pabs3 2007-03-07 09:26:19 +00:00
  • faac838b4e report error in log for WriteReg* when RegSetValueEx itself fails and not only RegCreateKeyEx kichik 2007-03-06 21:22:37 +00:00
  • 9fc8466b7c listing file is fun kichik 2007-03-06 21:14:12 +00:00
  • 6ea14b45da size optimization it's official. even msdn now says SHGetMalloc returns the same allocator CoTaskMemFree uses and a little debugging backs this even on Windows 95 kichik 2007-03-06 20:35:53 +00:00
  • 08650c9384 size optimization - GlobalFree isn't called in any other case, no need here as well kichik 2007-03-04 19:53:58 +00:00
  • 417bc94156 fixed cross-reference kichik 2007-03-04 18:49:27 +00:00
  • f45a2d81eb it's MSTOOLKIT not MSVCTOOLKIT kichik 2007-03-04 17:00:27 +00:00
  • 083e7d1956 missing comma kichik 2007-03-03 15:19:58 +00:00
  • 5493360c14 oops... comment line continuation kichik 2007-03-03 14:23:43 +00:00
  • 781c8aa1b8 size optimization - use don't add "Locale" twice to data section kichik 2007-03-03 14:19:30 +00:00
  • 05d910c289 size optimization - use GetNSISString to do complicated stirng processing kichik 2007-03-03 14:18:49 +00:00
  • b00c69290f size optimization - no need for both GetEnvironmentVariable and ExpandEnvironmentStrings kichik 2007-03-03 14:18:20 +00:00
  • 5ea297c4ca more on building and installing without cross-compiler on posix kichik 2007-03-03 13:21:55 +00:00
  • 6355acfa03 match language number on site kichik 2007-03-03 13:05:13 +00:00
  • 6ff6d600a7 fixed uninstallers processing of /D= realcmds might point exactly to cmdline, so zeroing cmdline-2 may not affect it instead, zero cmdline-2, cmdline-1, cmdline and cmdline+1 (entire " /D=") kichik 2007-03-03 12:49:08 +00:00
  • a32989e4f6 default UI language kichik 2007-03-03 10:31:18 +00:00