fxruby 1.6.42 → 1.6.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (309) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/.yardopts +1 -1
  4. data/Gemfile +1 -2
  5. data/History.md +11 -0
  6. data/README.rdoc +4 -4
  7. data/Rakefile +10 -0
  8. data/appveyor.yml +4 -0
  9. data/docs/Fox.html +11184 -0
  10. data/docs/Fox/Canvas.html +141 -0
  11. data/docs/Fox/Canvas/CanvasError.html +124 -0
  12. data/docs/Fox/Canvas/CircleShape.html +477 -0
  13. data/docs/Fox/Canvas/ImageShape.html +477 -0
  14. data/docs/Fox/Canvas/LineShape.html +1005 -0
  15. data/docs/Fox/Canvas/PolygonShape.html +145 -0
  16. data/docs/Fox/Canvas/RectangleShape.html +439 -0
  17. data/docs/Fox/Canvas/SelectionPolicy.html +352 -0
  18. data/docs/Fox/Canvas/Shape.html +1955 -0
  19. data/docs/Fox/Canvas/ShapeCanvas.html +2031 -0
  20. data/docs/Fox/Canvas/ShapeGroup.html +527 -0
  21. data/docs/Fox/Canvas/SingleSelectionPolicy.html +291 -0
  22. data/docs/Fox/Canvas/TextShape.html +609 -0
  23. data/docs/Fox/FTNonModal.html +550 -0
  24. data/docs/Fox/FX4Splitter.html +1336 -0
  25. data/docs/Fox/FX7Segment.html +1010 -0
  26. data/docs/Fox/FXAccelTable.html +715 -0
  27. data/docs/Fox/FXApp.html +7998 -0
  28. data/docs/Fox/FXArc.html +562 -0
  29. data/docs/Fox/FXArrowButton.html +865 -0
  30. data/docs/Fox/FXBMPIcon.html +450 -0
  31. data/docs/Fox/FXBMPImage.html +434 -0
  32. data/docs/Fox/FXBitmap.html +1362 -0
  33. data/docs/Fox/FXBitmapFrame.html +595 -0
  34. data/docs/Fox/FXBitmapView.html +1451 -0
  35. data/docs/Fox/FXButton.html +534 -0
  36. data/docs/Fox/FXCURCursor.html +261 -0
  37. data/docs/Fox/FXCalendar.html +880 -0
  38. data/docs/Fox/FXCanvas.html +311 -0
  39. data/docs/Fox/FXCheckButton.html +949 -0
  40. data/docs/Fox/FXChoiceBox.html +472 -0
  41. data/docs/Fox/FXColor.html +1519 -0
  42. data/docs/Fox/FXColorBar.html +759 -0
  43. data/docs/Fox/FXColorDialog.html +591 -0
  44. data/docs/Fox/FXColorItem.html +323 -0
  45. data/docs/Fox/FXColorList.html +712 -0
  46. data/docs/Fox/FXColorRing.html +817 -0
  47. data/docs/Fox/FXColorSelector.html +796 -0
  48. data/docs/Fox/FXColorWell.html +850 -0
  49. data/docs/Fox/FXColorWheel.html +770 -0
  50. data/docs/Fox/FXComboBox.html +2939 -0
  51. data/docs/Fox/FXComboTableItem.html +544 -0
  52. data/docs/Fox/FXCommand.html +526 -0
  53. data/docs/Fox/FXComposite.html +433 -0
  54. data/docs/Fox/FXCursor.html +779 -0
  55. data/docs/Fox/FXDC.html +5231 -0
  56. data/docs/Fox/FXDCPrint.html +696 -0
  57. data/docs/Fox/FXDCWindow.html +358 -0
  58. data/docs/Fox/FXDataTarget.html +573 -0
  59. data/docs/Fox/FXDebugTarget.html +305 -0
  60. data/docs/Fox/FXDelegator.html +305 -0
  61. data/docs/Fox/FXDial.html +1133 -0
  62. data/docs/Fox/FXDialogBox.html +413 -0
  63. data/docs/Fox/FXDict.html +1063 -0
  64. data/docs/Fox/FXDirBox.html +752 -0
  65. data/docs/Fox/FXDirDialog.html +914 -0
  66. data/docs/Fox/FXDirItem.html +989 -0
  67. data/docs/Fox/FXDirList.html +1554 -0
  68. data/docs/Fox/FXDirSelector.html +995 -0
  69. data/docs/Fox/FXDockBar.html +1451 -0
  70. data/docs/Fox/FXDockHandler.html +468 -0
  71. data/docs/Fox/FXDockSite.html +678 -0
  72. data/docs/Fox/FXDockTitle.html +606 -0
  73. data/docs/Fox/FXDocument.html +536 -0
  74. data/docs/Fox/FXDragCorner.html +440 -0
  75. data/docs/Fox/FXDrawable.html +478 -0
  76. data/docs/Fox/FXDriveBox.html +746 -0
  77. data/docs/Fox/FXEvent.html +1736 -0
  78. data/docs/Fox/FXExtentd.html +1374 -0
  79. data/docs/Fox/FXExtentf.html +1374 -0
  80. data/docs/Fox/FXFileAssoc.html +850 -0
  81. data/docs/Fox/FXFileDialog.html +2688 -0
  82. data/docs/Fox/FXFileDict.html +1058 -0
  83. data/docs/Fox/FXFileItem.html +1141 -0
  84. data/docs/Fox/FXFileList.html +2259 -0
  85. data/docs/Fox/FXFileSelector.html +2529 -0
  86. data/docs/Fox/FXFileStream.html +503 -0
  87. data/docs/Fox/FXFoldingItem.html +2822 -0
  88. data/docs/Fox/FXFoldingList.html +5189 -0
  89. data/docs/Fox/FXFont.html +2998 -0
  90. data/docs/Fox/FXFontDesc.html +710 -0
  91. data/docs/Fox/FXFontDialog.html +420 -0
  92. data/docs/Fox/FXFontSelector.html +576 -0
  93. data/docs/Fox/FXFrame.html +1012 -0
  94. data/docs/Fox/FXGIFCursor.html +337 -0
  95. data/docs/Fox/FXGIFIcon.html +450 -0
  96. data/docs/Fox/FXGIFImage.html +434 -0
  97. data/docs/Fox/FXGLCanvas.html +700 -0
  98. data/docs/Fox/FXGLCone.html +785 -0
  99. data/docs/Fox/FXGLContext.html +649 -0
  100. data/docs/Fox/FXGLCube.html +703 -0
  101. data/docs/Fox/FXGLCylinder.html +791 -0
  102. data/docs/Fox/FXGLGroup.html +1385 -0
  103. data/docs/Fox/FXGLLine.html +653 -0
  104. data/docs/Fox/FXGLObject.html +759 -0
  105. data/docs/Fox/FXGLPoint.html +561 -0
  106. data/docs/Fox/FXGLShape.html +714 -0
  107. data/docs/Fox/FXGLSphere.html +626 -0
  108. data/docs/Fox/FXGLViewer.html +3506 -0
  109. data/docs/Fox/FXGLVisual.html +2147 -0
  110. data/docs/Fox/FXGradient.html +562 -0
  111. data/docs/Fox/FXGradientBar.html +2479 -0
  112. data/docs/Fox/FXGroupBox.html +688 -0
  113. data/docs/Fox/FXHeader.html +3040 -0
  114. data/docs/Fox/FXHeaderItem.html +1353 -0
  115. data/docs/Fox/FXHiliteStyle.html +804 -0
  116. data/docs/Fox/FXHorizontalFrame.html +359 -0
  117. data/docs/Fox/FXHorizontalSeparator.html +349 -0
  118. data/docs/Fox/FXICOIcon.html +450 -0
  119. data/docs/Fox/FXICOImage.html +434 -0
  120. data/docs/Fox/FXIcon.html +384 -0
  121. data/docs/Fox/FXIconDict.html +752 -0
  122. data/docs/Fox/FXIconItem.html +1518 -0
  123. data/docs/Fox/FXIconList.html +4676 -0
  124. data/docs/Fox/FXIconSource.html +963 -0
  125. data/docs/Fox/FXId.html +712 -0
  126. data/docs/Fox/FXImage.html +2328 -0
  127. data/docs/Fox/FXImageFrame.html +489 -0
  128. data/docs/Fox/FXImageView.html +504 -0
  129. data/docs/Fox/FXInputDialog.html +894 -0
  130. data/docs/Fox/FXIrb.html +942 -0
  131. data/docs/Fox/FXJPGIcon.html +607 -0
  132. data/docs/Fox/FXJPGImage.html +591 -0
  133. data/docs/Fox/FXKnob.html +1048 -0
  134. data/docs/Fox/FXLabel.html +1013 -0
  135. data/docs/Fox/FXLight.html +920 -0
  136. data/docs/Fox/FXList.html +3717 -0
  137. data/docs/Fox/FXListBox.html +2518 -0
  138. data/docs/Fox/FXListItem.html +1459 -0
  139. data/docs/Fox/FXMDIChild.html +2175 -0
  140. data/docs/Fox/FXMDIClient.html +781 -0
  141. data/docs/Fox/FXMDIDeleteButton.html +334 -0
  142. data/docs/Fox/FXMDIMaximizeButton.html +334 -0
  143. data/docs/Fox/FXMDIMenu.html +335 -0
  144. data/docs/Fox/FXMDIMinimizeButton.html +334 -0
  145. data/docs/Fox/FXMDIRestoreButton.html +334 -0
  146. data/docs/Fox/FXMDIWindowButton.html +334 -0
  147. data/docs/Fox/FXMainWindow.html +337 -0
  148. data/docs/Fox/FXMaterial.html +570 -0
  149. data/docs/Fox/FXMatrix.html +734 -0
  150. data/docs/Fox/FXMemoryBuffer.html +472 -0
  151. data/docs/Fox/FXMemoryStream.html +632 -0
  152. data/docs/Fox/FXMenuBar.html +347 -0
  153. data/docs/Fox/FXMenuButton.html +829 -0
  154. data/docs/Fox/FXMenuCaption.html +1080 -0
  155. data/docs/Fox/FXMenuCascade.html +388 -0
  156. data/docs/Fox/FXMenuCheck.html +721 -0
  157. data/docs/Fox/FXMenuCommand.html +400 -0
  158. data/docs/Fox/FXMenuPane.html +333 -0
  159. data/docs/Fox/FXMenuRadio.html +721 -0
  160. data/docs/Fox/FXMenuSeparator.html +440 -0
  161. data/docs/Fox/FXMenuTitle.html +405 -0
  162. data/docs/Fox/FXMessageBox.html +658 -0
  163. data/docs/Fox/FXObject.html +545 -0
  164. data/docs/Fox/FXOption.html +491 -0
  165. data/docs/Fox/FXOptionMenu.html +885 -0
  166. data/docs/Fox/FXPCXIcon.html +450 -0
  167. data/docs/Fox/FXPCXImage.html +434 -0
  168. data/docs/Fox/FXPNGIcon.html +524 -0
  169. data/docs/Fox/FXPNGImage.html +508 -0
  170. data/docs/Fox/FXPPMIcon.html +450 -0
  171. data/docs/Fox/FXPPMImage.html +373 -0
  172. data/docs/Fox/FXPSBounds.html +500 -0
  173. data/docs/Fox/FXPacker.html +1229 -0
  174. data/docs/Fox/FXPicker.html +345 -0
  175. data/docs/Fox/FXPopup.html +1099 -0
  176. data/docs/Fox/FXPrintDialog.html +485 -0
  177. data/docs/Fox/FXPrinter.html +1330 -0
  178. data/docs/Fox/FXProgressBar.html +1150 -0
  179. data/docs/Fox/FXProgressDialog.html +715 -0
  180. data/docs/Fox/FXPseudoKeyboard.html +428 -0
  181. data/docs/Fox/FXPseudoMouse.html +800 -0
  182. data/docs/Fox/FXPseudoTarget.html +472 -0
  183. data/docs/Fox/FXQuatd.html +1377 -0
  184. data/docs/Fox/FXQuatf.html +1392 -0
  185. data/docs/Fox/FXRGBIcon.html +450 -0
  186. data/docs/Fox/FXRGBImage.html +434 -0
  187. data/docs/Fox/FXRadioButton.html +885 -0
  188. data/docs/Fox/FXRanged.html +1522 -0
  189. data/docs/Fox/FXRangef.html +1522 -0
  190. data/docs/Fox/FXRealSlider.html +1187 -0
  191. data/docs/Fox/FXRealSpinner.html +2175 -0
  192. data/docs/Fox/FXRecentFiles.html +841 -0
  193. data/docs/Fox/FXRectangle.html +802 -0
  194. data/docs/Fox/FXRegion.html +841 -0
  195. data/docs/Fox/FXRegistry.html +682 -0
  196. data/docs/Fox/FXReplaceDialog.html +648 -0
  197. data/docs/Fox/FXRootWindow.html +312 -0
  198. data/docs/Fox/FXRuler.html +2000 -0
  199. data/docs/Fox/FXRulerView.html +3997 -0
  200. data/docs/Fox/FXScintilla.html +49117 -0
  201. data/docs/Fox/FXScrollArea.html +1363 -0
  202. data/docs/Fox/FXScrollBar.html +1019 -0
  203. data/docs/Fox/FXScrollCorner.html +290 -0
  204. data/docs/Fox/FXScrollPane.html +499 -0
  205. data/docs/Fox/FXScrollWindow.html +409 -0
  206. data/docs/Fox/FXSearchDialog.html +382 -0
  207. data/docs/Fox/FXSegment.html +422 -0
  208. data/docs/Fox/FXSeparator.html +402 -0
  209. data/docs/Fox/FXSettings.html +1861 -0
  210. data/docs/Fox/FXShell.html +233 -0
  211. data/docs/Fox/FXShutter.html +472 -0
  212. data/docs/Fox/FXShutterItem.html +669 -0
  213. data/docs/Fox/FXSize.html +592 -0
  214. data/docs/Fox/FXSlider.html +1129 -0
  215. data/docs/Fox/FXSphered.html +906 -0
  216. data/docs/Fox/FXSpheref.html +906 -0
  217. data/docs/Fox/FXSpinner.html +2102 -0
  218. data/docs/Fox/FXSplashScreen.html +497 -0
  219. data/docs/Fox/FXSplashWindow.html +494 -0
  220. data/docs/Fox/FXSplitter.html +643 -0
  221. data/docs/Fox/FXSpring.html +517 -0
  222. data/docs/Fox/FXStatusBar.html +593 -0
  223. data/docs/Fox/FXStatusLine.html +754 -0
  224. data/docs/Fox/FXStream.html +1372 -0
  225. data/docs/Fox/FXStreamAllocError.html +148 -0
  226. data/docs/Fox/FXStreamEndError.html +148 -0
  227. data/docs/Fox/FXStreamError.html +259 -0
  228. data/docs/Fox/FXStreamFailureError.html +148 -0
  229. data/docs/Fox/FXStreamFormatError.html +148 -0
  230. data/docs/Fox/FXStreamFullError.html +148 -0
  231. data/docs/Fox/FXStreamNoReadError.html +148 -0
  232. data/docs/Fox/FXStreamNoWriteError.html +148 -0
  233. data/docs/Fox/FXStreamUnknownError.html +148 -0
  234. data/docs/Fox/FXStringDict.html +552 -0
  235. data/docs/Fox/FXSwitcher.html +619 -0
  236. data/docs/Fox/FXTGAIcon.html +450 -0
  237. data/docs/Fox/FXTGAImage.html +434 -0
  238. data/docs/Fox/FXTIFIcon.html +604 -0
  239. data/docs/Fox/FXTIFImage.html +588 -0
  240. data/docs/Fox/FXTabBar.html +644 -0
  241. data/docs/Fox/FXTabBook.html +373 -0
  242. data/docs/Fox/FXTabItem.html +478 -0
  243. data/docs/Fox/FXTable.html +10107 -0
  244. data/docs/Fox/FXTableItem.html +2195 -0
  245. data/docs/Fox/FXTablePos.html +360 -0
  246. data/docs/Fox/FXTableRange.html +360 -0
  247. data/docs/Fox/FXText.html +6870 -0
  248. data/docs/Fox/FXTextChange.html +492 -0
  249. data/docs/Fox/FXTextField.html +2016 -0
  250. data/docs/Fox/FXToggleButton.html +844 -0
  251. data/docs/Fox/FXToolBar.html +452 -0
  252. data/docs/Fox/FXToolBarGrip.html +584 -0
  253. data/docs/Fox/FXToolBarShell.html +788 -0
  254. data/docs/Fox/FXToolBarTab.html +729 -0
  255. data/docs/Fox/FXToolTip.html +761 -0
  256. data/docs/Fox/FXTopWindow.html +1716 -0
  257. data/docs/Fox/FXTranslator.html +481 -0
  258. data/docs/Fox/FXTreeItem.html +2813 -0
  259. data/docs/Fox/FXTreeList.html +5095 -0
  260. data/docs/Fox/FXTreeListBox.html +3080 -0
  261. data/docs/Fox/FXTriStateButton.html +681 -0
  262. data/docs/Fox/FXUndoList.html +2560 -0
  263. data/docs/Fox/FXVec2d.html +1450 -0
  264. data/docs/Fox/FXVec2f.html +1442 -0
  265. data/docs/Fox/FXVec3d.html +1649 -0
  266. data/docs/Fox/FXVec3f.html +1649 -0
  267. data/docs/Fox/FXVec4d.html +1858 -0
  268. data/docs/Fox/FXVec4f.html +1858 -0
  269. data/docs/Fox/FXVerticalFrame.html +359 -0
  270. data/docs/Fox/FXVerticalSeparator.html +349 -0
  271. data/docs/Fox/FXViewport.html +780 -0
  272. data/docs/Fox/FXVisual.html +1023 -0
  273. data/docs/Fox/FXWindow.html +9948 -0
  274. data/docs/Fox/FXWizard.html +1052 -0
  275. data/docs/Fox/FXXBMIcon.html +453 -0
  276. data/docs/Fox/FXXBMImage.html +437 -0
  277. data/docs/Fox/FXXPMIcon.html +450 -0
  278. data/docs/Fox/FXXPMImage.html +434 -0
  279. data/docs/Fox/NotifyHeader.html +286 -0
  280. data/docs/Fox/SCNotification.html +1438 -0
  281. data/docs/Fox/TextRange.html +281 -0
  282. data/docs/IRB.html +204 -0
  283. data/docs/Responder.html +693 -0
  284. data/docs/Responder2.html +225 -0
  285. data/docs/_index.html +2101 -0
  286. data/docs/class_list.html +51 -0
  287. data/docs/css/common.css +1 -0
  288. data/docs/css/full_list.css +58 -0
  289. data/docs/css/style.css +496 -0
  290. data/docs/file.History.html +869 -0
  291. data/docs/file.README.html +104 -0
  292. data/docs/file_list.html +66 -0
  293. data/docs/frames.html +17 -0
  294. data/docs/index.html +614 -0
  295. data/docs/js/app.js +314 -0
  296. data/docs/js/full_list.js +216 -0
  297. data/docs/js/jquery.js +4 -0
  298. data/docs/method_list.html +31043 -0
  299. data/docs/top-level-namespace.html +214 -0
  300. data/examples/canvasdemo.rb +5 -1
  301. data/examples/gltest.rb +162 -106
  302. data/examples/glviewer.rb +12 -8
  303. data/ext/fox16_c/extconf.rb +1 -1
  304. data/fxruby.gemspec +1 -1
  305. data/lib/fox16/canvas.rb +76 -45
  306. data/lib/fox16/glgroup.rb +5 -5
  307. data/lib/fox16/glshapes.rb +111 -99
  308. data/lib/fox16/version.rb +1 -1
  309. metadata +298 -4
