kichik
672e695976
- Added SS_NOPREFIX for the static control above the install log so both will show the same when an ampersand is present in the string
...
- Added another parameter for Name. It will be used in places where doubled ampersands are required for text to render as expected. Use it if you have an ampersand in your name. See the updated documentation about the Name command for more information about usage.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3288 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-17 23:22:14 +00:00
kichik
70c6218a70
tab stop for license data - thanks Nick Allan
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3058 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-24 14:07:46 +00:00
joostverburg
84a16111df
page style
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3014 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-12 16:47:59 +00:00
joostverburg
f5046135d9
solved description box border problems with custom fonts
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2917 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-14 11:37:20 +00:00
joostverburg
9ee58d14f8
Modern UI 1.66: support for uninst comp page, multiple pages, new language & page system
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2824 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:42:21 +00:00
kichik
1e438b3e87
Reverted Ramon's addition of SS_NOPREFIX. It causes trouble with ClearType, compatibility and doesn't allow the user to use accelerators for edit boxes anywhere.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2790 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-05 15:50:17 +00:00
ramon18
79a49562b3
SS_NOPREFIX for all STATIC controls, now is possible to name the installer as "My company & CO" for example
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2776 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-29 20:25:42 +00:00
joostverburg
7bd28c3dd6
more space for "Space required" label
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2705 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-09 12:59:50 +00:00
joostverburg
3226317cf5
more space for "Space required" label
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2702 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-07 16:22:14 +00:00
kichik
564ca077d8
- Improved installation types behaviour
...
- .onSelChange no longer called when the components page is created
- First section is selected at compile time - changes in .onInit stick
- Added SectionSetSize / SectionGetSize
- Added SetCurInstType / GetCurInstType
- Added InstTypeSetText / InstTypeGetText - ability to change (and add and remove) installation types on runtime
- NSIS_MAX_INST_TYPES is now 32 by default
- InstType texts are now processed ($0, $1, etc. can be used)
- Added /o switch for Section - unselected by default
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2563 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-24 13:50:24 +00:00
kichik
6c32bae905
Bug #728281 fixed - system menu has everything enabled (including maximize) on Windows 9x
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2503 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-28 16:39:14 +00:00
kichik
bad48f1a0a
Some space saving changes, /NOCUSTOM and /COMPONENTSONLYONCUSTOM work together and infastructures for future changes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2338 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-18 20:36:52 +00:00
joostverburg
9a7c6e30b6
2 lines for description
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2275 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-11 12:43:31 +00:00
kichik
045587d18d
Smooth progress bar problems fixed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2108 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-06 13:07:53 +00:00
kichik
6f3fdd6650
BrandingText now automatically resizes for all languages in the MUI
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2082 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 15:05:50 +00:00
joostverburg
11f34a1095
better grouping
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2017 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 21:41:12 +00:00
kichik
4d9ac02f1f
Second string in 111 now has an id too (76)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2010 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 17:48:31 +00:00
joostverburg
c1deac8e88
added minimize box
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1936 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-11 16:24:24 +00:00
joostverburg
6790a4a46a
font / ui changes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1783 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-18 15:43:21 +00:00
joostverburg
12cba7a6a3
shell font
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1774 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-17 16:45:34 +00:00
joostverburg
2366257c05
Modern UI 1.6
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1728 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 16:00:32 +00:00
kichik
fc611d56eb
Combo box now shows on Windows 9x
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1563 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-02 15:06:41 +00:00
joostverburg
c00a6ee570
'show details' button a bit larger
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1410 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-14 13:37:51 +00:00
joostverburg
19c0c2b50b
changed size of 'available space' text box
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1372 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-10 21:19:03 +00:00
joostverburg
ed80fd09f8
text area on folder selection dialog bigger
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1367 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-10 20:08:08 +00:00
joostverburg
7c02c0d45d
larger browse button
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1345 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-08 21:00:28 +00:00
joostverburg
f77d86d7a5
changed size of space text areas
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1335 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-08 18:02:06 +00:00
joostverburg
050c5ec72a
made license page info-text area a bit larger
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1331 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-08 09:44:43 +00:00
justin1014
f3bca60d70
Updated RichEdit usage to hopefully be better (still somewhat untested)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@892 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 18:49:24 +00:00
kichik
52892d7e6d
Now always loads RichEdit2 if present
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@884 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 11:25:47 +00:00
kichik
455169af34
No more caption in the loading setup dialogs
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@836 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-30 11:01:00 +00:00
kichik
930f43f3ea
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@826 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 13:53:31 +00:00
kichik
d2671e87d4
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@823 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 13:13:55 +00:00
kichik
22f64732e1
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@814 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 10:31:13 +00:00
kichik
16f90719f1
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@776 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 16:02:51 +00:00
kichik
a648b14a4b
Show details button problems fixed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@749 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-26 16:06:35 +00:00
kichik
875d17fe22
A few pixels here and there
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@748 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-26 15:38:41 +00:00
kichik
414e23fc45
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@742 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-26 11:23:42 +00:00