Commit graph

3619 commits

Author SHA1 Message Date
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
4d6282546d typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4263 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-15 18:37:16 +00:00
kichik
f75a159161 appendix number is subject to change, use name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4262 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-15 18:36:28 +00:00
kichik
b5042901b9 fixed bug #1288159 - Bad mnemonic key in makensisw menu
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4261 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-13 19:24:26 +00:00
kichik
68ff07805b fixed bug #1287731 - FileRequest alters working directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4260 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-13 19:19:05 +00:00
kichik
cd8934d15c - avoid overflow when calculating the digit after the decimal dot
- use BOOL isntead of int in SetSizeText


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4259 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 19:12:49 +00:00
kichik
a882a03f74 moved "shlwapi.dll" and "SHAutoComplete" to .rdata from .data (constified them)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4258 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 17:26:32 +00:00
kichik
c904e65ff7 break glass in case of emergency (e.g. .rdata overflows)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4257 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 16:45:03 +00:00
kichik
a99b2db925 my_GlobalAlloc no longer reduces the size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4256 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 16:32:26 +00:00
kichik
d6367e4125 my_GlobalAlloc no longer reduces the size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4255 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 16:08:44 +00:00
kichik
8e3f7ed623 size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4254 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 15:21:45 +00:00
kichik
0bca3c8255 size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4253 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 14:29:12 +00:00
kichik
8b91e361ca round required space up instead of down (thanks Ippi)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4252 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 12:13:32 +00:00
kichik
4647e56e67 fixed build warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4251 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 09:18:45 +00:00
kichik
82ec0a3db2 fixed SHACF_FILESYSTEM redefinition warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4250 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 08:42:54 +00:00
kichik
35229f5edf updated required version numbers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4249 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 08:20:37 +00:00
kichik
f8e2e8167e $($^Name) is a typo, it should be $(^Name)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4248 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 19:19:58 +00:00
kichik
34693279d0 use log_dir for log() and exit() as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4247 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 19:17:18 +00:00
kichik
50a77027d2 write zip logs to correct folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4246 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 19:15:56 +00:00
kichik
1817fc7bae fixed typos (SoKoOLz)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4245 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 18:36:48 +00:00
kichik
1898a9b2e1 fixed in scons 0.96.91
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4244 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 17:52:57 +00:00
kichik
dac3dfe20b scons 0.96.91 is required
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4243 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 16:48:17 +00:00
kichik
13319345b0 fixed mingw compile errors (missing SHACF_FILESYSTEM)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4242 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-06 16:57:58 +00:00
joostverburg
18d00cfb55 Modern UI 1.74: Fixed compile error when checkboxes are used on multiple finish page pages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4241 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-04 21:24:27 +00:00
kichik
96bc26998d fixed small errors
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4240 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-03 13:30:50 +00:00
kichik
0b2f58da85 a script to automatically release new versions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4239 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-03 13:29:04 +00:00
kichik
98931b03f9 moved most of config.h into SConstruct
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4238 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-02 17:08:07 +00:00
kichik
d736ad8ce6 moved most of config.h into SConstruct
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4237 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-02 16:15:13 +00:00
kichik
86ccf99b80 added auto completion to the directory page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4236 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-02 11:35:45 +00:00
kichik
7ecd1d3185 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4235 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-01 17:56:37 +00:00
kichik
e924467df6 added another version of MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4234 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-01 17:56:23 +00:00
kichik
8424e074e9 fixed build errors and warnings caused by latest merge
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4233 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-30 16:30:48 +00:00
oripel
57ad3c18b3 merged from PIEPIEPIE branch:
- min/max macros removed
- Plugins refactored
- more functions in util.{h,cpp}


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4232 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-27 19:56:00 +00:00
kichik
b33965c87d 2.09 changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4228 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-26 16:45:35 +00:00
kichik
1aaa2da092 Library.nsi example requires %WINDIR% environment variable
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4227 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-26 10:10:21 +00:00
kichik
9e7fbac72c 2.09
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4226 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-26 09:45:51 +00:00
kichik
27a1e0040c (Instructor) WordReplace
- Fixed: Incorrect rule for return errorlevel 1 in situation when string beginning with word to replace and its only one word in string and when uses option - deletes all found words


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4225 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-23 17:45:25 +00:00
kichik
03bb808953 added -signed suffix to signed distribution files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4224 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-19 12:02:15 +00:00
joostverburg
3a31860c11 removed rounded edges
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4223 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-17 12:36:50 +00:00
kichik
41d6460c4f applied part of patch #1248335 for greater portability
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4222 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-14 11:17:19 +00:00
kichik
2a8231fbdb added CODESIGNER option to enable executable digital signing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4221 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-14 10:44:02 +00:00
kichik
09d17aff6f no support for Python 1.5.2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4220 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-11 20:29:59 +00:00
kichik
b31d96a55f Malaysian -> Malay
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4219 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-11 15:58:38 +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
joostverburg
f9060a4364 updated Malay language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4217 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-09 15:30:39 +00:00
joostverburg
858396a13c Modern UI 1.73 changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4216 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 17:14:27 +00:00
joostverburg
f8c16e6849 fixed checkboxes on uninstaller finish page or multiple finish pages
use Var /GLOBAL


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4215 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:48:39 +00:00
kichik
e3fc1691bb no more need for these defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4214 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:23:29 +00:00
kichik
698deb823f use Var /GLOBAL to avoid annoying warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4213 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:22:02 +00:00
kichik
14a9b130a1 use Var /GLOBAL to avoid annoying warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4212 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:12:35 +00:00