Commit graph

42 commits

Author SHA1 Message Date
kichik
80bc65beb1 support python 3 for building
python 2.6 is no longer supported

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6921 212acab6-be3b-0410-9dea-997c60f758d6
2017-10-06 18:23:05 +00:00
anders_k
9dfe34672a * Tweaked filetype icons
* MS resource compiler <= VS 2005 does not like PNG compressed icons


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6811 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-05 19:40:31 +00:00
kichik
62a6202f90 new graphics by idleberg
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6808 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-03 22:06:46 +00:00
anders_k
50a892a084 Attempt to work around wxWidgets CustomLinks/Links incompatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6773 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-16 12:58:27 +00:00
kichik
bc4e7cb2c2 #1144 fix windows build
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6765 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-09 04:07:10 +00:00
anders_k
e922c1b182 NSIS Menu POSIX fixes (bug #1144)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6758 212acab6-be3b-0410-9dea-997c60f758d6
2016-06-26 13:36:30 +00:00
anders_k
f6ae3a47e5 Must distribute notinstalled.html
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6755 212acab6-be3b-0410-9dea-997c60f758d6
2016-06-12 00:09:17 +00:00
anders_k
32b9055a38 Added 128x128 image to the NSIS Menu icon
Changed the 32x32x16 and 16x16x16 images to look like the standard round NSIS logo
Tweaked the 48x48 images


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6750 212acab6-be3b-0410-9dea-997c60f758d6
2016-05-08 08:51:19 +00:00
anders_k
2a341bc918 Better NSIS Menu .manifest requirement detection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6631 212acab6-be3b-0410-9dea-997c60f758d6
2015-11-03 23:28:08 +00:00
anders_k
d9fc032cd7 Make sure client rectangle is the correct width so we don't get a blank spot to the right of the header image because our wxWidgets border calculation is sometimes wrong.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6463 212acab6-be3b-0410-9dea-997c60f758d6
2014-04-30 20:45:27 +00:00
anders_k
2395ded256 NSIS Menu html window should have the same width as the header image
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6402 212acab6-be3b-0410-9dea-997c60f758d6
2013-08-05 15:37:59 +00:00
anders_k
7a741d6ef4 NSIS Menu dialog caption has to contain a %s now (wxWidgets requirement) so our files need to have a html title element.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6393 212acab6-be3b-0410-9dea-997c60f758d6
2013-07-22 18:15:14 +00:00
kichik
dabc0c1088 revert to wxWidgets 2.8.12 as 2.9.X is still experimental and doesn't work for us
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6333 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-11 07:53:47 +00:00
kichik
be7926c4df solved some wxWidgets assertions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6332 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-11 07:21:53 +00:00
kichik
3d42178659 upgraded to wxWidgets 2.9.4 and fixed unicode build (files were written into vc_mswuunsis and not vc_mswunsis; and some of the IF statement in the batch file didn't work)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6331 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-10 09:13:20 +00:00
kichik
c57a89312f there's only one header.gif (the unicode fork has a different header)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6280 212acab6-be3b-0410-9dea-997c60f758d6
2012-11-11 03:36:45 +00:00
wizou
cdf7735a77 Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk
Compiler output is identical before & after this step

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6037 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-26 17:18:17 +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
kichik
45da025cd8 support specifying WXWIN on command line
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6002 212acab6-be3b-0410-9dea-997c60f758d6
2009-11-29 23:19:58 +00:00
kichik
a3385f6ff7 wxWidgets 2.8.10 compatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5993 212acab6-be3b-0410-9dea-997c60f758d6
2009-06-13 09:30:15 +00:00
kichik
1592fa2d6a fixed bug #2781948 - NSIS.exe shows nothing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5965 212acab6-be3b-0410-9dea-997c60f758d6
2009-05-13 18:38:32 +00:00
pabs3
31a6cd9180 Fix 1900233: add some tweaks to allow building the NSIS Menu with wxGTK on Debian GNU/Linux.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5554 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-23 11:35:56 +00:00
kichik
5955e090c7 fixed dependency list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5477 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 20:48:59 +00:00
kichik
0a2692fb22 check for setup.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5155 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-23 23:32:42 +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
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
5e8edf541e cd to the right directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4987 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 18:50:12 +00:00
kichik
bc5c323c6d removed /Q from rd - ask to be sure
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4986 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 18:13:24 +00:00
kichik
e659fbc3f9 applied patch #1677482 - wxbuild.bat for paths with spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4985 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 18:11:53 +00:00
kichik
cfa0085a2a fixed bug #1667976 - new nsis menu is larger
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4984 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 15:56:41 +00:00
pabs3
4580795d2f partially fixed bug #1672315: NSIS Menu not portable to Linux wxGTK
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4983 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-08 01:47:14 +00:00
kichik
d2f099430b append nsis menu include/lib paths in the sconscript
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4964 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-02 11:36:18 +00:00
kichik
b293ebb229 added MSVCRT_FLAG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4963 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-02 11:17:08 +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
pabs3
0913023f33 Merge patch for better installs on POSIX platforms.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4486 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-21 09:54:23 +00:00
kichik
f8062527fa typos (thanks Jamyn!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-16 11:27:51 +00:00
kichik
7c5f6d159f install NSIS Menu, no building for now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4070 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-17 18:38:36 +00:00
joostverburg
dc35710bf8 new style
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3123 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-10 22:27:38 +00:00
joostverburg
e326dab268 new Graphics folder with a good structure, updated icons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2954 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-23 18:34:01 +00:00
joostverburg
0f770650cc NSIS Menu updates: new design, source fixes, use wxWindows 2.4.2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2948 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-22 19:28:09 +00:00
joostverburg
190bc67448 NSIS Menu source
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2575 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-26 17:53:58 +00:00