fxruby 1.4.6 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. data/doc/apes02.html +6 -6
  2. data/doc/apes03.html +11 -11
  3. data/doc/book.html +1 -1
  4. data/doc/build.html +63 -63
  5. data/doc/ch03s02.html +7 -7
  6. data/doc/ch03s03.html +18 -18
  7. data/doc/ch03s04.html +11 -11
  8. data/doc/ch03s05.html +14 -14
  9. data/doc/ch04s02.html +14 -14
  10. data/doc/ch04s03.html +15 -15
  11. data/doc/ch04s04.html +28 -28
  12. data/doc/ch05s02.html +49 -49
  13. data/doc/ch05s03.html +8 -8
  14. data/doc/changes.html +176 -176
  15. data/doc/clipboardtut.html +11 -11
  16. data/doc/cvs.html +10 -10
  17. data/doc/differences.html +4 -4
  18. data/doc/dragdroptut.html +50 -50
  19. data/doc/events.html +11 -11
  20. data/doc/examples.html +47 -47
  21. data/doc/gems.html +37 -37
  22. data/doc/goals.html +4 -4
  23. data/doc/images/iconlist-bigicons.png +0 -0
  24. data/doc/images/iconlist-details.png +0 -0
  25. data/doc/implementation.html +4 -4
  26. data/doc/infosources.html +6 -6
  27. data/doc/library.html +19 -19
  28. data/doc/opengl.html +31 -31
  29. data/doc/pt01.html +1 -1
  30. data/doc/pt02.html +1 -1
  31. data/doc/scintilla.html +15 -15
  32. data/doc/todo.html +5 -5
  33. data/doc/tutorial1.html +34 -34
  34. data/examples/dilbert.rb +1 -1
  35. data/ext/fox14/FXRbApp.cpp +1 -1
  36. data/ext/fox14/FXRbDataTarget.cpp +1 -1
  37. data/ext/fox14/FXRbGLViewer.cpp +1 -1
  38. data/ext/fox14/FXRuby.cpp +1 -1
  39. data/ext/fox14/core_wrap.cpp +0 -12
  40. data/ext/fox14/dialogs_wrap.cpp +43 -19
  41. data/ext/fox14/frames_wrap.cpp +1130 -308
  42. data/ext/fox14/fx3d_wrap.cpp +38 -13
  43. data/ext/fox14/icons_wrap.cpp +24 -6
  44. data/ext/fox14/image_wrap.cpp +24 -6
  45. data/ext/fox14/include/FXMemoryBuffer.h +1 -1
  46. data/ext/fox14/include/FXRb4Splitter.h +1 -1
  47. data/ext/fox14/include/FXRb7Segment.h +1 -1
  48. data/ext/fox14/include/FXRbAccelTable.h +1 -1
  49. data/ext/fox14/include/FXRbApp.h +1 -1
  50. data/ext/fox14/include/FXRbArrowButton.h +1 -1
  51. data/ext/fox14/include/FXRbBMPIcon.h +1 -1
  52. data/ext/fox14/include/FXRbBMPImage.h +1 -1
  53. data/ext/fox14/include/FXRbBitmap.h +1 -1
  54. data/ext/fox14/include/FXRbBitmapFrame.h +1 -1
  55. data/ext/fox14/include/FXRbBitmapView.h +1 -1
  56. data/ext/fox14/include/FXRbButton.h +1 -1
  57. data/ext/fox14/include/FXRbCURCursor.h +1 -1
  58. data/ext/fox14/include/FXRbCanvas.h +1 -1
  59. data/ext/fox14/include/FXRbCheckButton.h +1 -1
  60. data/ext/fox14/include/FXRbChoiceBox.h +1 -1
  61. data/ext/fox14/include/FXRbColorBar.h +1 -1
  62. data/ext/fox14/include/FXRbColorDialog.h +1 -1
  63. data/ext/fox14/include/FXRbColorSelector.h +1 -1
  64. data/ext/fox14/include/FXRbColorWell.h +1 -1
  65. data/ext/fox14/include/FXRbColorWheel.h +1 -1
  66. data/ext/fox14/include/FXRbComboBox.h +1 -1
  67. data/ext/fox14/include/FXRbCommon.h +1 -1
  68. data/ext/fox14/include/FXRbComposite.h +1 -1
  69. data/ext/fox14/include/FXRbCursor.h +1 -1
  70. data/ext/fox14/include/FXRbDC.h +1 -1
  71. data/ext/fox14/include/FXRbDCPrint.h +1 -1
  72. data/ext/fox14/include/FXRbDCWindow.h +1 -1
  73. data/ext/fox14/include/FXRbDataTarget.h +1 -1
  74. data/ext/fox14/include/FXRbDebugTarget.h +1 -1
  75. data/ext/fox14/include/FXRbDelegator.h +1 -1
  76. data/ext/fox14/include/FXRbDial.h +1 -1
  77. data/ext/fox14/include/FXRbDialogBox.h +1 -1
  78. data/ext/fox14/include/FXRbDict.h +1 -1
  79. data/ext/fox14/include/FXRbDirBox.h +1 -1
  80. data/ext/fox14/include/FXRbDirDialog.h +1 -1
  81. data/ext/fox14/include/FXRbDirList.h +1 -1
  82. data/ext/fox14/include/FXRbDirSelector.h +1 -1
  83. data/ext/fox14/include/FXRbDockBar.h +1 -1
  84. data/ext/fox14/include/FXRbDockHandler.h +1 -1
  85. data/ext/fox14/include/FXRbDockSite.h +1 -1
  86. data/ext/fox14/include/FXRbDockTitle.h +1 -1
  87. data/ext/fox14/include/FXRbDocument.h +1 -1
  88. data/ext/fox14/include/FXRbDragCorner.h +1 -1
  89. data/ext/fox14/include/FXRbDrawable.h +1 -1
  90. data/ext/fox14/include/FXRbDriveBox.h +1 -1
  91. data/ext/fox14/include/FXRbFileDialog.h +1 -1
  92. data/ext/fox14/include/FXRbFileDict.h +1 -1
  93. data/ext/fox14/include/FXRbFileList.h +1 -1
  94. data/ext/fox14/include/FXRbFileSelector.h +1 -1
  95. data/ext/fox14/include/FXRbFoldingList.h +1 -1
  96. data/ext/fox14/include/FXRbFont.h +1 -1
  97. data/ext/fox14/include/FXRbFontDialog.h +1 -1
  98. data/ext/fox14/include/FXRbFontSelector.h +1 -1
  99. data/ext/fox14/include/FXRbFrame.h +1 -1
  100. data/ext/fox14/include/FXRbGIFCursor.h +1 -1
  101. data/ext/fox14/include/FXRbGIFIcon.h +1 -1
  102. data/ext/fox14/include/FXRbGIFImage.h +1 -1
  103. data/ext/fox14/include/FXRbGLCanvas.h +1 -1
  104. data/ext/fox14/include/FXRbGLContext.h +1 -1
  105. data/ext/fox14/include/FXRbGLObject.h +1 -1
  106. data/ext/fox14/include/FXRbGLShape.h +1 -1
  107. data/ext/fox14/include/FXRbGLViewer.h +1 -1
  108. data/ext/fox14/include/FXRbGLVisual.h +1 -1
  109. data/ext/fox14/include/FXRbGradientBar.h +1 -1
  110. data/ext/fox14/include/FXRbGroupBox.h +1 -1
  111. data/ext/fox14/include/FXRbHeader.h +1 -1
  112. data/ext/fox14/include/FXRbHorizontalFrame.h +1 -1
  113. data/ext/fox14/include/FXRbICOIcon.h +1 -1
  114. data/ext/fox14/include/FXRbICOImage.h +1 -1
  115. data/ext/fox14/include/FXRbIcon.h +1 -1
  116. data/ext/fox14/include/FXRbIconList.h +1 -1
  117. data/ext/fox14/include/FXRbIconSource.h +1 -1
  118. data/ext/fox14/include/FXRbId.h +1 -1
  119. data/ext/fox14/include/FXRbImage.h +1 -1
  120. data/ext/fox14/include/FXRbImageFrame.h +1 -1
  121. data/ext/fox14/include/FXRbImageView.h +1 -1
  122. data/ext/fox14/include/FXRbInputDialog.h +1 -1
  123. data/ext/fox14/include/FXRbJPGIcon.h +1 -1
  124. data/ext/fox14/include/FXRbJPGImage.h +1 -1
  125. data/ext/fox14/include/FXRbLabel.h +1 -1
  126. data/ext/fox14/include/FXRbList.h +1 -1
  127. data/ext/fox14/include/FXRbListBox.h +1 -1
  128. data/ext/fox14/include/FXRbMDIButton.h +1 -1
  129. data/ext/fox14/include/FXRbMDIChild.h +1 -1
  130. data/ext/fox14/include/FXRbMDIClient.h +1 -1
  131. data/ext/fox14/include/FXRbMainWindow.h +1 -1
  132. data/ext/fox14/include/FXRbMatrix.h +1 -1
  133. data/ext/fox14/include/FXRbMenuBar.h +1 -1
  134. data/ext/fox14/include/FXRbMenuButton.h +1 -1
  135. data/ext/fox14/include/FXRbMenuCaption.h +1 -1
  136. data/ext/fox14/include/FXRbMenuCascade.h +1 -1
  137. data/ext/fox14/include/FXRbMenuCheck.h +1 -1
  138. data/ext/fox14/include/FXRbMenuCommand.h +1 -1
  139. data/ext/fox14/include/FXRbMenuPane.h +1 -1
  140. data/ext/fox14/include/FXRbMenuRadio.h +1 -1
  141. data/ext/fox14/include/FXRbMenuSeparator.h +1 -1
  142. data/ext/fox14/include/FXRbMenuTitle.h +1 -1
  143. data/ext/fox14/include/FXRbMessageBox.h +1 -1
  144. data/ext/fox14/include/FXRbObject.h +1 -1
  145. data/ext/fox14/include/FXRbOptionMenu.h +1 -1
  146. data/ext/fox14/include/FXRbPCXIcon.h +1 -1
  147. data/ext/fox14/include/FXRbPCXImage.h +1 -1
  148. data/ext/fox14/include/FXRbPNGIcon.h +1 -1
  149. data/ext/fox14/include/FXRbPNGImage.h +1 -1
  150. data/ext/fox14/include/FXRbPPMIcon.h +1 -1
  151. data/ext/fox14/include/FXRbPPMImage.h +1 -1
  152. data/ext/fox14/include/FXRbPacker.h +1 -1
  153. data/ext/fox14/include/FXRbPicker.h +1 -1
  154. data/ext/fox14/include/FXRbPopup.h +1 -1
  155. data/ext/fox14/include/FXRbPrintDialog.h +1 -1
  156. data/ext/fox14/include/FXRbProgressBar.h +1 -1
  157. data/ext/fox14/include/FXRbProgressDialog.h +1 -1
  158. data/ext/fox14/include/FXRbRGBIcon.h +1 -1
  159. data/ext/fox14/include/FXRbRGBImage.h +1 -1
  160. data/ext/fox14/include/FXRbRadioButton.h +1 -1
  161. data/ext/fox14/include/FXRbRealSlider.h +1 -1
  162. data/ext/fox14/include/FXRbRealSpinner.h +1 -1
  163. data/ext/fox14/include/FXRbRecentFiles.h +1 -1
  164. data/ext/fox14/include/FXRbRegistry.h +1 -1
  165. data/ext/fox14/include/FXRbReplaceDialog.h +1 -1
  166. data/ext/fox14/include/FXRbRootWindow.h +1 -1
  167. data/ext/fox14/include/FXRbRuler.h +1 -1
  168. data/ext/fox14/include/FXRbScintilla.h +1 -1
  169. data/ext/fox14/include/FXRbScrollArea.h +1 -1
  170. data/ext/fox14/include/FXRbScrollBar.h +1 -1
  171. data/ext/fox14/include/FXRbScrollPane.h +1 -1
  172. data/ext/fox14/include/FXRbScrollWindow.h +1 -1
  173. data/ext/fox14/include/FXRbSearchDialog.h +1 -1
  174. data/ext/fox14/include/FXRbSeparator.h +1 -1
  175. data/ext/fox14/include/FXRbSettings.h +1 -1
  176. data/ext/fox14/include/FXRbShell.h +1 -1
  177. data/ext/fox14/include/FXRbShutter.h +1 -1
  178. data/ext/fox14/include/FXRbSlider.h +1 -1
  179. data/ext/fox14/include/FXRbSpinner.h +1 -1
  180. data/ext/fox14/include/FXRbSplashWindow.h +1 -1
  181. data/ext/fox14/include/FXRbSplitter.h +1 -1
  182. data/ext/fox14/include/FXRbSpring.h +1 -1
  183. data/ext/fox14/include/FXRbStatusBar.h +1 -1
  184. data/ext/fox14/include/FXRbStatusLine.h +1 -1
  185. data/ext/fox14/include/FXRbStream.h +1 -1
  186. data/ext/fox14/include/FXRbStringDict.h +1 -1
  187. data/ext/fox14/include/FXRbSwitcher.h +1 -1
  188. data/ext/fox14/include/FXRbTGAIcon.h +1 -1
  189. data/ext/fox14/include/FXRbTGAImage.h +1 -1
  190. data/ext/fox14/include/FXRbTIFIcon.h +1 -1
  191. data/ext/fox14/include/FXRbTIFImage.h +1 -1
  192. data/ext/fox14/include/FXRbTabBar.h +1 -1
  193. data/ext/fox14/include/FXRbTabBook.h +1 -1
  194. data/ext/fox14/include/FXRbTabItem.h +1 -1
  195. data/ext/fox14/include/FXRbTable.h +1 -1
  196. data/ext/fox14/include/FXRbText.h +1 -1
  197. data/ext/fox14/include/FXRbTextField.h +1 -1
  198. data/ext/fox14/include/FXRbToggleButton.h +1 -1
  199. data/ext/fox14/include/FXRbToolBar.h +1 -1
  200. data/ext/fox14/include/FXRbToolBarGrip.h +1 -1
  201. data/ext/fox14/include/FXRbToolBarShell.h +1 -1
  202. data/ext/fox14/include/FXRbToolBarTab.h +1 -1
  203. data/ext/fox14/include/FXRbToolTip.h +1 -1
  204. data/ext/fox14/include/FXRbTopWindow.h +1 -1
  205. data/ext/fox14/include/FXRbTreeList.h +1 -1
  206. data/ext/fox14/include/FXRbTreeListBox.h +1 -1
  207. data/ext/fox14/include/FXRbTriStateButton.h +1 -1
  208. data/ext/fox14/include/FXRbVerticalFrame.h +1 -1
  209. data/ext/fox14/include/FXRbVisual.h +1 -1
  210. data/ext/fox14/include/FXRbWindow.h +1 -1
  211. data/ext/fox14/include/FXRbWizard.h +1 -1
  212. data/ext/fox14/include/FXRbXBMIcon.h +1 -1
  213. data/ext/fox14/include/FXRbXBMImage.h +1 -1
  214. data/ext/fox14/include/FXRbXPMIcon.h +1 -1
  215. data/ext/fox14/include/FXRbXPMImage.h +1 -1
  216. data/ext/fox14/include/FXRuby.h +1 -1
  217. data/ext/fox14/label_wrap.cpp +23 -8
  218. data/ext/fox14/markfuncs.cpp +8 -1
  219. data/ext/fox14/mdi_wrap.cpp +47 -17
  220. data/ext/fox14/menu_wrap.cpp +34 -10
  221. data/ext/fox14/scintilla_wrap.cpp +31 -7
  222. data/ext/fox14/table_wrap.cpp +31 -7
  223. data/ext/fox14/text_wrap.cpp +31 -7
  224. data/ext/fox14/treelist_wrap.cpp +31 -7
  225. data/ext/fox14/ui_wrap.cpp +497 -154
  226. data/ext/fox14/unregisterOwnedObjects.cpp +1 -1
  227. data/lib/fox14/aliases.rb +3 -3
  228. data/lib/fox14/colors.rb +282 -282
  229. data/lib/fox14/core.rb +7 -0
  230. data/lib/fox14/splashscreen.rb +83 -83
  231. data/lib/fox14/version.rb +1 -1
  232. data/rdoc-sources/FX4Splitter.rb +138 -138
  233. data/rdoc-sources/FXFoldingList.rb +2 -2
  234. data/rdoc-sources/FXQuatd.rb +171 -1
  235. data/rdoc-sources/FXQuatf.rb +175 -1
  236. data/rdoc-sources/FXWindow.rb +0 -3
  237. data/tests/TC_FXComboBox.rb +10 -1
  238. data/tests/TC_FXDirList.rb +1 -1
  239. data/tests/TC_FXGLViewer.rb +2 -0
  240. data/tests/TC_FXHeader.rb +1 -1
  241. data/tests/TC_FXIconList.rb +1 -1
  242. data/tests/TC_FXId.rb +1 -1
  243. data/tests/TC_FXListBox.rb +1 -1
  244. data/tests/TC_FXMenuCommand.rb +0 -14
  245. data/tests/TC_FXTable.rb +0 -32
  246. data/tests/TC_FXTableItem.rb +1 -1
  247. data/tests/TC_FXTreeList.rb +1 -1
  248. data/tests/TC_FXTreeListBox.rb +1 -1
  249. data/web/top.html +15 -15
  250. metadata +2 -3
  251. data/ChangeLog +0 -11094
