Commit graph

1825 commits

Author SHA1 Message Date
kichik
78a980fe03 allocate memory for "--" as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4962 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-02 09:49:54 +00:00
pabs3
3d7194ee59 fixed bug #1661503: inconsistency between Win32/Linux makensis command line options
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4961 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-02 04:35:35 +00:00
kichik
9cbba1c7ba fixed bug #1670741 - NSIS Menu can't be built on linux due to .rc & .cpp -> .o
added automatic code that changes the target name of resource files to something slightly unique


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4960 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-01 21:05:43 +00:00
kichik
b8bf22affb build NSIS Menu from source (requires wxWidgets)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4958 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-24 18:57:55 +00:00
kichik
7a9faeb2a5 fixed bug #1667637 - build, test failures in nsis CVS on Debian GNU/Linux
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4956 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-24 12:16:32 +00:00
kichik
f9efe8a94d fixed vc7 build errors
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4955 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-24 11:35:51 +00:00
kichik
c1c68544e0 it's WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEAN and it makes build fail anyway
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4954 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-23 17:01:14 +00:00
kichik
e80b4d084c removed vauge mathcrt.lib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4953 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-23 15:10:42 +00:00
kichik
28a3b53b05 implemeneted RFE #1666501 - MakeNSISw: esc -> close
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4951 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-23 12:42:21 +00:00
kichik
71df1fde32 fixed bug #1663795 - Galician language is broken in MUI installers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4945 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-20 20:34:19 +00:00
kichik
9478452590 fixed bug #1661677 - InstallOptions MessageBox
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4939 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-17 15:24:44 +00:00
kichik
874036d83d always terminate lpFilteredData with NULL, even if no numbers are found in lpData
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4929 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-17 09:12:15 +00:00
kichik
0594faf227 czi's patch for bug #1651312
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4923 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-06 20:58:44 +00:00
kichik
0221765d39 fixed bug #1652075 - ONLY_NUMBERS Flag (Install Options Plugin) bug
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4922 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-06 20:54:05 +00:00
kichik
618bfabd4a fixed bug #1651312 - InstallOptions browse button not working
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4921 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-03 18:30:55 +00:00
kichik
7fd83c7114 version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4917 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-02 16:37:21 +00:00
kichik
10dbfeab56 add menu accelerators to MRU
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4916 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-02 16:34:40 +00:00
kichik
b3838bdf91 include windows.h for HWND, GPTR and friends
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4915 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-30 23:11:11 +00:00
kichik
196d1d0028 nsExec::Exec example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4895 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-25 15:23:40 +00:00
kichik
6e6b20ea64 fixed bug #1411970 - Settings in HKLM instead of HKCU?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4874 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-24 12:51:26 +00:00
kichik
e62f8b50aa more patch #1634704 updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4868 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 20:47:37 +00:00
kichik
31154c4424 applied patch #1634704 - FOCUS flag for InstallOptions Plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4864 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 17:33:31 +00:00
kichik
c06d106133 patch #1631765 - New Galician translation available
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4856 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-19 20:09:12 +00:00
kichik
88572123e5 fixed bug #1606716 - InstallOptions might send irrelevant NOTIFY for radiobuttons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4854 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-19 19:26:04 +00:00
kichik
54306b3abf tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4848 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 17:40:10 +00:00
kichik
c145d69e55 2006 -> 2007
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4847 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 17:28:23 +00:00
kichik
92681504ee little clear up based on patch #1624292 - VPatch docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4846 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-29 12:48:47 +00:00
kichik
9a75eca79f fixed bug #1620178 - System::Store l crash installer when private stack is empty
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4845 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-22 12:47:03 +00:00
kichik
2cda34fbec fixed bug #1616267 - System plugin crash with parenthesis in filename
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4844 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-15 11:52:11 +00:00
kichik
22088d6674 fixed bug #1610773 - nsis-2.22 fails to install on Linux (mingw32)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4840 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-08 12:22:13 +00:00
kichik
ab5977c0ad use the safer mkstemp instead of tmpnam
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4839 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-08 12:20:58 +00:00
kichik
80c1dfbc16 fixed bug #1605581 - nsExec:ExecToLog is unstable in silent mode
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4835 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-01 16:29:36 +00:00
kichik
f03e32fc2f MSVC_VERSION has Exp prefix for express versions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4825 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 14:38:16 +00:00
kichik
def7b5ee53 fixed bug #1602673 - error in Lithuanian language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4824 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-25 12:13:48 +00:00
kichik
7519ae9fe2 proper MSVS_VERSION check
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4817 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-17 11:38:15 +00:00
joostverburg
f04bd2fa14 automatic MSVC 2005 detection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4816 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-14 19:14:53 +00:00
joostverburg
62776e907d updated info about reserving files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4815 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-13 14:25:27 +00:00
kichik
8556216fb3 patch #1590108 - Another update for Slovenian localization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4807 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-03 18:50:40 +00:00
kichik
2971d77008 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4804 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-02 20:24:56 +00:00
kichik
3ee55b256b minor fixes by solenn
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4803 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-02 12:59:50 +00:00
kichik
4e84de07ca fixed TEMP_MSVC2005 test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4799 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-30 19:45:18 +00:00
joostverburg
1247550061 MSVC 2005 support. Add TEMP_MSVC2005=yes to the build command line.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4796 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-29 11:50:31 +00:00
kichik
25cb1c150c added Uzbek
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4789 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 23:55:53 +00:00
joostverburg
773827c36f Uzbek language files by Emil Garipov
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4788 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 20:07:48 +00:00
kichik
648d835d7a call InitCommonControls
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4773 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-16 11:23:51 +00:00
kichik
359fc5dc86 small fixes for better view by Dumperbg
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4768 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-06 16:25:26 +00:00
joostverburg
6305717786 language name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4767 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-02 11:12:23 +00:00
kichik
47e6091866 patch #1558822 - Valencian translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4758 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-23 22:02:54 +00:00
kichik
67ff922222 implemented RFE #1547844 - default button of the abort warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4757 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-23 08:28:07 +00:00
kichik
f607e22a90 specifically request for no execution level change on vista
this is a workaround for vista's incorrect flagging of all manifested nsis applications as installers


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4755 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-22 10:42:57 +00:00