Commit graph

378 commits

Author SHA1 Message Date
kichik
a607325d97 Added /version command line option
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1002 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 19:48:41 +00:00
rainwater
5ce4113c60 Updated usage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1001 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 19:22:20 +00:00
justin1014
1b8d85e905 cleanups to command lien parm shit, smaller now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1000 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 18:12:30 +00:00
justin1014
a80ea79a86 made uninstall pass generic parms back (other than ones beginning with /)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@999 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 18:00:11 +00:00
kichik
3bffbedb9c Script1.rc moved to resources
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@998 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 15:53:11 +00:00
kichik
5be3ac92ba Macros output back to normal
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@997 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 15:04:08 +00:00
kichik
e9351ed539 Uses the new ${LANG_LangName} feature
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@996 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 14:58:07 +00:00
kichik
9ab22ab665 Second try
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@995 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 14:20:13 +00:00
kichik
102e4288d5 Bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@994 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 14:10:21 +00:00
kichik
362687501d Now defines ${LANG_LangName} as the id of the language when loading a NLF. For example: ${LANG_ENGLISH}=1033
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@993 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-13 09:59:09 +00:00
kichik
8d3910909d Desktop shortcut to makensisw.exe without makensis.exe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@992 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-12 19:34:11 +00:00
kichik
ec5087aac1 Typo fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@991 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-12 16:21:26 +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
kichik
8005a05b1b Back to 37KB
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@989 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-12 11:47:05 +00:00
kichik
b8d22bbe8c small change
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@988 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-12 11:21:58 +00:00
rainwater
9b63fc0f74 always show scrollbar
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@987 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-11 15:39:19 +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
67a4663f8b Updated NSIS icon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@984 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-11 02:15:44 +00:00
rainwater
297c9d3462 Register .nsh files with notepad like .nsi files except no compile options.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@983 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-11 02:14:39 +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
eccles
386fc85d32 Down to 11K.
Negative positions were not being adjusted by the dialog size correctly.
Fixed problem with negative positions and 'large fonts'.
File/DirRequests now the correct size (size of browse button was not being taken into account correctly).
Removed tabstops from statics.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@981 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 20:04:54 +00:00
joostverburg
23a234e653 version 1.17
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@980 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 19:25:19 +00:00
joostverburg
213ac85ba0 version 1.17 - Win9x font weight bug fixed (font of title in white rect)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@979 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 19:20:32 +00:00
joostverburg
33907d2658 version 1.17
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@978 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 19:19:21 +00:00
rainwater
3e86ebe7ad Added Select All
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@977 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 19:11:03 +00:00
kichik
4d6e00a745 Find dialog added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@976 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 16:36:09 +00:00
rainwater
4092e33109 NSIS 2 is no longer a mod
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@975 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 15:49:14 +00:00
kichik
f9490c9038 Simplified Chinese added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@974 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 15:09:15 +00:00
kichik
411387af6b Type fixed, now compiles
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@973 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 15:04:51 +00:00
kichik
3e591673af Header changed to v2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@972 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 15:01:29 +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
beec5fe831 Added sections, functions, and labels. Now only instructions is left
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@970 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 12:05:31 +00:00
rainwater
a2b932dbe8 Updated Zip2Exe's GUI
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@969 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-10 03:44:53 +00:00
rainwater
693ad1b96f Updated urls to point to new home page (nsis != nsis2k)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@968 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 23:33:43 +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
uid27073
ee9ff95356 makensis.exe path is not in the 'bin' directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@966 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 19:59:57 +00:00
rainwater
867f2b6cfe no crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@965 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 19:20:23 +00:00
rainwater
e2f836c3b9 Free up memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@964 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 18:19:32 +00:00
rainwater
6488df2daf no icon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@963 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 17:56:25 +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
330286a404 Updated icon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@961 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 17:25:09 +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
joostverburg
5408e3ca6d updated version number
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@959 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-09 16:33:44 +00:00
kichik
b95bb39182 Version change
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@958 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-08 14:22:40 +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
sunjammerx
684029a008 Return key detection in richedit control now implemented correctly.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@956 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-08 11:02:28 +00:00
sunjammerx
68a95feae8 Return key now works on licence page at the same time as the "give initial focus to licence text" patch :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@955 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-07 21:33:48 +00:00
kichik
3a65507878 Renamed my_alloc to my_GlobalAlloc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@954 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-07 20:49:18 +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