fxruby 1.6.25-x86-mingw32 → 1.6.26.pre1-x86-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.
- data/.gitignore +7 -7
- data/History.txt +6 -0
- data/Manifest.txt +232 -232
- data/README.rdoc +1 -1
- data/Rakefile +18 -18
- data/Rakefile.cross +4 -4
- data/ext/{fox16 → fox16_c}/FXRbApp.cpp +0 -0
- data/ext/{fox16 → fox16_c}/FXRbDataTarget.cpp +0 -0
- data/ext/{fox16 → fox16_c}/FXRbGLViewer.cpp +0 -0
- data/ext/{fox16 → fox16_c}/FXRuby.cpp +8 -3
- data/ext/{fox16 → fox16_c}/MANIFEST +0 -0
- data/ext/{fox16 → fox16_c}/extconf.rb +1 -1
- data/ext/{fox16 → fox16_c}/impl.cpp +0 -0
- data/ext/{fox16 → fox16_c}/include/FXMemoryBuffer.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRb4Splitter.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRb7Segment.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbAccelTable.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbApp.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbAppVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbArrowButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBMPIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBMPImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmap.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmapFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmapView.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbBitmapVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCURCursor.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCanvas.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCheckButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbChoiceBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorRing.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorWell.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbColorWheel.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbComboBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCommon.h +4 -0
- data/ext/{fox16 → fox16_c}/include/FXRbComposite.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCursor.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbCursorVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDC.h +4 -4
- data/ext/{fox16 → fox16_c}/include/FXRbDCPrint.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDCVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDCWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDataTarget.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDebugTarget.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDelegator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDial.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDialogBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDialogBoxVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDict.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDirSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockBarVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockHandler.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockSite.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockSiteVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDockTitle.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDocument.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDragCorner.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDrawable.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDrawableVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbDriveBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileDict.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileDictVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFileSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFoldingItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFoldingList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFoldingListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFont.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFontDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFontSelector.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFontVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGIFCursor.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGIFIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGIFImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLCanvas.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLCanvasVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLContext.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLObject.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLObjectVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLShape.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLShapeVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLViewer.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLViewerVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGLVisual.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGradientBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbGroupBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbHeader.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbHeaderItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbHorizontalFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbICOIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbICOImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconSource.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIconSourceVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbId.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbIdVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImageFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImageView.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbImageVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbInputDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbJPGIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbJPGImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbKnob.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbLabel.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListBoxVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIChild.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIChildVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIClient.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMDIClientVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMainWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMatrix.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCaption.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCascade.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCheck.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuCommand.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuPane.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuRadio.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuSeparator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMenuTitle.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbMessageBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbObject.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbObjectVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbOptionMenu.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPCXIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPCXImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPNGIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPNGImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPPMIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPPMImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPacker.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPicker.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPopup.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPopupVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbPrintDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbProgressBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbProgressDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRGBIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRGBImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRadioButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRealSlider.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRealSpinner.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRealSpinnerVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRecentFiles.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRegistry.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbReplaceDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRootWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRuler.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbRulerView.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScintilla.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollArea.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollAreaVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollPane.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbScrollWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSearchDialog.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSeparator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSettings.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbShell.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbShutter.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbShutterVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSlider.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSpinner.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSpinnerVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSplashWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSplitter.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSpring.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStatusBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStatusLine.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStream.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStreamVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbStringDict.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbSwitcher.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTGAIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTGAImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTIFIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTIFImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabBarVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabBook.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTabItem.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTable.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTableItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTableVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbText.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTextField.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTextVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToggleButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBar.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBarGrip.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBarShell.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolBarTab.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbToolTip.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTopWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTopWindowVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTranslator.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTranslatorVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeItemVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeList.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeListBox.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeListBoxVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTreeListVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbTriStateButton.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbVerticalFrame.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbVisual.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbWindow.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbWindowVirtuals.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbWizard.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXBMIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXBMImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXPMIcon.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRbXPMImage.h +0 -0
- data/ext/{fox16 → fox16_c}/include/FXRuby.h +24 -2
- data/ext/{fox16 → fox16_c}/include/impl.h +0 -0
- data/ext/{fox16 → fox16_c}/make_impl.rb +0 -0
- data/ext/{fox16 → fox16_c}/markfuncs.cpp +0 -0
- data/ext/{fox16 → fox16_c}/unregisterOwnedObjects.cpp +0 -0
- data/lib/1.8/{fox16.so → fox16_c.so} +0 -0
- data/lib/1.9/{fox16.so → fox16_c.so} +0 -0
- data/lib/fox16.rb +3 -3
- data/lib/fox16/version.rb +1 -1
- data/swig-interfaces/FXApp.i +1 -1
- data/swig-interfaces/FXBMPIcon.i +2 -2
- data/swig-interfaces/FXBMPImage.i +2 -2
- data/swig-interfaces/FXCURCursor.i +1 -1
- data/swig-interfaces/FXFileDialog.i +6 -6
- data/swig-interfaces/FXFileSelector.i +3 -3
- data/swig-interfaces/FXGIFCursor.i +1 -1
- data/swig-interfaces/FXGIFIcon.i +2 -2
- data/swig-interfaces/FXGIFImage.i +2 -2
- data/swig-interfaces/FXICOIcon.i +2 -2
- data/swig-interfaces/FXICOImage.i +2 -2
- data/swig-interfaces/FXJPGIcon.i +2 -2
- data/swig-interfaces/FXJPGImage.i +2 -2
- data/swig-interfaces/FXPCXIcon.i +2 -2
- data/swig-interfaces/FXPCXImage.i +2 -2
- data/swig-interfaces/FXPNGIcon.i +2 -2
- data/swig-interfaces/FXPNGImage.i +2 -2
- data/swig-interfaces/FXPPMIcon.i +2 -2
- data/swig-interfaces/FXPPMImage.i +2 -2
- data/swig-interfaces/FXRGBIcon.i +2 -2
- data/swig-interfaces/FXRGBImage.i +2 -2
- data/swig-interfaces/FXScintilla.i +2 -2
- data/swig-interfaces/FXTGAIcon.i +2 -2
- data/swig-interfaces/FXTGAImage.i +2 -2
- data/swig-interfaces/FXTIFIcon.i +2 -2
- data/swig-interfaces/FXTIFImage.i +2 -2
- data/swig-interfaces/FXTable.i +1 -1
- data/swig-interfaces/FXText.i +5 -5
- data/swig-interfaces/FXXBMIcon.i +2 -2
- data/swig-interfaces/FXXBMImage.i +2 -2
- data/swig-interfaces/FXXPMIcon.i +2 -2
- data/swig-interfaces/FXXPMImage.i +2 -2
- data/swig-interfaces/fxdefs.i +1 -1
- data/swig-interfaces/ruby-typemaps.i +3 -3
- data/test/TC_FXComboBox.rb +9 -0
- data/test/TC_FXList.rb +9 -0
- data/test/TC_FXText.rb +9 -0
- metadata +268 -265
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -171,6 +171,11 @@ FXint FXRbSignalNameToNumber(const char* name);
|
|
171
171
|
// Fox module instance
|
172
172
|
extern VALUE mFox;
|
173
173
|
|
174
|
+
#ifdef HAVE_RUBY_ENCODING_H
|
175
|
+
// UTF-8 encoding index
|
176
|
+
extern int utf8_enc_idx;
|
177
|
+
#endif
|
178
|
+
|
174
179
|
// Convert from FOX datatypes to Ruby objects
|
175
180
|
inline VALUE to_ruby(const void* ptr){
|
176
181
|
return Qnil; // FIXME: Used for some FXIconSource methods
|
@@ -223,11 +228,28 @@ inline VALUE to_ruby(unsigned long l){
|
|
223
228
|
#endif
|
224
229
|
|
225
230
|
inline VALUE to_ruby(const FXString& s){
|
226
|
-
|
231
|
+
VALUE str = rb_str_new(s.text(), s.length());
|
232
|
+
#ifdef HAVE_RUBY_ENCODING_H
|
233
|
+
rb_enc_associate_index(str, utf8_enc_idx);
|
234
|
+
#endif
|
235
|
+
return str;
|
227
236
|
}
|
228
237
|
|
229
238
|
inline VALUE to_ruby(const FXchar* s){
|
230
|
-
|
239
|
+
if(!s) return Qnil;
|
240
|
+
VALUE str = rb_str_new2(s);
|
241
|
+
#ifdef HAVE_RUBY_ENCODING_H
|
242
|
+
rb_enc_associate_index(str, utf8_enc_idx);
|
243
|
+
#endif
|
244
|
+
return str;
|
245
|
+
}
|
246
|
+
|
247
|
+
inline VALUE to_ruby(const FXchar* s, int length){
|
248
|
+
VALUE str = rb_str_new(s, length);
|
249
|
+
#ifdef HAVE_RUBY_ENCODING_H
|
250
|
+
rb_enc_associate_index(str, utf8_enc_idx);
|
251
|
+
#endif
|
252
|
+
return str;
|
231
253
|
}
|
232
254
|
|
233
255
|
extern VALUE to_ruby(const FXObject* obj);
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
data/lib/fox16.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
if RUBY_PLATFORM =~ /(mswin|mingw)/i
|
2
|
-
require "#{RUBY_VERSION.sub(/\.\d+$/, '')}/
|
2
|
+
require "#{RUBY_VERSION.sub(/\.\d+$/, '')}/fox16_c.so"
|
3
3
|
elsif RUBY_PLATFORM =~ /darwin/
|
4
|
-
require "
|
4
|
+
require "fox16_c.bundle"
|
5
5
|
else
|
6
|
-
require "
|
6
|
+
require "fox16_c.so"
|
7
7
|
end
|
8
8
|
|
9
9
|
require "fox16/core"
|
data/lib/fox16/version.rb
CHANGED
data/swig-interfaces/FXApp.i
CHANGED
data/swig-interfaces/FXBMPIcon.i
CHANGED
@@ -28,10 +28,10 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXBMPIcon::fileExt);
|
32
32
|
}
|
33
33
|
static VALUE mimeType() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXBMPIcon::mimeType);
|
35
35
|
}
|
36
36
|
}
|
37
37
|
public:
|
@@ -28,10 +28,10 @@ protected:
|
|
28
28
|
public:
|
29
29
|
%extend {
|
30
30
|
static VALUE fileExt() {
|
31
|
-
return
|
31
|
+
return to_ruby(FXBMPImage::fileExt);
|
32
32
|
}
|
33
33
|
static VALUE mimeType() {
|
34
|
-
return
|
34
|
+
return to_ruby(FXBMPImage::mimeType);
|
35
35
|
}
|
36
36
|
}
|
37
37
|
public:
|