Commit graph

1431 commits

Author SHA1 Message Date
kichik
dba09fcf5e + IO works with new SetStaticBkColor
+ IO doesn't crash when a label has empty text
+ LangStrings now really start as "" when not defined


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2055 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-10 15:05:46 +00:00
kichik
ac449dae62 Don't create more than one brush per SetStaticBkColor - saved about 50 bytes. Still problems with BrandingText width, working on it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2054 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 21:43:01 +00:00
kichik
aa369c899c Nicer word wrapping
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2053 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 20:13:10 +00:00
kichik
2aac51c0f0 Some blurb
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2052 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 20:09:02 +00:00
joostverburg
2ba210bcd6 language file updates & fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2051 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 16:49:35 +00:00
joostverburg
db9efdc915 filename fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2050 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 16:49:11 +00:00
joostverburg
f9de5367ee removed 1.4 language file compatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2049 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 16:49:09 +00:00
kichik
bc8c080335 4096 chars in Text field, that should be enough
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2048 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 14:33:30 +00:00
kichik
85c2495157 Corrected GetWindowsVersion function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2047 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 13:00:53 +00:00
kichik
d3156058a0 LangStrings update and other stuff that didn't get uploaded
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2046 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-09 12:49:59 +00:00
kichik
29bcd505be Delete the space that comes before _?= in the uninstaller $CMDLINE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2045 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-08 20:06:22 +00:00
joostverburg
dc8f68babb updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2044 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-08 19:19:07 +00:00
joostverburg
d2eb8c725d extract_as macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2043 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-08 15:24:31 +00:00
joostverburg
7a20b614f9 renamed io extract macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2042 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-08 15:06:25 +00:00
joostverburg
2ee43c8be5 updated FileRequest/DirRequest size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2041 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-06 16:21:14 +00:00
kichik
d46696db59 If writting into ${TEMP} better read from there too...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2040 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-06 15:10:48 +00:00
joostverburg
8dc6850486 dialog units
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2039 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-06 12:58:29 +00:00
joostverburg
139cc55be1 macedonian language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2038 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-06 11:37:01 +00:00
kichik
929249adf4 Already inited, no need to do it again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2037 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-05 17:47:50 +00:00
sunjammerx
6d8dc58dae Inverted test of offset[3] for EW_DELREG meant that RegDeleteKey and RegDeleteValue were being swapped.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2036 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-05 15:05:21 +00:00
joostverburg
3aac535b07 fixes, format changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2035 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 16:25:28 +00:00
joostverburg
1d990eab9a updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2034 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 15:44:52 +00:00
joostverburg
b93e10ae9c button selection bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2033 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 14:52:40 +00:00
kichik
43307a41d5 No more two buttons with thick border
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2032 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 14:45:49 +00:00
joostverburg
245f947ee5 flag fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2031 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 14:05:55 +00:00
joostverburg
f500ec0149 new flags
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2030 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 13:59:36 +00:00
joostverburg
536adb2855 todo for beta 1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2029 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 13:09:39 +00:00
kichik
52dbb25cfa - No more group by default
- Added NoTabStop flag


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2028 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 13:02:17 +00:00
rainwater
913066089e Added DISABLED flag to docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2027 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-03 23:15:01 +00:00
kichik
6bac2cbff9 Changed URL of the archive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2026 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-03 22:40:51 +00:00
kichik
43656db6f3 DISABLED flag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2025 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-03 22:34:27 +00:00
kichik
3e78d6f50f Little typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2024 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-03 22:33:16 +00:00
kichik
3425f84a88 DISABLED flag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2023 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-03 22:26:08 +00:00
rainwater
579590a395 nsExec didn't free allocated memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2022 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-02 17:14:01 +00:00
joostverburg
4f2a2ab3ee typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2021 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-02 13:08:10 +00:00
kichik
270bb06fd3 Update !system, cleaned resource.h, DeleteRegKey works on default value
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2020 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-30 15:33:53 +00:00
joostverburg
d0e182a00f removed nsis stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2019 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-30 12:56:06 +00:00
joostverburg
88dea7e35f updated translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2018 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 22:04:42 +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
joostverburg
cd61ccec21 group radio buttons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2016 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 20:30:45 +00:00
kichik
b98ede7c88 Group flag added for radio buttons only
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2015 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 20:16:35 +00:00
joostverburg
12c3a5db45 nicer dialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2014 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 20:01:53 +00:00
joostverburg
3769825be5 groupbox / return value info
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2013 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 20:01:42 +00:00
kichik
54240fcfc6 Last icon used counts, all others deleted
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2012 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 19:46:29 +00:00
joostverburg
65e19753ac UninstallIcon not used when MUI_UNINSTALLER is not defined
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2011 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-29 19:33:47 +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
kichik
f01cfc2e5f Fixed bug #659359
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2009 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-28 13:05:07 +00:00
kichik
d14ea54399 SendMessage and Return got mixed up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2008 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-27 21:24:30 +00:00
kichik
a719722b10 Fixed bug #659045
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2007 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-27 16:31:24 +00:00
kichik
11535284b8 nsh now has its own name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2006 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-27 15:20:48 +00:00