Commit graph

75 commits

Author SHA1 Message Date
anders_k
82d42b1159 _countof and swprintf fixes for VC6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6045 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-30 17:50:08 +00:00
f0rt
8ab72b9ece #1753070: Enable that makensis and its related utilities can be built natively for 64-bit systems
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6040 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-27 19:20:16 +00:00
wizou
cdf7735a77 Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk
Compiler output is identical before & after this step

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6037 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-26 17:18:17 +00:00
wizou
752d7d239a Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant.
Compiler output is identical before & after this step

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/branches/wizou@6036 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-24 17:22:56 +00:00
kichik
f373af3f40 fixed bug #2932991 - define DEBUG conflict
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6035 212acab6-be3b-0410-9dea-997c60f758d6
2010-02-20 16:35:23 +00:00
kichik
859bc9a82d fixed bug #2925015 - nsDialogs.nsh uses LB_DELETESTRING message in the wrong way
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6017 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-04 11:24:20 +00:00
kichik
0250967512 fixed bug #2595565 - nsDialogs::CreateTimer documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5938 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-21 18:30:05 +00:00
pabs3
eff14a4702 Install the pluginapi stuff in a subdirectory.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5922 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-04 14:08:31 +00:00
anders_k
5a9bbbb021 applied patch #2500960 - NSD_SetIcon support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5908 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-24 22:09:31 +00:00
kichik
79da5e1cb5 renamed plugin.* to pluginapi.*
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5856 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:49:26 +00:00
kichik
a2e5fbe2ee clean-up onBack setting so it won't propagate from one page to the next
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5845 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 19:52:32 +00:00
kichik
70f14a824c use new plug-in callbacks to avoid /NOUNLOAD
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5841 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 18:45:53 +00:00
kichik
41836a0f4a remove special implementation of stack operations and use plugin.lib instead
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5835 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 17:39:35 +00:00
kichik
7524b7c256 oops... KillTimer is taken
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5805 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-29 18:05:13 +00:00
kichik
d8a75f9c10 accidentally committed the wrong version
this new version uses macros to make the script nicer

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5804 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-29 18:01:29 +00:00
kichik
dba6bb4210 applied patch #2135855 - Timer support for nsDialogs
also added progress bar support for the example

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5803 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-29 17:56:54 +00:00
kichik
3495441728 no need for function usage deceleration or un. suffix anymore
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5787 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-21 13:26:54 +00:00
kichik
3c2db22eda applied patch #2016003 - nsDialogs: Initial folder for SelectFileDialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5722 212acab6-be3b-0410-9dea-997c60f758d6
2008-09-16 19:38:14 +00:00
kichik
6ce2712f1d fixed bug #2059651 - minor error in nsDialogs documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5715 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-19 18:24:52 +00:00
kichik
cdbef6a754 fixed bug #2053522 - nsDialogs doesn't RemoveProp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5700 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-15 17:59:29 +00:00
kichik
82ef123f1d cosmetics
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5699 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-15 17:46:30 +00:00
kichik
aed07bb8d3 applied patch #2004129 - nsDialogs: Hand cursor for link
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5698 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-15 17:36:36 +00:00
kichik
57364fde81 it's listbox_HWND not combo_HWND
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5696 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-15 17:07:45 +00:00
kichik
bbebb7cef4 applied patch #2041919 - nsDialogs: controls for listboxes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5695 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-15 17:07:14 +00:00
kichik
5d311c78c8 fixed bug #2013317 - nsDialogs pollutes the stack if callbacks are not defined
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5675 212acab6-be3b-0410-9dea-997c60f758d6
2008-07-09 20:45:57 +00:00
kichik
35c097b448 fixed bug #1955803 - SelectFileDialog returns stack garbage if user cancels
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5619 212acab6-be3b-0410-9dea-997c60f758d6
2008-05-02 18:43:10 +00:00
kichik
17c674375a fixed bug #1947388 - ${NSD_OnBack} doesn't work
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5606 212acab6-be3b-0410-9dea-997c60f758d6
2008-04-22 13:51:59 +00:00
kichik
b802ff0aee implemented RFE #1910005 - nsDialogs: support for ComboBox onChange
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5585 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 17:59:01 +00:00
kichik
9a9e74490a add missing control_HWND for NSD_On* docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5582 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 17:34:40 +00:00
kichik
2bb286bfe4 patch #1900588 - More nsDialogs macros
- NSD_AddStyle
 - NSD_AddExStyle
 - NSD_SetTextLimit
 - NSD_CB_AddString
 - NSD_CB_SelectString
 - NSD_LB_AddString
 - NSD_LB_SelectString

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5581 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 17:32:24 +00:00
kichik
304974defe added NSD_CreateNumber with ES_NUMBER
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5578 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 16:42:18 +00:00
kichik
93570eb5f2 labels now have click notification, so fix docs up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5572 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-07 22:23:24 +00:00
kichik
af9f04b975 fixed bug #1908732 - nsDialogs - OnClick support for static controls not working
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5569 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-06 17:32:54 +00:00
kichik
e6f4040268 fixed #1900585 - NSD_SetText doesn't work
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5559 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-24 17:33:54 +00:00
kichik
3f3aef9940 added ${NSD_SetImage}, ${NSD_SetStretchedImage}, ${NSD_ClearImage} and ${NSD_FreeImage}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5551 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-22 18:32:35 +00:00
kichik
f943d43bb3 HTML fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5550 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-22 17:37:52 +00:00
kichik
682ebdedea document macros
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5549 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-22 17:34:24 +00:00
kichik
25c36be360 added NSD_SetText, NSD_SetState, NSD_Check and NSD_Uncheck
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5548 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-22 17:01:44 +00:00
kichik
e5d72da7c1 fixed bug #1896803 - nsDialogs::SelectFolderDialog Bug 1841120 still open?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5546 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-19 23:37:12 +00:00
kichik
1513ebd8dc fixed bug #1889720 - nsDialogs can crash on Windows 98
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5523 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-08 16:48:00 +00:00
kichik
57bf74697f document DropList
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5493 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-26 15:13:34 +00:00
kichik
94f07e913c fix comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5484 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-18 14:03:04 +00:00
kichik
a2c29990ec bring back comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5483 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-18 13:49:52 +00:00
kichik
ae3e2cff89 applied patch #1871856 - nsDialogs: support for keyboard cues for link control
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5482 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-18 13:45:25 +00:00
joostverburg
99bd07ffb6 * include header file content only once
* set verbose level

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5469 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-29 23:43:17 +00:00
kichik
d59800dc13 use BM_GETCHECK
see following thread for more information
http://forums.winamp.com/showthread.php?s=&threadid=282186

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5400 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:52:05 +00:00
kichik
4d0a2e3733 fixed bug #1851136 - nsDialogs: ComboBox not like IO, DropList missing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5397 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-15 15:14:02 +00:00
kichik
87b50cca3f applied patch #1848940 - nsDialogs - Additions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5396 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-15 14:56:25 +00:00
kichik
668fe450a4 fixed bug #1841573 - RTL components & instfiles page
WS_EX_LAYOUTRTL can be used for individual controls

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5387 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-30 09:54:13 +00:00
kichik
80da480c7a fixed bug #1841120 - Incorrectly documented returncode SelectFolderDialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5386 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-29 17:37:30 +00:00