fxruby 1.6.46-x64-mingw-ucrt → 1.6.48-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/binary.yml +4 -4
- data/.github/workflows/ci.yml +3 -3
- data/.yardopts +2 -2
- data/Gemfile +1 -1
- data/History.md +13 -1
- data/README.md +2 -2
- data/Rakefile +1 -1
- data/appveyor.yml +1 -1
- data/docs/Fox/Canvas/CanvasError.html +2 -2
- data/docs/Fox/Canvas/CircleShape.html +2 -2
- data/docs/Fox/Canvas/ImageShape.html +2 -2
- data/docs/Fox/Canvas/LineShape.html +2 -2
- data/docs/Fox/Canvas/PolygonShape.html +2 -2
- data/docs/Fox/Canvas/RectangleShape.html +2 -2
- data/docs/Fox/Canvas/SelectionPolicy.html +2 -2
- data/docs/Fox/Canvas/Shape.html +2 -2
- data/docs/Fox/Canvas/ShapeCanvas.html +2 -2
- data/docs/Fox/Canvas/ShapeGroup.html +2 -2
- data/docs/Fox/Canvas/SingleSelectionPolicy.html +2 -2
- data/docs/Fox/Canvas/TextShape.html +2 -2
- data/docs/Fox/Canvas.html +2 -2
- data/docs/Fox/FTNonModal.html +2 -2
- data/docs/Fox/FX4Splitter.html +2 -2
- data/docs/Fox/FX7Segment.html +2 -2
- data/docs/Fox/FXAccelTable.html +2 -2
- data/docs/Fox/FXApp.html +2 -2
- data/docs/Fox/FXArc.html +2 -2
- data/docs/Fox/FXArrowButton.html +2 -2
- data/docs/Fox/FXBMPIcon.html +2 -2
- data/docs/Fox/FXBMPImage.html +2 -2
- data/docs/Fox/FXBitmap.html +2 -2
- data/docs/Fox/FXBitmapFrame.html +2 -2
- data/docs/Fox/FXBitmapView.html +2 -2
- data/docs/Fox/FXButton.html +2 -2
- data/docs/Fox/FXCURCursor.html +2 -2
- data/docs/Fox/FXCalendar.html +2 -2
- data/docs/Fox/FXCanvas.html +2 -2
- data/docs/Fox/FXCheckButton.html +2 -2
- data/docs/Fox/FXChoiceBox.html +2 -2
- data/docs/Fox/FXColor.html +2 -2
- data/docs/Fox/FXColorBar.html +2 -2
- data/docs/Fox/FXColorDialog.html +2 -2
- data/docs/Fox/FXColorItem.html +2 -2
- data/docs/Fox/FXColorList.html +2 -2
- data/docs/Fox/FXColorRing.html +2 -2
- data/docs/Fox/FXColorSelector.html +2 -2
- data/docs/Fox/FXColorWell.html +2 -2
- data/docs/Fox/FXColorWheel.html +2 -2
- data/docs/Fox/FXComboBox.html +2 -2
- data/docs/Fox/FXComboTableItem.html +2 -2
- data/docs/Fox/FXCommand.html +2 -2
- data/docs/Fox/FXComposite.html +2 -2
- data/docs/Fox/FXCursor.html +2 -2
- data/docs/Fox/FXDC.html +2 -2
- data/docs/Fox/FXDCPrint.html +2 -2
- data/docs/Fox/FXDCWindow.html +2 -2
- data/docs/Fox/FXDataTarget.html +2 -2
- data/docs/Fox/FXDebugTarget.html +2 -2
- data/docs/Fox/FXDelegator.html +2 -2
- data/docs/Fox/FXDial.html +2 -2
- data/docs/Fox/FXDialogBox.html +2 -2
- data/docs/Fox/FXDict.html +2 -2
- data/docs/Fox/FXDirBox.html +2 -2
- data/docs/Fox/FXDirDialog.html +2 -2
- data/docs/Fox/FXDirItem.html +2 -2
- data/docs/Fox/FXDirList.html +2 -2
- data/docs/Fox/FXDirSelector.html +2 -2
- data/docs/Fox/FXDockBar.html +2 -2
- data/docs/Fox/FXDockHandler.html +2 -2
- data/docs/Fox/FXDockSite.html +2 -2
- data/docs/Fox/FXDockTitle.html +2 -2
- data/docs/Fox/FXDocument.html +2 -2
- data/docs/Fox/FXDragCorner.html +2 -2
- data/docs/Fox/FXDrawable.html +2 -2
- data/docs/Fox/FXDriveBox.html +2 -2
- data/docs/Fox/FXEvent.html +2 -2
- data/docs/Fox/FXExtentd.html +2 -2
- data/docs/Fox/FXExtentf.html +2 -2
- data/docs/Fox/FXFileAssoc.html +2 -2
- data/docs/Fox/FXFileDialog.html +2 -2
- data/docs/Fox/FXFileDict.html +2 -2
- data/docs/Fox/FXFileItem.html +2 -2
- data/docs/Fox/FXFileList.html +2 -2
- data/docs/Fox/FXFileSelector.html +2 -2
- data/docs/Fox/FXFileStream.html +2 -2
- data/docs/Fox/FXFoldingItem.html +2 -2
- data/docs/Fox/FXFoldingList.html +2 -2
- data/docs/Fox/FXFont.html +2 -2
- data/docs/Fox/FXFontDesc.html +2 -2
- data/docs/Fox/FXFontDialog.html +2 -2
- data/docs/Fox/FXFontSelector.html +2 -2
- data/docs/Fox/FXFrame.html +2 -2
- data/docs/Fox/FXGIFCursor.html +2 -2
- data/docs/Fox/FXGIFIcon.html +2 -2
- data/docs/Fox/FXGIFImage.html +2 -2
- data/docs/Fox/FXGLCanvas.html +2 -2
- data/docs/Fox/FXGLCone.html +53 -60
- data/docs/Fox/FXGLContext.html +2 -2
- data/docs/Fox/FXGLCube.html +72 -78
- data/docs/Fox/FXGLCylinder.html +62 -69
- data/docs/Fox/FXGLGroup.html +57 -58
- data/docs/Fox/FXGLLine.html +44 -50
- data/docs/Fox/FXGLObject.html +2 -2
- data/docs/Fox/FXGLPoint.html +30 -36
- data/docs/Fox/FXGLShape.html +2 -2
- data/docs/Fox/FXGLSphere.html +38 -45
- data/docs/Fox/FXGLViewer.html +2 -2
- data/docs/Fox/FXGLVisual.html +2 -2
- data/docs/Fox/FXGradient.html +2 -2
- data/docs/Fox/FXGradientBar.html +2 -2
- data/docs/Fox/FXGroupBox.html +2 -2
- data/docs/Fox/FXHeader.html +2 -2
- data/docs/Fox/FXHeaderItem.html +2 -2
- data/docs/Fox/FXHiliteStyle.html +2 -2
- data/docs/Fox/FXHorizontalFrame.html +2 -2
- data/docs/Fox/FXHorizontalSeparator.html +2 -2
- data/docs/Fox/FXICOIcon.html +2 -2
- data/docs/Fox/FXICOImage.html +2 -2
- data/docs/Fox/FXIcon.html +2 -2
- data/docs/Fox/FXIconDict.html +2 -2
- data/docs/Fox/FXIconItem.html +2 -2
- data/docs/Fox/FXIconList.html +2 -2
- data/docs/Fox/FXIconSource.html +2 -2
- data/docs/Fox/FXId.html +2 -2
- data/docs/Fox/FXImage.html +2 -2
- data/docs/Fox/FXImageFrame.html +2 -2
- data/docs/Fox/FXImageView.html +2 -2
- data/docs/Fox/FXInputDialog.html +2 -2
- data/docs/Fox/FXIrb.html +2 -2
- data/docs/Fox/FXJPGIcon.html +2 -2
- data/docs/Fox/FXJPGImage.html +2 -2
- data/docs/Fox/FXKnob.html +2 -2
- data/docs/Fox/FXLabel.html +2 -2
- data/docs/Fox/FXLight.html +2 -2
- data/docs/Fox/FXList.html +2 -2
- data/docs/Fox/FXListBox.html +2 -2
- data/docs/Fox/FXListItem.html +2 -2
- data/docs/Fox/FXMDIChild.html +2 -2
- data/docs/Fox/FXMDIClient.html +2 -2
- data/docs/Fox/FXMDIDeleteButton.html +2 -2
- data/docs/Fox/FXMDIMaximizeButton.html +2 -2
- data/docs/Fox/FXMDIMenu.html +2 -2
- data/docs/Fox/FXMDIMinimizeButton.html +2 -2
- data/docs/Fox/FXMDIRestoreButton.html +2 -2
- data/docs/Fox/FXMDIWindowButton.html +2 -2
- data/docs/Fox/FXMainWindow.html +2 -2
- data/docs/Fox/FXMaterial.html +2 -2
- data/docs/Fox/FXMatrix.html +2 -2
- data/docs/Fox/FXMemoryBuffer.html +2 -2
- data/docs/Fox/FXMemoryStream.html +2 -2
- data/docs/Fox/FXMenuBar.html +2 -2
- data/docs/Fox/FXMenuButton.html +2 -2
- data/docs/Fox/FXMenuCaption.html +2 -2
- data/docs/Fox/FXMenuCascade.html +2 -2
- data/docs/Fox/FXMenuCheck.html +2 -2
- data/docs/Fox/FXMenuCommand.html +2 -2
- data/docs/Fox/FXMenuPane.html +2 -2
- data/docs/Fox/FXMenuRadio.html +2 -2
- data/docs/Fox/FXMenuSeparator.html +2 -2
- data/docs/Fox/FXMenuTitle.html +2 -2
- data/docs/Fox/FXMessageBox.html +2 -2
- data/docs/Fox/FXObject.html +2 -2
- data/docs/Fox/FXOption.html +2 -2
- data/docs/Fox/FXOptionMenu.html +2 -2
- data/docs/Fox/FXPCXIcon.html +2 -2
- data/docs/Fox/FXPCXImage.html +2 -2
- data/docs/Fox/FXPNGIcon.html +2 -2
- data/docs/Fox/FXPNGImage.html +2 -2
- data/docs/Fox/FXPPMIcon.html +2 -2
- data/docs/Fox/FXPPMImage.html +2 -2
- data/docs/Fox/FXPSBounds.html +2 -2
- data/docs/Fox/FXPacker.html +2 -2
- data/docs/Fox/FXPicker.html +2 -2
- data/docs/Fox/FXPopup.html +2 -2
- data/docs/Fox/FXPrintDialog.html +2 -2
- data/docs/Fox/FXPrinter.html +2 -2
- data/docs/Fox/FXProgressBar.html +2 -2
- data/docs/Fox/FXProgressDialog.html +2 -2
- data/docs/Fox/FXPseudoKeyboard.html +2 -2
- data/docs/Fox/FXPseudoMouse.html +2 -2
- data/docs/Fox/FXPseudoTarget.html +2 -2
- data/docs/Fox/FXQuatd.html +2 -2
- data/docs/Fox/FXQuatf.html +2 -2
- data/docs/Fox/FXRGBIcon.html +2 -2
- data/docs/Fox/FXRGBImage.html +2 -2
- data/docs/Fox/FXRadioButton.html +2 -2
- data/docs/Fox/FXRanged.html +2 -2
- data/docs/Fox/FXRangef.html +2 -2
- data/docs/Fox/FXRealSlider.html +2 -2
- data/docs/Fox/FXRealSpinner.html +2 -2
- data/docs/Fox/FXRecentFiles.html +2 -2
- data/docs/Fox/FXRectangle.html +2 -2
- data/docs/Fox/FXRegion.html +2 -2
- data/docs/Fox/FXRegistry.html +2 -2
- data/docs/Fox/FXReplaceDialog.html +2 -2
- data/docs/Fox/FXRootWindow.html +2 -2
- data/docs/Fox/FXRuler.html +2 -2
- data/docs/Fox/FXRulerView.html +2 -2
- data/docs/Fox/FXScintilla.html +2 -2
- data/docs/Fox/FXScrollArea.html +2 -2
- data/docs/Fox/FXScrollBar.html +2 -2
- data/docs/Fox/FXScrollCorner.html +2 -2
- data/docs/Fox/FXScrollPane.html +2 -2
- data/docs/Fox/FXScrollWindow.html +2 -2
- data/docs/Fox/FXSearchDialog.html +2 -2
- data/docs/Fox/FXSegment.html +2 -2
- data/docs/Fox/FXSeparator.html +2 -2
- data/docs/Fox/FXSettings.html +2 -2
- data/docs/Fox/FXShell.html +2 -2
- data/docs/Fox/FXShutter.html +2 -2
- data/docs/Fox/FXShutterItem.html +2 -2
- data/docs/Fox/FXSize.html +2 -2
- data/docs/Fox/FXSlider.html +2 -2
- data/docs/Fox/FXSphered.html +2 -2
- data/docs/Fox/FXSpheref.html +2 -2
- data/docs/Fox/FXSpinner.html +2 -2
- data/docs/Fox/FXSplashScreen.html +2 -2
- data/docs/Fox/FXSplashWindow.html +2 -2
- data/docs/Fox/FXSplitter.html +2 -2
- data/docs/Fox/FXSpring.html +2 -2
- data/docs/Fox/FXStatusBar.html +2 -2
- data/docs/Fox/FXStatusLine.html +2 -2
- data/docs/Fox/FXStream.html +2 -2
- data/docs/Fox/FXStreamAllocError.html +2 -2
- data/docs/Fox/FXStreamEndError.html +2 -2
- data/docs/Fox/FXStreamError.html +2 -2
- data/docs/Fox/FXStreamFailureError.html +2 -2
- data/docs/Fox/FXStreamFormatError.html +2 -2
- data/docs/Fox/FXStreamFullError.html +2 -2
- data/docs/Fox/FXStreamNoReadError.html +2 -2
- data/docs/Fox/FXStreamNoWriteError.html +2 -2
- data/docs/Fox/FXStreamUnknownError.html +2 -2
- data/docs/Fox/FXStringDict.html +2 -2
- data/docs/Fox/FXSwitcher.html +2 -2
- data/docs/Fox/FXTGAIcon.html +2 -2
- data/docs/Fox/FXTGAImage.html +2 -2
- data/docs/Fox/FXTIFIcon.html +2 -2
- data/docs/Fox/FXTIFImage.html +2 -2
- data/docs/Fox/FXTabBar.html +2 -2
- data/docs/Fox/FXTabBook.html +2 -2
- data/docs/Fox/FXTabItem.html +2 -2
- data/docs/Fox/FXTable.html +2 -2
- data/docs/Fox/FXTableItem.html +2 -2
- data/docs/Fox/FXTablePos.html +2 -2
- data/docs/Fox/FXTableRange.html +2 -2
- data/docs/Fox/FXText.html +2 -2
- data/docs/Fox/FXTextChange.html +2 -2
- data/docs/Fox/FXTextField.html +2 -2
- data/docs/Fox/FXToggleButton.html +2 -2
- data/docs/Fox/FXToolBar.html +2 -2
- data/docs/Fox/FXToolBarGrip.html +2 -2
- data/docs/Fox/FXToolBarShell.html +2 -2
- data/docs/Fox/FXToolBarTab.html +2 -2
- data/docs/Fox/FXToolTip.html +2 -2
- data/docs/Fox/FXTopWindow.html +2 -2
- data/docs/Fox/FXTranslator.html +2 -2
- data/docs/Fox/FXTreeItem.html +2 -2
- data/docs/Fox/FXTreeList.html +2 -2
- data/docs/Fox/FXTreeListBox.html +2 -2
- data/docs/Fox/FXTriStateButton.html +2 -2
- data/docs/Fox/FXUndoList.html +2 -2
- data/docs/Fox/FXVec2d.html +2 -2
- data/docs/Fox/FXVec2f.html +2 -2
- data/docs/Fox/FXVec3d.html +2 -2
- data/docs/Fox/FXVec3f.html +2 -2
- data/docs/Fox/FXVec4d.html +2 -2
- data/docs/Fox/FXVec4f.html +2 -2
- data/docs/Fox/FXVerticalFrame.html +2 -2
- data/docs/Fox/FXVerticalSeparator.html +2 -2
- data/docs/Fox/FXViewport.html +2 -2
- data/docs/Fox/FXVisual.html +2 -2
- data/docs/Fox/FXWindow.html +2 -2
- data/docs/Fox/FXWizard.html +2 -2
- data/docs/Fox/FXXBMIcon.html +2 -2
- data/docs/Fox/FXXBMImage.html +2 -2
- data/docs/Fox/FXXPMIcon.html +2 -2
- data/docs/Fox/FXXPMImage.html +2 -2
- data/docs/Fox/NotifyHeader.html +2 -2
- data/docs/Fox/SCNotification.html +2 -2
- data/docs/Fox/TextRange.html +2 -2
- data/docs/Fox.html +3 -3
- data/docs/IRB.html +2 -2
- data/docs/Responder.html +2 -2
- data/docs/Responder2.html +2 -2
- data/docs/_index.html +2 -2
- data/docs/file.History.html +11 -2
- data/docs/file.README.html +2 -2
- data/docs/index.html +481 -501
- data/docs/top-level-namespace.html +2 -2
- data/examples/gltest.rb +104 -105
- data/examples/glviewer.rb +3 -3
- data/ext/fox16_c/FXRuby.cpp +2 -2
- data/ext/fox16_c/core_wrap.cpp +497 -412
- data/ext/fox16_c/dc_wrap.cpp +215 -128
- data/ext/fox16_c/dialogs_wrap.cpp +1333 -1246
- data/ext/fox16_c/extconf.rb +6 -6
- data/ext/fox16_c/frames_wrap.cpp +633 -550
- data/ext/fox16_c/fx3d_wrap.cpp +1556 -1471
- data/ext/fox16_c/iconlist_wrap.cpp +555 -468
- data/ext/fox16_c/icons_wrap.cpp +1062 -975
- data/ext/fox16_c/image_wrap.cpp +912 -825
- data/ext/fox16_c/label_wrap.cpp +744 -657
- data/ext/fox16_c/layout_wrap.cpp +564 -477
- data/ext/fox16_c/list_wrap.cpp +556 -469
- data/ext/fox16_c/markfuncs.cpp +1 -1
- data/ext/fox16_c/mdi_wrap.cpp +1453 -1366
- data/ext/fox16_c/menu_wrap.cpp +1216 -1129
- data/ext/fox16_c/scintilla_wrap.cpp +1034 -943
- data/ext/fox16_c/swigruby.h +88 -28
- data/ext/fox16_c/table_wrap.cpp +1034 -945
- data/ext/fox16_c/text_wrap.cpp +1029 -942
- data/ext/fox16_c/treelist_wrap.cpp +1083 -996
- data/ext/fox16_c/ui_wrap.cpp +1210 -1123
- data/fxruby.gemspec +2 -2
- data/lib/3.1/fox16_c.so +0 -0
- data/lib/3.2/fox16_c.so +0 -0
- data/lib/3.3/fox16_c.so +0 -0
- data/lib/fox16/glgroup.rb +3 -4
- data/lib/fox16/glshapes.rb +85 -100
- data/lib/fox16/version.rb +1 -1
- data/ports/x64-mingw-ucrt/bin/libFOX-1.6-0.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libfxscintilla-20.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libjpeg-62.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libpng16-16.dll +0 -0
- data/ports/x64-mingw-ucrt/bin/libtiff-6.dll +0 -0
- data/scripts/iface.rb +8 -12
- data/swig-interfaces/FXFileDialog.i +2 -2
- data/swig-interfaces/FXFileSelector.i +1 -1
- data/swig-interfaces/FXGLViewer.i +1 -1
- data/swig-interfaces/ruby-typemaps.i +1 -1
- metadata +6 -5
- data/rdoc-sources/Makefile +0 -23
data/docs/Fox/FXTopWindow.html
CHANGED
@@ -1706,9 +1706,9 @@
|
|
1706
1706
|
</div>
|
1707
1707
|
|
1708
1708
|
<div id="footer">
|
1709
|
-
Generated on
|
1709
|
+
Generated on Sun May 14 21:55:55 2023 by
|
1710
1710
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1711
|
-
0.9.
|
1711
|
+
0.9.34 (ruby-3.2.0).
|
1712
1712
|
</div>
|
1713
1713
|
|
1714
1714
|
</div>
|
data/docs/Fox/FXTranslator.html
CHANGED
@@ -471,9 +471,9 @@
|
|
471
471
|
</div>
|
472
472
|
|
473
473
|
<div id="footer">
|
474
|
-
Generated on
|
474
|
+
Generated on Sun May 14 21:56:02 2023 by
|
475
475
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
476
|
-
0.9.
|
476
|
+
0.9.34 (ruby-3.2.0).
|
477
477
|
</div>
|
478
478
|
|
479
479
|
</div>
|
data/docs/Fox/FXTreeItem.html
CHANGED
@@ -2803,9 +2803,9 @@
|
|
2803
2803
|
</div>
|
2804
2804
|
|
2805
2805
|
<div id="footer">
|
2806
|
-
Generated on
|
2806
|
+
Generated on Sun May 14 21:55:39 2023 by
|
2807
2807
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2808
|
-
0.9.
|
2808
|
+
0.9.34 (ruby-3.2.0).
|
2809
2809
|
</div>
|
2810
2810
|
|
2811
2811
|
</div>
|
data/docs/Fox/FXTreeList.html
CHANGED
@@ -5085,9 +5085,9 @@
|
|
5085
5085
|
</div>
|
5086
5086
|
|
5087
5087
|
<div id="footer">
|
5088
|
-
Generated on
|
5088
|
+
Generated on Sun May 14 21:55:40 2023 by
|
5089
5089
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
5090
|
-
0.9.
|
5090
|
+
0.9.34 (ruby-3.2.0).
|
5091
5091
|
</div>
|
5092
5092
|
|
5093
5093
|
</div>
|
data/docs/Fox/FXTreeListBox.html
CHANGED
@@ -3070,9 +3070,9 @@
|
|
3070
3070
|
</div>
|
3071
3071
|
|
3072
3072
|
<div id="footer">
|
3073
|
-
Generated on
|
3073
|
+
Generated on Sun May 14 21:56:08 2023 by
|
3074
3074
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3075
|
-
0.9.
|
3075
|
+
0.9.34 (ruby-3.2.0).
|
3076
3076
|
</div>
|
3077
3077
|
|
3078
3078
|
</div>
|
@@ -671,9 +671,9 @@
|
|
671
671
|
</div>
|
672
672
|
|
673
673
|
<div id="footer">
|
674
|
-
Generated on
|
674
|
+
Generated on Sun May 14 21:56:14 2023 by
|
675
675
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
676
|
-
0.9.
|
676
|
+
0.9.34 (ruby-3.2.0).
|
677
677
|
</div>
|
678
678
|
|
679
679
|
</div>
|
data/docs/Fox/FXUndoList.html
CHANGED
@@ -2550,9 +2550,9 @@
|
|
2550
2550
|
</div>
|
2551
2551
|
|
2552
2552
|
<div id="footer">
|
2553
|
-
Generated on
|
2553
|
+
Generated on Sun May 14 21:56:18 2023 by
|
2554
2554
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2555
|
-
0.9.
|
2555
|
+
0.9.34 (ruby-3.2.0).
|
2556
2556
|
</div>
|
2557
2557
|
|
2558
2558
|
</div>
|
data/docs/Fox/FXVec2d.html
CHANGED
@@ -1440,9 +1440,9 @@
|
|
1440
1440
|
</div>
|
1441
1441
|
|
1442
1442
|
<div id="footer">
|
1443
|
-
Generated on
|
1443
|
+
Generated on Sun May 14 21:55:22 2023 by
|
1444
1444
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1445
|
-
0.9.
|
1445
|
+
0.9.34 (ruby-3.2.0).
|
1446
1446
|
</div>
|
1447
1447
|
|
1448
1448
|
</div>
|
data/docs/Fox/FXVec2f.html
CHANGED
@@ -1432,9 +1432,9 @@
|
|
1432
1432
|
</div>
|
1433
1433
|
|
1434
1434
|
<div id="footer">
|
1435
|
-
Generated on
|
1435
|
+
Generated on Sun May 14 21:55:22 2023 by
|
1436
1436
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1437
|
-
0.9.
|
1437
|
+
0.9.34 (ruby-3.2.0).
|
1438
1438
|
</div>
|
1439
1439
|
|
1440
1440
|
</div>
|
data/docs/Fox/FXVec3d.html
CHANGED
@@ -1639,9 +1639,9 @@
|
|
1639
1639
|
</div>
|
1640
1640
|
|
1641
1641
|
<div id="footer">
|
1642
|
-
Generated on
|
1642
|
+
Generated on Sun May 14 21:55:22 2023 by
|
1643
1643
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1644
|
-
0.9.
|
1644
|
+
0.9.34 (ruby-3.2.0).
|
1645
1645
|
</div>
|
1646
1646
|
|
1647
1647
|
</div>
|
data/docs/Fox/FXVec3f.html
CHANGED
@@ -1639,9 +1639,9 @@
|
|
1639
1639
|
</div>
|
1640
1640
|
|
1641
1641
|
<div id="footer">
|
1642
|
-
Generated on
|
1642
|
+
Generated on Sun May 14 21:55:22 2023 by
|
1643
1643
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1644
|
-
0.9.
|
1644
|
+
0.9.34 (ruby-3.2.0).
|
1645
1645
|
</div>
|
1646
1646
|
|
1647
1647
|
</div>
|
data/docs/Fox/FXVec4d.html
CHANGED
@@ -1848,9 +1848,9 @@
|
|
1848
1848
|
</div>
|
1849
1849
|
|
1850
1850
|
<div id="footer">
|
1851
|
-
Generated on
|
1851
|
+
Generated on Sun May 14 21:55:22 2023 by
|
1852
1852
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1853
|
-
0.9.
|
1853
|
+
0.9.34 (ruby-3.2.0).
|
1854
1854
|
</div>
|
1855
1855
|
|
1856
1856
|
</div>
|
data/docs/Fox/FXVec4f.html
CHANGED
@@ -1848,9 +1848,9 @@
|
|
1848
1848
|
</div>
|
1849
1849
|
|
1850
1850
|
<div id="footer">
|
1851
|
-
Generated on
|
1851
|
+
Generated on Sun May 14 21:55:22 2023 by
|
1852
1852
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1853
|
-
0.9.
|
1853
|
+
0.9.34 (ruby-3.2.0).
|
1854
1854
|
</div>
|
1855
1855
|
|
1856
1856
|
</div>
|
@@ -349,9 +349,9 @@
|
|
349
349
|
</div>
|
350
350
|
|
351
351
|
<div id="footer">
|
352
|
-
Generated on
|
352
|
+
Generated on Sun May 14 21:56:13 2023 by
|
353
353
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
354
|
-
0.9.
|
354
|
+
0.9.34 (ruby-3.2.0).
|
355
355
|
</div>
|
356
356
|
|
357
357
|
</div>
|
@@ -339,9 +339,9 @@
|
|
339
339
|
</div>
|
340
340
|
|
341
341
|
<div id="footer">
|
342
|
-
Generated on
|
342
|
+
Generated on Sun May 14 21:55:54 2023 by
|
343
343
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
344
|
-
0.9.
|
344
|
+
0.9.34 (ruby-3.2.0).
|
345
345
|
</div>
|
346
346
|
|
347
347
|
</div>
|
data/docs/Fox/FXViewport.html
CHANGED
@@ -770,9 +770,9 @@
|
|
770
770
|
</div>
|
771
771
|
|
772
772
|
<div id="footer">
|
773
|
-
Generated on
|
773
|
+
Generated on Sun May 14 21:55:36 2023 by
|
774
774
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
775
|
-
0.9.
|
775
|
+
0.9.34 (ruby-3.2.0).
|
776
776
|
</div>
|
777
777
|
|
778
778
|
</div>
|
data/docs/Fox/FXVisual.html
CHANGED
@@ -1013,9 +1013,9 @@
|
|
1013
1013
|
</div>
|
1014
1014
|
|
1015
1015
|
<div id="footer">
|
1016
|
-
Generated on
|
1016
|
+
Generated on Sun May 14 21:55:25 2023 by
|
1017
1017
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1018
|
-
0.9.
|
1018
|
+
0.9.34 (ruby-3.2.0).
|
1019
1019
|
</div>
|
1020
1020
|
|
1021
1021
|
</div>
|
data/docs/Fox/FXWindow.html
CHANGED
@@ -9938,9 +9938,9 @@
|
|
9938
9938
|
</div>
|
9939
9939
|
|
9940
9940
|
<div id="footer">
|
9941
|
-
Generated on
|
9941
|
+
Generated on Sun May 14 21:55:26 2023 by
|
9942
9942
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
9943
|
-
0.9.
|
9943
|
+
0.9.34 (ruby-3.2.0).
|
9944
9944
|
</div>
|
9945
9945
|
|
9946
9946
|
</div>
|
data/docs/Fox/FXWizard.html
CHANGED
@@ -1042,9 +1042,9 @@
|
|
1042
1042
|
</div>
|
1043
1043
|
|
1044
1044
|
<div id="footer">
|
1045
|
-
Generated on
|
1045
|
+
Generated on Sun May 14 21:55:27 2023 by
|
1046
1046
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1047
|
-
0.9.
|
1047
|
+
0.9.34 (ruby-3.2.0).
|
1048
1048
|
</div>
|
1049
1049
|
|
1050
1050
|
</div>
|
data/docs/Fox/FXXBMIcon.html
CHANGED
@@ -443,9 +443,9 @@
|
|
443
443
|
</div>
|
444
444
|
|
445
445
|
<div id="footer">
|
446
|
-
Generated on
|
446
|
+
Generated on Sun May 14 21:55:33 2023 by
|
447
447
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
448
|
-
0.9.
|
448
|
+
0.9.34 (ruby-3.2.0).
|
449
449
|
</div>
|
450
450
|
|
451
451
|
</div>
|
data/docs/Fox/FXXBMImage.html
CHANGED
@@ -427,9 +427,9 @@
|
|
427
427
|
</div>
|
428
428
|
|
429
429
|
<div id="footer">
|
430
|
-
Generated on
|
430
|
+
Generated on Sun May 14 21:55:40 2023 by
|
431
431
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
432
|
-
0.9.
|
432
|
+
0.9.34 (ruby-3.2.0).
|
433
433
|
</div>
|
434
434
|
|
435
435
|
</div>
|
data/docs/Fox/FXXPMIcon.html
CHANGED
@@ -440,9 +440,9 @@
|
|
440
440
|
</div>
|
441
441
|
|
442
442
|
<div id="footer">
|
443
|
-
Generated on
|
443
|
+
Generated on Sun May 14 21:55:33 2023 by
|
444
444
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
445
|
-
0.9.
|
445
|
+
0.9.34 (ruby-3.2.0).
|
446
446
|
</div>
|
447
447
|
|
448
448
|
</div>
|
data/docs/Fox/FXXPMImage.html
CHANGED
@@ -424,9 +424,9 @@
|
|
424
424
|
</div>
|
425
425
|
|
426
426
|
<div id="footer">
|
427
|
-
Generated on
|
427
|
+
Generated on Sun May 14 21:55:40 2023 by
|
428
428
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
429
|
-
0.9.
|
429
|
+
0.9.34 (ruby-3.2.0).
|
430
430
|
</div>
|
431
431
|
|
432
432
|
</div>
|
data/docs/Fox/NotifyHeader.html
CHANGED
@@ -276,9 +276,9 @@
|
|
276
276
|
</div>
|
277
277
|
|
278
278
|
<div id="footer">
|
279
|
-
Generated on
|
279
|
+
Generated on Sun May 14 21:55:48 2023 by
|
280
280
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
281
|
-
0.9.
|
281
|
+
0.9.34 (ruby-3.2.0).
|
282
282
|
</div>
|
283
283
|
|
284
284
|
</div>
|
@@ -1428,9 +1428,9 @@
|
|
1428
1428
|
</div>
|
1429
1429
|
|
1430
1430
|
<div id="footer">
|
1431
|
-
Generated on
|
1431
|
+
Generated on Sun May 14 21:55:48 2023 by
|
1432
1432
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1433
|
-
0.9.
|
1433
|
+
0.9.34 (ruby-3.2.0).
|
1434
1434
|
</div>
|
1435
1435
|
|
1436
1436
|
</div>
|
data/docs/Fox/TextRange.html
CHANGED
@@ -271,9 +271,9 @@
|
|
271
271
|
</div>
|
272
272
|
|
273
273
|
<div id="footer">
|
274
|
-
Generated on
|
274
|
+
Generated on Sun May 14 21:55:48 2023 by
|
275
275
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
276
|
-
0.9.
|
276
|
+
0.9.34 (ruby-3.2.0).
|
277
277
|
</div>
|
278
278
|
|
279
279
|
</div>
|
data/docs/Fox.html
CHANGED
@@ -10144,7 +10144,7 @@
|
|
10144
10144
|
<pre class="code"><span class="info file"># File 'lib/fox16/version.rb', line 2</span>
|
10145
10145
|
|
10146
10146
|
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Fox (module)">Fox</a></span></span><span class='period'>.</span><span class='id identifier rubyid_fxrubyversion'>fxrubyversion</span>
|
10147
|
-
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.6.
|
10147
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.6.46</span><span class='tstring_end'>"</span></span>
|
10148
10148
|
<span class='kw'>end</span></pre>
|
10149
10149
|
</td>
|
10150
10150
|
</tr>
|
@@ -11174,9 +11174,9 @@
|
|
11174
11174
|
</div>
|
11175
11175
|
|
11176
11176
|
<div id="footer">
|
11177
|
-
Generated on
|
11177
|
+
Generated on Sun May 14 21:55:16 2023 by
|
11178
11178
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
11179
|
-
0.9.
|
11179
|
+
0.9.34 (ruby-3.2.0).
|
11180
11180
|
</div>
|
11181
11181
|
|
11182
11182
|
</div>
|
data/docs/IRB.html
CHANGED
@@ -194,9 +194,9 @@
|
|
194
194
|
</div>
|
195
195
|
|
196
196
|
<div id="footer">
|
197
|
-
Generated on
|
197
|
+
Generated on Sun May 14 21:55:16 2023 by
|
198
198
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
199
|
-
0.9.
|
199
|
+
0.9.34 (ruby-3.2.0).
|
200
200
|
</div>
|
201
201
|
|
202
202
|
</div>
|
data/docs/Responder.html
CHANGED
@@ -683,9 +683,9 @@
|
|
683
683
|
</div>
|
684
684
|
|
685
685
|
<div id="footer">
|
686
|
-
Generated on
|
686
|
+
Generated on Sun May 14 21:55:16 2023 by
|
687
687
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
688
|
-
0.9.
|
688
|
+
0.9.34 (ruby-3.2.0).
|
689
689
|
</div>
|
690
690
|
|
691
691
|
</div>
|
data/docs/Responder2.html
CHANGED
@@ -215,9 +215,9 @@
|
|
215
215
|
</div>
|
216
216
|
|
217
217
|
<div id="footer">
|
218
|
-
Generated on
|
218
|
+
Generated on Sun May 14 21:55:16 2023 by
|
219
219
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
220
|
-
0.9.
|
220
|
+
0.9.34 (ruby-3.2.0).
|
221
221
|
</div>
|
222
222
|
|
223
223
|
</div>
|
data/docs/_index.html
CHANGED
@@ -2091,9 +2091,9 @@
|
|
2091
2091
|
</div>
|
2092
2092
|
|
2093
2093
|
<div id="footer">
|
2094
|
-
Generated on
|
2094
|
+
Generated on Sun May 14 21:55:11 2023 by
|
2095
2095
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2096
|
-
0.9.
|
2096
|
+
0.9.34 (ruby-3.2.0).
|
2097
2097
|
</div>
|
2098
2098
|
|
2099
2099
|
</div>
|
data/docs/file.History.html
CHANGED
@@ -58,6 +58,15 @@
|
|
58
58
|
</div>
|
59
59
|
|
60
60
|
<div id="content"><div id='filecontents'>
|
61
|
+
<h2 id="label-1.6.46+-2F+2023-02-19">1.6.46 / 2023-02-19</h2>
|
62
|
+
<ul><li>
|
63
|
+
<p>Add binary gem support for ruby-3.2 on platform x64-mingw-ucrt and drop ruby-2.4.</p>
|
64
|
+
</li><li>
|
65
|
+
<p>Update to libz-1.2.13, libpng-1.6.39, libjpeg-turbo-2.1.5.1, libtiff-4.5.0 for Windows binary gems.</p>
|
66
|
+
</li><li>
|
67
|
+
<p>Add documentation options to gemspec, so that “gem install fxruby” generates suitable documentation.</p>
|
68
|
+
</li></ul>
|
69
|
+
|
61
70
|
<h2 id="label-1.6.45+-2F+2022-01-14">1.6.45 / 2022-01-14</h2>
|
62
71
|
<ul><li>
|
63
72
|
<p>Add binary gem support for ruby-3.1 on platform x64-mingw-ucrt and drop ruby-2.3.</p>
|
@@ -873,9 +882,9 @@
|
|
873
882
|
</div></div>
|
874
883
|
|
875
884
|
<div id="footer">
|
876
|
-
Generated on
|
885
|
+
Generated on Sun May 14 21:55:15 2023 by
|
877
886
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
878
|
-
0.9.
|
887
|
+
0.9.34 (ruby-3.2.0).
|
879
888
|
</div>
|
880
889
|
|
881
890
|
</div>
|
data/docs/file.README.html
CHANGED
@@ -94,9 +94,9 @@
|
|
94
94
|
</div></div>
|
95
95
|
|
96
96
|
<div id="footer">
|
97
|
-
Generated on
|
97
|
+
Generated on Sun May 14 21:55:15 2023 by
|
98
98
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
99
|
-
0.9.
|
99
|
+
0.9.34 (ruby-3.2.0).
|
100
100
|
</div>
|
101
101
|
|
102
102
|
</div>
|