anders_k
a7eff3874c
Display English and German in LangDLL if the codepage is 1250 (Bug #1185 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6873 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-15 18:58:22 +00:00
anders_k
d799ee53d7
Basic Win64 support (MSVC)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6439 212acab6-be3b-0410-9dea-997c60f758d6
2014-02-08 00:13:52 +00:00
anders_k
e63fa6c53b
Win64 fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6413 212acab6-be3b-0410-9dea-997c60f758d6
2013-09-06 23:48:59 +00:00
anders_k
7cc150c464
MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins.
...
The official plugins are now stored in architecture specific subdirectories under NSIS\Plugins. !AddPluginDir also gained a new (optional) architecture flag because MakeNSIS now stores separate plugin information for each target architecture. Storing plugins in the root of the Plugins directory is no longer supported.
MinGW does not implement the unicode CRT startup functions so the entry point functions and linker parameters had to be changed. The unicode tools use the ansi entry point and a small helper function that calls into the real code: _tmain has full argc+argv emulation while wWinMain does not pass the command line parameters. The stubs do not use any CRT functions and have no CRT or unicode helper code, they call our entry point directly.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6269 212acab6-be3b-0410-9dea-997c60f758d6
2012-10-13 01:47:50 +00:00
wizou
752d7d239a
Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant.
...
Compiler output is identical before & after this step
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/branches/wizou@6036 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-24 17:22:56 +00:00
pabs3
eff14a4702
Install the pluginapi stuff in a subdirectory.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5922 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-04 14:08:31 +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
5b490c9e49
removed private atoi implementations
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5837 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 17:47:14 +00:00
kichik
4ba8da04fd
switch to plugin.h
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5832 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 17:18:43 +00:00
kichik
26517fe8a3
fixed bug #1939573 - LangDLL Memory leaks
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5766 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-15 15:48:11 +00:00
kichik
74e7388e90
allow 'A' to be specified anywhere in the flags field
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5629 212acab6-be3b-0410-9dea-997c60f758d6
2008-05-03 13:16:02 +00:00
kichik
8022122214
fixed bug #1939571 - LangDLL auto select with only 1 language
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5598 212acab6-be3b-0410-9dea-997c60f758d6
2008-04-10 18:00:01 +00:00
kichik
46a9c50689
make sure at least one language is specified without creating a dialog
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5597 212acab6-be3b-0410-9dea-997c60f758d6
2008-04-10 17:58:56 +00:00
kichik
416146d6e6
font should come after the empty string that marks the end of the language list, no need to decrease lang_num
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5129 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-27 15:14:08 +00:00
kichik
bfeb923c89
return "no languages available" when combo box is empty of any reason, like no language with matching codepage
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5083 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-15 21:12:19 +00:00
kichik
f1c873ba36
implemented RFE #1564986 - block unsupported language
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5080 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-14 23:03:40 +00:00
kichik
dea5a5862c
signed/unsigned mismatch warning
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5052 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-11 20:58:07 +00:00
kichik
6cdf2cbce6
check for CB_ERR return value from CB_GETITEMDATA
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4388 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-11 21:29:35 +00:00
kichik
c6ff05d3a0
when $LANGUAGE doesn't match any passed language, select the first language, not some random garbage from the stack
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4387 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-11 21:27:05 +00:00
kichik
2513f74699
sort the combo box
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4353 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:55:01 +00:00
kichik
e225eea343
don't relay on the order in the combo box
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4352 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:54:35 +00:00
kichik
7fa7361447
use same style for all blocks
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4351 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:38:45 +00:00
kichik
b33ce7e1df
free the allocated memory
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4350 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:37:38 +00:00
kichik
f555ea4420
clean-up on ok and cancel as well, not only close
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4349 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:31:03 +00:00
kichik
3b16701629
added comments
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4348 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-22 11:26:27 +00:00
kichik
d7592d0f84
replaced by scons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4047 212acab6-be3b-0410-9dea-997c60f758d6
2005-05-21 16:21:32 +00:00
kichik
4a77cdc9fe
less code in SConscripts, more shared code in SConstruct
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3986 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-22 16:51:00 +00:00
kichik
b604cdfe3f
new build system using SCons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3969 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 18:48:50 +00:00
kichik
ccf2bb96a5
applied patch #1164307 - Fixes to allow building Contrib/ on debian (minus Makefiles)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3923 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-17 21:26:59 +00:00
kichik
18519e3e79
include winresrc.h instead of afxresh which is not available on non Microsoft compilers (part of MFC it seems)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3300 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-23 14:24:28 +00:00
kichik
f915329242
Call the same DllMain for debug and release builds
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3133 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-12 20:24:53 +00:00
joostverburg
012286a108
compiles without Platform SDK
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2409 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-02 16:56:09 +00:00
kichik
dca0c7c4c4
LangDLL defaults to MS Shell Dlg
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2268 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-10 21:13:18 +00:00
kichik
4605b49113
Forgot one pop
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2262 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 21:24:04 +00:00
kichik
496874b242
LangDLL now accepts A too. A for auto count, it looks for the first empty string ("") pushed.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2260 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-09 20:17:27 +00:00
kichik
fe4b109a00
Made room for 3 lines of text (bug report #621273 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1373 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-11 11:39:08 +00:00
justin1014
6525b27baa
updated parameter use to new exdll
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1120 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-21 18:45:38 +00:00
kichik
327cf49a88
Font size is not calculated correctly
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@819 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 12:13:48 +00:00
kichik
e00de969c1
Font can be pushed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@815 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 10:48:08 +00:00
kichik
9ecbee964a
Pretty :D
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@807 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:53:50 +00:00
kichik
dd68d9797b
Outputs the right language
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@805 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:47:25 +00:00
kichik
ff72155e94
Now really gives the right default language
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@803 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:44:57 +00:00
kichik
63c617f4b1
Gives the right default language now
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@802 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:43:54 +00:00
kichik
79ddaab554
Languages are inserted backward
...
Language in language is selected automatically
Dialog caption is no longer dialog :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@801 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:38:14 +00:00
kichik
1c3515c2df
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@799 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 22:21:37 +00:00