Commit graph

197 commits

Author SHA1 Message Date
joostverburg
a5257b1d26 Push instead of writing to $0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2158 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-14 20:20:35 +00:00
kichik
835461d69a STATE should work again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2157 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-14 18:51:11 +00:00
kichik
82c57f2fb6 initDialog should pop out the INI location, not show
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2154 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-14 10:19:12 +00:00
sunjammerx
a951158503 Removed the annoying window title bar
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2127 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 20:49:56 +00:00
kichik
cdecc5971a No more STATE for labels, useless and buggy with line breaks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2112 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-07 11:58:06 +00:00
kichik
37a03e4fac No more problems for directories with a name starting with "error"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2096 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-30 18:42:36 +00:00
kichik
c12d20910b + New browse dialog style (modern)
+ Word wrapping for check boxes and radio buttons
+ No ugly border for edit fields under XP
+ Scroll bar for list boxes
+ Only labels can have \r\n - fixed in docs


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2084 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 16:15:00 +00:00
kichik
ca8fbc5bec Banner now "works" with the MUI too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2083 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-27 15:44:13 +00:00
kichik
a4885280f1 Setting the background color for label controls in IO fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2081 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-25 08:43:06 +00:00
kichik
b2beea777c Fixed bug #671161: DISABLED dir and file request fields now disable the browse button too.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2074 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-20 13:57:30 +00:00
kichik
03dd8209c2 ListBox and state now play along
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2072 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-19 16:56:10 +00:00
kichik
f0173e1d8e Fixed problems with wsprintf limit of 1024 chars
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2057 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-11 19:23:49 +00:00
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
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
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
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
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
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
kichik
ef97e938f5 Calling nsExec from an installer that was executing using CreateProcess from another process now doesn't give an error about an invalid handle
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2002 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-26 16:21:07 +00:00
kichik
d66016acfe Added group box, and made dir request not crash and use Text field
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1989 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-21 11:24:42 +00:00
kichik
1e006112cf Fixed bug item #656371
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1980 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-20 11:58:54 +00:00
joostverburg
6f600e4485 Install Options DLL 2.0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1948 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-14 00:10:29 +00:00
kichik
2887407beb No more flickering, cross your fingers for no bugs...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1905 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-06 15:43:35 +00:00
kichik
415c1a00c6 Translatable NSISdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1883 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-05 13:05:49 +00:00
kichik
53d954e00b Smaller
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1879 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-04 20:05:35 +00:00
kichik
5e9ede6d31 + Sections can be unselected in silent mode too
+ Some documentation fixes
+ Transition between a normal page and a custom page no longer causes a flicker (between two custom pages it still does)
+ The completed sub-caption shows again


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1853 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-30 13:15:49 +00:00
rainwater
1aeb327658 Added banner.dll to plugins dir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1831 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-24 21:12:25 +00:00
kichik
b295ba4ac5 UnregisterClass added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1829 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-24 18:20:53 +00:00
kichik
7682617c7b Fixed memory leaks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1815 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-22 11:54:06 +00:00
kichik
3797b9776d Added ExecToStack
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1814 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-22 11:02:22 +00:00
kichik
7b33e4d596 Now works with latest changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1799 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-21 17:29:26 +00:00
joostverburg
9998f159d0 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1789 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-19 15:54:03 +00:00
kichik
8137626030 Forgot two lines...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1731 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 16:17:10 +00:00
kichik
a3370541de Leave the cancel alone evil IO!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1730 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 16:13:22 +00:00
kichik
a3d6b9dc6b \t works again, and stil 11kb
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1729 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 16:05:18 +00:00
kichik
3ccea2e265 Back to 11KB
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1726 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 15:15:20 +00:00
kichik
5458fbf391 New lines in labels, different rect and dialog background
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1725 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 15:07:09 +00:00
kichik
590da83f5f Enabled/show stuff now doesn't do a thing unless specified in the INI file, no more IO defaults, only NSIS defaults.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1717 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 12:53:08 +00:00
kichik
8300eae52e /WAIT works again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1712 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 12:07:07 +00:00
kichik
e5550dac1d Compiles with the new ExDLL.h and updates the image faster
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1709 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 11:59:56 +00:00
kichik
1755b3b188 Tab order
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1688 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-12 18:33:40 +00:00
kichik
973272562b Graying out when checkbox is checked
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1686 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-12 17:59:58 +00:00
kichik
89ddb8a245 Added /checknoshortcuts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1669 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-11 17:17:33 +00:00
kichik
ecea4a776c No more flickering
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1666 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-11 16:06:23 +00:00
kichik
10d868f72b More space for q's
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1661 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-11 14:34:29 +00:00
kichik
a51632f947 Back button no longer enabled by default
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1657 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-10 18:13:35 +00:00
kichik
297e981d32 Even easier paging system, no more Abort and Quit from custom pages creator functions, NSIS does it all!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1636 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-09 12:50:00 +00:00
kichik
35b45db225 now with /cancelconfirm
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1635 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 23:43:25 +00:00
kichik
204ad0ad15 Persistent background image plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1627 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 20:41:47 +00:00
kichik
b2261023af System.dll does all that ShowWin.dll does and more
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1626 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 20:21:45 +00:00