HISTORY.txt 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. =====================
  2. NSIS Dialog Designer
  3. Version history
  4. =====================
  5. v.1.4.0 - 2015-03-17
  6. NEW: Dialog has a new property "DialogUI" which allows user to set custom
  7. DialogID and Size (i.e.: using a different UI like sdbarker_tiny.exe)
  8. FIX: HLine and VLine controls don't pop their handle from stack.
  9. v.1.3.3 - 2015-03-09
  10. FIX: Readonly and TextLimit properties of Number control do not work.
  11. v.1.3.2 - 2014-11-10
  12. FIX: Fixed DialogID and Size management, form Size is now readonly
  13. unless DialogID is set to a custom value.
  14. v.1.3.1 - 2014-10-27
  15. FIX: Can't set custom dialog size, it always revert back to default.
  16. FIX: Style and ExStyle dialog properties were serialized even of not necessary.
  17. FIX: Removed useless Visible and Enabled dialog properties.
  18. v.1.3.0 - 2014-08-12
  19. NEW: TabIndex property of each control is now synchronized with control order
  20. into its parent child controls collection. Changing TabIndex (directly or
  21. through the "Set TabOrder..." menu command will also change the scripting
  22. order of the control into the generated NSIS script.
  23. NEW: A warning is now emitted into .nsdinc file to warn the user about manually editing the file.
  24. FIX: When dragging a control over another, the dragged control disappeared making it
  25. difficult to place two overlapping controls (think about a background bitmap).
  26. FIX: Show a custom error message when setting Dialog BackColor property to Transparent.
  27. FIX: Fixed properties exposed by HLine and VLine special controls.
  28. FIX: Generated script for DirRequest/FileRequest controls is missing some properties
  29. (Enabled, Visible, onChange, onClick, Style, ExStyle, ControlCustomScript).
  30. v.1.2.0 - 2014-07-11
  31. NEW: CoordinateSystem conversions are now done with higher precision.
  32. (thanks to shadowpoa for feedback: http://forums.winamp.com/showpost.php?p=3001224)
  33. NEW: Control sizes are now written with up to 2 decimals in NSIS generated script.
  34. NEW: Added a new "All" subproperty to controls CoordinateSystem property;
  35. it can be used to change X,Y,Width,Height subproperties all together.
  36. FIX: Wrong vertical CoordinateSystem conversion "Pixel --> DialogUnits".
  37. v.1.1.3 - 2013-12-16
  38. FIX: Fixed generated script for DirRequest and FileRequest controls, not respecting CoordinateSystem.
  39. v.1.1.2 - 2013-01-11
  40. FIX: Removed non-working color properties on ComboBox, CheckBox and RadioButton.
  41. See here for workarounds:
  42. ComboBox: http://forums.winamp.com/showpost.php?p=2174815
  43. CheckBox: http://forums.winamp.com/showpost.php?p=2354612
  44. RadioButton: http://forums.winamp.com/showpost.php?p=1974758
  45. FIX: Multiline TextBox coordinates were always in pixels
  46. FIX: TextBox creation script styles when Multiline=True
  47. v.1.1.1 - 2012-10-01
  48. FIX: Fixed generated script for FileRequest control (wrong test on returned string).
  49. v.1.1.0 - 2012-09-14
  50. NEW: Improved support for DialogIDs other than the default one (1018).
  51. User can now select 1044 (Welcome & Finish pages) and designer will change dialog size accordingly.
  52. NEW: Added RichText control support. It does not support RTF text loading, it must be customized by
  53. the user (see here: http://forums.winamp.com/showthread.php?t=288129)
  54. v.1.0.0 - 2012-08-25
  55. After a long time from latest one, it's now time to release the first stable version.
  56. FIX: Text property of Number control now accepts numeric values and variable nalems (like $abc).
  57. FIX: Minor cosmetic fixes.
  58. v.0.9.16 - 2012-04-20
  59. FIX: SelectedItem property of ListBox, ComboBox and DropList controls now accepts any value (like $abc).
  60. v.0.9.15 - 2012-04-13
  61. FIX: NullReference exception thrown when adding an HLine or VLine control.
  62. v.0.9.14 - 2012-03-20
  63. NEW: Panel control, which is only a container for other controls
  64. (useful to create more than one RadioButtons group).
  65. It has no corresponding NSIS control, so no NSIS script if generated for it.
  66. NEW: Added property "Checked" to RadioButton control.
  67. Only one RadioButton can be selected at once; if you need to create two (or more) different groups,
  68. you must include RadioButtons into a GroupBox or Panel control.
  69. v.0.9.13 - 2012-03-09
  70. FIX: Wrong code generated for MaxLength property of TextBox control (thanks to fabpolli for bug report).
  71. v.0.9.12 - 2012-02-27
  72. NEW: Added "Percentage" to the available NSIS coordinate systems.
  73. NEW: Selection of NSIS coordinate system is now possible at control level, and for each
  74. component (X, Y, Width, Height). So now is possible to have different coordinate
  75. systems for different controls.
  76. Controls coordinate system default value is "Inherit"; this means that by default
  77. each control is rendered using the same coordinate system as the containing dialog.
  78. v.0.9.11 - 2012-02-11
  79. NEW: NSIS scripts (*.nsdinc files) controls position and size values can now be selected
  80. between DU (Dialog units, the new default mode) and Pixels.
  81. The default coordinate system mode can be set into Options dialog.
  82. NEW: Added 2 new controls: DirRequest and FileRequest.
  83. v.0.9.10 - 2011-11-23
  84. FIX: Fixed bug that prevents opening forms where SetupType property is different from default value (Install).
  85. FIX: IDE layout was not saved correctly and lost between version upgrades.
  86. Please reset layout (View | Reset layout), customize it then restart IDE to save correctly.
  87. v.0.9.9 - 2011-11-21
  88. NEW: Added new "check updates" features: it periodically checks for new releases on CoolSoft website.
  89. NEW: Script preview editor now preserves selection and cursor position after script changes and
  90. when switching between multiple opened dialogs.
  91. NEW: TabIndex property can now be used to customize focus path through controls.
  92. NEW: Added context menu to dialog designer, it shows Edit menu items.
  93. NEW: Dialog .nsddef files are now created with UTF-8 encoding.
  94. NEW: .nsddef and .nsdinc files now include NSISDialogDesigner version into header comments.
  95. NEW: Duplicate font definitions are merged, generating only a single variable.
  96. NEW: .nsddef files can now be opened by drag&drop from Windows Explorer.
  97. NEW: IDE layout can now be reset through View menu item "Reset layout".
  98. FIX: Property are now stored into .nsddef only if value is different from default.
  99. FIX: Fixed issue on copy/paste controls (duplicate control name).
  100. FIX: User custom scripts won't be generated during debug, avoiding compile error due to missing functions.
  101. v.0.9.8 - 2011-09-12
  102. NEW: Script editor/preview now has NSIS syntax highlighting and code folding, thanks to FastColoredTextBox
  103. (LGPL3 control, see here: http://www.codeproject.com/KB/edit/FastColoredTextBox_.aspx)
  104. FIX: Styles property wrongly uses the value of ExStyles property.
  105. v.0.9.7 - 2011-09-11
  106. NEW: Added support for Unicode into generated .nsdinc scripts (needs an Unicode version of NSIS).
  107. NEW: New (self explaining) control properties: Visible and Enabled.
  108. NEW: Dialog name (and so the corresponding NSIS variable) can now be set independently
  109. from its .nsddef filename. It could be set through the new "Name" dialog property.
  110. FIX: Generated test script (the one compiled with F5) now checks user
  111. custom scripts to avoid redefining an already defined function.
  112. (thanks to Benjamin Richardson for reporting bug)
  113. FIX: Fixed broken uninstall test script.
  114. FIX: Some properties appear in bold into Property Grid, even if their
  115. value is the default one. This caused the generate script to be longer than required.
  116. FIX: Custom script editor now accepts TAB key.
  117. FIX: Script preview is cleared when closing the last dialog editor.
  118. FIX: Fixed focus management issues that prevents DEL key to work into PropertyGrid.
  119. v.0.9.6 - 2011-06-28
  120. NEW: Added new property SetupType to dialog, allowing the generated script to be used
  121. in both Install and Uninstall scripts.
  122. NEW: Debugger code to debug Uninstaller dialogs.
  123. FIX: Cleaned up the debug scripts.
  124. v.0.9.5 - 2011-06-16
  125. BUG: Fixed key management preventing DEL key to be used inside PropertyGrid (thanks to Jovet for bug report)
  126. NEW: Edit menu items now are enabled according to active content (designer, property, toolbox, ...)
  127. NEW: DialogID and Size now are public properties (deedsmedia request)
  128. (can be reset to default values by right-clicking on PropertyGrid item)
  129. v.0.9.4 - 2011-05-29
  130. BUG: Fixed permission issues on UAC enabled systems.
  131. v.0.9.3 - 2011-04-20
  132. NEW: Added new properties ForeColor and BackColor
  133. (not working for: Button, ComboBox, DropList, GroupBox, HLine, VLine, ProgressBar)
  134. NEW: Added new property Font
  135. NEW: Designer now can show a grid (see Tools | Options menu)
  136. BUG: Editor does not save dialogs when exiting with close button.
  137. BUG: Script preview not updated when a new control is added
  138. v.0.9.2 - 2011-04-20
  139. BUG: Missing property "Name" is now shown
  140. (Dialog does not have it because name is the same as its definition filename)
  141. v.0.9.1 - 2011-04-20
  142. NEW: New dockable content with realtime NSIS generated script preview
  143. v.0.9.0 - 2011-04-18
  144. First public release