home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / nsis-2.46-setup.exe / Docs / InstallOptions / Changelog.txt next >
Encoding:
Text File  |  2007-12-01  |  6.2 KB  |  145 lines

  1. DLL version 2.47 (4/27/2007)
  2. * Line breaks support in Link control
  3. * Added HLine and VLine controls
  4.  
  5. DLL version 2.46 (3/31/2007)
  6. * Use installer's name for message boxes
  7.  
  8. DLL version 2.45 (1/23/2007)
  9. * Added FOCUS flag for setting focus to a control other than the first
  10.  
  11. DLL version 2.44 (10/11/2005)
  12. * Added HWND and HWND2 entries to the INI file to avoid messy calculations of the correct control id
  13.  
  14. DLL version 2.43 (10/4/2005)
  15. * Fixed alteration of the working directory by FileRequest
  16. * Added WS_EX_LEFTSCROLLBAR in RTL mode
  17.  
  18. DLL version 2.42 (1/21/2005)
  19. * Added TRANSPARENT flag for BITMAP fields (funded by Chris Morgan)
  20.  
  21. DLL version 2.41 (8/5/2004)
  22. * Bitmaps are now automatically centered
  23. * Fixed a bug which prevented enabling the next button from the leave function of InstallOptions pages
  24. * Fixed a rare freeze
  25.  
  26. DLL version 2.4 (1/4/2004)
  27. * Initial focus is set in "initDialog" making it possible to override it from NSIS prior to calling "show"
  28. * When initial focus is to a Text field InstallOptions now follows standard Windows behaviour by having the text selected
  29. * Label and other static fields no longer have State= written to the INI file when leaving the dialog
  30. * NOTIFY flag can now be used with Link fields (State should be omitted in this case)
  31. * Likewise, State can now be used with Button fields (behaves the same as with Link fields)
  32. * NOTIFY flag can also now be used with ListBox and DropList fields to have NSIS notified when the selection changes
  33. * Meaning of RIGHT flag is now reversed in right-to-left language mode
  34. * HSCROLL and VSCROLL flags are no longer restricted to Text fields
  35. * Various Link field fixes
  36.  
  37. DLL version 2.3 (12/4/2003)
  38. * Added new control type "Button"
  39. * Added new flag "NOTIFY"
  40. * Added new flag "NOWORDWRAP" for multi-line text boxes
  41. * Reduced size down to 12K
  42. * Better RTL support
  43.  
  44. DLL version 2.2 (6/10/2003)
  45. * Added New control type LINK
  46. * \r\n converts to newline in Multiline edit box
  47. * Support for multiline edit box
  48. * Better tab order in DirRequest and FileRequest
  49. * Added READONLY option to text box
  50. * Minor fixes
  51.  
  52. DLL version 2.1 (3/15/2003)
  53. * \r\n converts to newline in both label Text and ValidateText
  54. * New browse dialog style (modern)
  55. * Word wrapping for check boxes and radio buttons
  56. * No ugly border for edit fields under XP
  57. * Scroll bar for list boxes
  58. * Works with SetStaticBkColor
  59. * DISABLED dir and file request fields now disable the browse button too
  60. * No more STATE value for labels
  61. * Minor fixes
  62.  
  63. DLL version 2.0 (1/4/2003)
  64. * Supports custom font and DPI settings (by Joost Verburg)
  65. * INI files should contain dialog units now, no pixels (by Joost Verburg)
  66. * RESIZETOFIT flag for Bitmap control (by Amir Szekely)
  67. * New documentation (by Joost Verburg)
  68. * New GROUP/NOTABSTOP/DISABLED flags
  69.  
  70. DLL version 1.7 beta (11/2/2002)
  71. * Added initDialog and show DLL functions
  72.  
  73. DLL version 1.6 beta (9/30/2002)
  74. * CancelConfirmIcon becomes CancelConfirmFlags and can now take the other common MessageBox flags
  75.  
  76. DLL version 1.5 beta (9/26/2002)
  77. * Made close [x] button behave like Cancel (thanks brainsucker)
  78.  
  79. DLL version 1.4 beta (9/4/2002)
  80. * Added Icon and Bitmap controls (by Amir Szekely)
  81.  
  82. DLL version 1.3 beta (8/15/2002)
  83. * Added CancelShow (by ORTIM)
  84. * Added pixel transformation for widgets (by ORTIM)
  85.  
  86. DLL version 1.2 beta (7/31/2002)
  87. * Added CancelEnabled (by ORTIM)
  88. * Added CancelConfirmCaption and CancelConfirmIcon (by Amir Szekely)
  89.  
  90. DLL version 1.1 beta (7/22/2002)
  91. * Font is now taken from the main NSIS window (by Amir Szekely)
  92.  
  93. DLL version 1.0 beta (12/16/2001)
  94. * Moved to DLL, no longer need parentwnd ini writing
  95. * Tons of changes - no longer fully compatible (see source for a big list)
  96. * removed support for silent installers (it seems the old version would bring up it's own dialog)
  97.  
  98. version 1.4 (11/18/2001)
  99. * Added Listbox controls.
  100. * Added MULTISELECT flag.
  101. * Made the HWND list for the parent window controls dynamically allocated. This prevents a crash if NSIS ever gets more than 150 controls on it's main window.
  102. * The TEXT property of DirRequest control can be used to specify an initial directory. The current directory is automatically selected when clicking the browse button of the DirRequest control.
  103. * Added ROOT property to DirRequest which can be used to set the root directory (mostly due to felfert)
  104. * Edit controls will now auto scroll (thanks felfert)
  105. * Fixed a problem where the window wouldn't draw properly on some systems (thanks felfert)
  106.  
  107. version 1.3 (11/03/2001)
  108. * Got rid of the call to RedrawWindow() because it's no longer needed with the WS_CLIPCHILDREN flag for NSIS.
  109. * Removed a few hardcoded limits of buffer sizes
  110. * Added Checkbox and RadioButton controls
  111. * Added RIGHT and CHECKED flags
  112.  
  113. version 1.2.2 (10/30/2001)
  114. * Additional size reductions. Further reduced the size down to 8k.
  115. * The text parameter to a combobox can now be used to specify the initial value
  116. * Changed from InvalidateRect() to RedrawWindow() to force a redraw after a browse dialog
  117. * On startup, set the flags of the NSIS window to include WS_CLIPCHILDREN. Otherwise, our controls don't get drawn right.
  118.  
  119. version 1.2.1 (10/28/2001)
  120. * Bug fix. ControlID for the caption and the OK button were reused by the first two controls. (Thanks Schultz)
  121.  
  122. version 1.2j (10/28/2001)
  123. * 8.5kb from 44kb. heh. (by Justin Frankel)
  124.  
  125. version 1.2 (10/28/2001)
  126. * Still 44k
  127. * Added the "FileRequest" and "DirRequest" control types (thanks Schultz)
  128. * Added "MinLen", "MaxLen", and "ValidateText" properties to fields
  129. * Added "Flags" as a way to specify additional parameters for controls
  130. * Few more changes to the documentation
  131. * Cleaned the code in a few places...still trying to make it smaller
  132.  
  133. version 1.1 (10/27/2001)
  134. * Added the "Title" option (thanks Alex)
  135. * Moved the OK button so it is in the same location as the buttons on the main NSIS window (thanks Alex)
  136. * Pressing "ENTER" will now automatically select the OK button (thanks Alex)
  137. * Slightly improved the documentation
  138.  
  139. version 1.01 (10/25/2001)
  140. * Fixed the SetFocus loop so it exits after the first control like it was supposed to
  141. * Added the license to the documentation
  142.  
  143. version 1.0 (10/25/2001)
  144. * Barely qualifies as a distribution
  145.