Commit graph

5058 commits

Author SHA1 Message Date
kichik
0aed504f4a happy new year!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5917 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 14:44:30 +00:00
kichik
a4010c1d54 a comment explaining foreground issues
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5916 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 12:35:28 +00:00
kichik
130074428e revert r5314 - if the banner plug-in shows IDD_VERIFY in its own thread and that thread sets it as the foreground window because of the WS_VISIBLE style, the main thread loses the ability to set the foreground window. this causes the installer window to start on the background if banner is used in .oninit.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5915 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 12:32:34 +00:00
kichik
d05741f44e added exdll vs2008 project files, thanks to TobbeSweden
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5914 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 12:06:41 +00:00
kichik
7ae5b898a6 saner waiting times
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5913 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 00:29:35 +00:00
kichik
37fdba53fd list every language only once
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5912 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-31 16:30:00 +00:00
kichik
7c8291ef3c added Esperanto
http://forums.winamp.com/showthread.php?s=&threadid=302218

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5911 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-31 16:26:46 +00:00
kichik
f032f28605 Qump?!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5910 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-31 16:17:30 +00:00
kichik
608701ccc8 fixed bug #2533431 - Script compiling fails with !packhdr, but succeeds without?!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5909 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-31 15:46:54 +00:00
anders_k
5a9bbbb021 applied patch #2500960 - NSD_SetIcon support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5908 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-24 22:09:31 +00:00
kichik
a8d988b5c0 applied patch #2497172 - Fixes for POSIX build on Solaris, plus a regression
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5907 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-17 22:32:19 +00:00
kichik
5199b3bd65 fixed bug #2497290 - The TRUE/FALSE bug on MacOS X, revisited
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5906 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-15 13:51:22 +00:00
pabs3
80c2fae5c1 Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5905 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-13 16:54:39 +00:00
pabs3
bf6c65b158 Fix up plugin API header/lib installation for non-Windows platforms.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5904 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-11 09:48:07 +00:00
kichik
521d9c2ced pydoc should be in the function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5903 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:53:35 +00:00
kichik
c88bf59a8d make sure iconv exists
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5902 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:51:43 +00:00
kichik
af046c0116 and a dash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5901 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:38:57 +00:00
kichik
b36d0f3e3f wrong prefix in bug report
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5900 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:29:18 +00:00
kichik
f43fc9d38a fink prefixes for bug #2495138
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5899 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:14:36 +00:00
kichik
357a9f58c0 since we're already using winchar...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5898 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:12:10 +00:00
kichik
de19959620 fixed bug #2494539 - Missing iconv dependency in LibraryLocal in 2.42
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5897 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:10:23 +00:00
kichik
643ac0fb44 fixed bug #2494528 - MUI_DIRECTORYPAGE_BGCOLOR
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5896 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 22:04:56 +00:00
kichik
d1a1ed1ee3 shell api for shell stuff that's not automatically included in latest sdks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5895 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 21:53:58 +00:00
kichik
9da0e22dac wow... so many typos in one paragraph. was i drunk?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5894 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 21:49:14 +00:00
kichik
e42c65610b typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5893 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-10 21:48:32 +00:00
kichik
c4c03ac50e WinDef.nsh -> WinCore.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5892 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-01 01:04:34 +00:00
kichik
9e5f950c88 that ending quote shouldn't be there
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5891 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-01 00:55:07 +00:00
anders_k
ef5f695d5e Updated description comment to new filename
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5889 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-27 14:09:58 +00:00
anders_k
3241c3976e Renamed WinDef.nsh to WinCore.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5888 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-27 14:05:13 +00:00
anders_k
7b7237f969 Added WinDef.nsh and friends to SCons and makensis.nsi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5887 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-27 13:25:25 +00:00
anders_k
a6654feade Added WinDef.nsh and Win subdir - New headers with common windows stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5885 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-26 14:39:36 +00:00
kichik
59501c0174 scons 1.2.0 - Options -> Variables
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5882 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-24 23:40:38 +00:00
anders_k
6ade56370b changed RegisterPluginCallback return from BOOL to int to support a more detailed return value
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5879 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-21 19:14:45 +00:00
pabs3
a821a3ee5e Fix Library.nsi test script on non-Windows by making it use Contrib/UIs/default.exe instead of makensis.exe, which isn't built except on Windows.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5878 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-21 00:49:43 +00:00
kichik
edfb62b946 update for mediawiki 1.13 that insists on adding new lines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5873 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 15:50:33 +00:00
kichik
7d14a4d119 missing nsdialogs example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5865 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 12:26:02 +00:00
kichik
91cc2dea87 2.42
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5864 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 12:16:07 +00:00
kichik
09f8b31d64 syntax error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5863 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 12:00:21 +00:00
kichik
5bbdfaba11 extract recurring string REGTOOL_KEY so version is defined only once
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5862 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 11:55:06 +00:00
kichik
4c402ea0e7 2.42
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5861 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 11:48:54 +00:00
kichik
3d841a7387 more credits
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5860 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 11:19:18 +00:00
kichik
7f7dc37264 add NSISCALL definition for external plug-ins not built with scons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5859 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 09:26:16 +00:00
kichik
f022eb6911 forgot util.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5858 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 09:02:20 +00:00
kichik
ed545d867b renamed plugin.* to pluginapi.*
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5857 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:57:34 +00:00
kichik
79da5e1cb5 renamed plugin.* to pluginapi.*
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5856 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:49:26 +00:00
kichik
5ac5b3f95b deprecate SetPluginUnload and /NOUNLOAD
plug-ins are now responsible to keeping themselves loaded using the new api

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5855 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:17:15 +00:00
kichik
d04cece9be a brief explanation on the section restriction
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5854 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 07:59:50 +00:00
kichik
35eea140f5 GlobalAlloc should get GPTR not LPTR
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5853 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 07:54:05 +00:00
justin1014
4ed3f49268 Added !searchreplace preprocessor command for compiletime text search/replaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5852 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 07:22:25 +00:00
kichik
86bcd61baa again, force quotation around stdcall to avoid parenthesis madness
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5848 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-15 21:51:24 +00:00