Commit graph

  • b4143baf7f simpler prefixing code kichik 2006-03-07 14:02:35 +00:00
  • b4413ab821 added "Cancel compilation" menu item to abort current compilation by sending ctrl+c signal kichik 2006-03-06 15:15:49 +00:00
  • 755bc11826 accept event as ctrl+c as well, because GenerateConsoleCtrlEvent doesn't work form a non-parent-console process kichik 2006-03-06 15:12:26 +00:00
  • dd306c7798 added back "v" prefix to NSIS_VERSION kichik 2006-03-06 15:04:27 +00:00
  • be936b0b3c 2.15 kichik 2006-03-04 16:18:17 +00:00
  • 39a1c892b8 2.15 kichik 2006-03-04 16:12:14 +00:00
  • 09a13d02ec directory edit box should not be rtl as it contains mostly english kichik 2006-03-04 13:48:43 +00:00
  • 10257ceb5b note about building System with a cross compiler kichik 2006-03-03 09:27:05 +00:00
  • 38ea0a966a link to SetBrandingImage kichik 2006-03-02 17:21:59 +00:00
  • 690a9f9b27 link AddBrandingImage to SetBrandingImage kichik 2006-03-02 17:18:59 +00:00
  • 04450c7dec fixed bug #1441877 - !include keeps searching include dirs even after match kichik 2006-03-02 17:12:40 +00:00
  • 688b994b45 moved NSIS_STRING from config.h to fileform.h kichik 2006-02-24 19:28:51 +00:00
  • c6181097f2 no more need for this evil kichik 2006-02-24 19:21:09 +00:00
  • aaef4e35eb fixed bug #1434215 - #define local leaks into path settings kichik 2006-02-24 19:19:49 +00:00
  • 5812fa78d2 write all defines to sconf.h which is included by config.h instead of passing them on the command line write the freaquently changing NSIS_VERSION to a separate file named version.h so only files that really need it will include it kichik 2006-02-24 19:17:49 +00:00
  • 578065d849 use NSIS_VERSION from the new automatically genereated version.h kichik 2006-02-24 19:14:18 +00:00
  • 32a717faf5 move NSIS_VARS_SECTION to sconf.h kichik 2006-02-24 19:12:04 +00:00
  • 7a5163ea59 write all defines to sconf.h which is included by config.h instead of passing them on the command line write the freaquently changing NSIS_VERSION to a separate file named version.h so only files that really need it will include it kichik 2006-02-24 19:10:42 +00:00
  • 2af8b64f00 fixed bug #1400995 - MB_TOPMOST doesn't work as first sections' instruction kichik 2006-02-24 18:15:35 +00:00
  • 8e9a79a4b7 applied patch #1434174 - GCC 4.2 patches kichik 2006-02-24 16:19:55 +00:00
  • 9ec765a72b wrong strcmp for !define /math division kichik 2006-02-24 16:10:38 +00:00
  • 9aaf2bd9a2 fixed error messages and removed useless !undef's kichik 2006-02-24 16:08:28 +00:00
  • 0bed8171f5 sprintf into a buffer, not a random address kichik 2006-02-24 16:00:23 +00:00
  • 740fe7af2b removed stray parenthesis kichik 2006-02-24 15:55:51 +00:00
  • 2b3aa18846 applied patch #1372561 - !define /math compile time enhancement kichik 2006-02-24 15:52:40 +00:00
  • f9b8b44682 more credit kichik 2006-02-24 15:09:18 +00:00
  • b1dc917843 applied patch #1412982 - "!if" - enhanced compile time flow control kichik 2006-02-24 15:06:30 +00:00
  • 0bcee34186 applied patch #1416988 - small italian translation bug kichik 2006-02-24 11:49:47 +00:00
  • eb62434d0b applied patch #1427189 - Czech grammar mistakes kichik 2006-02-24 11:48:32 +00:00
  • d114d2e55a fixed bug #1432423 - section 4.9.14.8 IsWindow example incorrect kichik 2006-02-24 11:44:15 +00:00
  • 940af5f963 fixed bug #1431593 - dir_reader::matches uses iterator that is at end kichik 2006-02-24 11:41:22 +00:00
  • bb93a15df6 example moved to Examples directory kichik 2006-02-23 17:54:57 +00:00
  • 7e0ba02822 Fix 1431958: Properly convert !addincludedir paths on POSIX platforms. pabs3 2006-02-23 11:27:56 +00:00
  • 24511de6f6 added Nop kichik 2006-02-11 18:54:04 +00:00
  • 7332ff04d7 Updates by Instructor: - Added /NOUNLOAD flag for the system plugin calls. Functions that uses system plugin calls several times, now 25-75% faster. - Added tests for new WordReplace options "{", "}", "{*", "}*" kichik 2006-02-10 10:51:26 +00:00
  • aa43f0c349 Updates by Instructor kichik 2006-02-10 10:46:57 +00:00
  • 082160fb3e throw runtime_error as it's more appropriate and has the required constructor on libstdc++ as well kichik 2006-02-04 15:01:18 +00:00
  • 849e7b71d3 updated by Plamen Penkov joostverburg 2006-02-01 16:55:38 +00:00
  • e2c7cdb60a Remember to define __BIG_ENDIAN__ for the tests as well as makensis. pabs3 2006-02-01 06:01:11 +00:00
  • 7a6d8b8d8b fixed bug #1420352 - check box transparent background kichik 2006-01-31 19:52:11 +00:00
  • 90301110cc fixed bug #1420657 - RMDIR doesn't delete file with double dots prefix kichik 2006-01-31 18:27:28 +00:00
  • 2c7ee57a18 check if log_dolog is set for NSIS_CONFIG_LOG_STDOUT as well kichik 2006-01-27 18:06:46 +00:00
  • 94f7f3b673 added NSIS_CONFIG_LOG_STDOUT kichik 2006-01-27 17:53:00 +00:00
  • cfec122ba1 pass NSIS_CONFIG_LOG_ODS to script kichik 2006-01-27 17:51:57 +00:00
  • a94a7b67e3 fixed bug #1174742 - Icon error message is uninformative kichik 2006-01-27 15:57:56 +00:00
  • a889217375 richedit controls automatically set the hand cursor for links, no need to do it manually kichik 2006-01-27 15:44:40 +00:00
  • fad6285077 - Windows Vista has a LANGID for Breton (1150) - some updates kichik 2006-01-27 15:26:13 +00:00
  • 82cbf4e478 Fix Debian bug #350112: Use CPPDEFINES instead of broken CPPFLAGS to define __BIG_ENDIAN__ on big endian POSIX platforms. pabs3 2006-01-27 13:45:08 +00:00
  • 3284f9344a typo kichik 2006-01-26 18:02:37 +00:00
  • d7a2e44366 - added another version of MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE - more updates kichik 2006-01-26 17:24:26 +00:00
  • 76562d1561 2.14 kichik 2006-01-24 18:08:38 +00:00
  • 75d0211ffd check g_tmp[0] not state_language[2] kichik 2006-01-24 17:57:50 +00:00
  • d03520360f 2.14 kichik 2006-01-24 17:54:51 +00:00
  • b747052c7f fixed bug #1412159 - NSIS 2.13 doesn't work on Win 95/98/NT kichik 2006-01-24 17:54:35 +00:00
  • 80cca71694 g_tmp should be at least twice NSIS_MAX_STRLEN, no matter what NSIS_MAX_STRLEN is kichik 2006-01-24 17:31:24 +00:00
  • 9f93fcfa18 oops, quoting problems, back to config.h kichik 2006-01-21 15:59:33 +00:00
  • dcc5a3c002 moved VARS_SECTION_NAME from config.h to config.py and renamed it to NSIS_VARS_SECTION kichik 2006-01-21 15:17:28 +00:00
  • 5e71f67d63 don't install TODO.txt kichik 2006-01-21 12:29:33 +00:00
  • 5661896a80 2.13 kichik 2006-01-21 12:16:24 +00:00
  • 2187e4a2eb clearer description kichik 2006-01-21 12:02:21 +00:00
  • 00fc638696 more credit kichik 2006-01-21 11:59:55 +00:00
  • f38984a023 2.13 kichik 2006-01-21 11:51:34 +00:00
  • 9d4a348efa it's $LANGUAGE, not $LANG kichik 2006-01-21 11:48:07 +00:00
  • c1a81d0dd2 only fix htmls when not on win32 kichik 2006-01-21 10:18:06 +00:00
  • 0913023f33 Merge patch for better installs on POSIX platforms. pabs3 2006-01-21 09:54:23 +00:00
  • c16ca4f9fc 2006 kichik 2006-01-20 12:36:30 +00:00
  • 0cc9b00ff1 *** empty log message *** kichik 2006-01-19 18:40:42 +00:00
  • d96ca6b2f7 size optimization kichik 2006-01-14 16:03:53 +00:00
  • 8be4c6a45d size optimization kichik 2006-01-14 15:55:37 +00:00
  • df250ef20d size optimization kichik 2006-01-14 15:42:15 +00:00
  • b682277db5 added a comment explaining the workaround kichik 2006-01-14 15:32:56 +00:00
  • 4a9416330d fixed bug #1397031 - masked checkboxes don't redraw on Windows 95 kichik 2006-01-14 15:22:49 +00:00
  • 494a87fd0c TreeView doesn't automatically scroll to newly added items, there's no need to manually scroll back to the top. I'd keep it just to be on the safe side, but on Windows 95, it crashes when there are no items in the TreeView. kichik 2006-01-14 13:35:12 +00:00
  • 09e44a9feb size optimization (zlib is back to 34) kichik 2006-01-13 20:44:51 +00:00
  • a1f2413942 fixed bug #1209843 - $INSTDIR is empty in directory page show callback function kichik 2006-01-13 19:56:03 +00:00
  • 2296afc187 fixed bug #1378785 - RMDir /r does not remove files with Unicode names kichik 2006-01-13 18:45:52 +00:00
  • d7dc9025cd fixed bug #1403608 - Callback function called when host function already returned explain in documentation that the callback destination variable must be cleared kichik 2006-01-13 15:24:46 +00:00
  • 779b1ce1c1 fixed bug #1403601 - System plug-in heap corruption kichik 2006-01-13 14:31:28 +00:00
  • de5d36f953 update change log start time kichik 2006-01-13 14:08:41 +00:00
  • 65685a64c9 comments update kichik 2006-01-13 09:52:25 +00:00
  • 78c4ca6427 no more need for _StrCmp kichik 2006-01-06 17:28:14 +00:00
  • e0e602b97c use StrCmpS instead of System plug-in kichik 2006-01-06 16:05:53 +00:00
  • 58b07e69c6 applied patch #1381929 - StrCmpS - case-sensitive string comparison kichik 2006-01-06 16:00:15 +00:00
  • 817378e7e3 better wording kichik 2006-01-05 17:57:57 +00:00
  • 95dd28933b fixed bug #1299100 - File /nonfatal line not seen by relative jumps kichik 2005-12-31 14:23:57 +00:00
  • ccec5e08cb fixed bug #1362443 - BrandingText /TRIM* expands label a warning is displayed if the label is actually expanded kichik 2005-12-31 14:13:16 +00:00
  • e43d521307 fixed bug #1324734 - $LANGUAGE based on locale rather than UI language kichik 2005-12-30 15:47:47 +00:00
  • 3f18dc0b75 use normal file functions for wininit.ini modification - according to msdn, mmap operations can raise an exception which wasn't handled - free up a lot of bytes from .data section (no mmap API functions) - mmap size is, like allocation of a buffer, limited by available memory kichik 2005-12-30 13:51:02 +00:00
  • 1b8a44584d FileRead is limited to 1024 only on the normal builds kichik 2005-12-27 19:24:42 +00:00
  • c3bf6a68a7 use NSIS_MAX_STRLEN-1 instead of 1023 for FileRead limit kichik 2005-12-27 19:22:56 +00:00
  • 7a4bdcf90f size optimization (zlib is back to 34/35) kichik 2005-12-24 16:39:02 +00:00
  • ad3d61c837 size optimizations kichik 2005-12-24 16:28:54 +00:00
  • 57a50cd622 no need for SendMessage (Instructor) kichik 2005-12-24 15:47:47 +00:00
  • 245caeecc0 GetTime updates by Instructor - Added support for system time (UTC) - Added example how to convert time to 12-hour format AM/PM kichik 2005-12-24 15:47:32 +00:00
  • ba9866b2bf removed extra spaces kichik 2005-12-23 15:04:31 +00:00
  • 2f41bd5c5b added information about relative jumps and macros kichik 2005-12-23 10:56:50 +00:00
  • 15e328e1ef fixed bug #1387748 - typo in nsis menu kichik 2005-12-22 16:24:58 +00:00
  • 5fd6255949 purge pages that use the templates to make sure they're updated kichik 2005-12-17 16:51:55 +00:00
  • f4b085b2f9 2.12 kichik 2005-12-17 15:05:58 +00:00
  • 5d94515e2d don't quote the version, it drives the command line processor crazy kichik 2005-12-17 15:02:56 +00:00