fxruby 1.6.39-x64-mingw32 → 1.6.44-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +3 -14
  3. data/.yardopts +1 -1
  4. data/Gemfile +4 -5
  5. data/History.md +1345 -22
  6. data/README.rdoc +5 -5
  7. data/Rakefile +100 -68
  8. data/appveyor.yml +11 -16
  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/examples/inputs.rb +9 -4
  304. data/examples/pig.rb +2 -2
  305. data/examples/unicode.rb +6 -27
  306. data/ext/fox16_c/FXRbApp.cpp +3 -17
  307. data/ext/fox16_c/FXRuby.cpp +36 -46
  308. data/ext/fox16_c/extconf.rb +50 -34
  309. data/ext/fox16_c/impl.cpp +1 -1
  310. data/ext/fox16_c/include/FXRbApp.h +2 -2
  311. data/ext/fox16_c/include/FXRbCommon.h +0 -2
  312. data/ext/fox16_c/include/FXRbText.h +82 -2
  313. data/ext/fox16_c/include/FXRbTextVirtuals.h +22 -0
  314. data/ext/fox16_c/include/FXRuby.h +21 -3
  315. data/ext/fox16_c/include/gvl_wrappers.h +29 -11
  316. data/ext/fox16_c/make_impl.rb +1 -1
  317. data/fxruby.gemspec +2 -1
  318. data/lib/fox16/aliases.rb +3 -0
  319. data/lib/fox16/bitmapview.rb +0 -0
  320. data/lib/fox16/calendar.rb +6 -8
  321. data/lib/fox16/canvas.rb +93 -62
  322. data/lib/fox16/chore.rb +0 -0
  323. data/lib/fox16/colors.rb +0 -0
  324. data/lib/fox16/core.rb +18 -18
  325. data/lib/fox16/dict.rb +0 -0
  326. data/lib/fox16/glgroup.rb +5 -5
  327. data/lib/fox16/glshapes.rb +111 -99
  328. data/lib/fox16/input.rb +9 -7
  329. data/lib/fox16/irb.rb +0 -0
  330. data/lib/fox16/iterators.rb +0 -0
  331. data/lib/fox16/keys.rb +0 -0
  332. data/lib/fox16/missingdep.rb +0 -0
  333. data/lib/fox16/pseudokeyboard.rb +0 -0
  334. data/lib/fox16/pseudomouse.rb +0 -0
  335. data/lib/fox16/responder.rb +0 -0
  336. data/lib/fox16/responder2.rb +0 -0
  337. data/lib/fox16/scintilla.rb +0 -0
  338. data/lib/fox16/settings.rb +0 -0
  339. data/lib/fox16/signal.rb +0 -0
  340. data/lib/fox16/timeout.rb +0 -0
  341. data/lib/fox16/tkcompat.rb +0 -0
  342. data/lib/fox16/undolist.rb +8 -8
  343. data/lib/fox16/version.rb +1 -1
  344. data/rdoc-sources/FXGLVisual.rb +1 -1
  345. data/rdoc-sources/FXIconList.rb +2 -0
  346. data/rdoc-sources/FXImage.rb +5 -0
  347. data/rdoc-sources/FXList.rb +2 -0
  348. data/rdoc-sources/FXListBox.rb +1 -1
  349. data/rdoc-sources/FXText.rb +4 -2
  350. data/swig-interfaces/FXImage.i +9 -4
  351. data/swig-interfaces/FXMemoryBuffer.i +2 -2
  352. data/swig-interfaces/FXText.i +10 -8
  353. data/swig-interfaces/macros.i +9 -0
  354. data/test/TC_FXImage.rb +8 -0
  355. data/test/TC_FXList.rb +8 -8
  356. data/test/TC_FXText.rb +19 -0
  357. data/test/TC_FXVec4f.rb +26 -12
  358. metadata +300 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 846d77512aec56a08e038b9fc10be7b0d772b6fe
4
- data.tar.gz: 7efa2339a2cd06d9fb9718f2ba2674d53e3f162a
2
+ SHA256:
3
+ metadata.gz: 2c25f2be1aab590a13c09c51352b8d161198441ac602bb620bc6eba6713ede73
4
+ data.tar.gz: ab45134dd95a3d5c44a3177955a3db5e67869ed5fa3931b17ed3109493ffe686
5
5
  SHA512:
6
- metadata.gz: c0325cca9cf4bb74b02ea9f1446ebecd1ba10f6134965f71fef956cb43e0236055ffe8753ce24398ef6a47aeaa64824808c83eacaaf67ba4b00ecc2e0a315e3d
7
- data.tar.gz: cedefb493abbc68928c95f086fefeba472e2b5203984298a8aa50f40c621f3a1de2049806e7e6474cd69e204e25d4ed621e3ab371a10da8259c099cf2991ad15
6
+ metadata.gz: 3a4b42c4183b6d00753c836a27436fee2f80417b415f92c7dbd452ea5c083d8fe94dba3778ffb48744644d7d771009484467c8e8097c9db04f6cab090b516858
7
+ data.tar.gz: 528fbd6cfe55cecb9e44b5164f21c39c39ab2dd6e007e03cc0b9d00dac28d3c9d17a94868949f95387526d81f3c74f0e9137d496fb0e1621b25d1b3db93cbaad
@@ -1,6 +1,4 @@
1
- dist: trusty
2
- sudo: false
3
- group: beta
1
+ dist: xenial
4
2
  language: ruby
5
3
 
6
4
  addons:
@@ -31,15 +29,6 @@ after_script:
31
29
  - "xpra stop :9"
32
30
 
33
31
  rvm:
34
- - "2.0.0"
35
- - "2.1"
36
- - "2.2"
37
- - "2.3.1"
38
- - "2.4.0"
39
32
  - "ruby-head"
