Commit graph

296 commits

Author SHA1 Message Date
justin1014
f3bca60d70 Updated RichEdit usage to hopefully be better (still somewhat untested)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@892 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 18:49:24 +00:00
kichik
2c5e3daf0e RichEdit loading handled in WM_INITDIALOG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@891 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 17:27:51 +00:00
kichik
0f830fbf45 Fixed a bug that prevented the last letter from getting copied
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@885 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 11:33:55 +00:00
kichik
52892d7e6d Now always loads RichEdit2 if present
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@884 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 11:25:47 +00:00
kichik
d0078edd66 Typo fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@869 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 17:39:18 +00:00
kichik
7e8b07d7a5 Copy details to clipboard added into NLF
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@857 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 10:15:48 +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
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
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
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
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
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
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
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
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
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
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
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
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
kichik
3ab9e0d7e9 Default license color now fits the user system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@719 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-22 21:06:26 +00:00
kichik
3d50047162 Language can now really be selected from .onInit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@717 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-22 15:55:37 +00:00
kichik
4afe731f89 Clearing background problem with custom background color (.onStaticCtlBkColor)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@715 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 21:23:20 +00:00
kichik
d9b296019a Now uses the default language in .onInit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@714 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 20:41:11 +00:00
kichik
f900ae6d24 Fixed a bug that gave EXEDIR, CMDLINE and others wrong values
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@713 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 19:45:45 +00:00
kichik
becd08eafe Language can be choosen from .onInit
Added .onStaticCtlBkColor and un.onStaticCtlBkColor
Fixed a bug that caused RTF not to show on Windows 9x


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@710 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 19:15:00 +00:00
eccles
34db30b2ce Instant saving of 0.5K - use of stdcall calling convention to
reduce code overhead associated with managing the stack


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@694 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-19 23:18:19 +00:00
eccles
7a2cf3e5b8 Small space-saving optimisations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@693 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-19 21:24:44 +00:00
eccles
ac00a53e1a Implemented a method where LANG_* strings can be referenced
by constant id's - reducing code overhead associated with
looking up the global strings variables.  Kind of.  Just compare
the assembly output...


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@685 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-11 18:56:30 +00:00
kichik
0b31694486 - Plug-in command can now come in any order in the script
- Second plug-in DLL doesn't produce errors anymore
- Infinite loop bug fixed (again)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@678 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 22:12:10 +00:00
kichik
2c01f3ae15 Back to 37KB
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@673 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 14:21:45 +00:00
kichik
759b1ee2a1 Transparent static controls
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@670 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 19:41:21 +00:00
kichik
c3c52d4f4c Improved Sunjammer's code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@666 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 15:04:45 +00:00
kichik
4010d8fd2d Infinite loop bug fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@663 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 09:53:45 +00:00
kichik
00e1d9f5c4 If default user language does fit exactly, will try to find primary language match.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@657 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 15:36:28 +00:00
kichik
329f59cbd1 ChangeUI can change any dialog. Added UseOuterUIItem
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@656 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 15:14:40 +00:00
kichik
aea597bca4 Can now add lines to install log window from an external DLL without problems.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@653 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 21:09:23 +00:00
kichik
058656de50 Full multilingual support!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@640 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-04 20:25:10 +00:00
kichik
4c1780d9f0 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@638 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-03 23:06:10 +00:00
kichik
6a7319e566 Now compiles on Windows older than Win2000 too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@637 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-03 17:47:38 +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