kichik
|
85c0c8f457
|
Added DT_NOPREFIX (http://forums.winamp.com/showthread.php?s=&postid=609487#post609487)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@853 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-01 19:31:35 +00:00 |
|
kichik
|
d6d3e01618
|
Removed 0xbadf00d thingy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@852 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-01 04:16:20 +00:00 |
|
eccles
|
c279513ae3
|
Buffer overrun
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@851 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-31 23:44:58 +00:00 |
|
kichik
|
ce50f46809
|
EW_REBOOT works with out 0xbadf00d
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@846 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-31 10:27:34 +00:00 |
|
kichik
|
a41fe5d416
|
Uses my_alloc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@845 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-31 10:27:01 +00:00 |
|
kichik
|
8c7c3c304e
|
my_alloc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@844 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-31 10:26:39 +00:00 |
|
kichik
|
22a71cf015
|
Back to pop-up menu, multiple languages soon.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@843 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-31 10:25:24 +00:00 |
|
sunjammerx
|
851e5d1fc5
|
Minor improvement to CTRL-C key test code but it's still shite.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@842 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-30 23:31:22 +00:00 |
|
sunjammerx
|
88d1eb693f
|
Copy detail view contents on CTRL-C (removed the popup context menu approach since it wasn't language independent). This code sucks, please improve it :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@841 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-30 23:06:19 +00:00 |
|
sunjammerx
|
1518061acf
|
Changed GetCursorPos to GetMessagePos & removed TCHAR crap. Still needs either language support for the popup menu text, or conversion to work off CTRL-C instead.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@840 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-30 21:41:54 +00:00 |
|
sunjammerx
|
408ea47c02
|
Adds "copy to clipboard" feature for DetailView (feature 590012)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@839 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-30 19:51:05 +00:00 |
|
kichik
|
e8825c3dab
|
CallInstDLL without /NOUNLOAD now works
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@833 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-29 16:44:24 +00:00 |
|
kichik
|
5bba364e31
|
Section on/off problems solved
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@830 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-29 15:02:48 +00:00 |
|
kichik
|
f345a4256d
|
Still 36.5KB :D
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@821 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-29 12:25:19 +00:00 |
|
kichik
|
260dfe3830
|
CreateFont gives the right size now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@820 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-29 12:24:35 +00:00 |
|
kichik
|
e133b9b6aa
|
Back to 36.5KB again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@817 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-29 11:34:34 +00:00 |
|
kichik
|
dcc051e505
|
Plugin calls can now use /NOUNLOAD too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@816 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-29 11:27:21 +00:00 |
|
kichik
|
4c9029094e
|
CallInstDLL /NOUNLOAD added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@813 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-29 10:25:45 +00:00 |
|
kichik
|
c7860be4a5
|
$LANGUAGE problems fixed again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@797 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 21:27:40 +00:00 |
|
kichik
|
fe3eed59cc
|
$LANGUAGE not set bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@796 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 21:13:54 +00:00 |
|
kichik
|
2badaad036
|
Normal margins for branding text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@792 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 20:17:05 +00:00 |
|
kichik
|
f3a516ecfb
|
Trim now works as it should
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@791 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 20:16:43 +00:00 |
|
kichik
|
2053e07fe5
|
Trim now works like it should
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@790 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 20:15:58 +00:00 |
|
kichik
|
3744051b21
|
SetBrandingImage script message fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@782 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 18:35:46 +00:00 |
|
rainwater
|
0a9305a002
|
Moved plugins to Plugins\ directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@780 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 18:26:28 +00:00 |
|
kichik
|
79df7a5bf4
|
Removed SetLanguage (back to $LANGUAGE)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@778 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 16:59:20 +00:00 |
|
kichik
|
806f0afb91
|
Removed SetLanguage (back to $LANGUAGE)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@777 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 16:57:46 +00:00 |
|
kichik
|
aa84043fc5
|
Can now trim the branding text with no text given (will use the default English branding text to determine the text size)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@775 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 15:41:33 +00:00 |
|
kichik
|
98d1b1f8ab
|
Sub-sections can have a defined name now too
Fixed a bug with macros at the end of the file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@774 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 14:59:35 +00:00 |
|
kichik
|
db5c71363e
|
Sub-sections can have a defined name now too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@773 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 14:58:48 +00:00 |
|
kichik
|
9355921c41
|
Space saving
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@772 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 14:58:32 +00:00 |
|
kichik
|
0dc5e97790
|
SetLanguage problems fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@766 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 10:09:26 +00:00 |
|
kichik
|
c8e693e95b
|
0.5KB saving
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@765 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 10:08:38 +00:00 |
|
kichik
|
4f1efc6c40
|
Trimming added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@764 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 10:07:30 +00:00 |
|
kichik
|
df398575ae
|
BrandingText control trimming option added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@763 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 10:07:18 +00:00 |
|
kichik
|
23a2d14a80
|
Trimming functions added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@762 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-28 10:06:37 +00:00 |
|
kichik
|
5bec529499
|
InstallColors /windows problems fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@750 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-26 16:09:30 +00:00 |
|
kichik
|
e0fc150712
|
ChangeUI prints nicer error messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@746 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-26 14:05:52 +00:00 |
|
kichik
|
883d1f9f9b
|
Disabled UseOuterUIItem
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@745 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-26 13:33:34 +00:00 |
|
kichik
|
d6c4b8ac50
|
Added SetLanguage ($LANGUAGE is no longer a variable)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@738 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 16:09:42 +00:00 |
|
kichik
|
df33a31178
|
Added SetLanguage ($LANGUAGE is no longer a variable)
Language can be set not only from .onInit
Added .onMouseOverSection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@737 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 16:09:17 +00:00 |
|
kichik
|
ac702fe1ac
|
Added SetLanguage ($LANGUAGE is no longer a variable)
Added .onMouseOverSection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@736 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 16:08:00 +00:00 |
|
kichik
|
c37ccc69d7
|
Added .onMouseOverSection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@735 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 16:06:18 +00:00 |
|
kichik
|
7939bf6ff6
|
Added SetLanguage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@734 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 16:05:22 +00:00 |
|
kichik
|
b2ce4105b8
|
update_status_text bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@732 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 11:26:15 +00:00 |
|
kichik
|
45ed8c86f9
|
Added SetStaticBkColor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@731 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 10:53:00 +00:00 |
|
kichik
|
acc50c24b1
|
Replaced .onStaticBkColor with .onInitDialog
No more threads conflicts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@730 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 10:52:43 +00:00 |
|
kichik
|
156b243620
|
Replaced .onStaticBkColor with .onInitDialog
Added SetStaticBkColor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@729 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 10:49:47 +00:00 |
|
kichik
|
b5edc36eaa
|
Replaced .onStaticBkColor with .onInitDialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@728 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-25 10:48:43 +00:00 |
|
kichik
|
8a3a64c5b4
|
Fixed some problems with the new background callback function
Silent is working again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@727 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-08-24 14:44:23 +00:00 |
|