40
- # swig compilation is sooo slow on rbx-3, that it exceeds the time limit on travis-ci
41
- #- "rbx-3"
42
- matrix:
43
- allow_failures:
44
- - rvm: ruby-head
45
- - rvm: rbx-3
33
+ - "3.0.0"
34
+ - "2.3"
data/.yardopts CHANGED
@@ -7,6 +7,6 @@
7
7
  rdoc-sources/*.rb
8
8
  lib/fox16/*.rb
9
9
  -
10
- History.txt
10
+ History.md
11
11
  rdoc-sources/*.rdoc
12
12
  README.rdoc
data/Gemfile CHANGED
@@ -9,14 +9,13 @@ gem 'mini_portile2'
9
9
 
10
10
  group :development do
11
11
  gem 'rake-compiler', '~> 1.0'
12
- gem 'rake-compiler-dock', '~> 0.6.2'
12
+ gem 'rake-compiler-dock', '~> 1.1'
13
13
  gem 'yard', '~> 0.8'
14
- gem "bundler", "~> 1.12"
15
- gem "rake", "~> 12.0"
14
+ gem "bundler", ">= 1.12", "< 3.a"
15
+ gem "rake", "~> 13.0"
16
16
  end
17
17
 
18
18
  group :test do
19
- gem 'opengl', '~> 0.8'
20
- gem 'glu', '~> 8.0'
19
+ gem 'opengl-bindings', '~> 1.0'
21
20
  gem 'test-unit', '~> 3.1'
22
21
  end
data/History.md CHANGED
@@ -1,19 +1,60 @@
1
- === 1.6.39 / 2017-12-26
1
+ ## 1.6.44 / 2020-12-31
2
+
3
+ * Add binary gem support for ruby-3.0. #66
4
+ * Drop support for ruby-2.2
5
+
6
+ ## 1.6.43 / 2020-11-27
7
+
8
+ * Make FXRuby compatible to ruby-3.0
9
+ * Migration to the `opengl-bindings` gem.
10
+ The `opengl` gem is deprecated since years and no longer maintained.
11
+ `opengl-bindings` is the announced successor.
12
+ * Add an alternative location for API documentation: https://larskanis.github.io/fxruby/
13
+ This is because https://rubydoc.info is too often down.
14
+ * Fix Canvas::ImageShape and shape selection. #60
15
+ This changes the position the text of TextShape is printed on the canvas.
16
+
17
+ ## 1.6.42 / 2020-02-01
18
+
19
+ * Fix a packing issue in 1.6.41: `lib/fox16/input.rb` had owner permission only.
20
+
21
+ ## 1.6.41 / 2020-01-26
22
+
23
+ * Add support for Ruby-2.7
24
+ * Fix build error on FreeBSD. #51
25
+ * Fix handling of scroll events to FXText instance.
26
+ * Add 8 virtual methods of FXText to be passed through ruby.
27
+ * FXText#findText: Return multi entry array only when searching Regex.
28
+ * Fix several example apps in example/ dir.
29
+ * Update to rake-compiler-dock-1.0 and use parallel cross build.
30
+ * Update to libpng-1.6.37, jpeg-turbo-2.0.4, libtiff-4.1.0 on Windows binary gem.
31
+
32
+ ## 1.6.40 / 2018-12-28
33
+
34
+ * Fix some library classes which failed, when Fox was not included into the global namespace.
35
+ * Add new accessor FXImage#dataPtr to access raw image data from FFI, Fiddle or OpenGL.
36
+ * Ensure zero terminated strings in values of C-argv.
37
+ * Remove various Ruby and C++ warnings.
38
+ * Update libfox to 1.6.57.
39
+ * Add support for RubyInstaller-2.6
40
+ * Set minimum required ruby version to 2.2.
41
+
42
+ ## 1.6.39 / 2017-12-26
2
43
 
3
44
  * Fix FXGLVisual.supported and .supported?
4
45
  * Add support for RubyInstaller-2.5
5
46
 
6
- === 1.6.38 / 2017-07-27
47
+ ## 1.6.38 / 2017-07-27
7
48
 
8
49
  * Update dependent libraries for Windows binary gem.
9
50
  * Replace libjpeg-9b by libjpeg-turbo-1.5.2 on Windows binary gem.
10
51
  * Fix build with clang on FreeBSD (and possibly other OS). Fixes #41
11
52
 
12
- === 1.6.37 / 2017-06-24
53
+ ## 1.6.37 / 2017-06-24
13
54
 
14
55
  * Add a 3rd type of FXRbObjects which is used for callbacks. Fixes #39
15
56
 
16
- === 1.6.36 / 2017-06-04
57
+ ## 1.6.36 / 2017-06-04
17
58
 
18
59
  * Support the fxruby source gem on Windows (only RubyInstaller-2.4).
19
60
  * Replace our self-made directory search methods by pgk-config.
@@ -23,7 +64,7 @@
23
64
  * Update to libjpeg-9b
24
65
  * More automation for gem releases
25
66
 
26
- === 1.6.35 / 2017-02-15
67
+ ## 1.6.35 / 2017-02-15
27
68
 
28
69
  * Adjust for Ruby-2.4 with unified Integers
29
70
  * Add support for RubyInstaller-2.4
@@ -34,7 +75,7 @@
34
75
  * Update dependent gems.
35
76
  * Update libraries for Windows build.
36
77
 
37
- === 1.6.34 / 2016-04-26
78
+ ## 1.6.34 / 2016-04-26
38
79
 
39
80
  * Add support for RubyInstaller-2.3
40
81
  * Avoid RARRAY_PTR() which broke fxruby on ruby-2.3.0.
@@ -42,7 +83,7 @@
42
83
  * Fix initialisation of runOnUiThread event handler, when FXApp is called with a block.
43
84
  * Disable GVL on RubyInstaller-1.9.3. Fixes #24
44
85
 
45
- === 1.6.33 / 2015-08-20
86
+ ## 1.6.33 / 2015-08-20
46
87
 
47
88
  * Avoid rb_* calls that are prohibited during GC. Fixes #23
48
89
  * Use copy'ing getters for FXVec members in FXMat*, FXMaterial and FXLight.
@@ -50,7 +91,7 @@
50
91
  * Fix test suite, so that all tests pass.
51
92
  * Add a travis-ci test setup and connect it to the github account.
52
93
 
53
- === 1.6.32 / 2015-08-07
94
+ ## 1.6.32 / 2015-08-07
54
95
 
55
96
  * Avoid call to rb_class2name() during GC. Fixes #21
56
97
  * Use release mode, unless extconf.rb is called with --enable-debug,
@@ -58,12 +99,12 @@
58
99
  * Remove self made GC detection by ruby's rb_during_gc().
59
100
  * Fix Windows binary x86-mingw32.gem for Ruby versions < 2.0
60
101
 
61
- === 1.6.31 / 2015-07-21
102
+ ## 1.6.31 / 2015-07-21
62
103
 
63
104
  * Replace pipe2() by pipe() and fcntl(), because pipe2() is not as portable.
64
105
  * Add missing include statement. Fixes #20
65
106
 
66
- === 1.6.30 / 2015-07-07
107
+ ## 1.6.30 / 2015-07-07
67
108
 
68
109
  * Fix crashes in rb_gc_mark(): 0x00000003f54af8 is T_ZOMBIE / T_NONE
69
110
  * Release Ruby's GVL while calls to FXImage#savePixels, #loadPixels
@@ -74,7 +115,7 @@
74
115
  This allows to safely execute GUI code from other threads.
75
116
  * Use rake-compiler-dock for building windows binary gems.
76
117
 
77
- === 1.6.29 / 2015-02-17
118
+ ## 1.6.29 / 2015-02-17
78
119
 
79
120
  * Add Windows binaries for Ruby-2.1 and 2.2.
80
121
  * Use shared libs for Windows binary gems to reduce gem size.
@@ -85,40 +126,40 @@
85
126
  * Change GC'ing of TreeListBox and FXTreeItem. Fixes #10
86
127
  * Update to swig version 2.0 or newer. Fixes #13
87
128
 
88
- === 1.6.28 / 2013-07-05
129
+ ## 1.6.28 / 2013-07-05
89
130
 
90
131
  * Fix build for Ruby-2.0.0-p127+
91
132
  * Update libraries for win32 build: libfox-1.6.49
92
133
 
93
- === 1.6.27 / 2013-04-05
134
+ ## 1.6.27 / 2013-04-05
94
135
 
95
136
  * Add support for Ruby-2.0.
96
137
  * Add cross compilation for x64-mingw32 target.
97
138
 
98
- === 1.6.26 / 2013-02-16
139
+ ## 1.6.26 / 2013-02-16
99
140
 
100
141
  * Mark all text strings retrieved from fox as UTF-8 when running on Ruby 1.9
101
142
  * Fix loading error on Ruby 1.8.7 by renaming the C++ extension to fox16_c
102
143
  * Update libraries for windows cross compilation
103
144
 
104
- === 1.6.25 / 2012-06-17
145
+ ## 1.6.25 / 2012-06-17
105
146
 
106
147
  * Windows: Fix slow loading of fox16.so by using a more recent mingw-w64 compiler
107
148
  (reported by Allen Doug and Igor Jorobus)
108
149
  * Fix two possible segfaults in conjunction with FXSplashWindow (reported by Igor Jorobus)
109
150
 
110
- === 1.6.24 / 2012-06-06
151
+ ## 1.6.24 / 2012-06-06
111
152
 
112
153
  * Update libraries for win32 build: libz-1.2.7 libpng-1.5.10 libjpeg-8d libtiff-4.0.1 libfox-1.6.45
113
154
  * Avoid Segfauls in lots of methods when called with nil instead of FXApp, FXComposite or FXWindow objects
114
155
 
115
- === 1.6.23 / 2012-03-08
156
+ ## 1.6.23 / 2012-03-08
116
157
 
117
158
  * Add YARD documentation support
118
159
  * Use generated Manifest.txt
119
160
  * Support for parallel task execution with drake
120
161
 
121
- === 1.6.22 / 2012-02-21
162
+ ## 1.6.22 / 2012-02-21
122
163
 
123
164
  * Allow better access to raw pixel data of FXImage and derivatives
124
165
  * Build Windows binary gem per cross compiler on Linux
@@ -137,13 +178,1295 @@
137
178
  * Fix FXApp#addInput for Ruby 1.9 on Linux
138
179
  * Fix "ruby_code case not handled: Regexp" issue with newer rubygems
139
180
 
140
- === 1.6.20 / 2009-03-06
181
+ ## Changes For Version 1.6.20 (November 09, 2009)
141
182
 
142
183
  * Integrated the Hoe and rake-compiler extensions into the Rakefile and
143
184
  removed redundant tasks.
144
185
  * Did some work to provide support for MinGW builds.
186
+ * The previous release of FXRuby couldn't be built from source against Ruby 1.9.1 final
187
+ due to a change in some of the file-related utility libraries
188
+ (see RubyForge Bug #23786). This problem has been corrected.
189
+
190
+
191
+ ## Changes For Version 1.6.19 (March 6, 2009)
192
+
193
+ * The previous release of FXRuby couldn't be built from source against Ruby 1.9.1 final
194
+ due to a change in some of the file-related utility libraries
195
+ (see RubyForge Bug #23786). This problem has been corrected.
196
+ * The previous release of FXRuby couldn't be built from source against Ruby versions 1.8.5 or
197
+ earlier (see RubyForge Bug #23967). This problem has been corrected.
198
+ * A change in the return value for Ruby's `instance_variables` method broke
199
+ some of the code related to message handling in FXRuby (see RubyForge
200
+ Bug #23787). This problem has been corrected.
201
+ * The `addAccel` method for the `FXAccelTable` class
202
+ now accepts lambda functions (or any other objects that respond to `call`). See
203
+ the API documentation
204
+ for `FXAccelTable` for examples of how this works.
205
+
206
+
207
+ ## Changes For Version 1.6.18 (December 29, 2008)
208
+
209
+ * Some users were having trouble building FXRuby on 64-bit operating systems
210
+ (see RubyForge Bug #23375). This problem has been corrected.
211
+
212
+
213
+ ## Changes For Version 1.6.17 (December 24, 2008)
214
+
215
+ * The Ruby interpreter was generating a large number of warning messages about redefined methods
216
+ in the `kwargs.rb` library
217
+ (see RubyForge
218
+ Bug #19231 and elsewhere). This problem has been corrected.
219
+
220
+ * Due to recent changes in Ruby's garbage collection algorithm, FXRuby applications could under some circumstances
221
+ crash for large numbers of table items
222
+ (see RubyForge bugs ).
223
+ This bug has been fixed.
224
+
225
+ * The documentation for the `FXTable` class referred to the non-existent `setColumnX`
226
+ and `setRowY` instance methods
227
+ (see RubyForge
228
+ Bug #21987). These entries have been removed from the documentation.
229
+
230
+ * A number of instance methods for the `FXTable` class could crash an application if they
231
+ were passed out-of-bounds index arguments
232
+ (see RubyForge
233
+ Bug #21987). These methods now raise `IndexError` when they're passed out-of-bounds
234
+ indexes.
235
+
236
+ * Due to a change in the URL scheme for the Dilbert web site, the `dilbert.rb` example
237
+ program was no longer working properly
238
+ (see RubyForge
239
+ Bug #21538). This has been fixed.
240
+
241
+ * The `lower` method for the `FXRangef` was returning
242
+ ´self´ instead of an `FXVec3f` instance for the range's low
243
+ bound
244
+ (see RubyForge
245
+ Bug #22488). This has been fixed.
246
+
247
+ * Made a number of minor fixes for compatibility with Ruby 1.9.1.
248
+
249
+
250
+ ## Changes For Version 1.6.16 (July 3, 2008)
251
+
252
+ * Historically, if you called `create` on a
253
+ window before its parent window was created, your application would
254
+ crash (see RubyForge
255
+ Bug #20702 and elsewhere). Now, the code should raise a
256
+ ´RuntimeError´ with a message indicating the
257
+ problem.
258
+
259
+ * The message data that the `FXPicker` widget
260
+ sends along with its ´SEL_CHANGED´ and
261
+ ´SEL_COMMAND´ messages wasn't being handled
262
+ properly, and as a result, applications using this widget could crash
263
+ (see RubyForge
264
+ Bug #20780). This problem has been fixed.
265
+
266
+
267
+ ## Changes For Version 1.6.15 (June 4, 2008)
268
+
269
+ * FXRuby applications could crash (with a segmentation fault) if
270
+ ´nil´ was passed in as the first argument to
271
+ `FXDialogBox.new` or
272
+ `FXMainWindow.new` (see RubyForge
273
+ Bug #14642). These methods now raise an
274
+ ´ArgumentError´ if ´nil´ is
275
+ passed as the first argument.
276
+
277
+ * You should only ever construct one `FXApp`
278
+ object per application, but there was no protection against doing so
279
+ in the code (see RubyForge
280
+ Bug #16275). Now, `FXApp.new` will
281
+ raise a `RuntimeException` if an
282
+ `FXApp` object already exists.
283
+
284
+ * The `babelfish.rb` example program, which
285
+ previously depended on an external web service to perform translation
286
+ between languages, was broken since that web service no longer exists
287
+ (see RubyForge
288
+ Bug #16962). The example has now been updated to use Dr. Nic's
289
+ Tranexp library instead.
290
+
291
+ * The value of the ´MBOX_SAVE_CANCEL_DONTSAVE´
292
+ option (for the `FXMessageBox` class) wasn't
293
+ wrapped properly and was unusable (see RubyForge
294
+ Bug #17094). There was also no constant corresponding to the
295
+ ´MBOX_CLICKED_DONTSAVE´ return value. Both of these
296
+ problems have been fixed.
297
+
298
+ * The fields for new `FXHiliteStyle` objects
299
+ were uninitialized and as a result sometimes gave unpredictable
300
+ results (see RubyForge
301
+ Bug #19637). This has been fixed.
302
+
303
+ * The `columnHeaderFont` and
304
+ `rowHeaderFont` attributes for
305
+ `FXTable` weren't implemented properly (see
306
+ RubyForge
307
+ Bug #20142). This has been fixed.
308
+
309
+ * Ruby 1.8.7 adds a new `first` method to
310
+ the `Enumerable` module, and this conflicts with
311
+ the existing `first` method defined in the
312
+ `FXWindow` base class for a number of FXRuby
313
+ classes which mix in `Enumerable` (see RubyForge
314
+ Bug #20418). This problem has been resolved.
315
+
316
+ * Due to a bug in the `extconf.rb` script, the
317
+ build was failing for Ruby 1.9.0 (see RubyForge
318
+ Bug #20426). This has been fixed.
319
+
320
+
321
+ ## Changes For Version 1.6.14 (March 29, 2008)
322
+
323
+ * Updated the documentation for the `FXImage`
324
+ class to indicate which methods call `render`
325
+ after they're finished, and which ones do not.
326
+
327
+ * Corrected a little typo in the
328
+ `gembrowser.rb` example program.
329
+
330
+ * Updated the `dilbert.rb` example program to
331
+ use the more popular-and-likely-to-be-installed Hpricot HTML
332
+ parser library instead of Rubyful Soup.
333
+
334
+ * Re-added the documentation for the
335
+ ´TOGGLEBUTTON_KEEPSTATE´ option, which had
336
+ mysteriously disappeared (see RubyForge
337
+ Bug #2286).
338
+
339
+ * Made a number of minor fixes to support building FXRuby against
340
+ Ruby 1.9.
341
+
342
+ * Added a binary gem for OS X. This works with the Ruby that's
343
+ included with OS X (Leopard).
344
+
345
+ * The binary gem for Windows was built with FOX version 1.6.32 and
346
+ FXScintilla version 1.71.
347
+
348
+
349
+ ## Changes For Version 1.6.13 (November 9, 2007)
350
+
351
+ * Calls to the `extractText` method for the
352
+ `FXTable` class were causing various
353
+ memory-related errors on certain platforms (see RubyForge
354
+ Bug #15444). This problem has been fixed.
355
+
356
+ * The binary gem for Windows was built with FOX version 1.6.28 and
357
+ FXScintilla version 1.71.
358
+
359
+ ## Changes For Version 1.6.12 (October 19, 2007)
360
+
361
+ * The API documentation for `FXMDIClient`
362
+ referred to the non-existent instance method
363
+ `activeChild=` (see RubyForge
364
+ Bug #10259). This method has been added.
365
+
366
+ * The API documentation for `FXMDIClient`
367
+ also referred to the non-existent instance methods
368
+ `getMDIChildFirst` and
369
+ `getMDIChildLast`. These entries have been
370
+ removed.
371
+
372
+ * The API documentation for `FXMDIChild`
373
+ referred to non-existent instance methods
374
+ `getMDINext` and
375
+ `getMDIPrev` (see RubyForge
376
+ Bug #10436). The documentation has been corrected.
377
+
378
+ * Added the ´:repeat´ parameter for the
379
+ `addChore` and
380
+ `addTimeout` methods. See the documentation for
381
+ more details, and `gltest.rb` for an example of its
382
+ use.
383
+
384
+ * Corrected a number of minor typos in the API
385
+ documentation.
386
+
387
+ * Corrected a typo in the `imageviewer.rb`
388
+ example.
389
+
390
+ * Modified the `inputs.rb` example program to
391
+ use `Pipe.read_nonblock()` instead of
392
+ `Pipe.read()`.
393
+
394
+ * Fixed a bug in the implementation of the
395
+ `findText` method for the
396
+ `FXText` class, when used with the
397
+ ´SEARCH_REGEX´ option.
398
+
399
+ * The binary gem for Windows was built with FOX version 1.6.28 and
400
+ FXScintilla version 1.71.
401
+
402
+
403
+ ## Changes For Version 1.6.11 (April 18, 2007)
404
+
405
+ * Added `editable` as an alias for
406
+ `FXTextField#editable?`.
407
+
408
+ * Added `each_child_recursive` instance
409
+ method for the `FXWindow` class. This method
410
+ performs a depth-first traversal of the widget tree starting at the
411
+ receiver window.
412
+
413
+ * Corrected some errors in the keyword arguments support for the
414
+ `FXVec2d`, `FXVec2f`,
415
+ `FXVec3d`, `FVec3f`,
416
+ `FXVec4d` and `FXVec4f`
417
+ classes.
418
+
419
+ * Corrected an error in the keyword arguments support for the
420
+ `FXIconDict` class.
421
+
422
+ * Modified the gem specification so that the RDoc generated during
423
+ a gem install is consistent with that generated by other methods (see
424
+ RubyForge
425
+ Bug #10035).
426
+
427
+ * Changes to the `iterators` library in version
428
+ 1.6.6 introduced a bug in the `each` method for
429
+ the `FXFoldingList`,
430
+ `FXTreeList` and
431
+ `FXTreeListBox` classes (see RubyForge
432
+ Bug #10175). This problem has been fixed.
433
+
434
+ * Applied submitted patches for building FXRuby against Ruby 1.9
435
+ (see RubyForge
436
+ Bug #10181). Please note that building FXRuby against the Ruby
437
+ 1.9 code base is still officially unsupported; however, I'm glad to
438
+ accept patches that will help make this possible.
439
+
440
+ * The binary gem for Windows was built with FOX version 1.6.25 and
441
+ FXScintilla version 1.71.
442
+
443
+
444
+ ## Changes For Version 1.6.9 (April 8, 2007)
445
+
446
+ * A bug was discovered in the keyword arguments library support
447
+ for the `FXMenuBar` class (see RubyForge
448
+ Bug #9927). This problem has been fixed.
449
+
450
+ * The binary gem for Windows was built with FOX version 1.6.25 and
451
+ FXScintilla version 1.71.
452
+
453
+
454
+ ## Changes For Version 1.6.8 (April 5, 2007)
455
+
456
+ * Due to an internal bookkeeping error, applications like the
457
+ `glviewer.rb` example program which create multiple
458
+ `FXGLViewer` instances could cause an assertion
459
+ to fail. When this assertion fails on Windows, the program simply
460
+ crashes (see RubyForge
461
+ Bug #9775). This problem has been fixed.
462
+
463
+ * The keyword arguments library, introduced in version 1.6.5, is
464
+ now included automatically when you load FXRuby; it is no longer
465
+ necessary to explicitly require it.
466
+
467
+ * The binary gem for Windows was built with FOX version 1.6.25 and
468
+ FXScintilla version 1.71.
469
+
470
+
471
+ ## Changes For Version 1.6.7 (March 31, 2007)
472
+
473
+ * The binary gem for Windows was built with FOX version 1.6.25 and
474
+ FXScintilla version 1.71.
475
+
476
+
477
+ ## Changes For Version 1.6.6 (February 10, 2007)
478
+
479
+ * Somewhere along the way, the RAA browser example program got
480
+ broken due to changes in the SOAP interface to RAA (see RubyForge
481
+ Bug #7977). This has been fixed.
482
+
483
+ * Some debugging code that was meant to detect errors in FXRuby
484
+ message data conversion was inadvertently causing some user
485
+ applications to crash when running under Windows (see RubyForge
486
+ Bug #8049). This debugging code has been changed to avoid the
487
+ problem.
488
+
489
+ * Modified the implementations of the each iterator methods for
490
+ `FXFoldingList`,
491
+ `FXFoldingItem`,
492
+ `FXTreeItem`, `FXTreeList`
493
+ and `FXTreeListBox` (see RubyForge
494
+ Bug #8090). The new implementation is a bit more robust in
495
+ terms of modifications (such as deletion) of the iterated-over
496
+ elements.
497
+
498
+ * A bug in the new keyword arguments library (introduced in
499
+ version 1.6.5) caused the `initialize` method
500
+ for the `FXDCWindow` class to do the wrong thing
501
+ (see RubyForge
502
+ Bug #8441). This has been corrected.
503
+
504
+ * A different bug in the keyword arguments library caused the
505
+ `initialize` method for the
506
+ `FXFont` class to do the wrong thing (see RubyForge
507
+ Bug #8517). This also has been corrected.
508
+
509
+ * Yet another bug in the keyword arguments library broke the part
510
+ of the code that used to yield ´self´ to an
511
+ optional block attached to the call to `new`
512
+ (see RubyForge
513
+ Bug #8518). This has been corrected.
514
+
515
+ * Most of the FXRuby example programs have been updated to use the
516
+ keyword arguments library.
517
+
518
+ * Added a new "virtual" keyword argument
519
+ ´:padding´ that can be used in place of (or in
520
+ addition to) the ´:padLeft´,
521
+ ´:padRight´, ´:padTop´ and
522
+ ´:padBottom´ arguments for a constructor. When a
523
+ ´:padding´ value is passed in to the arguments
524
+ hash, that value will be used for any of the four regular padding
525
+ values that aren't otherwise specified. See the example programs for,
526
+ you know, examples.
527
+
528
+ * The binary gem for Windows was built with FOX version 1.6.20 and
529
+ FXScintilla version 1.71.
530
+
531
+
532
+ ## Changes For Version 1.6.5 (January 20, 2007)
533
+
534
+ * Clicking outside of the visible cells for an
535
+ `FXTable` when there was no current selection
536
+ caused the code to raise an exception (see RubyForge
537
+ Bug #5907). This problem has been fixed.
538
+
539
+ * The `hasTimeout?` method for the
540
+ `FXApp` class was implemented incorrectly (see
541
+ RubyForge
542
+ Bug #7564). This problem has been fixed.
543
+
544
+ * The `FXFoldingList` and
545
+ `FXFoldingItem` classes did not have each
546
+ iterator methods like most of the other list-based widgets (see RubyForge
547
+ Patch #7978). These have been added.
548
+
549
+ * The API documentation for `FXMDIClient`
550
+ claimed that `FXScrollArea` was its base class
551
+ (see RubyForge
552
+ Bug #7979). This has been corrected; the base class for
553
+ `FXMDIClient` is
554
+ `FXComposite`.
555
+
556
+ * There was a small typo in the documentation for the
557
+ `FXFoldingList` class options (see RubyForge
558
+ Bug #7981). This has been fixed.
559
+
560
+ * Added preliminary support for keyword-style arguments, as
561
+ described in the "Differences Between
562
+ FOX and FXRuby" section of the FXRuby User's Guide.
563
+
564
+ * The binary gem for Windows was built with FOX version 1.6.20 and
565
+ FXScintilla version 1.71.
566
+
567
+
568
+ ## Changes For Version 1.6.4 (November 30, 2006)
569
+
570
+ * A change made in Ruby 1.8.5 for cyclic requires led to a problem
571
+ that caused the Ruby interpreter to emit a large number of warnings
572
+ (see RubyForge
573
+ Bug #5633). This problem has been fixed.
574
+
575
+ * The binary gem for Windows was built with FOX version 1.6.16 and
576
+ FXScintilla version 1.71.
577
+
578
+
579
+ ## Changes For Version 1.6.3 (October 27, 2006)
580
+
581
+ * Widgets of some classes (namely
582
+ `FXTopWindow` and
583
+ `FXMDIChild`) weren't properly sending a
584
+ ´SEL_CLOSE´ message to their message targets (see
585
+ RubyForge
586
+ Bug #5498). Thanks to a change in FOX version 1.6.16, this
587
+ problem has been fixed.
588
+
589
+ * The `getControlFor` method for the
590
+ `FXComboTableItem` class was coded incorrectly
591
+ (see RubyForge
592
+ Bug #5906). This has been fixed.
593
+
594
+ * There was a minor typo in the API documentation for the
595
+ `FXTriStateButton` class (see RubyForge Bug #5962). This has been fixed.
596
+
597
+ * The `each_row` and
598
+ `each_column` iterator methods for the
599
+ `FXTable` class were incorrectly coded (see
600
+ RubyForge
601
+ Bug #6036). This has been fixed.
602
+
603
+ * The `new` class methods for
604
+ `FXColorItem`, `FXDirItem`,
605
+ `FXFileItem`,
606
+ `FXFoldingItem`,
607
+ `FXHeaderItem`,
608
+ `FXIconItem`, `FXListItem`
609
+ and `FXTreeItem` were all raising exceptions when
610
+ a non-´nil´ value was passed in for the last
611
+ argument (see RubyForge
612
+ Bug #6197). A similar problem was present for various instance
613
+ methods in the `FXColorList`,
614
+ `FXListBox` and
615
+ `FXMDIClient` classes. These problems have been
616
+ fixed.
617
+
618
+ * A few problems were discovered for the
619
+ `inputs.rb` example program (see RubyForge
620
+ Bug #6209). These problems have been fixed.
621
+
622
+ * Several instance methods for the `FXTable`
623
+ class were not actually present under their documented names (see
624
+ RubyForge
625
+ Bug #6211). This has been fixed.
626
+
627
+ * The build script was not compatible with changes made in the
628
+ recently-released FXScintilla 1.71 (see RubyForge
629
+ Bug #6313). This has been fixed.
630
+
631
+ * The binary gem for Windows was built with FOX version 1.6.16 and
632
+ FXScintilla version 1.71.
633
+
634
+
635
+ ## Changes For Version 1.6.2 (September 13, 2006)
636
+
637
+ * The `expandTree()` and
638
+ `collapseTree()` methods for the
639
+ `FXFoldingList` class were incorrectly identified
640
+ as `expandFolding()` and
641
+ `collapseFolding()` in the API documentation
642
+ (see RubyForge
643
+ Bug #5354). This has been fixed.
644
+
645
+ * The `FXDockTitle` class was not supported
646
+ (see RubyForge
647
+ Bug #5632). This has been fixed.
648
+
649
+ * The API documentation for the `FXGLCanvas`
650
+ class claimed it had a `shared?` method, but it
651
+ didn't (see RubyForge
652
+ Bug #5591). Now it does.
653
+
654
+ * The `FXGradientBar` class was not supported
655
+ (see RubyForge
656
+ Bug #5746). This has been fixed.
657
+
658
+ * The binary gem for Windows was built with FOX version 1.6.14 and
659
+ FXScintilla version 1.67 (from CVS).
660
+
661
+
662
+ ## Changes For Version 1.4.7 (September 13, 2006)
663
+
664
+ * The `children` instance method for the
665
+ `FXWindow` class always returned an array of
666
+ `FXWindow` instances, even if the actual types
667
+ should have been instances of subclasses of
668
+ `FXWindow` (see RubyForge
669
+ Bug #4342). This has been fixed.
670
+
671
+ * The `dilbert.rb` example program was broken
672
+ due to a change in the Dilbert.com web site structure (see RubyForge
673
+ Bug #4597). This has been fixed.
674
+
675
+ * The `expandTree()` and
676
+ `collapseTree()` methods for the
677
+ `FXFoldingList` class were incorrectly identified
678
+ as `expandFolding()` and
679
+ `collapseFolding()` in the API documentation
680
+ (see RubyForge
681
+ Bug #5354). This has been fixed.
682
+
683
+ * The `FXDockTitle` class was not supported
684
+ (see RubyForge
685
+ Bug #5632). This has been fixed.
686
+
687
+ * The API documentation for the `FXGLCanvas`
688
+ class claimed it had a `shared?` method, but it
689
+ didn't (see RubyForge
690
+ Bug #5591). Now it does.
691
+
692
+ * The `FXGradientBar` class was not supported
693
+ (see RubyForge
694
+ Bug #5746). This has been fixed.
695
+
696
+ * The binary gem for Windows was built with FOX version 1.4.34 and
697
+ FXScintilla version 1.63.
698
+
699
+
700
+ ## Changes For Version 1.6.1 (July 21, 2006)
701
+
702
+ * The message data sent along for the
703
+ ´SEL_INSERTED´, ´SEL_DELETED´
704
+ and ´SEL_REPLACED´ messages from an a
705
+ `FXText` widget to its target was not being
706
+ converted properly (see RubyForge
707
+ Bug #4666). This has been fixed.
708
+
709
+ * The code related to the localization of application messages in
710
+ FOX wasn't implemented properly in FXRuby, and as a result,
711
+ constructing certain dialogs (like the color dialog) could cause a
712
+ program to crash (see RubyForge
713
+ Bug #5000). This has been fixed.
714
+
715
+ * The "Stop Spin" button in the gltest.rb example program didn't
716
+ stop the cubes from spinning after either the "Spin Timer" or "Spin
717
+ Chore" option was selected (see RubyForge
718
+ Bug #5001). This was actually a symptom of a larger problem,
719
+ that FXRuby wasn't properly handling timers and chores. These problems
720
+ have been fixed.
721
+
722
+ * Setting the current item for an
723
+ `FXComboBox` to -1 (to indicate that there's no
724
+ current item) would cause FXRuby to erroneously raise an
725
+ `IndexError` (see RubyForge
726
+ Bug #5007). This has been fixed.
727
+
728
+ * The documentation for the `reparent`
729
+ instance method for the `FXWindow` class was
730
+ incorrect (see RubyForge
731
+ Bug #5035). This has been fixed.
732
+
733
+ * The `textedit.rb` example program was not up
734
+ to date with some of the changes for FOX 1.6. This example has been
735
+ updated.
736
+
737
+ * The new `font` method for the
738
+ `FXFont` class was not documented. This has been
739
+ fixed.
740
+
741
+ * The `dilbert.rb` example program has been
742
+ modified to use the RubyfulSoup HTML library instead of the
743
+ html-parser library.
744
+
745
+ * As discussed in various forums (see for example [this
746
+ post](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/182827), the `autorequire` directive for
747
+ RubyGems specifications is now deprecated. As a result, this has been
748
+ removed from the FXRuby gem specification. This change will break any
749
+ code that was using a statement like:´require_gem 'fxruby'´as
750
+ the sole means for loading FXRuby. Such programs should instead
751
+ use:´require 'fox16'´which will work
752
+ for either gem based or non-gem based installations.
753
+
754
+ * The binary gem for Windows was built with FOX version 1.6.8 and
755
+ FXScintilla version 1.67 (from CVS).
756
+
757
+
758
+ ## Changes For Version 1.6.0 (May 29, 2006)
759
+
760
+ * This is the first release of FXRuby compatible with FOX version
761
+ 1.6. One of the most signficant changes for FOX 1.6 has been the
762
+ addition of Unicode support; all FOX widgets and internal string
763
+ processing routines are now Unicode aware. For a comprehensive
764
+ overview of the changes made to FOX since version 1.4 (including those
765
+ made in the FOX 1.5 development series), please refer to the
766
+ [News archives](http://www.fox-toolkit.com/news.html) at
767
+ the FOX web site.
768
+
769
+ * Added the `allowSide`,
770
+ `disallowSide` and
771
+ `allowedSide?` methods for the
772
+ `FXDockBar` class, as complements to the
773
+ `allowedSides` accessor methods (see RubyForge
774
+ Feature Request #2307).
775
+
776
+ * Added the `visible=` and
777
+ `visible?` accessor methods for the
778
+ `FXWindow` class, as complements to the
779
+ `show`, `hide` and
780
+ `shown?` methods (see RubyForge
781
+ Feature Request #3579).
782
+
783
+ * The `browser.rb` example was making use of a
784
+ deprecated API (see RubyForge
785
+ Bug #4325). This has been fixed.
786
+
787
+ * The `children` instance method for the
788
+ `FXWindow` class always returned an array of
789
+ `FXWindow` instances, even if the actual types
790
+ should have been instances of subclasses of
791
+ `FXWindow` (see RubyForge
792
+ Bug #4342). This has been fixed.
793
+
794
+ * The `dilbert.rb` example program was broken
795
+ due to a change in the Dilbert.com web site structure (see RubyForge
796
+ Bug #4597). This has been fixed.
797
+
798
+ * The binary gem for Windows was built with FOX version 1.6.5 and
799
+ FXScintilla version 1.67 (from CVS).
800
+
801
+
802
+ ## Changes For Version 1.4.6 (April 26, 2006)
803
+
804
+ * FXRuby would not compile properly on some x86-64 systems (see
805
+ RubyForge
806
+ Bug #3729). This error has been corrected. Thanks to Javier
807
+ Goizueta for initially reporting this problem, and especially to
808
+ Tobias Peters for providing a patch.
809
+
810
+ * The `FXIconDict` widget was accidentally
811
+ "lost" in the transition between FXRuby versions 1.2 and 1.4 (see
812
+ RubyForge
813
+ Bug #4117). This error has been corrected. Thanks to Manfred
814
+ Usselmann for reporting this problem.
815
+
816
+ * The `FXSwitcher` widget was not sending the
817
+ appropriate message data to its message target for the
818
+ ´SEL_COMMAND´ message type (see RubyForge
819
+ Bug #4157). This error has been corrected. Thanks to Manfred
820
+ Usselmann for reporting this problem.
821
+
822
+ * The `FXSeparator` class wasn't implemented
823
+ properly (see RubyForge
824
+ Bug #4158). This error has been corrected. Thanks to Gerard
825
+ Menochet for reporting this problem.
826
+
827
+ * The `findItemByData` method was
828
+ implemented incorrectly for the `FXComboBox`,
829
+ `FXFoldingList`,
830
+ `FXIconList`, `FXList` and
831
+ `FXListBox` classes (see RubyForge
832
+ Bug #4172). This error has been corrected. Thanks to Gerard
833
+ Menochet for reporting this problem.
834
+
835
+ * The `FXListBox` widget was not sending the
836
+ appropriate message data to its message target for the
837
+ ´SEL_COMMAND´ message type (see RubyForge
838
+ Bug #4255). This error has been corrected. Thanks to Gerard
839
+ Menochet for reporting this problem.
840
+
841
+ * The binary gem for Windows was built with FOX version 1.4.29 and
842
+ FXScintilla version 1.63.
843
+
844
+
845
+ ## Changes For Version 1.4.5 (April 10, 2006)
846
+
847
+ * The `FXTextField` class was not properly
848
+ responding to the ´ID_INSERT_STRING´ command (see
849
+ RubyForge
850
+ Bug #3320). This error has been corrected. Thanks to Uwe Hartl
851
+ for reporting this problem.
852
+
853
+ * The `text` and
854
+ `getText` methods for the
855
+ `FXMenuCaption` class were returning
856
+ ´nil´ instead of the actual value (see RubyForge
857
+ Bug #3458). This error has been corrected. Thanks to Meinrad
858
+ Recheis (Henon) for reporting this problem.
859
+
860
+ * The API documentation for the `FXMDIChild`
861
+ class erroneously listed ´SEL_CLOSEALL´ as one of
862
+ the message types that an MDI child window might send to its message
863
+ target (see RubyForge
864
+ Bug #3508). This error has been corrected. Thanks to Meinrad
865
+ Recheis (Henon) for reporting this problem.
866
+
867
+ * Calling the `selectRange` method for
868
+ class `FXTable` would cause a fatal error instead
869
+ of merely raising an `IndexError` exception (see
870
+ RubyForge
871
+ Bug #3615). This error has been corrected. Thanks to Meinrad
872
+ Recheis (Henon) for reporting this problem.
873
+
874
+ * Due to an error in the SWIG interface files, the
875
+ `FXChoiceBox` class was basically unusable (see
876
+ RubyForge
877
+ Bug #3676). This error has been corrected. Thanks to Uwe Hartl
878
+ for reporting this problem.
879
+
880
+ * The API documentation for the
881
+ `FXRealSlider` and
882
+ `FXRealSpinner` classes erroneously claimed that
883
+ the message data for the ´SEL_COMMAND´ and
884
+ ´SEL_CHANGED´ messages sent by these widgets to
885
+ their targets were integers (see RubyForge
886
+ Bug #3749). Along the same lines, the message data for those
887
+ widgets wasn't being converted correctly (see RubyForge
888
+ Bug #3750). Both of these errors have been corrected. Thanks
889
+ to Meinrad Recheis (Henon) for reporting these problems.
890
+
891
+ * The API documentation for the Fox module incorrectly listed the
892
+ names of the `FXSELTYPE` and
893
+ `FXSELID` methods as
894
+ `SELTYPE` and `SELID`
895
+ (see RubyForge
896
+ Bug #3940). This error has been corrected. Thanks to Joel
897
+ VanderWerf for reporting this problem.
898
+
899
+ * The `FXTableItem` constructor was supposed
900
+ to (optionally) accept a reference to an arbitrary Ruby object as its
901
+ third argument, but this wasn't working properly (see RubyForge
902
+ Bug #4005). This error has been corrected. Thanks to Mark
903
+ Volkman for reporting this problem.
904
+
905
+ * The binary gem for Windows was built with FOX version 1.4.29 and
906
+ FXScintilla version 1.63.
907
+
908
+
909
+ ## Changes For Version 1.4.4 (January 21, 2006)
910
+
911
+ * The build instructions for Unix platforms had not been updated
912
+ recently and as such contained some errors (see RubyForge
913
+ Bug #3014). These errors have been corrected. Thanks to Dave
914
+ Burns for reporting this problem.
915
+
916
+ * The `extendSelection` method for the
917
+ `FXTable` class was raising an exception if an
918
+ out of bounds row or column index was passed in (see RubyForge
919
+ Bug #3050). This has been changed so that
920
+ `extendSelection` instead returns false for out
921
+ of bounds arguments. Thanks to Leonid Moiseichuk for reporting this
922
+ problem.
923
+
924
+ * The `each_child` iterator method for the
925
+ `FXWindow` class would fail if the child window
926
+ was destroyed in the block (see RubyForge
927
+ Bug #3134). Thanks to Liam Irish for reporting this problem
928
+ and providing a patch.
929
+
930
+ * The message data for the ´SEL_REPLACED´
931
+ message sent by the `FXTable` class to its target
932
+ was not being handled properly (see RubyForge
933
+ Bug #3244). There were also problems with the message data for
934
+ the ´SEL_SELECTED´ and
935
+ ´SEL_DESELECTED´ messages. Furthermore, the
936
+ ´SEL_REPLACED´ message was not documented in the
937
+ RDoc documentation for the `FXTable` class. All
938
+ of these problems have been corrected. Thanks to _blackdog for
939
+ reporting this problem.
940
+
941
+ * The binary gem for Windows was built with FOX version 1.4.29 and
942
+ FXScintilla version 1.63.
943
+
944
+
945
+ ## Changes For Version 1.4.3 (November 7, 2005)
946
+
947
+ * The ´TOGGLEBUTTON_KEEPSTATE´ option for the
948
+ `FXToggleButton` class was not documented (see
949
+ RubyForge
950
+ Bug #2286). This oversight has been corrected. Thanks to Tim
951
+ Smith for reporting this problem.
952
+
953
+ * The `scintilla.rb` library file was not up to
954
+ date with the latest FXScintilla release, and as a result it was
955
+ missing some methods (see RubyForge
956
+ Bug #2479). This oversight has been corrected. Thanks to Maxim
957
+ Kulkin for reporting this problem.
958
+
959
+ * Due to changes in the APIs for timers and chores, the mechanisms
960
+ for removing chores and timeouts were broken (see RubyForge
961
+ Bug #2563). This bug has been fixed. Thanks to "moinker" for
962
+ reporting this problem.
963
+
964
+ * An error in the test setup caused all of the tests for the
965
+ `FXList` class to fail (see RubyForge
966
+ Bug #2564). This bug has been fixed. Thanks to Peter for
967
+ reporting this problem.
968
+
969
+ * Due to a bug in the test suite runner script, not all test cases
970
+ were being exercised (see RubyForge
971
+ Bug #2565). This bug has been fixed.
972
+
973
+ * Calling the `getPixel` method for the
974
+ `FXImage` class when the client-side pixel buffer
975
+ for the image has already been released would cause a program to crash
976
+ (see RubyForge
977
+ Bug #2611). Now, `getPixel` will raise
978
+ an exception if it's called after the pixel buffer has been released.
979
+ The documentation for `getPixel` has been
980
+ updated accordingly. Thanks to Gonzalo Garramuno for reporting this
981
+ problem.
982
+
983
+ * The `makePositionVisible` method for the
984
+ `FXTable` class was raising an exception when
985
+ passed out-of-bounds values for the row or column index (see RubyForge
986
+ Bug #2660). This could happen, for example, if you were to
987
+ click in a table area outside of the regular cells (which indirectly
988
+ triggers a call to `makePositionVisible`). This
989
+ was actually inconsistent with standard FOX behavior, which simply
990
+ ignores out of bounds values for that method's arguments. This bug has
991
+ been fixed, and the documentation for
992
+ `makePositionVisible` has been updated
993
+ accordingly. Thanks to Ralf Jonas for reporting this problem.
994
+
995
+ * The binary gem for Windows was built with FOX version 1.4.21 and
996
+ FXScintilla version 1.63.
997
+
998
+
999
+ ## Changes For Version 1.4.2 (August 22, 2005)
1000
+
1001
+ * Due to a bug in the implementation, the
1002
+ `checked?` method for the
1003
+ `FXCheckButton` class always returned
1004
+ ´false´ (see RubyForge
1005
+ Bug #1852). This bug has been fixed. Thanks to Meinrad Recheis
1006
+ for reporting this problem.
1007
+
1008
+ * The API documentation for the `FXTable`
1009
+ class listed several obsolete attributes (see RubyForge
1010
+ Bug #1928). Those errors have been corrected. Thanks to Pavel
1011
+ Sokolov for reporting these problems.
1012
+
1013
+ * There were a number of bugs in the
1014
+ `textedit.rb` example program (see RubyForge
1015
+ Bug #1979), and those bugs have been fixed. Thanks to Claude
1016
+ Marinier for reporting these problems.
1017
+
1018
+ * The API documentation for the `FXTreeList`
1019
+ class' `new` method still showed the number of
1020
+ visible items (´nvis´) as its second argument
1021
+ (see RubyForge
1022
+ Bug #2171). This problem has been corrected. Thanks to Bill
1023
+ Atkins for reporting this problem.
1024
+
1025
+ * The API documentation for the `FXTopWindow`
1026
+ class had a number of errors (see RubyForge
1027
+ Bug #2269). This problem has been corrected.
1028
+
1029
+ * The API documentation for the `FXTreeList`
1030
+ class still listed the obsolete `reparentItem`
1031
+ method (see RubyForge
1032
+ Bug #2270). This problem has been corrected. Thanks to Jacob
1033
+ Hansen for reporting this problem.
1034
+
1035
+ * Due to a bug in how the SWIG typemaps for the
1036
+ ´FXlong´ type were defined, some methods for the
1037
+ `FXFileStream` class were broken (see RubyForge
1038
+ Bug #2275). This problem has been corrected. Thanks to Gonzalo
1039
+ Garramuno for reporting this problem.
1040
+
1041
+ * Merged in all of the fixes for FXRuby 1.2.6.
1042
+
1043
+ * The binary gem for Windows was built with FOX version 1.4.17 and
1044
+ FXScintilla version 1.63.
1045
+
1046
+
1047
+ ## Changes For Version 1.4.1 (August 20, 2005)
1048
+
1049
+ * This is the second release of FXRuby which is compatible with
1050
+ FOX 1.4, and as such should be considered an "unstable" release. For a
1051
+ history of the changes made during the FOX 1.3 and 1.4 development,
1052
+ see the [News](http://www.fox-toolkit.com/news.html)
1053
+ page at the FOX Web site.
1054
+
1055
+ * The unit tests (in the `tests` subdirectory)
1056
+ had not been updated to require the ´fox14´
1057
+ feature, and were still looking at ´fox12´. This
1058
+ has been corrected.
1059
+
1060
+ * A number of minor problems were corrected for the Windows build
1061
+ of FXRuby.
1062
+
1063
+ * The binary gem for Windows was built with FOX version 1.4.17 and
1064
+ FXScintilla version 1.63.
1065
+
1066
+
1067
+ ## Changes For Version 1.4.0 (August 19, 2005)
1068
+
1069
+ * This is the first release of FXRuby which is compatible with FOX
1070
+ 1.4, and as such should be considered an "unstable" release. For a
1071
+ history of the changes made during the FOX 1.3 and 1.4 development,
1072
+ see the [News](http://www.fox-toolkit.com/news.html)
1073
+ page at the FOX Web site.
1074
+
1075
+
1076
+ ## Changes For Version 1.2.6 (April 15, 2005)
1077
+
1078
+ * Some additional problems related to calling the
1079
+ `setTableSize` method for an
1080
+ `FXTable` were discovered (see RubyForge
1081
+ Bug #1597). This problem has been corrected. Thanks to Joel
1082
+ VanderWerf for reporting this problem.
1083
+
1084
+ * The `iconlist.rb` example program had a
1085
+ "Sort" pulldown menu filled with a number of commands that didn't
1086
+ really do anything, including sorting the items (see RubyForge
1087
+ Bug #1654). This pulldown menu has been removed from that
1088
+ example.
1089
+
1090
+ * The API documentation for the `FXDC` class
1091
+ erroneously referred to the `font` attribute as
1092
+ `textFont` (see RubyForge
1093
+ Bug #1667). This problem has been corrected. Thanks to Meinrad
1094
+ Recheis for reporting this problem.
1095
+
1096
+ * The `checked?`,
1097
+ `unchecked?` and
1098
+ `maybe?` methods for the
1099
+ `FXMenuCheck` class were missing (see RubyForge
1100
+ Bug #1677). This problem has been corrected. Thanks to Oliver
1101
+ Smith for reporting this problem.
1102
+
1103
+ * The API documentation for the
1104
+ `FXScrollArea` class incorrectly spelled the
1105
+ names of the `horizontalScrollBar` and
1106
+ `verticalScrollBar` methods as
1107
+ `horizontalScrollbar` and
1108
+ `verticalScrollbar` (see RubyForge
1109
+ Bug #1678). The documentation has been corrected. Thanks to
1110
+ Jannis Pohlmann for reporting this mistake.
1111
+
1112
+ * Some code in the `groupbox.rb` example
1113
+ program was calling the `getRootWindow` method,
1114
+ but that method has been renamed to `getRoot`
1115
+ (see RubyForge
1116
+ Bug #1692). This problem has been corrected. Thanks to
1117
+ Jaroslav Stika for reporting this problem.
1118
+
1119
+ * The `hasChar?` method for the
1120
+ `FXFont` class was spelled without a trailing
1121
+ question mark, but it seems more Ruby-like that it should, so we've
1122
+ added an alias for that (see RubyForge
1123
+ Bug #1714). This method also now accepts a string of size 1
1124
+ (i.e. a single character) as its input, as an alternative to an
1125
+ ordinal value. Thanks to Meinrad Recheis for these suggestions.
1126
+
1127
+ * The API documentation for the `FXImage`
1128
+ class mistakenly listed ´IMAGE_ALPHA´ as a valid
1129
+ image rendering hint, but this flag is no longer needed since FOX
1130
+ images now always contain an alpha channel (see RubyForge
1131
+ Bug #1715). The documentation has been corrected. Thanks to
1132
+ Meinrad Recheis for reporting this mistake.
1133
+
1134
+ * Due to an error in the SWIG interface files, the
1135
+ `data` method for the
1136
+ `FXSettings` class was not being wrapped
1137
+ properly. As a result, this method was unavailable and in turn led to
1138
+ other dependent methods (like `each_section`)
1139
+ to be unavailable as well (see RubyForge
1140
+ Bug #1771). This error has been corrected. Thanks to Jannis
1141
+ Pohlmann for reporting this problem.
1142
+
1143
+ * The binary gem for Windows was built with FOX version 1.2.16 and
1144
+ FXScintilla version 1.62.
1145
+
1146
+
1147
+ ## Changes For Version 1.2.5 (March 1, 2005)
1148
+
1149
+ * The change made for FXRuby version 1.2.4 regarding garbage
1150
+ collection for table items corrected only one of the problems
1151
+ described in RubyForge
1152
+ Bug #1445; There was still a problem related to the
1153
+ "destructive" effects of the `setTableSize`
1154
+ method for the `FXTable` class. This problem has
1155
+ now been corrected as well. Thanks to David Peoples, Jamey Cribbs and
1156
+ Joel VanderWerf for their assistance in helping me to track down this
1157
+ problem.
1158
+
1159
+ * The `extractText` and
1160
+ `overlayText` methods for the
1161
+ `FXTable` class were implemented incorrectly and
1162
+ weren't listed in the API documentation. These problems have been
1163
+ corrected.
1164
+
1165
+ * The checks for out-of-bounds indices in the
1166
+ `getColumnX`,
1167
+ `setColumnX`, `getRowY`,
1168
+ `setRowY` and
1169
+ `updateRange` methods for the
1170
+ `FXTable` class were incorrect. These have been
1171
+ fixed.
1172
+
1173
+ * The `setTableSize` method for the
1174
+ `FXTable` class now raises
1175
+ `ArgError` if either the number of rows or
1176
+ columns passed in as arguments is less than zero.
1177
+
1178
+ * A typo in one of the source files was causing the build to fail
1179
+ when compiled against Ruby versions 1.8.1 or earlier (see RubyForge
1180
+ Bug #1551). This error has been corrected. Thanks to Alex
1181
+ McGuire for reporting this problem.
1182
+
1183
+ * The `selectItem` method for the
1184
+ `FXTable` class was removed in FOX 1.2, so we've
1185
+ added a convenience method for this that just calls the
1186
+ `selectRange` method under the hood (see RubyForge
1187
+ Bug #1562). Thanks to Joel VanderWerf for this
1188
+ suggestion.
1189
+
1190
+ * The binary gem for Windows was built with FOX version 1.2.13 and
1191
+ FXScintilla version 1.62.
1192
+
1193
+
1194
+ ## Changes For Version 1.2.4 (February 23, 2005)
1195
+
1196
+ * Due to a change in some of the internal Ruby C APIs, a
1197
+ compile-time error for FXRuby was introduced in some of the Ruby 1.8.2
1198
+ preview releases (see RubyForge
1199
+ Bug #1039). One should not see any compile-time errors when
1200
+ compiling FXRuby (versions 1.2.3 or later) against the Ruby 1.8.2
1201
+ final release, but I've neverthless made a change to how those
1202
+ internal APIs are used, to avoid any potential problems. Thanks to the
1203
+ many users who pointed out this problem.
1204
+
1205
+ * Joel VanderWerf suggested some enhancements to the
1206
+ `image.rb` example program in order to improve its
1207
+ startup time (see RubyForge
1208
+ Bug #1281). Those changes have been incorporated. Thanks to
1209
+ Joel for this suggestion.
1210
+
1211
+ * One change for the `FXImage` class between
1212
+ FOX versions 1.0 and 1.2 is the nature of the pixel buffer that's
1213
+ passed to the `FXImage` constructor. Previously,
1214
+ this pixel buffer was expected to be a string of bytes; now it's
1215
+ expected to be an array of ´FXColor´ values. This
1216
+ modification was not implemented correctly for FXRuby versions 1.2.3
1217
+ and earlier (see RubyForge
1218
+ Bug #1427). This bug has been corrected, and the example
1219
+ program (`image.rb`) and test cases have been
1220
+ updated as well. Thanks to Oliver Smith and others for reporting this
1221
+ problem.
1222
+
1223
+ * A couple of different problems, reported by Patrick Fernie and
1224
+ David Peoples, exposed a flaw in how FXRuby manages the links between
1225
+ FOX objects and their Ruby peers when the FOX objects are destroyed
1226
+ (see RubyForge
1227
+ Bug #1445). Without going into all the gory details, let's
1228
+ just say that since we have no explicit control over when Ruby's
1229
+ garbage collector decides to "collect" those Ruby peers that point to
1230
+ C++ objects that have been destroyed, we need to take steps to
1231
+ neutralize those Ruby peer objects so that they can't cause your
1232
+ application to crash in the meantime; I've implemented a fix to take
1233
+ care of this situation. Thanks to Patrick and David for reporting
1234
+ these problems.
1235
+
1236
+ * The API documentation for FXRuby 1.2 still contained references
1237
+ to the old "spellings" of the `fxparseAccel`
1238
+ and `fxparseHotKey` method names, which were
1239
+ all lowercase (i.e. `fxparseaccel` and
1240
+ `fxparsehotkey`). (see RubyForge
1241
+ Bug #1470). These errors have been corrected.
1242
+
1243
+ * Added the `FXScrollArea#scrollCorner`
1244
+ method, which returns a reference to the scroll corner for any window
1245
+ derived from `FXScrollArea` (see RubyForge
1246
+ Feature Request #1226). Thanks to Brian Sheehan for this
1247
+ suggestion.
1248
+
1249
+ * Added the `FXMemoryBuffer#to_a` method,
1250
+ which is just an alias for the `data` accessor
1251
+ method that returns a copy of the data buffer as an array (see RubyForge
1252
+ Feature Request #1295). Thanks to Meinrad Recheis for this
1253
+ suggestion.
1254
+
1255
+ * Added the `appendRows` and
1256
+ `appendColumns` methods to the
1257
+ `FXTable` class (see RubyForge
1258
+ Feature Request #1295). Thanks to Brett Hallett for this
1259
+ suggestion.
1260
+
1261
+ * The binary gem for Windows was built with FOX version 1.2.13 and
1262
+ FXScintilla version 1.62.
1263
+
1264
+
1265
+ ## Changes For Version 1.2.3 (January 22, 2005)
1266
+
1267
+ * Since group boxes containing radio buttons no longer enforce the
1268
+ radio behavior of radio buttons (i.e. keeping only one radio button
1269
+ selected at a time), some of the example programs were no longer
1270
+ working as desired (see RubyForge
1271
+ Bug #751 and RubyForge
1272
+ Bug #1280). This problem has been corrected. Thanks to Yuri
1273
+ Leikind and Barry DeZonia for reporting this problem.
1274
+
1275
+ * Bob Sidebotham reported a little typo in the
1276
+ `table.rb` example program (see RubyForge
1277
+ Bug #990). This has been corrected.
1278
+
1279
+ * The API documentation for `FXList` did not
1280
+ reflect the changes for FOX 1.2; the
1281
+ `retrieveItem()` has been renamed to
1282
+ `getItem()` and
1283
+ `insertItem()` has been renamed to
1284
+ `setItem()` (see RubyForge
1285
+ Bug #1037 and RubyForge
1286
+ Bug #1257). This has been corrected. Thanks to Remy Drouilhet
1287
+ and Stephan Kamper for reporting this problem.
1288
+
1289
+ * The Windows installer was missing some of the documentation
1290
+ files (see RubyForge
1291
+ Bug #1139). This has been corrected. Thanks to Curt Hibbs and
1292
+ Mark Smith for reporting this problem.
1293
+
1294
+ * The `browser.rb` example program was broken
1295
+ (see RubyForge
1296
+ Bug #1146). This has been corrected. Thanks to Stefan Lang for
1297
+ reporting this problem.
1298
+
1299
+ * The attribute setter for
1300
+ `FXHeaderItem#justification` was defined
1301
+ incorrectly (see RubyForge
1302
+ Bug #1276). This has been corrected. Thanks to Joel VanderWerf
1303
+ for reporting this problem (and providing a patch to fix it).
1304
+
1305
+ * The `filenames` alias for the
1306
+ `FXFileDialog#getFilenames()` instance method
1307
+ was missing (see RubyForge
1308
+ Bug #1277). This error has been corrected. Thanks to Barry
1309
+ DeZonia for reporting this problem.
1310
+
1311
+ * The API documentation for the
1312
+ `FXFileDialog` class methods
1313
+ `getOpenFilenames()`,
1314
+ `getOpenDirectory()`,
1315
+ `getOpenFilename()` and
1316
+ `getSaveFilename()` was extremely inadequate
1317
+ (see RubyForge
1318
+ Bug #1279). This documentation has been improved. Thanks to
1319
+ Barry DeZonia for reporting this problem.
1320
+
1321
+ * Brett Hallett contributed a Ruby port of the "ratio" example
1322
+ program from the regular FOX distribution, for demonstrating the use
1323
+ of the new `FXSpring` layout manager (see RubyForge
1324
+ Bug #1282). Many thanks to Brett for this addition!
1325
+
1326
+ * Joel VanderWerf contributed code to simplify how programs
1327
+ interact with modal and non-modal dialog boxes (see RubyForge
1328
+ Bug #1283). See the API documentation for the new
1329
+ `FXDialogBox#execute_modal` and
1330
+ `FXDialogBox#execute_nonmodal` methods for
1331
+ examples of their use.
1332
+
1333
+ * The attribute setters for
1334
+ `FXRealSpinner#selBackColor` and
1335
+ `FXSpinner#selBackColor` were defined
1336
+ incorrectly (see RubyForge
1337
+ Bug #1297). These have been corrected. Thanks to Meinrad
1338
+ Recheis for reporting this problem.
1339
+
1340
+ * The `tooltipPause` attribute reader for
1341
+ the `FXApp` class was missing (see RubyForge
1342
+ Patch #1306). Thanks to Joel VanderWerf for reporting this
1343
+ omission and providing a patch to fix it.
1344
+
1345
+ * The API documentation for the
1346
+ `FXToolBarTab` class was missing (see RubyForge
1347
+ Bug #1322). Thanks to Joel VanderWerf for reporting this
1348
+ omission.
1349
+
1350
+ * The attribute accessors for
1351
+ `FXText#visibleRows` and
1352
+ `FXText#visibleColumns` were defined and
1353
+ documented incorrectly (see RubyForge
1354
+ Bug #1325). These have been corrected. Thanks to Karl El-Koura
1355
+ for reporting this problem.
1356
+
1357
+ * The binary gem for Windows was built with FOX version 1.2.13 and
1358
+ FXScintilla version 1.62.
1359
+
1360
+
1361
+ ## Changes For Version 1.2.2 (October 1, 2004)
1362
+
1363
+ * In order to avoid versioning problems when dealing with a mix of
1364
+ applications based on either FXRuby 1.0 or 1.2, the feature name for
1365
+ FXRuby has been changed from "fox" to "fox12". For most application
1366
+ developers, this means that you will need to modify the source code
1367
+ for applications targeted at FXRuby 1.2 to begin with the line
1368
+ ´require 'fox12'´Note that no
1369
+ changes should be required for legacy applications targeted at FXRuby
1370
+ 1.0.
1371
+
1372
+ * Made a number of updates to the documentation, to reflect API
1373
+ changes for FXRuby 1.2.
1374
+
1375
+ * The binary gem for Windows was built with FOX version 1.2.9 and
1376
+ FXScintilla version 1.61.
1377
+
1378
+
1379
+ ## Changes For Version 1.2a2 (July 10, 2004)
1380
+
1381
+ * This is the second "alpha" release of FXRuby 1.2. This release
1382
+ should be compatible with any FOX library version 1.2; it is not
1383
+ compatible with any previous FOX library versions. As this is an alpha
1384
+ release, users should expect a certain amount of instability, bugs,
1385
+ etc.
1386
+
1387
+ * For this release, all of the FOX 1.2 classes are available with
1388
+ the exception of the `FXBitmapView` class. There
1389
+ is a small problem with how the `FXBitmapView`
1390
+ class is declared in the FOX 1.2 header files, and I'm trying to
1391
+ decide how best to resolve that problem. The goal is to have this
1392
+ problem resolved by the next alpha release of FXRuby.
1393
+
1394
+ * For this release, all of the RDoc-based online documentation has
1395
+ been brought up to date with the new APIs.
1396
+
1397
+ * Portions of the FXRuby User's Guide were still out of date with
1398
+ respect to the new APIs (see SourceForge Bug #988623). This has been fixed.
1399
+
1400
+ * The `mditest.rb` example program was not up
1401
+ to date with the new APIs. This has been fixed.
1402
+
1403
+ * The `glviewer.rb` example program was not up
1404
+ to date with the new APIs (see SourceForge Bug #986479). This has been fixed. Thanks to Remy Drouilhet
1405
+ for reporting this problem and suggesting the fixes.
1406
+
1407
+ * The `FXGLGroup#bounds` method was defined
1408
+ incorrectly (see SourceForge Bug #986476). This has been fixed. Thanks to Remy Drouilhet
1409
+ for reporting this problem and suggesting the fix.
1410
+
1411
+ * The `scintilla-test.rb` example program was
1412
+ not up to date with the new APIs (see SourceForge Bug #986172). This has been fixed. Thanks to Peter Watkins for
1413
+ reporting this problem and submitting a corrected version of the
1414
+ program.
1415
+
1416
+ * There was a small typo in the table.rb example program (see
1417
+ SourceForge Bug #988152). This has been fixed. Thanks to Jamey Cribbs for
1418
+ reporting this problem and suggesting the fix.
1419
+
1420
+ * Due to an oversight on my part, one of the overloaded
1421
+ constructors for the `FXRegion` class wasn't
1422
+ wrapped properly (see SourceForge Bug #986181). This has been fixed. Thanks to Bil Bas for
1423
+ reporting this problem.
1424
+
1425
+ * Removed some obsolete aliases for the old leading and trailing
1426
+ rows and columns for the `FXTable` class (see
1427
+ SourceForge Bug #988038). Thanks to Yuri Leikind for reporting this
1428
+ problem.
1429
+
1430
+ * Added `FXTable` instance methods
1431
+ `horizontalGridShown=()` and
1432
+ `verticalGridShown=()` to complement the
1433
+ already available `horizontalGridShown?` and
1434
+ `verticalGridShown?` methods.
1435
+
1436
+ * The binary gem for the 1.2a1 release on Windows didn't have PNG
1437
+ or JPEG image support built-in (see SourceForge Bug #986180). This has been fixed. Thanks to Bil Bas for
1438
+ reporting this problem.
1439
+
1440
+ * The binary gem for Windows was built with FOX version 1.2.7 and
1441
+ FXScintilla version 1.61.
1442
+
1443
+
1444
+ ## Changes For Version 1.2a1 (June 28, 2004)
1445
+
1446
+ * This is the first "alpha" release of FXRuby 1.2. This release
1447
+ should be compatible with any FOX library version 1.2; it is not
1448
+ compatible with any previous FOX library versions. As this is an alpha
1449
+ release, users should expect a certain amount of instability, bugs,
1450
+ etc.
1451
+ The intent of this first alpha release is twofold. The primary
1452
+ intent is allow application developers who have current projects based
1453
+ on FXRuby 1.0 to begin the process of updating their applications for
1454
+ compatibility with FXRuby 1.2. For this release, all of the classes
1455
+ that existed in FXRuby 1.0 have been updated for compatibility with
1456
+ FOX 1.2, and so developers should at least be able to begin to "port"
1457
+ their applications forward now. Note that there have been a number of
1458
+ changes for FOX 1.2 and FXRuby 1.2, both in terms of API changes and
1459
+ less obvious "behavioral" changes. For a detailed summary of these
1460
+ changes, please see "What's New in FOX 1.2" (also available as a PDF).
1461
+ Note that few, if any, of the new classes introduced in FOX 1.2 are
1462
+ available in this first alpha release of FXRuby 1.2. Support for those
1463
+ new classes should come along quickly in subsequent alpha releases of
1464
+ FXRuby 1.2.
1465
+ The secondary intent of this first alpha release is to introduce
1466
+ the new RubyGems-based packaging
1467
+ of FXRuby and to begin to work out the inevitable kinks in that
1468
+ system.
145
1469
 
146
- === 1.6.19 / 2009-03-06
1470
+ * The binary gem for Windows was built with FOX version 1.2.4 and
1471
+ FXScintilla version 1.57.
147
1472
 
148
- * Please see http://www.fxruby.org/doc/changes.html
149
- for a complete list of the changes in this release.