data/doc/changes.html CHANGED
@@ -1,102 +1,102 @@
1
1
  <html><head>
2
2
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3
- <title>Chapter&nbsp;10.&nbsp;Change History</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="previous" href="infosources.html" title="Chapter&nbsp;9.&nbsp;Other Sources of Information"><link rel="next" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;10.&nbsp;Change History</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="infosources.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="pt02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="changes"></a>Chapter&nbsp;10.&nbsp;Change History</h2></div></div><div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2381"></a>Changes For Version 1.4.6 (April 26, 2006)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>FXRuby would not compile properly on some x86-64 systems (see
3
+ <title>Chapter&nbsp;10.&nbsp;Change History</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;The Basics"><link rel="prev" href="infosources.html" title="Chapter&nbsp;9.&nbsp;Other Sources of Information"><link rel="next" href="pt02.html" title="Part&nbsp;II.&nbsp;Appendices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;10.&nbsp;Change History</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="infosources.html">Prev</a>&nbsp;</td><th width="60%" align="center">Part&nbsp;I.&nbsp;The Basics</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="pt02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="changes"></a>Chapter&nbsp;10.&nbsp;Change History</h2></div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2381"></a>Changes For Version 1.4.6 (April 26, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>FXRuby would not compile properly on some x86-64 systems (see
4
4
  <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3729&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
5
5
  Bug #3729</a>). This error has been corrected. Thanks to Javier
6
6
  Goizueta for initially reporting this problem, and especially to
7
- Tobias Peters for providing a patch.</p></li><li style="list-style-type: disc"><p>The <tt class="classname">FXIconDict</tt> widget was accidentally
7
+ Tobias Peters for providing a patch.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXIconDict</code> widget was accidentally
8
8
  "lost" in the transition between FXRuby versions 1.2 and 1.4 (see
9
9
  <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4117&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
10
10
  Bug #4117</a>). This error has been corrected. Thanks to Manfred
11
- Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="classname">FXSwitcher</tt> widget was not sending the
11
+ Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXSwitcher</code> widget was not sending the
12
12
  appropriate message data to its message target for the
13
- <tt class="constant">SEL_COMMAND</tt> message type (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4157&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
13
+ <code class="constant">SEL_COMMAND</code> message type (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4157&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
14
14
  Bug #4157</a>). This error has been corrected. Thanks to Manfred
15
- Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="classname">FXSeparator</tt> class wasn't implemented
15
+ Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXSeparator</code> class wasn't implemented
16
16
  properly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4158&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
17
17
  Bug #4158</a>). This error has been corrected. Thanks to Gerard
18
- Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">findItemByData</tt> method was
19
- implemented incorrectly for the <tt class="classname">FXComboBox</tt>,
20
- <tt class="classname">FXFoldingList</tt>,
21
- <tt class="classname">FXIconList</tt>, <tt class="classname">FXList</tt> and
22
- <tt class="classname">FXListBox</tt> classes (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4172&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
18
+ Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">findItemByData</code> method was
19
+ implemented incorrectly for the <code class="classname">FXComboBox</code>,
20
+ <code class="classname">FXFoldingList</code>,
21
+ <code class="classname">FXIconList</code>, <code class="classname">FXList</code> and
22
+ <code class="classname">FXListBox</code> classes (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4172&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
23
23
  Bug #4172</a>). This error has been corrected. Thanks to Gerard
24
- Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="classname">FXListBox</tt> widget was not sending the
24
+ Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXListBox</code> widget was not sending the
25
25
  appropriate message data to its message target for the
26
- <tt class="constant">SEL_COMMAND</tt> message type (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4255&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
26
+ <code class="constant">SEL_COMMAND</code> message type (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4255&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
27
27
  Bug #4255</a>). This error has been corrected. Thanks to Gerard
28
28
  Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.29 and
29
- FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2460"></a>Changes For Version 1.4.5 (April 10, 2006)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <tt class="classname">FXTextField</tt> class was not properly
30
- responding to the <tt class="constant">ID_INSERT_STRING</tt> command (see
29
+ FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2460"></a>Changes For Version 1.4.5 (April 10, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <code class="classname">FXTextField</code> class was not properly
30
+ responding to the <code class="constant">ID_INSERT_STRING</code> command (see
31
31
  <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3320&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
32
32
  Bug #3320</a>). This error has been corrected. Thanks to Uwe Hartl
33
- for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">text</tt> and
34
- <tt class="methodname">getText</tt> methods for the
35
- <tt class="classname">FXMenuCaption</tt> class were returning
36
- <tt class="constant">nil</tt> instead of the actual value (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3458&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
33
+ for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">text</code> and
34
+ <code class="methodname">getText</code> methods for the
35
+ <code class="classname">FXMenuCaption</code> class were returning
36
+ <code class="constant">nil</code> instead of the actual value (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3458&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
37
37
  Bug #3458</a>). This error has been corrected. Thanks to Meinrad
38
- Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <tt class="classname">FXMDIChild</tt>
39
- class erroneously listed <tt class="constant">SEL_CLOSEALL</tt> as one of
38
+ Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXMDIChild</code>
39
+ class erroneously listed <code class="constant">SEL_CLOSEALL</code> as one of
40
40
  the message types that an MDI child window might send to its message
41
41
  target (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3508&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
42
42
  Bug #3508</a>). This error has been corrected. Thanks to Meinrad
43
- Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>Calling the <tt class="methodname">selectRange</tt> method for
44
- class <tt class="classname">FXTable</tt> would cause a fatal error instead
45
- of merely raising an <tt class="classname">IndexError</tt> exception (see
43
+ Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>Calling the <code class="methodname">selectRange</code> method for
44
+ class <code class="classname">FXTable</code> would cause a fatal error instead
45
+ of merely raising an <code class="classname">IndexError</code> exception (see
46
46
  <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3615&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
47
47
  Bug #3615</a>). This error has been corrected. Thanks to Meinrad
48
48
  Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>Due to an error in the SWIG interface files, the
49
- <tt class="classname">FXChoiceBox</tt> class was basically unusable (see
49
+ <code class="classname">FXChoiceBox</code> class was basically unusable (see
50
50
  <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3676&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
51
51
  Bug #3676</a>). This error has been corrected. Thanks to Uwe Hartl
52
52
  for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the
53
- <tt class="classname">FXRealSlider</tt> and
54
- <tt class="classname">FXRealSpinner</tt> classes erroneously claimed that
55
- the message data for the <tt class="constant">SEL_COMMAND</tt> and
56
- <tt class="constant">SEL_CHANGED</tt> messages sent by these widgets to
53
+ <code class="classname">FXRealSlider</code> and
54
+ <code class="classname">FXRealSpinner</code> classes erroneously claimed that
55
+ the message data for the <code class="constant">SEL_COMMAND</code> and
56
+ <code class="constant">SEL_CHANGED</code> messages sent by these widgets to
57
57
  their targets were integers (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3749&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
58
58
  Bug #3749</a>). Along the same lines, the message data for those
59
59
  widgets wasn't being converted correctly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3750&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
60
60
  Bug #3750</a>). Both of these errors have been corrected. Thanks
61
61
  to Meinrad Recheis (Henon) for reporting these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for the Fox module incorrectly listed the
62
- names of the <tt class="methodname">FXSELTYPE</tt> and
63
- <tt class="methodname">FXSELID</tt> methods as
64
- <tt class="methodname">SELTYPE</tt> and <tt class="methodname">SELID</tt>
62
+ names of the <code class="methodname">FXSELTYPE</code> and
63
+ <code class="methodname">FXSELID</code> methods as
64
+ <code class="methodname">SELTYPE</code> and <code class="methodname">SELID</code>
65
65
  (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3940&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
66
66
  Bug #3940</a>). This error has been corrected. Thanks to Joel
67
- VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="classname">FXTableItem</tt> constructor was supposed
67
+ VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXTableItem</code> constructor was supposed
68
68
  to (optionally) accept a reference to an arbitrary Ruby object as its
69
69
  third argument, but this wasn't working properly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=4005&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
70
70
  Bug #4005</a>). This error has been corrected. Thanks to Mark
71
71
  Volkman for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.29 and
72
- FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2581"></a>Changes For Version 1.4.4 (January 21, 2006)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The build instructions for Unix platforms had not been updated
72
+ FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2581"></a>Changes For Version 1.4.4 (January 21, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The build instructions for Unix platforms had not been updated
73
73
  recently and as such contained some errors (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3014&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
74
74
  Bug #3014</a>). These errors have been corrected. Thanks to Dave
75
- Burns for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">extendSelection</tt> method for the
76
- <tt class="classname">FXTable</tt> class was raising an exception if an
75
+ Burns for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">extendSelection</code> method for the
76
+ <code class="classname">FXTable</code> class was raising an exception if an
77
77
  out of bounds row or column index was passed in (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3050&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
78
78
  Bug #3050</a>). This has been changed so that
79
- <tt class="methodname">extendSelection</tt> instead returns false for out
79
+ <code class="methodname">extendSelection</code> instead returns false for out
80
80
  of bounds arguments. Thanks to Leonid Moiseichuk for reporting this
81
- problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">each_child</tt> iterator method for the
82
- <tt class="classname">FXWindow</tt> class would fail if the child window
81
+ problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">each_child</code> iterator method for the
82
+ <code class="classname">FXWindow</code> class would fail if the child window
83
83
  was destroyed in the block (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3134&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
84
84
  Bug #3134</a>). Thanks to Liam Irish for reporting this problem
85
- and providing a patch.</p></li><li style="list-style-type: disc"><p>The message data for the <tt class="constant">SEL_REPLACED</tt>
86
- message sent by the <tt class="classname">FXTable</tt> class to its target
85
+ and providing a patch.</p></li><li style="list-style-type: disc"><p>The message data for the <code class="constant">SEL_REPLACED</code>
86
+ message sent by the <code class="classname">FXTable</code> class to its target
87
87
  was not being handled properly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3244&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
88
88
  Bug #3244</a>). There were also problems with the message data for
89
- the <tt class="constant">SEL_SELECTED</tt> and
90
- <tt class="constant">SEL_DESELECTED</tt> messages. Furthermore, the
91
- <tt class="constant">SEL_REPLACED</tt> message was not documented in the
92
- RDoc documentation for the <tt class="classname">FXTable</tt> class. All
89
+ the <code class="constant">SEL_SELECTED</code> and
90
+ <code class="constant">SEL_DESELECTED</code> messages. Furthermore, the
91
+ <code class="constant">SEL_REPLACED</code> message was not documented in the
92
+ RDoc documentation for the <code class="classname">FXTable</code> class. All
93
93
  of these problems have been corrected. Thanks to _blackdog for
94
94
  reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.29 and
95
- FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2645"></a>Changes For Version 1.4.3 (November 7, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <tt class="constant">TOGGLEBUTTON_KEEPSTATE</tt> option for the
96
- <tt class="classname">FXToggleButton</tt> class was not documented (see
95
+ FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2645"></a>Changes For Version 1.4.3 (November 7, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <code class="constant">TOGGLEBUTTON_KEEPSTATE</code> option for the
96
+ <code class="classname">FXToggleButton</code> class was not documented (see
97
97
  <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2286&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
98
98
  Bug #2286</a>). This oversight has been corrected. Thanks to Tim
99
- Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="filename">scintilla.rb</tt> library file was not up to
99
+ Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="filename">scintilla.rb</code> library file was not up to
100
100
  date with the latest FXScintilla release, and as a result it was
101
101
  missing some methods (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2479&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
102
102
  Bug #2479</a>). This oversight has been corrected. Thanks to Maxim
@@ -104,148 +104,148 @@
104
104
  for removing chores and timeouts were broken (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2563&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
105
105
  Bug #2563</a>). This bug has been fixed. Thanks to "moinker" for
106
106
  reporting this problem.</p></li><li style="list-style-type: disc"><p>An error in the test setup caused all of the tests for the
107
- <tt class="classname">FXList</tt> class to fail (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2564&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
107
+ <code class="classname">FXList</code> class to fail (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2564&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
108
108
  Bug #2564</a>). This bug has been fixed. Thanks to Peter for
109
109
  reporting this problem.</p></li><li style="list-style-type: disc"><p>Due to a bug in the test suite runner script, not all test cases
110
110
  were being exercised (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2565&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
111
- Bug #2565</a>). This bug has been fixed.</p></li><li style="list-style-type: disc"><p>Calling the <tt class="methodname">getPixel</tt> method for the
112
- <tt class="classname">FXImage</tt> class when the client-side pixel buffer
111
+ Bug #2565</a>). This bug has been fixed.</p></li><li style="list-style-type: disc"><p>Calling the <code class="methodname">getPixel</code> method for the
112
+ <code class="classname">FXImage</code> class when the client-side pixel buffer
113
113
  for the image has already been released would cause a program to crash
114
114
  (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2611&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
115
- Bug #2611</a>). Now, <tt class="methodname">getPixel</tt> will raise
115
+ Bug #2611</a>). Now, <code class="methodname">getPixel</code> will raise
116
116
  an exception if it's called after the pixel buffer has been released.
117
- The documentation for <tt class="methodname">getPixel</tt> has been
117
+ The documentation for <code class="methodname">getPixel</code> has been
118
118
  updated accordingly. Thanks to Gonzalo Garramuno for reporting this
119
- problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">makePositionVisible</tt> method for the
120
- <tt class="classname">FXTable</tt> class was raising an exception when
119
+ problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">makePositionVisible</code> method for the
120
+ <code class="classname">FXTable</code> class was raising an exception when
121
121
  passed out-of-bounds values for the row or column index (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2660&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
122
122
  Bug #2660</a>). This could happen, for example, if you were to
123
123
  click in a table area outside of the regular cells (which indirectly
124
- triggers a call to <tt class="methodname">makePositionVisible</tt>). This
124
+ triggers a call to <code class="methodname">makePositionVisible</code>). This
125
125
  was actually inconsistent with standard FOX behavior, which simply
126
126
  ignores out of bounds values for that method's arguments. This bug has
127
127
  been fixed, and the documentation for
128
- <tt class="methodname">makePositionVisible</tt> has been updated
128
+ <code class="methodname">makePositionVisible</code> has been updated
129
129
  accordingly. Thanks to Ralf Jonas for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.21 and
130
- FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2730"></a>Changes For Version 1.4.2 (August 22, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Due to a bug in the implementation, the
131
- <tt class="methodname">checked?</tt> method for the
132
- <tt class="classname">FXCheckButton</tt> class always returned
133
- <tt class="constant">false</tt> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1852&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
130
+ FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2730"></a>Changes For Version 1.4.2 (August 22, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Due to a bug in the implementation, the
131
+ <code class="methodname">checked?</code> method for the
132
+ <code class="classname">FXCheckButton</code> class always returned
133
+ <code class="constant">false</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1852&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
134
134
  Bug #1852</a>). This bug has been fixed. Thanks to Meinrad Recheis
135
- for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <tt class="classname">FXTable</tt>
135
+ for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTable</code>
136
136
  class listed several obsolete attributes (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1928&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
137
137
  Bug #1928</a>). Those errors have been corrected. Thanks to Pavel
138
138
  Sokolov for reporting these problems.</p></li><li style="list-style-type: disc"><p>There were a number of bugs in the
139
- <tt class="filename">textedit.rb</tt> example program (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1979&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
139
+ <code class="filename">textedit.rb</code> example program (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1979&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
140
140
  Bug #1979</a>), and those bugs have been fixed. Thanks to Claude
141
- Marinier for reporting these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for the <tt class="classname">FXTreeList</tt>
142
- class' <tt class="methodname">new</tt> method still showed the number of
143
- visible items (<i class="parameter"><tt>nvis</tt></i>) as its second argument
141
+ Marinier for reporting these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTreeList</code>
142
+ class' <code class="methodname">new</code> method still showed the number of
143
+ visible items (<em class="parameter"><code>nvis</code></em>) as its second argument
144
144
  (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2171&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
145
145
  Bug #2171</a>). This problem has been corrected. Thanks to Bill
146
- Atkins for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <tt class="classname">FXTopWindow</tt>
146
+ Atkins for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTopWindow</code>
147
147
  class had a number of errors (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2269&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
148
- Bug #2269</a>). This problem has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for the <tt class="classname">FXTreeList</tt>
149
- class still listed the obsolete <tt class="methodname">reparentItem</tt>
148
+ Bug #2269</a>). This problem has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTreeList</code>
149
+ class still listed the obsolete <code class="methodname">reparentItem</code>
150
150
  method (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2270&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
151
151
  Bug #2270</a>). This problem has been corrected. Thanks to Jacob
152
152
  Hansen for reporting this problem.</p></li><li style="list-style-type: disc"><p>Due to a bug in how the SWIG typemaps for the
153
153
  <span class="type">FXlong</span> type were defined, some methods for the
154
- <tt class="classname">FXFileStream</tt> class were broken (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2275&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
154
+ <code class="classname">FXFileStream</code> class were broken (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=2275&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
155
155
  Bug #2275</a>). This problem has been corrected. Thanks to Gonzalo
156
156
  Garramuno for reporting this problem.</p></li><li style="list-style-type: disc"><p>Merged in all of the fixes for FXRuby 1.2.6.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.17 and
157
- FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2821"></a>Changes For Version 1.4.1 (August 20, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the second release of FXRuby which is compatible with
157
+ FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2821"></a>Changes For Version 1.4.1 (August 20, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the second release of FXRuby which is compatible with
158
158
  FOX 1.4, and as such should be considered an "unstable" release. For a
159
159
  history of the changes made during the FOX 1.3 and 1.4 development,
160
160
  see the <a href="http://www.fox-toolkit.com/news.html" target="_top">News</a>
161
- page at the FOX Web site.</p></li><li style="list-style-type: disc"><p>The unit tests (in the <tt class="filename">tests</tt> subdirectory)
162
- had not been updated to require the <tt class="constant">fox14</tt>
163
- feature, and were still looking at <tt class="constant">fox12</tt>. This
161
+ page at the FOX Web site.</p></li><li style="list-style-type: disc"><p>The unit tests (in the <code class="filename">tests</code> subdirectory)
162
+ had not been updated to require the <code class="constant">fox14</code>
163
+ feature, and were still looking at <code class="constant">fox12</code>. This
164
164
  has been corrected.</p></li><li style="list-style-type: disc"><p>A number of minor problems were corrected for the Windows build
165
165
  of FXRuby.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.17 and
166
- FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2849"></a>Changes For Version 1.4.0 (August 19, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the first release of FXRuby which is compatible with FOX
166
+ FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2849"></a>Changes For Version 1.4.0 (August 19, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the first release of FXRuby which is compatible with FOX
167
167
  1.4, and as such should be considered an "unstable" release. For a
168
168
  history of the changes made during the FOX 1.3 and 1.4 development,
169
169
  see the <a href="http://www.fox-toolkit.com/news.html" target="_top">News</a>
170
- page at the FOX Web site.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2859"></a>Changes For Version 1.2.6 (April 15, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Some additional problems related to calling the
171
- <tt class="methodname">setTableSize</tt> method for an
172
- <tt class="classname">FXTable</tt> were discovered (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1597&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
170
+ page at the FOX Web site.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2859"></a>Changes For Version 1.2.6 (April 15, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Some additional problems related to calling the
171
+ <code class="methodname">setTableSize</code> method for an
172
+ <code class="classname">FXTable</code> were discovered (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1597&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
173
173
  Bug #1597</a>). This problem has been corrected. Thanks to Joel
174
- VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="filename">iconlist.rb</tt> example program had a
174
+ VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="filename">iconlist.rb</code> example program had a
175
175
  "Sort" pulldown menu filled with a number of commands that didn't
176
176
  really do anything, including sorting the items (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1654&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
177
177
  Bug #1654</a>). This pulldown menu has been removed from that
178
- example.</p></li><li style="list-style-type: disc"><p>The API documentation for the <tt class="classname">FXDC</tt> class
179
- erroneously referred to the <tt class="methodname">font</tt> attribute as
180
- <tt class="methodname">textFont</tt> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1667&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
178
+ example.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXDC</code> class
179
+ erroneously referred to the <code class="methodname">font</code> attribute as
180
+ <code class="methodname">textFont</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1667&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
181
181
  Bug #1667</a>). This problem has been corrected. Thanks to Meinrad
182
- Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">checked?</tt>,
183
- <tt class="methodname">unchecked?</tt> and
184
- <tt class="methodname">maybe?</tt> methods for the
185
- <tt class="classname">FXMenuCheck</tt> class were missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1677&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
182
+ Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">checked?</code>,
183
+ <code class="methodname">unchecked?</code> and
184
+ <code class="methodname">maybe?</code> methods for the
185
+ <code class="classname">FXMenuCheck</code> class were missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1677&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
186
186
  Bug #1677</a>). This problem has been corrected. Thanks to Oliver
187
187
  Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the
188
- <tt class="classname">FXScrollArea</tt> class incorrectly spelled the
189
- names of the <tt class="methodname">horizontalScrollBar</tt> and
190
- <tt class="methodname">verticalScrollBar</tt> methods as
191
- <tt class="methodname">horizontalScrollbar</tt> and
192
- <tt class="methodname">verticalScrollbar</tt> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1678&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
188
+ <code class="classname">FXScrollArea</code> class incorrectly spelled the
189
+ names of the <code class="methodname">horizontalScrollBar</code> and
190
+ <code class="methodname">verticalScrollBar</code> methods as
191
+ <code class="methodname">horizontalScrollbar</code> and
192
+ <code class="methodname">verticalScrollbar</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1678&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
193
193
  Bug #1678</a>). The documentation has been corrected. Thanks to
194
- Jannis Pohlmann for reporting this mistake.</p></li><li style="list-style-type: disc"><p>Some code in the <tt class="filename">groupbox.rb</tt> example
195
- program was calling the <tt class="methodname">getRootWindow</tt> method,
196
- but that method has been renamed to <tt class="methodname">getRoot</tt>
194
+ Jannis Pohlmann for reporting this mistake.</p></li><li style="list-style-type: disc"><p>Some code in the <code class="filename">groupbox.rb</code> example
195
+ program was calling the <code class="methodname">getRootWindow</code> method,
196
+ but that method has been renamed to <code class="methodname">getRoot</code>
197
197
  (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1692&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
198
198
  Bug #1692</a>). This problem has been corrected. Thanks to
199
- Jaroslav Stika for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">hasChar?</tt> method for the
200
- <tt class="classname">FXFont</tt> class was spelled without a trailing
199
+ Jaroslav Stika for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">hasChar?</code> method for the
200
+ <code class="classname">FXFont</code> class was spelled without a trailing
201
201
  question mark, but it seems more Ruby-like that it should, so we've
202
202
  added an alias for that (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1714&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
203
203
  Bug #1714</a>). This method also now accepts a string of size 1
204
204
  (i.e. a single character) as its input, as an alternative to an
205
- ordinal value. Thanks to Meinrad Recheis for these suggestions.</p></li><li style="list-style-type: disc"><p>The API documentation for the <tt class="classname">FXImage</tt>
206
- class mistakenly listed <tt class="constant">IMAGE_ALPHA</tt> as a valid
205
+ ordinal value. Thanks to Meinrad Recheis for these suggestions.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXImage</code>
206
+ class mistakenly listed <code class="constant">IMAGE_ALPHA</code> as a valid
207
207
  image rendering hint, but this flag is no longer needed since FOX
208
208
  images now always contain an alpha channel (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1715&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
209
209
  Bug #1715</a>). The documentation has been corrected. Thanks to
210
210
  Meinrad Recheis for reporting this mistake.</p></li><li style="list-style-type: disc"><p>Due to an error in the SWIG interface files, the
211
- <tt class="methodname">data</tt> method for the
212
- <tt class="classname">FXSettings</tt> class was not being wrapped
211
+ <code class="methodname">data</code> method for the
212
+ <code class="classname">FXSettings</code> class was not being wrapped
213
213
  properly. As a result, this method was unavailable and in turn led to
214
- other dependent methods (like <tt class="methodname">each_section</tt>)
214
+ other dependent methods (like <code class="methodname">each_section</code>)
215
215
  to be unavailable as well (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1771&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
216
216
  Bug #1771</a>). This error has been corrected. Thanks to Jannis
217
217
  Pohlmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.16 and
218
- FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2995"></a>Changes For Version 1.2.5 (March 1, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The change made for FXRuby version 1.2.4 regarding garbage
218
+ FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2995"></a>Changes For Version 1.2.5 (March 1, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The change made for FXRuby version 1.2.4 regarding garbage
219
219
  collection for table items corrected only one of the problems
220
220
  described in <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1445&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
221
221
  Bug #1445</a>; There was still a problem related to the
222
- "destructive" effects of the <tt class="methodname">setTableSize</tt>
223
- method for the <tt class="classname">FXTable</tt> class. This problem has
222
+ "destructive" effects of the <code class="methodname">setTableSize</code>
223
+ method for the <code class="classname">FXTable</code> class. This problem has
224
224
  now been corrected as well. Thanks to David Peoples, Jamey Cribbs and
225
225
  Joel VanderWerf for their assistance in helping me to track down this
226
- problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">extractText</tt> and
227
- <tt class="methodname">overlayText</tt> methods for the
228
- <tt class="classname">FXTable</tt> class were implemented incorrectly and
226
+ problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">extractText</code> and
227
+ <code class="methodname">overlayText</code> methods for the
228
+ <code class="classname">FXTable</code> class were implemented incorrectly and
229
229
  weren't listed in the API documentation. These problems have been
230
230
  corrected.</p></li><li style="list-style-type: disc"><p>The checks for out-of-bounds indices in the
231
- <tt class="methodname">getColumnX</tt>,
232
- <tt class="methodname">setColumnX</tt>, <tt class="methodname">getRowY</tt>,
233
- <tt class="methodname">setRowY</tt> and
234
- <tt class="methodname">updateRange</tt> methods for the
235
- <tt class="classname">FXTable</tt> class were incorrect. These have been
236
- fixed.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">setTableSize</tt> method for the
237
- <tt class="classname">FXTable</tt> class now raises
238
- <tt class="classname">ArgError</tt> if either the number of rows or
231
+ <code class="methodname">getColumnX</code>,
232
+ <code class="methodname">setColumnX</code>, <code class="methodname">getRowY</code>,
233
+ <code class="methodname">setRowY</code> and
234
+ <code class="methodname">updateRange</code> methods for the
235
+ <code class="classname">FXTable</code> class were incorrect. These have been
236
+ fixed.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">setTableSize</code> method for the
237
+ <code class="classname">FXTable</code> class now raises
238
+ <code class="classname">ArgError</code> if either the number of rows or
239
239
  columns passed in as arguments is less than zero.</p></li><li style="list-style-type: disc"><p>A typo in one of the source files was causing the build to fail
240
240
  when compiled against Ruby versions 1.8.1 or earlier (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1551&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
241
241
  Bug #1551</a>). This error has been corrected. Thanks to Alex
242
- McGuire for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">selectItem</tt> method for the
243
- <tt class="classname">FXTable</tt> class was removed in FOX 1.2, so we've
242
+ McGuire for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">selectItem</code> method for the
243
+ <code class="classname">FXTable</code> class was removed in FOX 1.2, so we've
244
244
  added a convenience method for this that just calls the
245
- <tt class="methodname">selectRange</tt> method under the hood (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1562&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
245
+ <code class="methodname">selectRange</code> method under the hood (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1562&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
246
246
  Bug #1562</a>). Thanks to Joel VanderWerf for this
247
247
  suggestion.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.13 and
248
- FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3080"></a>Changes For Version 1.2.4 (February 23, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Due to a change in some of the internal Ruby C APIs, a
248
+ FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3080"></a>Changes For Version 1.2.4 (February 23, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Due to a change in some of the internal Ruby C APIs, a
249
249
  compile-time error for FXRuby was introduced in some of the Ruby 1.8.2
250
250
  preview releases (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1039&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
251
251
  Bug #1039</a>). One should not see any compile-time errors when
@@ -253,18 +253,18 @@
253
253
  final release, but I've neverthless made a change to how those
254
254
  internal APIs are used, to avoid any potential problems. Thanks to the
255
255
  many users who pointed out this problem.</p></li><li style="list-style-type: disc"><p>Joel VanderWerf suggested some enhancements to the
256
- <tt class="filename">image.rb</tt> example program in order to improve its
256
+ <code class="filename">image.rb</code> example program in order to improve its
257
257
  startup time (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1281&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
258
258
  Bug #1281</a>). Those changes have been incorporated. Thanks to
259
- Joel for this suggestion.</p></li><li style="list-style-type: disc"><p>One change for the <tt class="classname">FXImage</tt> class between
259
+ Joel for this suggestion.</p></li><li style="list-style-type: disc"><p>One change for the <code class="classname">FXImage</code> class between
260
260
  FOX versions 1.0 and 1.2 is the nature of the pixel buffer that's
261
- passed to the <tt class="classname">FXImage</tt> constructor. Previously,
261
+ passed to the <code class="classname">FXImage</code> constructor. Previously,
262
262
  this pixel buffer was expected to be a string of bytes; now it's
263
263
  expected to be an array of <span class="type">FXColor</span> values. This
264
264
  modification was not implemented correctly for FXRuby versions 1.2.3
265
265
  and earlier (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1427&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
266
266
  Bug #1427</a>). This bug has been corrected, and the example
267
- program (<tt class="filename">image.rb</tt>) and test cases have been
267
+ program (<code class="filename">image.rb</code>) and test cases have been
268
268
  updated as well. Thanks to Oliver Smith and others for reporting this
269
269
  problem.</p></li><li style="list-style-type: disc"><p>A couple of different problems, reported by Patrick Fernie and
270
270
  David Peoples, exposed a flaw in how FXRuby manages the links between
@@ -278,114 +278,114 @@
278
278
  application to crash in the meantime; I've implemented a fix to take
279
279
  care of this situation. Thanks to Patrick and David for reporting
280
280
  these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for FXRuby 1.2 still contained references
281
- to the old "spellings" of the <tt class="methodname">fxparseAccel</tt>
282
- and <tt class="methodname">fxparseHotKey</tt> method names, which were
283
- all lowercase (i.e. <tt class="methodname">fxparseaccel</tt> and
284
- <tt class="methodname">fxparsehotkey</tt>). (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1470&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
285
- Bug #1470</a>). These errors have been corrected.</p></li><li style="list-style-type: disc"><p>Added the <tt class="methodname">FXScrollArea#scrollCorner</tt>
281
+ to the old "spellings" of the <code class="methodname">fxparseAccel</code>
282
+ and <code class="methodname">fxparseHotKey</code> method names, which were
283
+ all lowercase (i.e. <code class="methodname">fxparseaccel</code> and
284
+ <code class="methodname">fxparsehotkey</code>). (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1470&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
285
+ Bug #1470</a>). These errors have been corrected.</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">FXScrollArea#scrollCorner</code>
286
286
  method, which returns a reference to the scroll corner for any window
287
- derived from <tt class="classname">FXScrollArea</tt> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=843&amp;group_id=300&amp;atid=1226" target="_top">RubyForge
287
+ derived from <code class="classname">FXScrollArea</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=843&amp;group_id=300&amp;atid=1226" target="_top">RubyForge
288
288
  Feature Request #1226</a>). Thanks to Brian Sheehan for this
289
- suggestion.</p></li><li style="list-style-type: disc"><p>Added the <tt class="methodname">FXMemoryBuffer#to_a</tt> method,
290
- which is just an alias for the <tt class="methodname">data</tt> accessor
289
+ suggestion.</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">FXMemoryBuffer#to_a</code> method,
290
+ which is just an alias for the <code class="methodname">data</code> accessor
291
291
  method that returns a copy of the data buffer as an array (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1295&amp;group_id=300&amp;atid=1226" target="_top">RubyForge
292
292
  Feature Request #1295</a>). Thanks to Meinrad Recheis for this
293
- suggestion.</p></li><li style="list-style-type: disc"><p>Added the <tt class="methodname">appendRows</tt> and
294
- <tt class="methodname">appendColumns</tt> methods to the
295
- <tt class="classname">FXTable</tt> class (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1426&amp;group_id=300&amp;atid=1226" target="_top">RubyForge
293
+ suggestion.</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">appendRows</code> and
294
+ <code class="methodname">appendColumns</code> methods to the
295
+ <code class="classname">FXTable</code> class (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1426&amp;group_id=300&amp;atid=1226" target="_top">RubyForge
296
296
  Feature Request #1295</a>). Thanks to Brett Hallett for this
297
297
  suggestion.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.13 and
298
- FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3183"></a>Changes For Version 1.2.3 (January 22, 2005)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Since group boxes containing radio buttons no longer enforce the
298
+ FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3183"></a>Changes For Version 1.2.3 (January 22, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Since group boxes containing radio buttons no longer enforce the
299
299
  radio behavior of radio buttons (i.e. keeping only one radio button
300
300
  selected at a time), some of the example programs were no longer
301
301
  working as desired (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=751&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
302
302
  Bug #751</a> and <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1280&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
303
303
  Bug #1280</a>). This problem has been corrected. Thanks to Yuri
304
304
  Leikind and Barry DeZonia for reporting this problem.</p></li><li style="list-style-type: disc"><p>Bob Sidebotham reported a little typo in the
305
- <tt class="filename">table.rb</tt> example program (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=990&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
306
- Bug #990</a>). This has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for <tt class="classname">FXList</tt> did not
305
+ <code class="filename">table.rb</code> example program (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=990&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
306
+ Bug #990</a>). This has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for <code class="classname">FXList</code> did not
307
307
  reflect the changes for FOX 1.2; the
308
- <tt class="methodname">retrieveItem()</tt> has been renamed to
309
- <tt class="methodname">getItem()</tt> and
310
- <tt class="methodname">insertItem()</tt> has been renamed to
311
- <tt class="methodname">setItem()</tt> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1037&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
308
+ <code class="methodname">retrieveItem()</code> has been renamed to
309
+ <code class="methodname">getItem()</code> and
310
+ <code class="methodname">insertItem()</code> has been renamed to
311
+ <code class="methodname">setItem()</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1037&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
312
312
  Bug #1037</a> and <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1257&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
313
313
  Bug #1257</a>). This has been corrected. Thanks to Remy Drouilhet
314
314
  and Stephan Kamper for reporting this problem.</p></li><li style="list-style-type: disc"><p>The Windows installer was missing some of the documentation
315
315
  files (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1139&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
316
316
  Bug #1139</a>). This has been corrected. Thanks to Curt Hibbs and
317
- Mark Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="filename">browser.rb</tt> example program was broken
317
+ Mark Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="filename">browser.rb</code> example program was broken
318
318
  (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1146&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
319
319
  Bug #1146</a>). This has been corrected. Thanks to Stefan Lang for
320
320
  reporting this problem.</p></li><li style="list-style-type: disc"><p>The attribute setter for
321
- <tt class="methodname">FXHeaderItem#justification</tt> was defined
321
+ <code class="methodname">FXHeaderItem#justification</code> was defined
322
322
  incorrectly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1276&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
323
323
  Bug #1276</a>). This has been corrected. Thanks to Joel VanderWerf
324
- for reporting this problem (and providing a patch to fix it).</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">filenames</tt> alias for the
325
- <tt class="methodname">FXFileDialog#getFilenames()</tt> instance method
324
+ for reporting this problem (and providing a patch to fix it).</p></li><li style="list-style-type: disc"><p>The <code class="methodname">filenames</code> alias for the
325
+ <code class="methodname">FXFileDialog#getFilenames()</code> instance method
326
326
  was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1277&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
327
327
  Bug #1277</a>). This error has been corrected. Thanks to Barry
328
328
  DeZonia for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the
329
- <tt class="classname">FXFileDialog</tt> class methods
330
- <tt class="methodname">getOpenFilenames()</tt>,
331
- <tt class="methodname">getOpenDirectory()</tt>,
332
- <tt class="methodname">getOpenFilename()</tt> and
333
- <tt class="methodname">getSaveFilename()</tt> was extremely inadequate
329
+ <code class="classname">FXFileDialog</code> class methods
330
+ <code class="methodname">getOpenFilenames()</code>,
331
+ <code class="methodname">getOpenDirectory()</code>,
332
+ <code class="methodname">getOpenFilename()</code> and
333
+ <code class="methodname">getSaveFilename()</code> was extremely inadequate
334
334
  (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1279&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
335
335
  Bug #1279</a>). This documentation has been improved. Thanks to
336
336
  Barry DeZonia for reporting this problem.</p></li><li style="list-style-type: disc"><p>Brett Hallett contributed a Ruby port of the "ratio" example
337
337
  program from the regular FOX distribution, for demonstrating the use
338
- of the new <tt class="classname">FXSpring</tt> layout manager (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1282&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
338
+ of the new <code class="classname">FXSpring</code> layout manager (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1282&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
339
339
  Bug #1282</a>). Many thanks to Brett for this addition!</p></li><li style="list-style-type: disc"><p>Joel VanderWerf contributed code to simplify how programs
340
340
  interact with modal and non-modal dialog boxes (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1283&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
341
341
  Bug #1283</a>). See the API documentation for the new
342
- <tt class="methodname">FXDialogBox#execute_modal</tt> and
343
- <tt class="methodname">FXDialogBox#execute_nonmodal</tt> methods for
342
+ <code class="methodname">FXDialogBox#execute_modal</code> and
343
+ <code class="methodname">FXDialogBox#execute_nonmodal</code> methods for
344
344
  examples of their use.</p></li><li style="list-style-type: disc"><p>The attribute setters for
345
- <tt class="methodname">FXRealSpinner#selBackColor</tt> and
346
- <tt class="methodname">FXSpinner#selBackColor</tt> were defined
345
+ <code class="methodname">FXRealSpinner#selBackColor</code> and
346
+ <code class="methodname">FXSpinner#selBackColor</code> were defined
347
347
  incorrectly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1297&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
348
348
  Bug #1297</a>). These have been corrected. Thanks to Meinrad
349
- Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">tooltipPause</tt> attribute reader for
350
- the <tt class="classname">FXApp</tt> class was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1306&amp;group_id=300&amp;atid=1225" target="_top">RubyForge
349
+ Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">tooltipPause</code> attribute reader for
350
+ the <code class="classname">FXApp</code> class was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1306&amp;group_id=300&amp;atid=1225" target="_top">RubyForge
351
351
  Patch #1306</a>). Thanks to Joel VanderWerf for reporting this
352
352
  omission and providing a patch to fix it.</p></li><li style="list-style-type: disc"><p>The API documentation for the
353
- <tt class="classname">FXToolBarTab</tt> class was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1322&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
353
+ <code class="classname">FXToolBarTab</code> class was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1322&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
354
354
  Bug #1322</a>). Thanks to Joel VanderWerf for reporting this
355
355
  omission.</p></li><li style="list-style-type: disc"><p>The attribute accessors for
356
- <tt class="methodname">FXText#visibleRows</tt> and
357
- <tt class="methodname">FXText#visibleColumns</tt> were defined and
356
+ <code class="methodname">FXText#visibleRows</code> and
357
+ <code class="methodname">FXText#visibleColumns</code> were defined and
358
358
  documented incorrectly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&amp;aid=1325&amp;group_id=300&amp;atid=1223" target="_top">RubyForge
359
359
  Bug #1325</a>). These have been corrected. Thanks to Karl El-Koura
360
360
  for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.13 and
361
- FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3355"></a>Changes For Version 1.2.2 (October 1, 2004)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>In order to avoid versioning problems when dealing with a mix of
361
+ FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3355"></a>Changes For Version 1.2.2 (October 1, 2004)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>In order to avoid versioning problems when dealing with a mix of
362
362
  applications based on either FXRuby 1.0 or 1.2, the feature name for
363
363
  FXRuby has been changed from "fox" to "fox12". For most application
364
364
  developers, this means that you will need to modify the source code
365
- for applications targeted at FXRuby 1.2 to begin with the line</p><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting">require 'fox12'</pre></td></tr></table><p>Note that no
365
+ for applications targeted at FXRuby 1.2 to begin with the line</p><pre class="programlisting">require 'fox12'</pre><p>Note that no
366
366
  changes should be required for legacy applications targeted at FXRuby
367
367
  1.0.</p></li><li style="list-style-type: disc"><p>Made a number of updates to the documentation, to reflect API
368
368
  changes for FXRuby 1.2.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.9 and
369
- FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3372"></a>Changes For Version 1.2a2 (July 10, 2004)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the second "alpha" release of FXRuby 1.2. This release
369
+ FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3372"></a>Changes For Version 1.2a2 (July 10, 2004)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the second "alpha" release of FXRuby 1.2. This release
370
370
  should be compatible with any FOX library version 1.2; it is not
371
371
  compatible with any previous FOX library versions. As this is an alpha
372
372
  release, users should expect a certain amount of instability, bugs,
373
373
  etc.</p></li><li style="list-style-type: disc"><p>For this release, all of the FOX 1.2 classes are available with
374
- the exception of the <tt class="classname">FXBitmapView</tt> class. There
375
- is a small problem with how the <tt class="classname">FXBitmapView</tt>
374
+ the exception of the <code class="classname">FXBitmapView</code> class. There
375
+ is a small problem with how the <code class="classname">FXBitmapView</code>
376
376
  class is declared in the FOX 1.2 header files, and I'm trying to
377
377
  decide how best to resolve that problem. The goal is to have this
378
378
  problem resolved by the next alpha release of FXRuby.</p></li><li style="list-style-type: disc"><p>For this release, all of the RDoc-based online documentation has
379
379
  been brought up to date with the new APIs.</p></li><li style="list-style-type: disc"><p>Portions of the FXRuby User's Guide were still out of date with
380
380
  respect to the new APIs (see <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=988623&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
381
- Bug #988623</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <tt class="filename">mditest.rb</tt> example program was not up
382
- to date with the new APIs. This has been fixed.</p></li><li style="list-style-type: disc"><p>The <tt class="filename">glviewer.rb</tt> example program was not up
381
+ Bug #988623</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">mditest.rb</code> example program was not up
382
+ to date with the new APIs. This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">glviewer.rb</code> example program was not up
383
383
  to date with the new APIs (see <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=986479&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
384
384
  Bug #986479</a>). This has been fixed. Thanks to Remy Drouilhet
385
- for reporting this problem and suggesting the fixes.</p></li><li style="list-style-type: disc"><p>The <tt class="methodname">FXGLGroup#bounds</tt> method was defined
385
+ for reporting this problem and suggesting the fixes.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">FXGLGroup#bounds</code> method was defined
386
386
  incorrectly (see <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=986476&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
387
387
  Bug #986476</a>). This has been fixed. Thanks to Remy Drouilhet
388
- for reporting this problem and suggesting the fix.</p></li><li style="list-style-type: disc"><p>The <tt class="filename">scintilla-test.rb</tt> example program was
388
+ for reporting this problem and suggesting the fix.</p></li><li style="list-style-type: disc"><p>The <code class="filename">scintilla-test.rb</code> example program was
389
389
  not up to date with the new APIs (see <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=986172&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
390
390
  Bug #986172</a>). This has been fixed. Thanks to Peter Watkins for
391
391
  reporting this problem and submitting a corrected version of the
@@ -393,22 +393,22 @@
393
393
  <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=988152&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
394
394
  Bug #988152</a>). This has been fixed. Thanks to Jamey Cribbs for
395
395
  reporting this problem and suggesting the fix.</p></li><li style="list-style-type: disc"><p>Due to an oversight on my part, one of the overloaded
396
- constructors for the <tt class="classname">FXRegion</tt> class wasn't
396
+ constructors for the <code class="classname">FXRegion</code> class wasn't
397
397
  wrapped properly (see <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=986181&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
398
398
  Bug #986181</a>). This has been fixed. Thanks to Bil Bas for
399
399
  reporting this problem.</p></li><li style="list-style-type: disc"><p>Removed some obsolete aliases for the old leading and trailing
400
- rows and columns for the <tt class="classname">FXTable</tt> class (see
400
+ rows and columns for the <code class="classname">FXTable</code> class (see
401
401
  <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=986181&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
402
402
  Bug #988038</a>). Thanks to Yuri Leikind for reporting this
403
- problem.</p></li><li style="list-style-type: disc"><p>Added <tt class="classname">FXTable</tt> instance methods
404
- <tt class="methodname">horizontalGridShown=()</tt> and
405
- <tt class="methodname">verticalGridShown=()</tt> to complement the
406
- already available <tt class="methodname">horizontalGridShown?</tt> and
407
- <tt class="methodname">verticalGridShown?</tt> methods.</p></li><li style="list-style-type: disc"><p>The binary gem for the 1.2a1 release on Windows didn't have PNG
403
+ problem.</p></li><li style="list-style-type: disc"><p>Added <code class="classname">FXTable</code> instance methods
404
+ <code class="methodname">horizontalGridShown=()</code> and
405
+ <code class="methodname">verticalGridShown=()</code> to complement the
406
+ already available <code class="methodname">horizontalGridShown?</code> and
407
+ <code class="methodname">verticalGridShown?</code> methods.</p></li><li style="list-style-type: disc"><p>The binary gem for the 1.2a1 release on Windows didn't have PNG
408
408
  or JPEG image support built-in (see <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=986180&amp;group_id=20243&amp;atid=120243" target="_top">SourceForge
409
409
  Bug #986180</a>). This has been fixed. Thanks to Bil Bas for
410
410
  reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.7 and
411
- FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3481"></a>Changes For Version 1.2a1 (June 28, 2004)</h2></div></div><div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the first "alpha" release of FXRuby 1.2. This release
411
+ FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3481"></a>Changes For Version 1.2a1 (June 28, 2004)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the first "alpha" release of FXRuby 1.2. This release
412
412
  should be compatible with any FOX library version 1.2; it is not
413
413
  compatible with any previous FOX library versions. As this is an alpha
414
414
  release, users should expect a certain amount of instability, bugs,