Commit graph

4379 commits

Author SHA1 Message Date
kichik
3a657559b0 properly initialize script_cmd_args for each SetScript
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5046 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-10 20:41:01 +00:00
kichik
fb3bcd24be g_sdata.script is expected not to be NULL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5045 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-10 20:34:05 +00:00
kichik
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


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5044 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-10 20:31:20 +00:00
kichik
39e22a96dd added COMPRESSOR_NONE_SELECTED instead of (NCOMPRESSOR)-1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5043 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-10 19:48:54 +00:00
kichik
122d84ddf2 no more need for char* cast
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5042 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-09 19:44:16 +00:00
kichik
e369347bf6 use const char for myGetProcAddress
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5041 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-09 18:01:20 +00:00
kichik
32bac47b2f added a warning to sconf.h, defines.h and version.h about automatic generation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5040 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-09 15:40:14 +00:00
kichik
a2b1a9e178 applied patch #1683189 - [InstallOptions] new control type: "line"
added VLine and HLine


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5039 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-09 10:52:45 +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
pabs3
bf9eb86c42 Fix FTBFS on Linux due to missing definition of MB_USERICON
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5037 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-04 08:15:19 +00:00
kichik
53442f4f53 applied patch #1682748 - installer icon for message box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5036 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-03 11:19:36 +00:00
kichik
3ebe1d6d61 applied patch #1683186 - [InstallOptions] support for linebreaks in link control
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5035 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-03 10:57:17 +00:00
kichik
b3451dc30e fixed bug #1692761 - Library.nsh warning when not using macro UnInstallLib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5034 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-03 10:47:27 +00:00
kichik
0cb1253452 applied patch #1687456 - [UserInfo plugin] Fix for #1684777, GetAccountType and Vista
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5033 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-03 10:02:51 +00:00
kichik
78f805da52 it's c, not c++
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5032 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-02 10:54:23 +00:00
pabs3
e873b82b53 Kill some more compiler warnings under Linux and mingw32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5031 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-02 10:29:35 +00:00
kichik
cab85d397f applied patch #1676101 - Suggested corrections to MUI French prompts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5029 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-01 21:27:00 +00:00
kichik
0a7a11111f detect wx-config before trying to run it (part of bug #1672315)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5028 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-01 18:00:19 +00:00
kichik
82d6166fdf signed/unsigned comparison
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5027 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-01 17:38:31 +00:00
kichik
c3a8c6cc2e avoid ".." in ChangeLog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5026 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 16:11:16 +00:00
kichik
2d9a18f167 log the correct directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5024 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 14:47:02 +00:00
kichik
5a87bdbef9 Examples\Plugin, not Contrib\ExDLL or Contrib\Plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5023 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:51:35 +00:00
kichik
0c146dde1b added missing example files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5022 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:48:46 +00:00
kichik
1388f302e2 2.25
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5021 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:42:49 +00:00
kichik
4249c6107b don't delete if it wasn't allocated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5020 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:36:25 +00:00
kichik
06d9c41169 2.25
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5019 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 12:38:39 +00:00
kichik
f539671826 version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5018 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 11:47:04 +00:00
kichik
90067aa970 version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5017 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 11:29:03 +00:00
pabs3
54351455cb Convert LF linefeeds to CRLF
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5016 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 11:24:22 +00:00
kichik
29c8d0da5c use compression for cvs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5015 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 10:47:03 +00:00
kichik
5107637e7e fixed access violation in case m_vItems[i]->szClass is an int resource
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5014 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 09:21:51 +00:00
kichik
3b48b74364 unshared dll example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5013 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-30 21:49:16 +00:00
kichik
6dba6f5f93 use default crt entry point
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5012 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-30 19:44:52 +00:00
kichik
b1545f5a6a formatting without _floatp10
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5011 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-30 19:40:27 +00:00
kichik
7b3240cd5c distribute nsis.exe.manifest for the nsis menu as it's dynamically linked
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5010 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-30 16:30:22 +00:00
kichik
02d652d64a cd /D so WXWIN on other drives will work
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5009 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-27 19:14:35 +00:00
kichik
00e1788675 applied patch #1680556 - fixes to allow zip2exe & Makensisw to build in winelib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5008 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-24 13:55:59 +00:00
kichik
089dfb7da9 don't enter message loop when window failed creation (because of input error or anything else)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5007 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-20 22:28:55 +00:00
kichik
c6caf04ec7 fixed bug #1684751 - StartMenu accepts empty paths
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5006 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-20 21:44:19 +00:00
kichik
de7ebfe3ce better error handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5005 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-20 21:42:07 +00:00
kichik
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


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5004 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-20 21:33:28 +00:00
kichik
b3310a3170 not using System.dll for case-sensitive comparison anymore
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5003 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-20 19:38:19 +00:00
kichik
f8a810ba45 work around perl's weirdness with executing cvs.exe after changing STDOUT for cvs2cl.pl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5002 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-18 20:03:15 +00:00
kichik
8c04e65bb6 couple of fixes to make cvs2cl.pl run (but not work yet(
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5001 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-18 19:23:49 +00:00
kichik
7b6071caec more of bug #1635841 - gcc strict-aliasing and build system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5000 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-18 18:34:03 +00:00
kichik
576446db5e more of patch #1644712 - new compiler predefines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4999 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-18 18:33:28 +00:00
pabs3
6842d80d30 applied patch #1680508 - generate a ChangeLog at release time
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4998 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-15 02:49:08 +00:00
pabs3
988c973576 fixed bug #1680944: Woooops, add the SConscript for ExDLL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4997 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-15 00:43:42 +00:00
pabs3
8e30ac8979 Install the example plugin and C header by default
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4996 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-12 10:07:38 +00:00
pabs3
baa898b952 Missed a warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4995 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-11 16:49:02 +00:00