Commit graph

677 commits

Author SHA1 Message Date
kichik
d304f50507 added InstallOptions images example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3894 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-04 14:45:09 +00:00
kichik
c5d4422fd6 2.04->2.05
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3892 212acab6-be3b-0410-9dea-997c60f758d6
2005-02-04 13:55:29 +00:00
kichik
785e54440f added MUI_HEADERIMAGE_BITMAP example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3880 212acab6-be3b-0410-9dea-997c60f758d6
2005-01-21 15:32:11 +00:00
kichik
f2cba8c2cb renamed SubSection to SectionGroup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3852 212acab6-be3b-0410-9dea-997c60f758d6
2005-01-10 12:43:52 +00:00
kichik
ccbc8ecd45 2.03->2.04
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3842 212acab6-be3b-0410-9dea-997c60f758d6
2005-01-05 17:11:49 +00:00
joostverburg
3cc310ed4a Modern UI 1.72
* Fixed state of Finish page Cancel button when both an installer and uninstaller page is included


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3795 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-27 14:50:43 +00:00
kichik
6d438d0f34 2.02->2.03
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3786 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-26 19:30:01 +00:00
kichik
01defffbf5 use File /r instead of a macro for each directory so no updating will be required each time a directory is added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3757 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-25 21:34:46 +00:00
joostverburg
8a597d469e added new folders
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3754 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-24 11:04:21 +00:00
kichik
54eca79ebf added Source\boost
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3750 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 09:50:11 +00:00
kichik
4b6f234db1 added Source\Tests
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3749 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 09:31:53 +00:00
kichik
eb00ff12cc StrFunc 1.09 by deguix:
- Fixed stack problems involving: StrCase, StrRep, StrSort, StrTok.
 - Fixed StrClb: When "Action" = "<>", handle was wrongly outputed as text.
 - Fixed StrSort, StrStrAdv documentation examples.
 - Fixed StrIOToNSIS, StrLoc, StrNSISToIO, StrRep, StrStr: sometimes didn't find "StrToSearch" at all.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3746 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-22 23:52:01 +00:00
kichik
b2556bb9bd 2.01->2.02
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3738 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-18 23:05:16 +00:00
kichik
1992f1e08e added ClearErrors so errors that occurred before RMDir won't be caught
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3737 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-15 20:52:33 +00:00
kichik
280f1a2803 StrFunc 1.08 by deguix:
- Converted all the functions to LogicLib.
 - StrSort: Totally remade and it can break old scripts. See documentation for details.
 - Added defines: StrFunc_List, *_List and *_TypeList.
 - Fixed StrStrAdv: Variables $R0-$R3 couldn't be used on scripts before calling.
 - StrRep: Cut down some variables.
 - Arranged correctly the order of StrSort on the documentation.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3726 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 22:59:42 +00:00
joostverburg
7c4b5bc3d3 Albanian language files by Besnik Bleta
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3709 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-11 14:54:18 +00:00
kichik
3ed6d7ea22 call SHChangeNotify after changing file associations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3705 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-11 10:32:23 +00:00
kichik
d02eae4d94 String Functions 1.07
- StrStrAdv and StrCase have their functions remodeled with LogicLib. Functions have a lesser chance to have bugs.
 - Added case-sensitive comparation option for StrStrAdv.
 - StrCase now uses System.dll which makes case convertions effective with all latin letters (i.e. ?).
 - StrClbSet and StrClbGet removed, added StrClb.
 - Made compact the most usual operations inside the header file. File size reduced.
 - Added "!verbose" to header file -> faster compilation and header file output organized (code borrowed from LogicLib.nsh).


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3663 212acab6-be3b-0410-9dea-997c60f758d6
2004-09-24 13:59:03 +00:00
eccles
3d4f901e5b LogicLib 2.5
- AndIf, AndUnless, OrIf, OrUnless added.
- Avoids unused variable warnings by requiring !defines before using certain features.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3641 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-23 13:35:47 +00:00
kichik
827b69fbb5 case changes for case sensitive platforms
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3635 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-20 15:17:29 +00:00
joostverburg
5e5b4df0bc new languages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3625 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 23:29:42 +00:00
kichik
09fb9613bd Library files should go into Contrib\Library not Contrib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3609 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 11:00:29 +00:00
joostverburg
b09c7fe4e9 files for new library system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3606 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 07:55:53 +00:00
joostverburg
356e39c622 2.01 version for update page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3604 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 23:21:54 +00:00
kichik
5ab7a5eeb1 2.0->2.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3599 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 21:29:58 +00:00
kichik
f212f43855 updated colors.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3591 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-24 12:34:47 +00:00
kichik
da90827244 latest StrFunc example and readme
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3578 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 20:00:50 +00:00
kichik
d05b8bc6ad 2.0->2.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3575 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-25 11:19:17 +00:00
kichik
74051c80de new, hopefully more informative, System plug-in documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3556 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 16:31:45 +00:00
kichik
f4a1f17299 - updated the makefiles and code to allow compliation with MinGW once again (some of patch #875485 by perditionc)
- fixed errors and warnings given by gcc


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3513 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-12 20:43:54 +00:00
joostverburg
263542a0b6 new LZMA source files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3509 212acab6-be3b-0410-9dea-997c60f758d6
2004-03-07 10:46:09 +00:00
joostverburg
fc31238735 link text not cut off when high dpi setting is used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3500 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-23 17:46:16 +00:00
kichik
7c9ab6c657 added Contrib\\Modern UI\\images
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3483 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 21:13:56 +00:00
kichik
a4a0e1b063 (deguix) replaced StrSort and updated documentation some more
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3482 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 15:47:54 +00:00
kichik
58efd7312d added deguix's collection of string functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3479 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-07 00:39:42 +00:00
joostverburg
32589a1d28 NSIS 2.0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3476 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:17:43 +00:00
joostverburg
956710c71d Modern UI 1.70
* Improved documentation
 * New Init custom function for Welcome and Finish page


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3473 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 23:01:57 +00:00
kichik
80c8c38055 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3471 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-06 18:19:51 +00:00
kichik
ad20b46de5 no more *.rc for nsisdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3450 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 15:14:39 +00:00
kichik
dec6634222 rc3->rc4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3449 212acab6-be3b-0410-9dea-997c60f758d6
2004-02-02 15:09:40 +00:00
joostverburg
3b65a9cb07 updated Farsi / Persian langauge files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3440 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-31 13:35:28 +00:00
joostverburg
2e29bc806f Indonesian language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3420 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 16:27:08 +00:00
kichik
d6076fa59b rc2->rc3
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3418 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-26 03:38:17 +00:00
joostverburg
61b26578ea Latvian language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3412 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-24 22:54:20 +00:00
joostverburg
f806c7ce4c Modern UI 1.69
* All uninstaller pages work without installer pages
* Fixed top text on uninstaller license page


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3368 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 19:21:00 +00:00
kichik
81e42db724 rc1->rc2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3355 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 21:05:02 +00:00
kichik
1b2abf06de commit?!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3349 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 13:15:42 +00:00
kichik
07932587d7 removed useless colon and spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3347 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-04 13:13:01 +00:00
kichik
e7fc8474c5 - added missing 7zip source and CVS files
- b5 -> rc1


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3321 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-27 19:10:21 +00:00
kichik
5e4c7cf860 added multilingual license example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3315 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-25 13:31:14 +00:00