@@ -0,0 +1,869 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ File: History
8
+
9
+ &mdash; FXRuby API Documentation
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "History";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="file_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index</a> &raquo;
40
+ <span class="title">File: History</span>
41
+
42
+ </div>
43
+
44
+ <div id="search">
45
+
46
+ <a class="full_list_link" id="class_list_link"
47
+ href="class_list.html">
48
+
49
+ <svg width="24" height="24">
50
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
51
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
52
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
53
+ </svg>
54
+ </a>
55
+
56
+ </div>
57
+ <div class="clear"></div>
58
+ </div>
59
+
60
+ <div id="content"><div id='filecontents'>
61
+ <h2 id="label-1.6.43+-2F+2020-11-27">1.6.43 / 2020-11-27</h2>
62
+ <ul><li>
63
+ <p>Make FXRuby compatible to ruby-3.0</p>
64
+ </li><li>
65
+ <p>Migration to the <code>opengl-bindings</code> gem. The <code>opengl</code> gem is deprecated since years and no longer maintained. <code>opengl-bindings</code> is the announced successor.</p>
66
+ </li><li>
67
+ <p>Add an alternative location for API documentation: <a href="https://larskanis.github.io/fxruby">larskanis.github.io/fxruby</a>/ This is because <a href="https://rubydoc.info">rubydoc.info</a> is too often down.</p>
68
+ </li><li>
69
+ <p>Fix Canvas::ImageShape and shape selection. #60 This changes the position the text of TextShape is printed on the canvas.</p>
70
+ </li></ul>
71
+
72
+ <h2 id="label-1.6.42+-2F+2020-02-01">1.6.42 / 2020-02-01</h2>
73
+ <ul><li>
74
+ <p>Fix a packing issue in 1.6.41: <code>lib/fox16/input.rb</code> had owner permission only.</p>
75
+ </li></ul>
76
+
77
+ <h2 id="label-1.6.41+-2F+2020-01-26">1.6.41 / 2020-01-26</h2>
78
+ <ul><li>
79
+ <p>Add support for Ruby-2.7</p>
80
+ </li><li>
81
+ <p>Fix build error on FreeBSD. #51</p>
82
+ </li><li>
83
+ <p>Fix handling of scroll events to FXText instance.</p>
84
+ </li><li>
85
+ <p>Add 8 virtual methods of FXText to be passed through ruby.</p>
86
+ </li><li>
87
+ <p>FXText#findText: Return multi entry array only when searching Regex.</p>
88
+ </li><li>
89
+ <p>Fix several example apps in example/ dir.</p>
90
+ </li><li>
91
+ <p>Update to rake-compiler-dock-1.0 and use parallel cross build.</p>
92
+ </li><li>
93
+ <p>Update to libpng-1.6.37, jpeg-turbo-2.0.4, libtiff-4.1.0 on Windows binary gem.</p>
94
+ </li></ul>
95
+
96
+ <h2 id="label-1.6.40+-2F+2018-12-28">1.6.40 / 2018-12-28</h2>
97
+ <ul><li>
98
+ <p>Fix some library classes which failed, when Fox was not included into the global namespace.</p>
99
+ </li><li>
100
+ <p>Add new accessor FXImage#dataPtr to access raw image data from FFI, Fiddle or OpenGL.</p>
101
+ </li><li>
102
+ <p>Ensure zero terminated strings in values of C-argv.</p>
103
+ </li><li>
104
+ <p>Remove various Ruby and C++ warnings.</p>
105
+ </li><li>
106
+ <p>Update libfox to 1.6.57.</p>
107
+ </li><li>
108
+ <p>Add support for RubyInstaller-2.6</p>
109
+ </li><li>
110
+ <p>Set minimum required ruby version to 2.2.</p>
111
+ </li></ul>
112
+
113
+ <h2 id="label-1.6.39+-2F+2017-12-26">1.6.39 / 2017-12-26</h2>
114
+ <ul><li>
115
+ <p>Fix FXGLVisual.supported and .supported?</p>
116
+ </li><li>
117
+ <p>Add support for RubyInstaller-2.5</p>
118
+ </li></ul>
119
+
120
+ <h2 id="label-1.6.38+-2F+2017-07-27">1.6.38 / 2017-07-27</h2>
121
+ <ul><li>
122
+ <p>Update dependent libraries for Windows binary gem.</p>
123
+ </li><li>
124
+ <p>Replace libjpeg-9b by libjpeg-turbo-1.5.2 on Windows binary gem.</p>
125
+ </li><li>
126
+ <p>Fix build with clang on FreeBSD (and possibly other OS). Fixes #41</p>
127
+ </li></ul>
128
+
129
+ <h2 id="label-1.6.37+-2F+2017-06-24">1.6.37 / 2017-06-24</h2>
130
+ <ul><li>
131
+ <p>Add a 3rd type of FXRbObjects which is used for callbacks. Fixes #39</p>
132
+ </li></ul>
133
+
134
+ <h2 id="label-1.6.36+-2F+2017-06-04">1.6.36 / 2017-06-04</h2>
135
+ <ul><li>
136
+ <p>Support the fxruby source gem on Windows (only RubyInstaller-2.4).</p>
137
+ </li><li>
138
+ <p>Replace our self-made directory search methods by pgk-config.</p>
139
+ </li><li>
140
+ <p>Enable the use of Win32 unicode functions. Fixes #30 and #38</p>
141
+ </li><li>
142
+ <p>Fix segfault in vsprintf on Windows 10.</p>
143
+ </li><li>
144
+ <p>Update support for RubyInstaller-2.4.1-1</p>
145
+ </li><li>
146
+ <p>Update to libjpeg-9b</p>
147
+ </li><li>
148
+ <p>More automation for gem releases</p>
149
+ </li></ul>
150
+
151
+ <h2 id="label-1.6.35+-2F+2017-02-15">1.6.35 / 2017-02-15</h2>
152
+ <ul><li>
153
+ <p>Adjust for Ruby-2.4 with unified Integers</p>
154
+ </li><li>
155
+ <p>Add support for RubyInstaller-2.4</p>
156
+ </li><li>
157
+ <p>Drop support for Ruby-1.8 and 1.9. It may work with them, but is no longer tested.</p>
158
+ </li><li>
159
+ <p>Add compat with SWIG-3.0</p>
160
+ </li><li>
161
+ <p>Fix an issue with FXApp#removeInput introduced in fxruby-1.6.30.</p>
162
+ </li><li>
163
+ <p>Work around missing /usr/lib/libfxscintilla.so file in Ubuntu</p>
164
+ </li><li>
165
+ <p>Update dependent gems.</p>
166
+ </li><li>
167
+ <p>Update libraries for Windows build.</p>
168
+ </li></ul>
169
+
170
+ <h2 id="label-1.6.34+-2F+2016-04-26">1.6.34 / 2016-04-26</h2>
171
+ <ul><li>
172
+ <p>Add support for RubyInstaller-2.3</p>
173
+ </li><li>
174
+ <p>Avoid RARRAY_PTR() which broke fxruby on ruby-2.3.0.</p>
175
+ </li><li>
176
+ <p>Make use of StringValueCStr() where it is suitable.</p>
177
+ </li><li>
178
+ <p>Fix initialisation of runOnUiThread event handler, when FXApp is called with a block.</p>
179
+ </li><li>
180
+ <p>Disable GVL on RubyInstaller-1.9.3. Fixes #24</p>
181
+ </li></ul>
182
+
183
+ <h2 id="label-1.6.33+-2F+2015-08-20">1.6.33 / 2015-08-20</h2>
184
+ <ul><li>
185
+ <p>Avoid rb_* calls that are prohibited during GC. Fixes #23</p>
186
+ </li><li>
187
+ <p>Use copy&#39;ing getters for FXVec members in FXMat*, FXMaterial and FXLight. This fixes the TC_FXMaterial#test_bug test case.</p>
188
+ </li><li>
189
+ <p>Fix test suite, so that all tests pass.</p>
190
+ </li><li>
191
+ <p>Add a travis-ci test setup and connect it to the github account.</p>
192
+ </li></ul>
193
+
194
+ <h2 id="label-1.6.32+-2F+2015-08-07">1.6.32 / 2015-08-07</h2>
195
+ <ul><li>
196
+ <p>Avoid call to rb_class2name() during GC. Fixes #21</p>
197
+ </li><li>
198
+ <p>Use release mode, unless extconf.rb is called with –enable-debug, so that all FXTRACE() and FXASSERT() calls are skiped, per default.</p>
199
+ </li><li>
200
+ <p>Remove self made GC detection by ruby&#39;s rb_during_gc().</p>
201
+ </li><li>
202
+ <p>Fix Windows binary x86-mingw32.gem for Ruby versions &lt; 2.0</p>
203
+ </li></ul>
204
+
205
+ <h2 id="label-1.6.31+-2F+2015-07-21">1.6.31 / 2015-07-21</h2>
206
+ <ul><li>
207
+ <p>Replace pipe2() by pipe() and fcntl(), because pipe2() is not as portable.</p>
208
+ </li><li>
209
+ <p>Add missing include statement. Fixes #20</p>
210
+ </li></ul>
211
+
212
+ <h2 id="label-1.6.30+-2F+2015-07-07">1.6.30 / 2015-07-07</h2>
213
+ <ul><li>
214
+ <p>Fix crashes in rb_gc_mark(): 0x00000003f54af8 is T_ZOMBIE / T_NONE</p>
215
+ </li><li>
216
+ <p>Release Ruby&#39;s GVL while calls to FXImage#savePixels, #loadPixels and FXApp#run* methods.</p>
217
+ </li><li>
218
+ <p>Add a working version for FXApp#addInput event handling on Windows. This works for sockets only for now.</p>
219
+ </li><li>
220
+ <p>Add FXApp#runOnUiThread and FXId#runOnUiThread . This allows to safely execute GUI code from other threads.</p>
221
+ </li><li>
222
+ <p>Use rake-compiler-dock for building windows binary gems.</p>
223
+ </li></ul>
224
+
225
+ <h2 id="label-1.6.29+-2F+2015-02-17">1.6.29 / 2015-02-17</h2>
226
+ <ul><li>
227
+ <p>Add Windows binaries for Ruby-2.1 and 2.2.</p>
228
+ </li><li>
229
+ <p>Use shared libs for Windows binary gems to reduce gem size.</p>
230
+ </li><li>
231
+ <p>Allow non owned assignment of image data to FXImage derivations without copy&#39;ing pixel data.</p>
232
+ </li><li>
233
+ <p>Allow retrival of parts of the pixel data.</p>
234
+ </li><li>
235
+ <p>Fix namespace specifier for FXRGB in kwargs.rb.</p>
236
+ </li><li>
237
+ <p>Change GC&#39;ing of TreeListBox and FXTreeItem. Fixes #10</p>
238
+ </li><li>
239
+ <p>Update to swig version 2.0 or newer. Fixes #13</p>
240
+ </li></ul>
241
+
242
+ <h2 id="label-1.6.28+-2F+2013-07-05">1.6.28 / 2013-07-05</h2>
243
+ <ul><li>
244
+ <p>Fix build for Ruby-2.0.0-p127+</p>
245
+ </li><li>
246
+ <p>Update libraries for win32 build: libfox-1.6.49</p>
247
+ </li></ul>
248
+
249
+ <h2 id="label-1.6.27+-2F+2013-04-05">1.6.27 / 2013-04-05</h2>
250
+ <ul><li>
251
+ <p>Add support for Ruby-2.0.</p>
252
+ </li><li>
253
+ <p>Add cross compilation for x64-mingw32 target.</p>
254
+ </li></ul>
255
+
256
+ <h2 id="label-1.6.26+-2F+2013-02-16">1.6.26 / 2013-02-16</h2>
257
+ <ul><li>
258
+ <p>Mark all text strings retrieved from fox as UTF-8 when running on Ruby 1.9</p>
259
+ </li><li>
260
+ <p>Fix loading error on Ruby 1.8.7 by renaming the C++ extension to fox16_c</p>
261
+ </li><li>
262
+ <p>Update libraries for windows cross compilation</p>
263
+ </li></ul>
264
+
265
+ <h2 id="label-1.6.25+-2F+2012-06-17">1.6.25 / 2012-06-17</h2>
266
+ <ul><li>
267
+ <p>Windows: Fix slow loading of fox16.so by using a more recent mingw-w64 compiler (reported by Allen Doug and Igor Jorobus)</p>
268
+ </li><li>
269
+ <p>Fix two possible segfaults in conjunction with FXSplashWindow (reported by Igor Jorobus)</p>
270
+ </li></ul>
271
+
272
+ <h2 id="label-1.6.24+-2F+2012-06-06">1.6.24 / 2012-06-06</h2>
273
+ <ul><li>
274
+ <p>Update libraries for win32 build: libz-1.2.7 libpng-1.5.10 libjpeg-8d libtiff-4.0.1 libfox-1.6.45</p>
275
+ </li><li>
276
+ <p>Avoid Segfauls in lots of methods when called with nil instead of FXApp, FXComposite or FXWindow objects</p>
277
+ </li></ul>
278
+
279
+ <h2 id="label-1.6.23+-2F+2012-03-08">1.6.23 / 2012-03-08</h2>
280
+ <ul><li>
281
+ <p>Add YARD documentation support</p>
282
+ </li><li>
283
+ <p>Use generated Manifest.txt</p>
284
+ </li><li>
285
+ <p>Support for parallel task execution with drake</p>
286
+ </li></ul>
287
+
288
+ <h2 id="label-1.6.22+-2F+2012-02-21">1.6.22 / 2012-02-21</h2>
289
+ <ul><li>
290
+ <p>Allow better access to raw pixel data of FXImage and derivatives</p>
291
+ </li><li>
292
+ <p>Build Windows binary gem per cross compiler on Linux</p>
293
+ </li><li>
294
+ <p>Add support for Rubinius (currently requires rubinius from git)</p>
295
+ </li><li>
296
+ <p>Add alias FXApp#modalWindow, as described in rdoc</p>
297
+ </li><li>
298
+ <p>Add quality parameter to FXJPGImage and FXJPGIcon</p>
299
+ </li><li>
300
+ <p>Fix invalid memory access in final GC call when using FXMenuCommand with acckey</p>
301
+ </li><li>
302
+ <p>Fix double referenced foxObj when borrowed object registration is triggered from C++</p>
303
+ </li><li>
304
+ <p>Fix Segfault while GC&#39;ing FXWindows</p>
305
+ </li><li>
306
+ <p>Fix &#39;object allocation not allowed while garbage collection&#39; bug</p>
307
+ </li><li>
308
+ <p>Fix clipboard handling on windows</p>
309
+ </li><li>
310
+ <p>Add missing namespace qualifier to FXSEL in FXAccelTable</p>
311
+ </li><li>
312
+ <p>Fix GC bug in FXAccelTable</p>
313
+ </li><li>
314
+ <p>Fix double free in FXMemoryStream#giveBuffer</p>
315
+ </li><li>
316
+ <p>Fix invalid memory access in typemap to zero terminated FXchar* (such as fillItems methods)</p>
317
+ </li><li>
318
+ <p>Fix FXApp#addInput for Ruby 1.9 on Linux</p>
319
+ </li><li>
320
+ <p>Fix “ruby_code case not handled: Regexp” issue with newer rubygems</p>
321
+ </li></ul>
322
+
323
+ <h2 id="label-Changes+For+Version+1.6.20+-28November+09-2C+2009-29">Changes For Version 1.6.20 (November 09, 2009)</h2>
324
+ <ul><li>
325
+ <p>Integrated the Hoe and rake-compiler extensions into the Rakefile and removed redundant tasks.</p>
326
+ </li><li>
327
+ <p>Did some work to provide support for MinGW builds.</p>
328
+ </li><li>
329
+ <p>The previous release of FXRuby couldn&#39;t be built from source against Ruby 1.9.1 final due to a change in some of the file-related utility libraries (see RubyForge Bug #23786). This problem has been corrected.</p>
330
+ </li></ul>
331
+
332
+ <h2 id="label-Changes+For+Version+1.6.19+-28March+6-2C+2009-29">Changes For Version 1.6.19 (March 6, 2009)</h2>
333
+ <ul><li>
334
+ <p>The previous release of FXRuby couldn&#39;t be built from source against Ruby 1.9.1 final due to a change in some of the file-related utility libraries (see RubyForge Bug #23786). This problem has been corrected.</p>
335
+ </li><li>
336
+ <p>The previous release of FXRuby couldn&#39;t be built from source against Ruby versions 1.8.5 or earlier (see RubyForge Bug #23967). This problem has been corrected.</p>
337
+ </li><li>
338
+ <p>A change in the return value for Ruby&#39;s <code>instance_variables</code> method broke some of the code related to message handling in FXRuby (see RubyForge Bug #23787). This problem has been corrected.</p>
339
+ </li><li>
340
+ <p>The <code>addAccel</code> method for the <code>FXAccelTable</code> class now accepts lambda functions (or any other objects that respond to <code>call</code>). See the API documentation for <code>FXAccelTable</code> for examples of how this works.</p>
341
+ </li></ul>
342
+
343
+ <h2 id="label-Changes+For+Version+1.6.18+-28December+29-2C+2008-29">Changes For Version 1.6.18 (December 29, 2008)</h2>
344
+ <ul><li>
345
+ <p>Some users were having trouble building FXRuby on 64-bit operating systems (see RubyForge Bug #23375). This problem has been corrected.</p>
346
+ </li></ul>
347
+
348
+ <h2 id="label-Changes+For+Version+1.6.17+-28December+24-2C+2008-29">Changes For Version 1.6.17 (December 24, 2008)</h2>
349
+ <ul><li>
350
+ <p>The Ruby interpreter was generating a large number of warning messages about redefined methods in the <code>kwargs.rb</code> library (see RubyForge Bug #19231 and elsewhere). This problem has been corrected.</p>
351
+ </li><li>
352
+ <p>Due to recent changes in Ruby&#39;s garbage collection algorithm, FXRuby applications could under some circumstances crash for large numbers of table items (see RubyForge bugs ). This bug has been fixed.</p>
353
+ </li><li>
354
+ <p>The documentation for the <code>FXTable</code> class referred to the non-existent <code>setColumnX</code> and <code>setRowY</code> instance methods (see RubyForge Bug #21987). These entries have been removed from the documentation.</p>
355
+ </li><li>
356
+ <p>A number of instance methods for the <code>FXTable</code> class could crash an application if they were passed out-of-bounds index arguments (see RubyForge Bug #21987). These methods now raise <code>IndexError</code> when they&#39;re passed out-of-bounds indexes.</p>
357
+ </li><li>
358
+ <p>Due to a change in the URL scheme for the Dilbert web site, the <code>dilbert.rb</code> example program was no longer working properly (see RubyForge Bug #21538). This has been fixed.</p>
359
+ </li><li>
360
+ <p>The <code>lower</code> method for the <code>FXRangef</code> was returning ´self´ instead of an <code>FXVec3f</code> instance for the range&#39;s low bound (see RubyForge Bug #22488). This has been fixed.</p>
361
+ </li><li>
362
+ <p>Made a number of minor fixes for compatibility with Ruby 1.9.1.</p>
363
+ </li></ul>
364
+
365
+ <h2 id="label-Changes+For+Version+1.6.16+-28July+3-2C+2008-29">Changes For Version 1.6.16 (July 3, 2008)</h2>
366
+ <ul><li>
367
+ <p>Historically, if you called <code>create</code> on a window before its parent window was created, your application would crash (see RubyForge Bug #20702 and elsewhere). Now, the code should raise a ´RuntimeError´ with a message indicating the problem.</p>
368
+ </li><li>
369
+ <p>The message data that the <code>FXPicker</code> widget sends along with its ´SEL_CHANGED´ and ´SEL_COMMAND´ messages wasn&#39;t being handled properly, and as a result, applications using this widget could crash (see RubyForge Bug #20780). This problem has been fixed.</p>
370
+ </li></ul>
371
+
372
+ <h2 id="label-Changes+For+Version+1.6.15+-28June+4-2C+2008-29">Changes For Version 1.6.15 (June 4, 2008)</h2>
373
+ <ul><li>
374
+ <p>FXRuby applications could crash (with a segmentation fault) if ´nil´ was passed in as the first argument to <code>FXDialogBox.new</code> or <code>FXMainWindow.new</code> (see RubyForge Bug #14642). These methods now raise an ´ArgumentError´ if ´nil´ is passed as the first argument.</p>
375
+ </li><li>
376
+ <p>You should only ever construct one <code>FXApp</code> object per application, but there was no protection against doing so in the code (see RubyForge Bug #16275). Now, <code>FXApp.new</code> will raise a <code>RuntimeException</code> if an <code>FXApp</code> object already exists.</p>
377
+ </li><li>
378
+ <p>The <code>babelfish.rb</code> example program, which previously depended on an external web service to perform translation between languages, was broken since that web service no longer exists (see RubyForge Bug #16962). The example has now been updated to use Dr. Nic&#39;s Tranexp library instead.</p>
379
+ </li><li>
380
+ <p>The value of the ´MBOX_SAVE_CANCEL_DONTSAVE´ option (for the <code>FXMessageBox</code> class) wasn&#39;t wrapped properly and was unusable (see RubyForge Bug #17094). There was also no constant corresponding to the ´MBOX_CLICKED_DONTSAVE´ return value. Both of these problems have been fixed.</p>
381
+ </li><li>
382
+ <p>The fields for new <code>FXHiliteStyle</code> objects were uninitialized and as a result sometimes gave unpredictable results (see RubyForge Bug #19637). This has been fixed.</p>
383
+ </li><li>
384
+ <p>The <code>columnHeaderFont</code> and <code>rowHeaderFont</code> attributes for <code>FXTable</code> weren&#39;t implemented properly (see RubyForge Bug #20142). This has been fixed.</p>
385
+ </li><li>
386
+ <p>Ruby 1.8.7 adds a new <code>first</code> method to the <code>Enumerable</code> module, and this conflicts with the existing <code>first</code> method defined in the <code>FXWindow</code> base class for a number of FXRuby classes which mix in <code>Enumerable</code> (see RubyForge Bug #20418). This problem has been resolved.</p>
387
+ </li><li>
388
+ <p>Due to a bug in the <code>extconf.rb</code> script, the build was failing for Ruby 1.9.0 (see RubyForge Bug #20426). This has been fixed.</p>
389
+ </li></ul>
390
+
391
+ <h2 id="label-Changes+For+Version+1.6.14+-28March+29-2C+2008-29">Changes For Version 1.6.14 (March 29, 2008)</h2>
392
+ <ul><li>
393
+ <p>Updated the documentation for the <code>FXImage</code> class to indicate which methods call <code>render</code> after they&#39;re finished, and which ones do not.</p>
394
+ </li><li>
395
+ <p>Corrected a little typo in the <code>gembrowser.rb</code> example program.</p>
396
+ </li><li>
397
+ <p>Updated the <code>dilbert.rb</code> example program to use the more popular-and-likely-to-be-installed Hpricot HTML parser library instead of Rubyful Soup.</p>
398
+ </li><li>
399
+ <p>Re-added the documentation for the ´TOGGLEBUTTON_KEEPSTATE´ option, which had mysteriously disappeared (see RubyForge Bug #2286).</p>
400
+ </li><li>
401
+ <p>Made a number of minor fixes to support building FXRuby against Ruby 1.9.</p>
402
+ </li><li>
403
+ <p>Added a binary gem for OS X. This works with the Ruby that&#39;s included with OS X (Leopard).</p>
404
+ </li><li>
405
+ <p>The binary gem for Windows was built with FOX version 1.6.32 and FXScintilla version 1.71.</p>
406
+ </li></ul>
407
+
408
+ <h2 id="label-Changes+For+Version+1.6.13+-28November+9-2C+2007-29">Changes For Version 1.6.13 (November 9, 2007)</h2>
409
+ <ul><li>
410
+ <p>Calls to the <code>extractText</code> method for the <code>FXTable</code> class were causing various memory-related errors on certain platforms (see RubyForge Bug #15444). This problem has been fixed.</p>
411
+ </li><li>
412
+ <p>The binary gem for Windows was built with FOX version 1.6.28 and FXScintilla version 1.71.</p>
413
+ </li></ul>
414
+
415
+ <h2 id="label-Changes+For+Version+1.6.12+-28October+19-2C+2007-29">Changes For Version 1.6.12 (October 19, 2007)</h2>
416
+ <ul><li>
417
+ <p>The API documentation for <code>FXMDIClient</code> referred to the non-existent instance method <code>activeChild=</code> (see RubyForge Bug #10259). This method has been added.</p>
418
+ </li><li>
419
+ <p>The API documentation for <code>FXMDIClient</code> also referred to the non-existent instance methods <code>getMDIChildFirst</code> and <code>getMDIChildLast</code>. These entries have been removed.</p>
420
+ </li><li>
421
+ <p>The API documentation for <code>FXMDIChild</code> referred to non-existent instance methods <code>getMDINext</code> and <code>getMDIPrev</code> (see RubyForge Bug #10436). The documentation has been corrected.</p>
422
+ </li><li>
423
+ <p>Added the ´:repeat´ parameter for the <code>addChore</code> and <code>addTimeout</code> methods. See the documentation for more details, and <code>gltest.rb</code> for an example of its use.</p>
424
+ </li><li>
425
+ <p>Corrected a number of minor typos in the API documentation.</p>
426
+ </li><li>
427
+ <p>Corrected a typo in the <code>imageviewer.rb</code> example.</p>
428
+ </li><li>
429
+ <p>Modified the <code>inputs.rb</code> example program to use <code>Pipe.read_nonblock()</code> instead of <code>Pipe.read()</code>.</p>
430
+ </li><li>
431
+ <p>Fixed a bug in the implementation of the <code>findText</code> method for the <code>FXText</code> class, when used with the ´SEARCH_REGEX´ option.</p>
432
+ </li><li>
433
+ <p>The binary gem for Windows was built with FOX version 1.6.28 and FXScintilla version 1.71.</p>
434
+ </li></ul>
435
+
436
+ <h2 id="label-Changes+For+Version+1.6.11+-28April+18-2C+2007-29">Changes For Version 1.6.11 (April 18, 2007)</h2>
437
+ <ul><li>
438
+ <p>Added <code>editable</code> as an alias for <code>FXTextField#editable?</code>.</p>
439
+ </li><li>
440
+ <p>Added <code>each_child_recursive</code> instance method for the <code>FXWindow</code> class. This method performs a depth-first traversal of the widget tree starting at the receiver window.</p>
441
+ </li><li>
442
+ <p>Corrected some errors in the keyword arguments support for the <code>FXVec2d</code>, <code>FXVec2f</code>, <code>FXVec3d</code>, <code>FVec3f</code>, <code>FXVec4d</code> and <code>FXVec4f</code> classes.</p>
443
+ </li><li>
444
+ <p>Corrected an error in the keyword arguments support for the <code>FXIconDict</code> class.</p>
445
+ </li><li>
446
+ <p>Modified the gem specification so that the RDoc generated during a gem install is consistent with that generated by other methods (see RubyForge Bug #10035).</p>
447
+ </li><li>
448
+ <p>Changes to the <code>iterators</code> library in version 1.6.6 introduced a bug in the <code>each</code> method for the <code>FXFoldingList</code>, <code>FXTreeList</code> and <code>FXTreeListBox</code> classes (see RubyForge Bug #10175). This problem has been fixed.</p>
449
+ </li><li>
450
+ <p>Applied submitted patches for building FXRuby against Ruby 1.9 (see RubyForge Bug #10181). Please note that building FXRuby against the Ruby 1.9 code base is still officially unsupported; however, I&#39;m glad to accept patches that will help make this possible.</p>
451
+ </li><li>
452
+ <p>The binary gem for Windows was built with FOX version 1.6.25 and FXScintilla version 1.71.</p>
453
+ </li></ul>
454
+
455
+ <h2 id="label-Changes+For+Version+1.6.9+-28April+8-2C+2007-29">Changes For Version 1.6.9 (April 8, 2007)</h2>
456
+ <ul><li>
457
+ <p>A bug was discovered in the keyword arguments library support for the <code>FXMenuBar</code> class (see RubyForge Bug #9927). This problem has been fixed.</p>
458
+ </li><li>
459
+ <p>The binary gem for Windows was built with FOX version 1.6.25 and FXScintilla version 1.71.</p>
460
+ </li></ul>
461
+
462
+ <h2 id="label-Changes+For+Version+1.6.8+-28April+5-2C+2007-29">Changes For Version 1.6.8 (April 5, 2007)</h2>
463
+ <ul><li>
464
+ <p>Due to an internal bookkeeping error, applications like the <code>glviewer.rb</code> example program which create multiple <code>FXGLViewer</code> instances could cause an assertion to fail. When this assertion fails on Windows, the program simply crashes (see RubyForge Bug #9775). This problem has been fixed.</p>
465
+ </li><li>
466
+ <p>The keyword arguments library, introduced in version 1.6.5, is now included automatically when you load FXRuby; it is no longer necessary to explicitly require it.</p>
467
+ </li><li>
468
+ <p>The binary gem for Windows was built with FOX version 1.6.25 and FXScintilla version 1.71.</p>
469
+ </li></ul>
470
+
471
+ <h2 id="label-Changes+For+Version+1.6.7+-28March+31-2C+2007-29">Changes For Version 1.6.7 (March 31, 2007)</h2>
472
+ <ul><li>
473
+ <p>The binary gem for Windows was built with FOX version 1.6.25 and FXScintilla version 1.71.</p>
474
+ </li></ul>
475
+
476
+ <h2 id="label-Changes+For+Version+1.6.6+-28February+10-2C+2007-29">Changes For Version 1.6.6 (February 10, 2007)</h2>
477
+ <ul><li>
478
+ <p>Somewhere along the way, the RAA browser example program got broken due to changes in the SOAP interface to RAA (see RubyForge Bug #7977). This has been fixed.</p>
479
+ </li><li>
480
+ <p>Some debugging code that was meant to detect errors in FXRuby message data conversion was inadvertently causing some user applications to crash when running under Windows (see RubyForge Bug #8049). This debugging code has been changed to avoid the problem.</p>
481
+ </li><li>
482
+ <p>Modified the implementations of the each iterator methods for <code>FXFoldingList</code>, <code>FXFoldingItem</code>, <code>FXTreeItem</code>, <code>FXTreeList</code> and <code>FXTreeListBox</code> (see RubyForge Bug #8090). The new implementation is a bit more robust in terms of modifications (such as deletion) of the iterated-over elements.</p>
483
+ </li><li>
484
+ <p>A bug in the new keyword arguments library (introduced in version 1.6.5) caused the <code>initialize</code> method for the <code>FXDCWindow</code> class to do the wrong thing (see RubyForge Bug #8441). This has been corrected.</p>
485
+ </li><li>
486
+ <p>A different bug in the keyword arguments library caused the <code>initialize</code> method for the <code>FXFont</code> class to do the wrong thing (see RubyForge Bug #8517). This also has been corrected.</p>
487
+ </li><li>
488
+ <p>Yet another bug in the keyword arguments library broke the part of the code that used to yield ´self´ to an optional block attached to the call to <code>new</code> (see RubyForge Bug #8518). This has been corrected.</p>
489
+ </li><li>
490
+ <p>Most of the FXRuby example programs have been updated to use the keyword arguments library.</p>
491
+ </li><li>
492
+ <p>Added a new “virtual” keyword argument ´:padding´ that can be used in place of (or in addition to) the ´:padLeft´, ´:padRight´, ´:padTop´ and ´:padBottom´ arguments for a constructor. When a ´:padding´ value is passed in to the arguments hash, that value will be used for any of the four regular padding values that aren&#39;t otherwise specified. See the example programs for, you know, examples.</p>
493
+ </li><li>
494
+ <p>The binary gem for Windows was built with FOX version 1.6.20 and FXScintilla version 1.71.</p>
495
+ </li></ul>
496
+
497
+ <h2 id="label-Changes+For+Version+1.6.5+-28January+20-2C+2007-29">Changes For Version 1.6.5 (January 20, 2007)</h2>
498
+ <ul><li>
499
+ <p>Clicking outside of the visible cells for an <code>FXTable</code> when there was no current selection caused the code to raise an exception (see RubyForge Bug #5907). This problem has been fixed.</p>
500
+ </li><li>
501
+ <p>The <code>hasTimeout?</code> method for the <code>FXApp</code> class was implemented incorrectly (see RubyForge Bug #7564). This problem has been fixed.</p>
502
+ </li><li>
503
+ <p>The <code>FXFoldingList</code> and <code>FXFoldingItem</code> classes did not have each iterator methods like most of the other list-based widgets (see RubyForge Patch #7978). These have been added.</p>
504
+ </li><li>
505
+ <p>The API documentation for <code>FXMDIClient</code> claimed that <code>FXScrollArea</code> was its base class (see RubyForge Bug #7979). This has been corrected; the base class for <code>FXMDIClient</code> is <code>FXComposite</code>.</p>
506
+ </li><li>
507
+ <p>There was a small typo in the documentation for the <code>FXFoldingList</code> class options (see RubyForge Bug #7981). This has been fixed.</p>
508
+ </li><li>
509
+ <p>Added preliminary support for keyword-style arguments, as described in the "Differences Between FOX and FXRuby" section of the FXRuby User&#39;s Guide.</p>
510
+ </li><li>
511
+ <p>The binary gem for Windows was built with FOX version 1.6.20 and FXScintilla version 1.71.</p>
512
+ </li></ul>
513
+
514
+ <h2 id="label-Changes+For+Version+1.6.4+-28November+30-2C+2006-29">Changes For Version 1.6.4 (November 30, 2006)</h2>
515
+ <ul><li>
516
+ <p>A change made in Ruby 1.8.5 for cyclic requires led to a problem that caused the Ruby interpreter to emit a large number of warnings (see RubyForge Bug #5633). This problem has been fixed.</p>
517
+ </li><li>
518
+ <p>The binary gem for Windows was built with FOX version 1.6.16 and FXScintilla version 1.71.</p>
519
+ </li></ul>
520
+
521
+ <h2 id="label-Changes+For+Version+1.6.3+-28October+27-2C+2006-29">Changes For Version 1.6.3 (October 27, 2006)</h2>
522
+ <ul><li>
523
+ <p>Widgets of some classes (namely <code>FXTopWindow</code> and <code>FXMDIChild</code>) weren&#39;t properly sending a ´SEL_CLOSE´ message to their message targets (see RubyForge Bug #5498). Thanks to a change in FOX version 1.6.16, this problem has been fixed.</p>
524
+ </li><li>
525
+ <p>The <code>getControlFor</code> method for the <code>FXComboTableItem</code> class was coded incorrectly (see RubyForge Bug #5906). This has been fixed.</p>
526
+ </li><li>
527
+ <p>There was a minor typo in the API documentation for the <code>FXTriStateButton</code> class (see RubyForge Bug #5962). This has been fixed.</p>
528
+ </li><li>
529
+ <p>The <code>each_row</code> and <code>each_column</code> iterator methods for the <code>FXTable</code> class were incorrectly coded (see RubyForge Bug #6036). This has been fixed.</p>
530
+ </li><li>
531
+ <p>The <code>new</code> class methods for <code>FXColorItem</code>, <code>FXDirItem</code>, <code>FXFileItem</code>, <code>FXFoldingItem</code>, <code>FXHeaderItem</code>, <code>FXIconItem</code>, <code>FXListItem</code> and <code>FXTreeItem</code> were all raising exceptions when a non-´nil´ value was passed in for the last argument (see RubyForge Bug #6197). A similar problem was present for various instance methods in the <code>FXColorList</code>, <code>FXListBox</code> and <code>FXMDIClient</code> classes. These problems have been fixed.</p>
532
+ </li><li>
533
+ <p>A few problems were discovered for the <code>inputs.rb</code> example program (see RubyForge Bug #6209). These problems have been fixed.</p>
534
+ </li><li>
535
+ <p>Several instance methods for the <code>FXTable</code> class were not actually present under their documented names (see RubyForge Bug #6211). This has been fixed.</p>
536
+ </li><li>
537
+ <p>The build script was not compatible with changes made in the recently-released FXScintilla 1.71 (see RubyForge Bug #6313). This has been fixed.</p>
538
+ </li><li>
539
+ <p>The binary gem for Windows was built with FOX version 1.6.16 and FXScintilla version 1.71.</p>
540
+ </li></ul>
541
+
542
+ <h2 id="label-Changes+For+Version+1.6.2+-28September+13-2C+2006-29">Changes For Version 1.6.2 (September 13, 2006)</h2>
543
+ <ul><li>
544
+ <p>The <code>expandTree()</code> and <code>collapseTree()</code> methods for the <code>FXFoldingList</code> class were incorrectly identified as <code>expandFolding()</code> and <code>collapseFolding()</code> in the API documentation (see RubyForge Bug #5354). This has been fixed.</p>
545
+ </li><li>
546
+ <p>The <code>FXDockTitle</code> class was not supported (see RubyForge Bug #5632). This has been fixed.</p>
547
+ </li><li>
548
+ <p>The API documentation for the <code>FXGLCanvas</code> class claimed it had a <code>shared?</code> method, but it didn&#39;t (see RubyForge Bug #5591). Now it does.</p>
549
+ </li><li>
550
+ <p>The <code>FXGradientBar</code> class was not supported (see RubyForge Bug #5746). This has been fixed.</p>
551
+ </li><li>
552
+ <p>The binary gem for Windows was built with FOX version 1.6.14 and FXScintilla version 1.67 (from CVS).</p>
553
+ </li></ul>
554
+
555
+ <h2 id="label-Changes+For+Version+1.4.7+-28September+13-2C+2006-29">Changes For Version 1.4.7 (September 13, 2006)</h2>
556
+ <ul><li>
557
+ <p>The <code>children</code> instance method for the <code>FXWindow</code> class always returned an array of <code>FXWindow</code> instances, even if the actual types should have been instances of subclasses of <code>FXWindow</code> (see RubyForge Bug #4342). This has been fixed.</p>
558
+ </li><li>
559
+ <p>The <code>dilbert.rb</code> example program was broken due to a change in the Dilbert.com web site structure (see RubyForge Bug #4597). This has been fixed.</p>
560
+ </li><li>
561
+ <p>The <code>expandTree()</code> and <code>collapseTree()</code> methods for the <code>FXFoldingList</code> class were incorrectly identified as <code>expandFolding()</code> and <code>collapseFolding()</code> in the API documentation (see RubyForge Bug #5354). This has been fixed.</p>
562
+ </li><li>
563
+ <p>The <code>FXDockTitle</code> class was not supported (see RubyForge Bug #5632). This has been fixed.</p>
564
+ </li><li>
565
+ <p>The API documentation for the <code>FXGLCanvas</code> class claimed it had a <code>shared?</code> method, but it didn&#39;t (see RubyForge Bug #5591). Now it does.</p>
566
+ </li><li>
567
+ <p>The <code>FXGradientBar</code> class was not supported (see RubyForge Bug #5746). This has been fixed.</p>
568
+ </li><li>
569
+ <p>The binary gem for Windows was built with FOX version 1.4.34 and FXScintilla version 1.63.</p>
570
+ </li></ul>
571
+
572
+ <h2 id="label-Changes+For+Version+1.6.1+-28July+21-2C+2006-29">Changes For Version 1.6.1 (July 21, 2006)</h2>
573
+ <ul><li>
574
+ <p>The message data sent along for the ´SEL_INSERTED´, ´SEL_DELETED´ and ´SEL_REPLACED´ messages from an a <code>FXText</code> widget to its target was not being converted properly (see RubyForge Bug #4666). This has been fixed.</p>
575
+ </li><li>
576
+ <p>The code related to the localization of application messages in FOX wasn&#39;t implemented properly in FXRuby, and as a result, constructing certain dialogs (like the color dialog) could cause a program to crash (see RubyForge Bug #5000). This has been fixed.</p>
577
+ </li><li>
578
+ <p>The "Stop Spin" button in the gltest.rb example program didn&#39;t stop the cubes from spinning after either the "Spin Timer" or "Spin Chore" option was selected (see RubyForge Bug #5001). This was actually a symptom of a larger problem, that FXRuby wasn&#39;t properly handling timers and chores. These problems have been fixed.</p>
579
+ </li><li>
580
+ <p>Setting the current item for an <code>FXComboBox</code> to -1 (to indicate that there&#39;s no current item) would cause FXRuby to erroneously raise an <code>IndexError</code> (see RubyForge Bug #5007). This has been fixed.</p>
581
+ </li><li>
582
+ <p>The documentation for the <code>reparent</code> instance method for the <code>FXWindow</code> class was incorrect (see RubyForge Bug #5035). This has been fixed.</p>
583
+ </li><li>
584
+ <p>The <code>textedit.rb</code> example program was not up to date with some of the changes for FOX 1.6. This example has been updated.</p>
585
+ </li><li>
586
+ <p>The new <code>font</code> method for the <code>FXFont</code> class was not documented. This has been fixed.</p>
587
+ </li><li>
588
+ <p>The <code>dilbert.rb</code> example program has been modified to use the RubyfulSoup HTML library instead of the html-parser library.</p>
589
+ </li><li>
590
+ <p>As discussed in various forums (see for example <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/182827">this post</a>, the <code>autorequire</code> directive for RubyGems specifications is now deprecated. As a result, this has been removed from the FXRuby gem specification. This change will break any code that was using a statement like:´require_gem &#39;fxruby&#39;´as the sole means for loading FXRuby. Such programs should instead use:´require &#39;fox16&#39;´which will work for either gem based or non-gem based installations.</p>
591
+ </li><li>
592
+ <p>The binary gem for Windows was built with FOX version 1.6.8 and FXScintilla version 1.67 (from CVS).</p>
593
+ </li></ul>
594
+
595
+ <h2 id="label-Changes+For+Version+1.6.0+-28May+29-2C+2006-29">Changes For Version 1.6.0 (May 29, 2006)</h2>
596
+ <ul><li>
597
+ <p>This is the first release of FXRuby compatible with FOX version 1.6. One of the most signficant changes for FOX 1.6 has been the addition of Unicode support; all FOX widgets and internal string processing routines are now Unicode aware. For a comprehensive overview of the changes made to FOX since version 1.4 (including those made in the FOX 1.5 development series), please refer to the <a href="http://www.fox-toolkit.com/news.html">News archives</a> at the FOX web site.</p>
598
+ </li><li>
599
+ <p>Added the <code>allowSide</code>, <code>disallowSide</code> and <code>allowedSide?</code> methods for the <code>FXDockBar</code> class, as complements to the <code>allowedSides</code> accessor methods (see RubyForge Feature Request #2307).</p>
600
+ </li><li>
601
+ <p>Added the <code>visible=</code> and <code>visible?</code> accessor methods for the <code>FXWindow</code> class, as complements to the <code>show</code>, <code>hide</code> and <code>shown?</code> methods (see RubyForge Feature Request #3579).</p>
602
+ </li><li>
603
+ <p>The <code>browser.rb</code> example was making use of a deprecated API (see RubyForge Bug #4325). This has been fixed.</p>
604
+ </li><li>
605
+ <p>The <code>children</code> instance method for the <code>FXWindow</code> class always returned an array of <code>FXWindow</code> instances, even if the actual types should have been instances of subclasses of <code>FXWindow</code> (see RubyForge Bug #4342). This has been fixed.</p>
606
+ </li><li>
607
+ <p>The <code>dilbert.rb</code> example program was broken due to a change in the Dilbert.com web site structure (see RubyForge Bug #4597). This has been fixed.</p>
608
+ </li><li>
609
+ <p>The binary gem for Windows was built with FOX version 1.6.5 and FXScintilla version 1.67 (from CVS).</p>
610
+ </li></ul>
611
+
612
+ <h2 id="label-Changes+For+Version+1.4.6+-28April+26-2C+2006-29">Changes For Version 1.4.6 (April 26, 2006)</h2>
613
+ <ul><li>
614
+ <p>FXRuby would not compile properly on some x86-64 systems (see RubyForge Bug #3729). This error has been corrected. Thanks to Javier Goizueta for initially reporting this problem, and especially to Tobias Peters for providing a patch.</p>
615
+ </li><li>
616
+ <p>The <code>FXIconDict</code> widget was accidentally "lost" in the transition between FXRuby versions 1.2 and 1.4 (see RubyForge Bug #4117). This error has been corrected. Thanks to Manfred Usselmann for reporting this problem.</p>
617
+ </li><li>
618
+ <p>The <code>FXSwitcher</code> widget was not sending the appropriate message data to its message target for the ´SEL_COMMAND´ message type (see RubyForge Bug #4157). This error has been corrected. Thanks to Manfred Usselmann for reporting this problem.</p>
619
+ </li><li>
620
+ <p>The <code>FXSeparator</code> class wasn&#39;t implemented properly (see RubyForge Bug #4158). This error has been corrected. Thanks to Gerard Menochet for reporting this problem.</p>
621
+ </li><li>
622
+ <p>The <code>findItemByData</code> method was implemented incorrectly for the <code>FXComboBox</code>, <code>FXFoldingList</code>, <code>FXIconList</code>, <code>FXList</code> and <code>FXListBox</code> classes (see RubyForge Bug #4172). This error has been corrected. Thanks to Gerard Menochet for reporting this problem.</p>
623
+ </li><li>
624
+ <p>The <code>FXListBox</code> widget was not sending the appropriate message data to its message target for the ´SEL_COMMAND´ message type (see RubyForge Bug #4255). This error has been corrected. Thanks to Gerard Menochet for reporting this problem.</p>
625
+ </li><li>
626
+ <p>The binary gem for Windows was built with FOX version 1.4.29 and FXScintilla version 1.63.</p>
627
+ </li></ul>
628
+
629
+ <h2 id="label-Changes+For+Version+1.4.5+-28April+10-2C+2006-29">Changes For Version 1.4.5 (April 10, 2006)</h2>
630
+ <ul><li>
631
+ <p>The <code>FXTextField</code> class was not properly responding to the ´ID_INSERT_STRING´ command (see RubyForge Bug #3320). This error has been corrected. Thanks to Uwe Hartl for reporting this problem.</p>
632
+ </li><li>
633
+ <p>The <code>text</code> and <code>getText</code> methods for the <code>FXMenuCaption</code> class were returning ´nil´ instead of the actual value (see RubyForge Bug #3458). This error has been corrected. Thanks to Meinrad Recheis (Henon) for reporting this problem.</p>
634
+ </li><li>
635
+ <p>The API documentation for the <code>FXMDIChild</code> class erroneously listed ´SEL_CLOSEALL´ as one of the message types that an MDI child window might send to its message target (see RubyForge Bug #3508). This error has been corrected. Thanks to Meinrad Recheis (Henon) for reporting this problem.</p>
636
+ </li><li>
637
+ <p>Calling the <code>selectRange</code> method for class <code>FXTable</code> would cause a fatal error instead of merely raising an <code>IndexError</code> exception (see RubyForge Bug #3615). This error has been corrected. Thanks to Meinrad Recheis (Henon) for reporting this problem.</p>
638
+ </li><li>
639
+ <p>Due to an error in the SWIG interface files, the <code>FXChoiceBox</code> class was basically unusable (see RubyForge Bug #3676). This error has been corrected. Thanks to Uwe Hartl for reporting this problem.</p>
640
+ </li><li>
641
+ <p>The API documentation for the <code>FXRealSlider</code> and <code>FXRealSpinner</code> classes erroneously claimed that the message data for the ´SEL_COMMAND´ and ´SEL_CHANGED´ messages sent by these widgets to their targets were integers (see RubyForge Bug #3749). Along the same lines, the message data for those widgets wasn&#39;t being converted correctly (see RubyForge Bug #3750). Both of these errors have been corrected. Thanks to Meinrad Recheis (Henon) for reporting these problems.</p>
642
+ </li><li>
643
+ <p>The API documentation for the Fox module incorrectly listed the names of the <code>FXSELTYPE</code> and <code>FXSELID</code> methods as <code>SELTYPE</code> and <code>SELID</code> (see RubyForge Bug #3940). This error has been corrected. Thanks to Joel VanderWerf for reporting this problem.</p>
644
+ </li><li>
645
+ <p>The <code>FXTableItem</code> constructor was supposed to (optionally) accept a reference to an arbitrary Ruby object as its third argument, but this wasn&#39;t working properly (see RubyForge Bug #4005). This error has been corrected. Thanks to Mark Volkman for reporting this problem.</p>
646
+ </li><li>
647
+ <p>The binary gem for Windows was built with FOX version 1.4.29 and FXScintilla version 1.63.</p>
648
+ </li></ul>
649
+
650
+ <h2 id="label-Changes+For+Version+1.4.4+-28January+21-2C+2006-29">Changes For Version 1.4.4 (January 21, 2006)</h2>
651
+ <ul><li>
652
+ <p>The build instructions for Unix platforms had not been updated recently and as such contained some errors (see RubyForge Bug #3014). These errors have been corrected. Thanks to Dave Burns for reporting this problem.</p>
653
+ </li><li>
654
+ <p>The <code>extendSelection</code> method for the <code>FXTable</code> class was raising an exception if an out of bounds row or column index was passed in (see RubyForge Bug #3050). This has been changed so that <code>extendSelection</code> instead returns false for out of bounds arguments. Thanks to Leonid Moiseichuk for reporting this problem.</p>
655
+ </li><li>
656
+ <p>The <code>each_child</code> iterator method for the <code>FXWindow</code> class would fail if the child window was destroyed in the block (see RubyForge Bug #3134). Thanks to Liam Irish for reporting this problem and providing a patch.</p>
657
+ </li><li>
658
+ <p>The message data for the ´SEL_REPLACED´ message sent by the <code>FXTable</code> class to its target was not being handled properly (see RubyForge Bug #3244). There were also problems with the message data for the ´SEL_SELECTED´ and ´SEL_DESELECTED´ messages. Furthermore, the ´SEL_REPLACED´ message was not documented in the RDoc documentation for the <code>FXTable</code> class. All of these problems have been corrected. Thanks to _blackdog for reporting this problem.</p>
659
+ </li><li>
660
+ <p>The binary gem for Windows was built with FOX version 1.4.29 and FXScintilla version 1.63.</p>
661
+ </li></ul>
662
+
663
+ <h2 id="label-Changes+For+Version+1.4.3+-28November+7-2C+2005-29">Changes For Version 1.4.3 (November 7, 2005)</h2>
664
+ <ul><li>
665
+ <p>The ´TOGGLEBUTTON_KEEPSTATE´ option for the <code>FXToggleButton</code> class was not documented (see RubyForge Bug #2286). This oversight has been corrected. Thanks to Tim Smith for reporting this problem.</p>
666
+ </li><li>
667
+ <p>The <code>scintilla.rb</code> library file was not up to date with the latest FXScintilla release, and as a result it was missing some methods (see RubyForge Bug #2479). This oversight has been corrected. Thanks to Maxim Kulkin for reporting this problem.</p>
668
+ </li><li>
669
+ <p>Due to changes in the APIs for timers and chores, the mechanisms for removing chores and timeouts were broken (see RubyForge Bug #2563). This bug has been fixed. Thanks to "moinker" for reporting this problem.</p>
670
+ </li><li>
671
+ <p>An error in the test setup caused all of the tests for the <code>FXList</code> class to fail (see RubyForge Bug #2564). This bug has been fixed. Thanks to Peter for reporting this problem.</p>
672
+ </li><li>
673
+ <p>Due to a bug in the test suite runner script, not all test cases were being exercised (see RubyForge Bug #2565). This bug has been fixed.</p>
674
+ </li><li>
675
+ <p>Calling the <code>getPixel</code> method for the <code>FXImage</code> class when the client-side pixel buffer for the image has already been released would cause a program to crash (see RubyForge Bug #2611). Now, <code>getPixel</code> will raise an exception if it&#39;s called after the pixel buffer has been released. The documentation for <code>getPixel</code> has been updated accordingly. Thanks to Gonzalo Garramuno for reporting this problem.</p>
676
+ </li><li>
677
+ <p>The <code>makePositionVisible</code> method for the <code>FXTable</code> class was raising an exception when passed out-of-bounds values for the row or column index (see RubyForge Bug #2660). This could happen, for example, if you were to click in a table area outside of the regular cells (which indirectly triggers a call to <code>makePositionVisible</code>). This was actually inconsistent with standard FOX behavior, which simply ignores out of bounds values for that method&#39;s arguments. This bug has been fixed, and the documentation for <code>makePositionVisible</code> has been updated accordingly. Thanks to Ralf Jonas for reporting this problem.</p>
678
+ </li><li>
679
+ <p>The binary gem for Windows was built with FOX version 1.4.21 and FXScintilla version 1.63.</p>
680
+ </li></ul>
681
+
682
+ <h2 id="label-Changes+For+Version+1.4.2+-28August+22-2C+2005-29">Changes For Version 1.4.2 (August 22, 2005)</h2>
683
+ <ul><li>
684
+ <p>Due to a bug in the implementation, the <code>checked?</code> method for the <code>FXCheckButton</code> class always returned ´false´ (see RubyForge Bug #1852). This bug has been fixed. Thanks to Meinrad Recheis for reporting this problem.</p>
685
+ </li><li>
686
+ <p>The API documentation for the <code>FXTable</code> class listed several obsolete attributes (see RubyForge Bug #1928). Those errors have been corrected. Thanks to Pavel Sokolov for reporting these problems.</p>
687
+ </li><li>
688
+ <p>There were a number of bugs in the <code>textedit.rb</code> example program (see RubyForge Bug #1979), and those bugs have been fixed. Thanks to Claude Marinier for reporting these problems.</p>
689
+ </li><li>
690
+ <p>The API documentation for the <code>FXTreeList</code> class&#39; <code>new</code> method still showed the number of visible items (´nvis´) as its second argument (see RubyForge Bug #2171). This problem has been corrected. Thanks to Bill Atkins for reporting this problem.</p>
691
+ </li><li>
692
+ <p>The API documentation for the <code>FXTopWindow</code> class had a number of errors (see RubyForge Bug #2269). This problem has been corrected.</p>
693
+ </li><li>
694
+ <p>The API documentation for the <code>FXTreeList</code> class still listed the obsolete <code>reparentItem</code> method (see RubyForge Bug #2270). This problem has been corrected. Thanks to Jacob Hansen for reporting this problem.</p>
695
+ </li><li>
696
+ <p>Due to a bug in how the SWIG typemaps for the ´FXlong´ type were defined, some methods for the <code>FXFileStream</code> class were broken (see RubyForge Bug #2275). This problem has been corrected. Thanks to Gonzalo Garramuno for reporting this problem.</p>
697
+ </li><li>
698
+ <p>Merged in all of the fixes for FXRuby 1.2.6.</p>
699
+ </li><li>
700
+ <p>The binary gem for Windows was built with FOX version 1.4.17 and FXScintilla version 1.63.</p>
701
+ </li></ul>
702
+
703
+ <h2 id="label-Changes+For+Version+1.4.1+-28August+20-2C+2005-29">Changes For Version 1.4.1 (August 20, 2005)</h2>
704
+ <ul><li>
705
+ <p>This is the second release of FXRuby which is compatible with FOX 1.4, and as such should be considered an "unstable" release. For a history of the changes made during the FOX 1.3 and 1.4 development, see the <a href="http://www.fox-toolkit.com/news.html">News</a> page at the FOX Web site.</p>
706
+ </li><li>
707
+ <p>The unit tests (in the <code>tests</code> subdirectory) had not been updated to require the ´fox14´ feature, and were still looking at ´fox12´. This has been corrected.</p>
708
+ </li><li>
709
+ <p>A number of minor problems were corrected for the Windows build of FXRuby.</p>
710
+ </li><li>
711
+ <p>The binary gem for Windows was built with FOX version 1.4.17 and FXScintilla version 1.63.</p>
712
+ </li></ul>
713
+
714
+ <h2 id="label-Changes+For+Version+1.4.0+-28August+19-2C+2005-29">Changes For Version 1.4.0 (August 19, 2005)</h2>
715
+ <ul><li>
716
+ <p>This is the first release of FXRuby which is compatible with FOX 1.4, and as such should be considered an “unstable” release. For a history of the changes made during the FOX 1.3 and 1.4 development, see the <a href="http://www.fox-toolkit.com/news.html">News</a> page at the FOX Web site.</p>
717
+ </li></ul>
718
+
719
+ <h2 id="label-Changes+For+Version+1.2.6+-28April+15-2C+2005-29">Changes For Version 1.2.6 (April 15, 2005)</h2>
720
+ <ul><li>
721
+ <p>Some additional problems related to calling the <code>setTableSize</code> method for an <code>FXTable</code> were discovered (see RubyForge Bug #1597). This problem has been corrected. Thanks to Joel VanderWerf for reporting this problem.</p>
722
+ </li><li>
723
+ <p>The <code>iconlist.rb</code> example program had a "Sort" pulldown menu filled with a number of commands that didn&#39;t really do anything, including sorting the items (see RubyForge Bug #1654). This pulldown menu has been removed from that example.</p>
724
+ </li><li>
725
+ <p>The API documentation for the <code>FXDC</code> class erroneously referred to the <code>font</code> attribute as <code>textFont</code> (see RubyForge Bug #1667). This problem has been corrected. Thanks to Meinrad Recheis for reporting this problem.</p>
726
+ </li><li>
727
+ <p>The <code>checked?</code>, <code>unchecked?</code> and <code>maybe?</code> methods for the <code>FXMenuCheck</code> class were missing (see RubyForge Bug #1677). This problem has been corrected. Thanks to Oliver Smith for reporting this problem.</p>
728
+ </li><li>
729
+ <p>The API documentation for the <code>FXScrollArea</code> class incorrectly spelled the names of the <code>horizontalScrollBar</code> and <code>verticalScrollBar</code> methods as <code>horizontalScrollbar</code> and <code>verticalScrollbar</code> (see RubyForge Bug #1678). The documentation has been corrected. Thanks to Jannis Pohlmann for reporting this mistake.</p>
730
+ </li><li>
731
+ <p>Some code in the <code>groupbox.rb</code> example program was calling the <code>getRootWindow</code> method, but that method has been renamed to <code>getRoot</code> (see RubyForge Bug #1692). This problem has been corrected. Thanks to Jaroslav Stika for reporting this problem.</p>
732
+ </li><li>
733
+ <p>The <code>hasChar?</code> method for the <code>FXFont</code> class was spelled without a trailing question mark, but it seems more Ruby-like that it should, so we&#39;ve added an alias for that (see RubyForge Bug #1714). This method also now accepts a string of size 1 (i.e. a single character) as its input, as an alternative to an ordinal value. Thanks to Meinrad Recheis for these suggestions.</p>
734
+ </li><li>
735
+ <p>The API documentation for the <code>FXImage</code> class mistakenly listed ´IMAGE_ALPHA´ as a valid image rendering hint, but this flag is no longer needed since FOX images now always contain an alpha channel (see RubyForge Bug #1715). The documentation has been corrected. Thanks to Meinrad Recheis for reporting this mistake.</p>
736
+ </li><li>
737
+ <p>Due to an error in the SWIG interface files, the <code>data</code> method for the <code>FXSettings</code> class was not being wrapped properly. As a result, this method was unavailable and in turn led to other dependent methods (like <code>each_section</code>) to be unavailable as well (see RubyForge Bug #1771). This error has been corrected. Thanks to Jannis Pohlmann for reporting this problem.</p>
738
+ </li><li>
739
+ <p>The binary gem for Windows was built with FOX version 1.2.16 and FXScintilla version 1.62.</p>
740
+ </li></ul>
741
+
742
+ <h2 id="label-Changes+For+Version+1.2.5+-28March+1-2C+2005-29">Changes For Version 1.2.5 (March 1, 2005)</h2>
743
+ <ul><li>
744
+ <p>The change made for FXRuby version 1.2.4 regarding garbage collection for table items corrected only one of the problems described in RubyForge Bug #1445; There was still a problem related to the "destructive" effects of the <code>setTableSize</code> method for the <code>FXTable</code> class. This problem has now been corrected as well. Thanks to David Peoples, Jamey Cribbs and Joel VanderWerf for their assistance in helping me to track down this problem.</p>
745
+ </li><li>
746
+ <p>The <code>extractText</code> and <code>overlayText</code> methods for the <code>FXTable</code> class were implemented incorrectly and weren&#39;t listed in the API documentation. These problems have been corrected.</p>
747
+ </li><li>
748
+ <p>The checks for out-of-bounds indices in the <code>getColumnX</code>, <code>setColumnX</code>, <code>getRowY</code>, <code>setRowY</code> and <code>updateRange</code> methods for the <code>FXTable</code> class were incorrect. These have been fixed.</p>
749
+ </li><li>
750
+ <p>The <code>setTableSize</code> method for the <code>FXTable</code> class now raises <code>ArgError</code> if either the number of rows or columns passed in as arguments is less than zero.</p>
751
+ </li><li>
752
+ <p>A typo in one of the source files was causing the build to fail when compiled against Ruby versions 1.8.1 or earlier (see RubyForge Bug #1551). This error has been corrected. Thanks to Alex McGuire for reporting this problem.</p>
753
+ </li><li>
754
+ <p>The <code>selectItem</code> method for the <code>FXTable</code> class was removed in FOX 1.2, so we&#39;ve added a convenience method for this that just calls the <code>selectRange</code> method under the hood (see RubyForge Bug #1562). Thanks to Joel VanderWerf for this suggestion.</p>
755
+ </li><li>
756
+ <p>The binary gem for Windows was built with FOX version 1.2.13 and FXScintilla version 1.62.</p>
757
+ </li></ul>
758
+
759
+ <h2 id="label-Changes+For+Version+1.2.4+-28February+23-2C+2005-29">Changes For Version 1.2.4 (February 23, 2005)</h2>
760
+ <ul><li>
761
+ <p>Due to a change in some of the internal Ruby C APIs, a compile-time error for FXRuby was introduced in some of the Ruby 1.8.2 preview releases (see RubyForge Bug #1039). One should not see any compile-time errors when compiling FXRuby (versions 1.2.3 or later) against the Ruby 1.8.2 final release, but I&#39;ve neverthless made a change to how those internal APIs are used, to avoid any potential problems. Thanks to the many users who pointed out this problem.</p>
762
+ </li><li>
763
+ <p>Joel VanderWerf suggested some enhancements to the <code>image.rb</code> example program in order to improve its startup time (see RubyForge Bug #1281). Those changes have been incorporated. Thanks to Joel for this suggestion.</p>
764
+ </li><li>
765
+ <p>One change for the <code>FXImage</code> class between FOX versions 1.0 and 1.2 is the nature of the pixel buffer that&#39;s passed to the <code>FXImage</code> constructor. Previously, this pixel buffer was expected to be a string of bytes; now it&#39;s expected to be an array of ´FXColor´ values. This modification was not implemented correctly for FXRuby versions 1.2.3 and earlier (see RubyForge Bug #1427). This bug has been corrected, and the example program (<code>image.rb</code>) and test cases have been updated as well. Thanks to Oliver Smith and others for reporting this problem.</p>
766
+ </li><li>
767
+ <p>A couple of different problems, reported by Patrick Fernie and David Peoples, exposed a flaw in how FXRuby manages the links between FOX objects and their Ruby peers when the FOX objects are destroyed (see RubyForge Bug #1445). Without going into all the gory details, let&#39;s just say that since we have no explicit control over when Ruby&#39;s garbage collector decides to "collect" those Ruby peers that point to C++ objects that have been destroyed, we need to take steps to neutralize those Ruby peer objects so that they can&#39;t cause your application to crash in the meantime; I&#39;ve implemented a fix to take care of this situation. Thanks to Patrick and David for reporting these problems.</p>
768
+ </li><li>
769
+ <p>The API documentation for FXRuby 1.2 still contained references to the old "spellings" of the <code>fxparseAccel</code> and <code>fxparseHotKey</code> method names, which were all lowercase (i.e. <code>fxparseaccel</code> and <code>fxparsehotkey</code>). (see RubyForge Bug #1470). These errors have been corrected.</p>
770
+ </li><li>
771
+ <p>Added the <code>FXScrollArea#scrollCorner</code> method, which returns a reference to the scroll corner for any window derived from <code>FXScrollArea</code> (see RubyForge Feature Request #1226). Thanks to Brian Sheehan for this suggestion.</p>
772
+ </li><li>
773
+ <p>Added the <code>FXMemoryBuffer#to_a</code> method, which is just an alias for the <code>data</code> accessor method that returns a copy of the data buffer as an array (see RubyForge Feature Request #1295). Thanks to Meinrad Recheis for this suggestion.</p>
774
+ </li><li>
775
+ <p>Added the <code>appendRows</code> and <code>appendColumns</code> methods to the <code>FXTable</code> class (see RubyForge Feature Request #1295). Thanks to Brett Hallett for this suggestion.</p>
776
+ </li><li>
777
+ <p>The binary gem for Windows was built with FOX version 1.2.13 and FXScintilla version 1.62.</p>
778
+ </li></ul>
779
+
780
+ <h2 id="label-Changes+For+Version+1.2.3+-28January+22-2C+2005-29">Changes For Version 1.2.3 (January 22, 2005)</h2>
781
+ <ul><li>
782
+ <p>Since group boxes containing radio buttons no longer enforce the radio behavior of radio buttons (i.e. keeping only one radio button selected at a time), some of the example programs were no longer working as desired (see RubyForge Bug #751 and RubyForge Bug #1280). This problem has been corrected. Thanks to Yuri Leikind and Barry DeZonia for reporting this problem.</p>
783
+ </li><li>
784
+ <p>Bob Sidebotham reported a little typo in the <code>table.rb</code> example program (see RubyForge Bug #990). This has been corrected.</p>
785
+ </li><li>
786
+ <p>The API documentation for <code>FXList</code> did not reflect the changes for FOX 1.2; the <code>retrieveItem()</code> has been renamed to <code>getItem()</code> and <code>insertItem()</code> has been renamed to <code>setItem()</code> (see RubyForge Bug #1037 and RubyForge Bug #1257). This has been corrected. Thanks to Remy Drouilhet and Stephan Kamper for reporting this problem.</p>
787
+ </li><li>
788
+ <p>The Windows installer was missing some of the documentation files (see RubyForge Bug #1139). This has been corrected. Thanks to Curt Hibbs and Mark Smith for reporting this problem.</p>
789
+ </li><li>
790
+ <p>The <code>browser.rb</code> example program was broken (see RubyForge Bug #1146). This has been corrected. Thanks to Stefan Lang for reporting this problem.</p>
791
+ </li><li>
792
+ <p>The attribute setter for <code>FXHeaderItem#justification</code> was defined incorrectly (see RubyForge Bug #1276). This has been corrected. Thanks to Joel VanderWerf for reporting this problem (and providing a patch to fix it).</p>
793
+ </li><li>
794
+ <p>The <code>filenames</code> alias for the <code>FXFileDialog#getFilenames()</code> instance method was missing (see RubyForge Bug #1277). This error has been corrected. Thanks to Barry DeZonia for reporting this problem.</p>
795
+ </li><li>
796
+ <p>The API documentation for the <code>FXFileDialog</code> class methods <code>getOpenFilenames()</code>, <code>getOpenDirectory()</code>, <code>getOpenFilename()</code> and <code>getSaveFilename()</code> was extremely inadequate (see RubyForge Bug #1279). This documentation has been improved. Thanks to Barry DeZonia for reporting this problem.</p>
797
+ </li><li>
798
+ <p>Brett Hallett contributed a Ruby port of the "ratio" example program from the regular FOX distribution, for demonstrating the use of the new <code>FXSpring</code> layout manager (see RubyForge Bug #1282). Many thanks to Brett for this addition!</p>
799
+ </li><li>
800
+ <p>Joel VanderWerf contributed code to simplify how programs interact with modal and non-modal dialog boxes (see RubyForge Bug #1283). See the API documentation for the new <code>FXDialogBox#execute_modal</code> and <code>FXDialogBox#execute_nonmodal</code> methods for examples of their use.</p>
801
+ </li><li>
802
+ <p>The attribute setters for <code>FXRealSpinner#selBackColor</code> and <code>FXSpinner#selBackColor</code> were defined incorrectly (see RubyForge Bug #1297). These have been corrected. Thanks to Meinrad Recheis for reporting this problem.</p>
803
+ </li><li>
804
+ <p>The <code>tooltipPause</code> attribute reader for the <code>FXApp</code> class was missing (see RubyForge Patch #1306). Thanks to Joel VanderWerf for reporting this omission and providing a patch to fix it.</p>
805
+ </li><li>
806
+ <p>The API documentation for the <code>FXToolBarTab</code> class was missing (see RubyForge Bug #1322). Thanks to Joel VanderWerf for reporting this omission.</p>
807
+ </li><li>
808
+ <p>The attribute accessors for <code>FXText#visibleRows</code> and <code>FXText#visibleColumns</code> were defined and documented incorrectly (see RubyForge Bug #1325). These have been corrected. Thanks to Karl El-Koura for reporting this problem.</p>
809
+ </li><li>
810
+ <p>The binary gem for Windows was built with FOX version 1.2.13 and FXScintilla version 1.62.</p>
811
+ </li></ul>
812
+
813
+ <h2 id="label-Changes+For+Version+1.2.2+-28October+1-2C+2004-29">Changes For Version 1.2.2 (October 1, 2004)</h2>
814
+ <ul><li>
815
+ <p>In order to avoid versioning problems when dealing with a mix of applications based on either FXRuby 1.0 or 1.2, the feature name for FXRuby has been changed from “fox” to “fox12”. For most application developers, this means that you will need to modify the source code for applications targeted at FXRuby 1.2 to begin with the line ´require &#39;fox12&#39;´Note that no changes should be required for legacy applications targeted at FXRuby 1.0.</p>
816
+ </li><li>
817
+ <p>Made a number of updates to the documentation, to reflect API changes for FXRuby 1.2.</p>
818
+ </li><li>
819
+ <p>The binary gem for Windows was built with FOX version 1.2.9 and FXScintilla version 1.61.</p>
820
+ </li></ul>
821
+
822
+ <h2 id="label-Changes+For+Version+1.2a2+-28July+10-2C+2004-29">Changes For Version 1.2a2 (July 10, 2004)</h2>
823
+ <ul><li>
824
+ <p>This is the second "alpha" release of FXRuby 1.2. This release should be compatible with any FOX library version 1.2; it is not compatible with any previous FOX library versions. As this is an alpha release, users should expect a certain amount of instability, bugs, etc.</p>
825
+ </li><li>
826
+ <p>For this release, all of the FOX 1.2 classes are available with the exception of the <code>FXBitmapView</code> class. There is a small problem with how the <code>FXBitmapView</code> class is declared in the FOX 1.2 header files, and I&#39;m trying to decide how best to resolve that problem. The goal is to have this problem resolved by the next alpha release of FXRuby.</p>
827
+ </li><li>
828
+ <p>For this release, all of the RDoc-based online documentation has been brought up to date with the new APIs.</p>
829
+ </li><li>
830
+ <p>Portions of the FXRuby User&#39;s Guide were still out of date with respect to the new APIs (see SourceForge Bug #988623). This has been fixed.</p>
831
+ </li><li>
832
+ <p>The <code>mditest.rb</code> example program was not up to date with the new APIs. This has been fixed.</p>
833
+ </li><li>
834
+ <p>The <code>glviewer.rb</code> example program was not up to date with the new APIs (see SourceForge Bug #986479). This has been fixed. Thanks to Remy Drouilhet for reporting this problem and suggesting the fixes.</p>
835
+ </li><li>
836
+ <p>The <code>FXGLGroup#bounds</code> method was defined incorrectly (see SourceForge Bug #986476). This has been fixed. Thanks to Remy Drouilhet for reporting this problem and suggesting the fix.</p>
837
+ </li><li>
838
+ <p>The <code>scintilla-test.rb</code> example program was not up to date with the new APIs (see SourceForge Bug #986172). This has been fixed. Thanks to Peter Watkins for reporting this problem and submitting a corrected version of the program.</p>
839
+ </li><li>
840
+ <p>There was a small typo in the table.rb example program (see SourceForge Bug #988152). This has been fixed. Thanks to Jamey Cribbs for reporting this problem and suggesting the fix.</p>
841
+ </li><li>
842
+ <p>Due to an oversight on my part, one of the overloaded constructors for the <code>FXRegion</code> class wasn&#39;t wrapped properly (see SourceForge Bug #986181). This has been fixed. Thanks to Bil Bas for reporting this problem.</p>
843
+ </li><li>
844
+ <p>Removed some obsolete aliases for the old leading and trailing rows and columns for the <code>FXTable</code> class (see SourceForge Bug #988038). Thanks to Yuri Leikind for reporting this problem.</p>
845
+ </li><li>
846
+ <p>Added <code>FXTable</code> instance methods <code>horizontalGridShown=()</code> and <code>verticalGridShown=()</code> to complement the already available <code>horizontalGridShown?</code> and <code>verticalGridShown?</code> methods.</p>
847
+ </li><li>
848
+ <p>The binary gem for the 1.2a1 release on Windows didn&#39;t have PNG or JPEG image support built-in (see SourceForge Bug #986180). This has been fixed. Thanks to Bil Bas for reporting this problem.</p>
849
+ </li><li>
850
+ <p>The binary gem for Windows was built with FOX version 1.2.7 and FXScintilla version 1.61.</p>
851
+ </li></ul>
852
+
853
+ <h2 id="label-Changes+For+Version+1.2a1+-28June+28-2C+2004-29">Changes For Version 1.2a1 (June 28, 2004)</h2>
854
+ <ul><li>
855
+ <p>This is the first "alpha" release of FXRuby 1.2. This release should be compatible with any FOX library version 1.2; it is not compatible with any previous FOX library versions. As this is an alpha release, users should expect a certain amount of instability, bugs, etc. The intent of this first alpha release is twofold. The primary intent is allow application developers who have current projects based on FXRuby 1.0 to begin the process of updating their applications for compatibility with FXRuby 1.2. For this release, all of the classes that existed in FXRuby 1.0 have been updated for compatibility with FOX 1.2, and so developers should at least be able to begin to "port" their applications forward now. Note that there have been a number of changes for FOX 1.2 and FXRuby 1.2, both in terms of API changes and less obvious "behavioral" changes. For a detailed summary of these changes, please see "What&#39;s New in FOX 1.2" (also available as a PDF). Note that few, if any, of the new classes introduced in FOX 1.2 are available in this first alpha release of FXRuby 1.2. Support for those new classes should come along quickly in subsequent alpha releases of FXRuby 1.2. The secondary intent of this first alpha release is to introduce the new RubyGems-based packaging of FXRuby and to begin to work out the inevitable kinks in that system.</p>
856
+ </li><li>
857
+ <p>The binary gem for Windows was built with FOX version 1.2.4 and FXScintilla version 1.57.</p>
858
+ </li></ul>
859
+ </div></div>
860
+
861
+ <div id="footer">
862
+ Generated on Fri Nov 27 21:10:33 2020 by
863
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
864
+ 0.9.24 (ruby-2.7.2).
865
+ </div>
866
+
867
+ </div>
868
+ </body>
869
+ </html>