Commit graph

86 commits

Author SHA1 Message Date
rainwater
694bdbf5ea Added Browse Script (Ctrl+B)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1352 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-09 14:09:46 +00:00
rainwater
eb27ee547b Removed "About NSIS" dialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1351 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-09 13:21:21 +00:00
rainwater
b6ff897788 No more GetMenu calls.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1350 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-09 12:51:45 +00:00
kichik
a1bf160506 Fixed a bug that caused the test button to show up even if no output file string was found in the log.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1300 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-04 16:05:51 +00:00
kichik
e7c51b1510 No more stray chars for Justin :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1280 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 18:16:44 +00:00
justin1014
a4366836ab fixed another makensisw bug (two stray chars after text for me) -- hopefully this didn't break anything
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1264 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 04:26:57 +00:00
rainwater
9ebe478bba Added "Clear Log" command. "Clear Log" and "Edit Script" are now under a new "Tools" menu. Removed some unused resources.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1171 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-24 22:52:55 +00:00
rainwater
ed7f3ba094 F1 shows docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1068 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-20 14:52:14 +00:00
rainwater
19e6cde283 Code cleanup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1058 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 22:38:46 +00:00
rainwater
2c31e3a8e0 Makensisw now uses nsis version as branding. Added tooltips, updated icon.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1042 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 15:29:16 +00:00
kichik
6dc55b10b2 Now logs as should even if text is selected/cart positions changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@990 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-12 16:16:50 +00:00
rainwater
ae8203b7da Clipboard changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@986 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-11 15:07:32 +00:00
rainwater
a465d5662a don't free memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@985 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-11 12:04:34 +00:00
rainwater
16f3ff503f Added ctrl+c support at the window level. Exit is now Alt+X. Free clipboard memory.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@982 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-11 00:26:18 +00:00
kichik
e1825093b8 Now scrolls on Windows 9x as it should
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@971 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 13:50:13 +00:00
rainwater
e8c8f37f9b Added Load Script option on File menu and fixed save output string filter
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@967 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 23:02:48 +00:00
rainwater
303dd55b34 Can't drag while compiling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@962 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 17:51:30 +00:00
rainwater
f4f4681851 Drag and Drop Support into the Makensisw window
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@960 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 16:43:45 +00:00
kichik
6746a0e7f4 Test button is now only enabled if there were no errors during compilation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@957 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-08 13:43:23 +00:00
kichik
f92b6409f1 Now tries to unselect before logging
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@953 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-07 12:57:30 +00:00
kichik
6f27bee7ad Another buffer overflow bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@952 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-07 12:04:18 +00:00
kichik
0818ec631c Recompiling caussed memory leaks - fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@950 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-06 22:18:47 +00:00
kichik
cabd90ddf7 Copy now uses GMEM_MOVEABLE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@948 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-06 21:38:30 +00:00
kichik
d0aa8efafd Long lines bug fixed. Now gets the whole path of the script and the output exe.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@946 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-06 20:59:50 +00:00
kichik
5c627b632c Buffer bugs fixed, should work better. Hopefully it won't crash anymore.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@945 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-06 20:19:52 +00:00
rainwater
bb3380ae81 forgot recompile crap
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@910 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:15:31 +00:00
rainwater
a366fe072f makensisw now takes same paramters as makensis (path to makensis.exe is no longer passed)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@907 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 17:08:17 +00:00
rainwater
18fbbd621f Fix crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@899 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 01:59:38 +00:00
rainwater
7f0129654f updated link to docs and buffer overrun prob
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@898 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-04 00:49:51 +00:00
sunjammerx
12f3bc0af7 Fixed a buffer overrun that was causing makensisw.exe to crash - I *think* this is the cause of the elusive crash that's been around for about a week now.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@897 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 23:23:15 +00:00
kichik
3905749dd0 Now always scrolls to the bottom
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@855 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-01 21:20:25 +00:00
rainwater
5e32d0504a small makensisw fixes for possible crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@848 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-31 14:30:33 +00:00
kichik
53b82a6199 Faster
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@847 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-31 13:27:36 +00:00
rainwater
7164522208 Updated urls to point to sourceforge project home
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@828 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 14:16:42 +00:00
rainwater
69182b36aa Added warnings to titlebar
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@779 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 17:44:47 +00:00
kichik
3e9e73ec59 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@625 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 10:01:35 +00:00