anders_k
a6d50fcae1
Set C++ flag on C++ plug-ins (Patch 228)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7136 212acab6-be3b-0410-9dea-997c60f758d6
2019-12-11 19:10:28 +00:00
anders_k
286edd20c4
* Basic System::Call support when compiling with 64-bit MinGW/GCC toolchain
...
* Win64 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6607 212acab6-be3b-0410-9dea-997c60f758d6
2015-09-17 14:30:07 +00:00
anders_k
1f949ccb94
Minor example scripts and WinVer.nsh fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6272 212acab6-be3b-0410-9dea-997c60f758d6
2012-10-16 09:43:36 +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
anders_k
0617c9d3e7
Changed SetWindowLong to SetWindowLongPtr and removed WNDPROC related casts
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6180 212acab6-be3b-0410-9dea-997c60f758d6
2011-11-19 15:41:45 +00:00
anders_k
cf4e5cf132
Fix a lot of MinGW/GCC warnings
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6168 212acab6-be3b-0410-9dea-997c60f758d6
2011-11-09 18:12:57 +00:00
wizou
acf9a8c21f
Jim Park's Unicode NSIS merging - Step 4 : merging more TCHAR stuff that shouldn't have any impact
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6041 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-29 14:24:47 +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
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
3db2839a3c
no more /UNLOAD with new plug-in api
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5844 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 19:31:52 +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
1a999b33e1
applied patch #1951248 - BgImage::Destroy re-enter crash fix
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5615 212acab6-be3b-0410-9dea-997c60f758d6
2008-04-25 09:29:59 +00:00
pabs3
747ad310e5
Kill some compiler warnings under Linux and mingw32
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4994 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-11 15:58:46 +00:00
kichik
d0743b2ced
added extern "C" to DllMain so gcc will find it (patch #1255671 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4218 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-11 15:56:43 +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
53fa1d20ac
install and distribute examples, contribs and documentation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4005 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-30 18:04:55 +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
e9dcc4f78b
Do not call SetBg from a section
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3159 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-18 14:30:43 +00:00
kichik
ed8c349736
Better error handling
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3138 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-14 13:44:26 +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
9dcb1667f6
new Graphics folder
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3105 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-06 13:15:45 +00:00
kichik
5d2b496c8d
that made sense...
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2928 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-19 12:08:51 +00:00
kichik
2f47369166
No need for that ObjType, was just a test
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2725 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 20:37:18 +00:00
kichik
a0a7ca8a09
Fixed stuck up windows on Windows 98
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2724 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 20:31:51 +00:00
kichik
6c3ffb46ae
tabs -> spaces
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2579 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-26 18:28:18 +00:00
kichik
4cb488964d
Threads safer
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2574 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-26 17:05:13 +00:00
kichik
8a752b3d74
Forgot to mention negative coords
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2552 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-14 12:45:23 +00:00
kichik
deefa7415c
Sound loops
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2544 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-10 21:45:48 +00:00
kichik
a0854211b5
Yey for the spell checker :)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2543 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-09 22:45:02 +00:00
kichik
26845a8b74
- BgImage improved a lot
...
- Added .onGUIEnd
- Some optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2542 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-09 21:11:14 +00:00
kichik
bd996b8562
No more weird border
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2460 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-15 08:30:28 +00:00
kichik
4f1d71027e
now compatible with the minimize button
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2301 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-15 14:16:21 +00:00
sunjammerx
a951158503
Removed the annoying window title bar
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2127 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 20:49:56 +00:00
kichik
b295ba4ac5
UnregisterClass added
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1829 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-24 18:20:53 +00:00
kichik
8300eae52e
/WAIT works again
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1712 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 12:07:07 +00:00
kichik
aece35f624
Pushing order changed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1711 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 12:06:28 +00:00
kichik
e4e675537d
Better example
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1710 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 12:06:10 +00:00
kichik
e5550dac1d
Compiles with the new ExDLL.h and updates the image faster
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1709 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 11:59:56 +00:00
kichik
59f4f257d0
An example for BgImage.dll
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1708 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 11:58:22 +00:00
kichik
297e981d32
Even easier paging system, no more Abort and Quit from custom pages creator functions, NSIS does it all!
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1636 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-09 12:50:00 +00:00
kichik
68860cb48e
Output to ../../plugins
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1628 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 20:42:11 +00:00
kichik
204ad0ad15
Persistent background image plugin
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1627 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 20:41:47 +00:00