fxruby 1.6.22-x86-mingw32 → 1.6.23-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +14 -0
- data/.yardopts +8 -0
- data/History.txt +6 -0
- data/Manifest.txt +317 -24
- data/README.git +3 -0
- data/README.rdoc +537 -0
- data/Rakefile +62 -46
- data/Rakefile.cross +397 -0
- data/doap.rdf +3 -3
- data/doap.rdf.erb +87 -0
- data/examples/WhatAQuietStiff.rb +356 -0
- data/examples/canvasdemo.rb +88 -0
- data/examples/gdchart.rb +76 -0
- data/examples/gembrowser.rb +289 -0
- data/examples/rmagick.rb +44 -0
- data/lib/1.8/fox16.so +0 -0
- data/lib/1.9/fox16.so +0 -0
- data/lib/fox16/canvas.rb +606 -0
- data/lib/fox16/irb.rb +1 -0
- data/lib/fox16/splashscreen.rb +1 -0
- data/lib/fox16/tkcompat.rb +56 -0
- data/lib/fox16/version.rb +1 -1
- data/rdoc-sources/FX4Splitter.rb +44 -44
- data/rdoc-sources/FX7Segment.rb +3 -3
- data/rdoc-sources/FXAccelTable.rb +1 -1
- data/rdoc-sources/FXApp.rb +51 -51
- data/rdoc-sources/FXArrowButton.rb +6 -6
- data/rdoc-sources/FXBMPIcon.rb +12 -12
- data/rdoc-sources/FXBMPImage.rb +6 -6
- data/rdoc-sources/FXBitmap.rb +9 -9
- data/rdoc-sources/FXBitmapFrame.rb +3 -3
- data/rdoc-sources/FXBitmapView.rb +12 -12
- data/rdoc-sources/FXButton.rb +5 -5
- data/rdoc-sources/FXCanvas.rb +4 -4
- data/rdoc-sources/FXCheckButton.rb +7 -7
- data/rdoc-sources/FXChoiceBox.rb +16 -16
- data/rdoc-sources/FXColorBar.rb +9 -9
- data/rdoc-sources/FXColorDialog.rb +4 -4
- data/rdoc-sources/FXColorList.rb +1 -1
- data/rdoc-sources/FXColorRing.rb +4 -4
- data/rdoc-sources/FXColorSelector.rb +38 -38
- data/rdoc-sources/FXColorWell.rb +15 -15
- data/rdoc-sources/FXColorWheel.rb +8 -8
- data/rdoc-sources/FXComboBox.rb +24 -24
- data/rdoc-sources/FXCursor.rb +12 -12
- data/rdoc-sources/FXDC.rb +176 -176
- data/rdoc-sources/FXDCPrint.rb +20 -20
- data/rdoc-sources/FXDCWindow.rb +2 -2
- data/rdoc-sources/FXDataTarget.rb +1 -1
- data/rdoc-sources/FXDebugTarget.rb +1 -1
- data/rdoc-sources/FXDelegator.rb +2 -2
- data/rdoc-sources/FXDial.rb +9 -9
- data/rdoc-sources/FXDialogBox.rb +3 -3
- data/rdoc-sources/FXDict.rb +2 -3
- data/rdoc-sources/FXDirBox.rb +2 -2
- data/rdoc-sources/FXDirList.rb +14 -14
- data/rdoc-sources/FXDirSelector.rb +14 -14
- data/rdoc-sources/FXDockBar.rb +35 -35
- data/rdoc-sources/FXDockHandler.rb +2 -2
- data/rdoc-sources/FXDockSite.rb +11 -11
- data/rdoc-sources/FXDockTitle.rb +2 -2
- data/rdoc-sources/FXDocument.rb +2 -2
- data/rdoc-sources/FXDragCorner.rb +2 -2
- data/rdoc-sources/FXDrawable.rb +5 -5
- data/rdoc-sources/FXDriveBox.rb +3 -3
- data/rdoc-sources/FXFileDialog.rb +24 -24
- data/rdoc-sources/FXFileDict.rb +11 -11
- data/rdoc-sources/FXFileList.rb +25 -25
- data/rdoc-sources/FXFileSelector.rb +31 -31
- data/rdoc-sources/FXFileStream.rb +3 -3
- data/rdoc-sources/FXFoldingList.rb +76 -76
- data/rdoc-sources/FXFont.rb +133 -133
- data/rdoc-sources/FXFontDialog.rb +1 -1
- data/rdoc-sources/FXFontSelector.rb +14 -14
- data/rdoc-sources/FXFrame.rb +5 -5
- data/rdoc-sources/FXGIFCursor.rb +6 -6
- data/rdoc-sources/FXGIFIcon.rb +6 -6
- data/rdoc-sources/FXGIFImage.rb +5 -5
- data/rdoc-sources/FXGLContext.rb +1 -1
- data/rdoc-sources/FXGLObject.rb +8 -8
- data/rdoc-sources/FXGLShape.rb +23 -23
- data/rdoc-sources/FXGLViewer.rb +51 -51
- data/rdoc-sources/FXGLVisual.rb +1 -0
- data/rdoc-sources/FXGradientBar.rb +31 -31
- data/rdoc-sources/FXGroupBox.rb +6 -6
- data/rdoc-sources/FXHeader.rb +30 -33
- data/rdoc-sources/FXHorizontalFrame.rb +12 -12
- data/rdoc-sources/FXICOIcon.rb +14 -14
- data/rdoc-sources/FXICOImage.rb +5 -5
- data/rdoc-sources/FXIcon.rb +7 -7
- data/rdoc-sources/FXIconDict.rb +1 -0
- data/rdoc-sources/FXIconList.rb +60 -60
- data/rdoc-sources/FXId.rb +1 -1
- data/rdoc-sources/FXImage.rb +49 -49
- data/rdoc-sources/FXImageFrame.rb +12 -12
- data/rdoc-sources/FXImageView.rb +10 -10
- data/rdoc-sources/FXInputDialog.rb +4 -4
- data/rdoc-sources/FXJPGIcon.rb +13 -13
- data/rdoc-sources/FXJPGImage.rb +5 -5
- data/rdoc-sources/FXKnob.rb +12 -12
- data/rdoc-sources/FXLabel.rb +3 -3
- data/rdoc-sources/FXList.rb +31 -31
- data/rdoc-sources/FXListBox.rb +7 -7
- data/rdoc-sources/FXMDIChild.rb +24 -24
- data/rdoc-sources/FXMDIClient.rb +1 -1
- data/rdoc-sources/FXMatrix.rb +2 -2
- data/rdoc-sources/FXMemoryBuffer.rb +1 -1
- data/rdoc-sources/FXMemoryStream.rb +1 -1
- data/rdoc-sources/FXMenuButton.rb +20 -19
- data/rdoc-sources/FXMenuCaption.rb +9 -9
- data/rdoc-sources/FXMenuCascade.rb +1 -1
- data/rdoc-sources/FXMenuCheck.rb +2 -2
- data/rdoc-sources/FXMenuCommand.rb +1 -1
- data/rdoc-sources/FXMenuRadio.rb +2 -2
- data/rdoc-sources/FXMenuSeparator.rb +2 -2
- data/rdoc-sources/FXMenuTitle.rb +5 -5
- data/rdoc-sources/FXMessageBox.rb +16 -16
- data/rdoc-sources/FXOptionMenu.rb +14 -14
- data/rdoc-sources/FXPCXIcon.rb +12 -12
- data/rdoc-sources/FXPCXImage.rb +5 -5
- data/rdoc-sources/FXPNGIcon.rb +12 -12
- data/rdoc-sources/FXPNGImage.rb +5 -5
- data/rdoc-sources/FXPPMIcon.rb +6 -6
- data/rdoc-sources/FXPPMImage.rb +5 -5
- data/rdoc-sources/FXPacker.rb +4 -4
- data/rdoc-sources/FXPopup.rb +5 -5
- data/rdoc-sources/FXPrintDialog.rb +21 -21
- data/rdoc-sources/FXProgressBar.rb +10 -10
- data/rdoc-sources/FXProgressDialog.rb +3 -3
- data/rdoc-sources/FXQuatd.rb +19 -19
- data/rdoc-sources/FXQuatf.rb +23 -23
- data/rdoc-sources/FXRGBIcon.rb +13 -13
- data/rdoc-sources/FXRGBImage.rb +5 -5
- data/rdoc-sources/FXRadioButton.rb +10 -10
- data/rdoc-sources/FXRanged.rb +2 -2
- data/rdoc-sources/FXRangef.rb +2 -2
- data/rdoc-sources/FXRealSlider.rb +33 -33
- data/rdoc-sources/FXRealSpinner.rb +31 -31
- data/rdoc-sources/FXRecentFiles.rb +14 -14
- data/rdoc-sources/FXRectangle.rb +22 -22
- data/rdoc-sources/FXRegistry.rb +3 -3
- data/rdoc-sources/FXReplaceDialog.rb +20 -20
- data/rdoc-sources/FXRootWindow.rb +2 -2
- data/rdoc-sources/FXRuler.rb +28 -28
- data/rdoc-sources/FXRulerView.rb +5 -5
- data/rdoc-sources/FXScrollArea.rb +27 -27
- data/rdoc-sources/FXScrollBar.rb +26 -26
- data/rdoc-sources/FXScrollPane.rb +3 -3
- data/rdoc-sources/FXScrollWindow.rb +6 -6
- data/rdoc-sources/FXSearchDialog.rb +8 -8
- data/rdoc-sources/FXSeparator.rb +24 -24
- data/rdoc-sources/FXSettings.rb +44 -44
- data/rdoc-sources/FXShutter.rb +35 -35
- data/rdoc-sources/FXSize.rb +14 -14
- data/rdoc-sources/FXSlider.rb +33 -33
- data/rdoc-sources/FXSphered.rb +2 -2
- data/rdoc-sources/FXSpheref.rb +2 -2
- data/rdoc-sources/FXSpinner.rb +30 -30
- data/rdoc-sources/FXSplashWindow.rb +5 -5
- data/rdoc-sources/FXSplitter.rb +18 -18
- data/rdoc-sources/FXSpring.rb +15 -15
- data/rdoc-sources/FXStatusBar.rb +14 -14
- data/rdoc-sources/FXStatusLine.rb +7 -7
- data/rdoc-sources/FXStream.rb +20 -20
- data/rdoc-sources/FXSwitcher.rb +23 -23
- data/rdoc-sources/FXTGAIcon.rb +12 -12
- data/rdoc-sources/FXTGAImage.rb +5 -5
- data/rdoc-sources/FXTIFIcon.rb +13 -13
- data/rdoc-sources/FXTIFImage.rb +5 -5
- data/rdoc-sources/FXTabBar.rb +31 -31
- data/rdoc-sources/FXTabBook.rb +13 -13
- data/rdoc-sources/FXTabItem.rb +22 -22
- data/rdoc-sources/FXTable.rb +148 -148
- data/rdoc-sources/FXText.rb +91 -91
- data/rdoc-sources/FXTextField.rb +39 -39
- data/rdoc-sources/FXToggleButton.rb +32 -32
- data/rdoc-sources/FXToolBar.rb +25 -25
- data/rdoc-sources/FXToolBarGrip.rb +12 -12
- data/rdoc-sources/FXToolBarShell.rb +13 -13
- data/rdoc-sources/FXToolBarTab.rb +16 -16
- data/rdoc-sources/FXTopWindow.rb +18 -18
- data/rdoc-sources/FXTranslator.rb +1 -1
- data/rdoc-sources/FXTreeList.rb +66 -66
- data/rdoc-sources/FXTreeListBox.rb +20 -20
- data/rdoc-sources/FXTriStateButton.rb +23 -23
- data/rdoc-sources/FXVec2d.rb +1 -1
- data/rdoc-sources/FXVec2f.rb +1 -1
- data/rdoc-sources/FXVec3d.rb +1 -1
- data/rdoc-sources/FXVec3f.rb +1 -1
- data/rdoc-sources/FXVec4d.rb +1 -1
- data/rdoc-sources/FXVec4f.rb +1 -1
- data/rdoc-sources/FXVerticalFrame.rb +12 -12
- data/rdoc-sources/FXVisual.rb +19 -19
- data/rdoc-sources/FXWindow.rb +96 -96
- data/rdoc-sources/FXWizard.rb +9 -9
- data/rdoc-sources/FXXBMIcon.rb +7 -7
- data/rdoc-sources/FXXBMImage.rb +6 -6
- data/rdoc-sources/FXXPMIcon.rb +13 -13
- data/rdoc-sources/FXXPMImage.rb +5 -5
- data/rdoc-sources/Makefile +3 -3
- metadata +44 -31
- data/README +0 -39
- data/README.txt +0 -483
data/.gitignore
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
doap.rdf
|
2
|
+
*.tmproj
|
3
|
+
doc/api
|
4
|
+
users_guide/*.html
|
5
|
+
ext/fox16/*_wrap.cpp
|
6
|
+
ext/fox16/*.o
|
7
|
+
ext/fox16/conftest.dSYM
|
8
|
+
ext/fox16/include/inlinestubs.h
|
9
|
+
ext/fox16/librb.c
|
10
|
+
ext/fox16/fox16.bundle
|
11
|
+
ext/fox16/mkmf.log
|
12
|
+
lib/fox16/kwargs.rb
|
13
|
+
fox-includes/diffs.py
|
14
|
+
fox-includes/diffs.txt
|
data/.yardopts
ADDED
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
@@ -1,16 +1,22 @@
|
|
1
|
+
.gemtest
|
2
|
+
.gitignore
|
3
|
+
.yardopts
|
1
4
|
History.txt
|
2
5
|
Manifest.txt
|
3
|
-
README
|
4
|
-
README.
|
6
|
+
README.git
|
7
|
+
README.rdoc
|
5
8
|
Rakefile
|
9
|
+
Rakefile.cross
|
6
10
|
TODO
|
7
|
-
doap.rdf
|
11
|
+
doap.rdf.erb
|
8
12
|
examples/RAA.rb
|
9
13
|
examples/README
|
14
|
+
examples/WhatAQuietStiff.rb
|
10
15
|
examples/babelfish.rb
|
11
16
|
examples/bounce.rb
|
12
17
|
examples/browser.rb
|
13
18
|
examples/button.rb
|
19
|
+
examples/canvasdemo.rb
|
14
20
|
examples/charts.rb
|
15
21
|
examples/custom_table_item.rb
|
16
22
|
examples/datatarget.rb
|
@@ -22,6 +28,8 @@ examples/dragdrop.rb
|
|
22
28
|
examples/dragsource.rb
|
23
29
|
examples/dropsite.rb
|
24
30
|
examples/foursplit.rb
|
31
|
+
examples/gdchart.rb
|
32
|
+
examples/gembrowser.rb
|
25
33
|
examples/gltest.rb
|
26
34
|
examples/glviewer.rb
|
27
35
|
examples/groupbox.rb
|
@@ -108,6 +116,7 @@ examples/mditest.rb
|
|
108
116
|
examples/pig.rb
|
109
117
|
examples/raabrowser.rb
|
110
118
|
examples/ratio.rb
|
119
|
+
examples/rmagick.rb
|
111
120
|
examples/rulerview.rb
|
112
121
|
examples/scintilla-test.rb
|
113
122
|
examples/scribble-orig.rb
|
@@ -127,15 +136,7 @@ ext/fox16/FXRbDataTarget.cpp
|
|
127
136
|
ext/fox16/FXRbGLViewer.cpp
|
128
137
|
ext/fox16/FXRuby.cpp
|
129
138
|
ext/fox16/MANIFEST
|
130
|
-
ext/fox16/core_wrap.cpp
|
131
|
-
ext/fox16/dc_wrap.cpp
|
132
|
-
ext/fox16/dialogs_wrap.cpp
|
133
139
|
ext/fox16/extconf.rb
|
134
|
-
ext/fox16/frames_wrap.cpp
|
135
|
-
ext/fox16/fx3d_wrap.cpp
|
136
|
-
ext/fox16/iconlist_wrap.cpp
|
137
|
-
ext/fox16/icons_wrap.cpp
|
138
|
-
ext/fox16/image_wrap.cpp
|
139
140
|
ext/fox16/impl.cpp
|
140
141
|
ext/fox16/include/FXMemoryBuffer.h
|
141
142
|
ext/fox16/include/FXRb4Splitter.h
|
@@ -359,27 +360,302 @@ ext/fox16/include/FXRbXPMIcon.h
|
|
359
360
|
ext/fox16/include/FXRbXPMImage.h
|
360
361
|
ext/fox16/include/FXRuby.h
|
361
362
|
ext/fox16/include/impl.h
|
362
|
-
ext/fox16/include/inlinestubs.h
|
363
|
-
ext/fox16/label_wrap.cpp
|
364
|
-
ext/fox16/layout_wrap.cpp
|
365
|
-
ext/fox16/librb.c
|
366
|
-
ext/fox16/list_wrap.cpp
|
367
363
|
ext/fox16/make_impl.rb
|
368
364
|
ext/fox16/markfuncs.cpp
|
369
|
-
ext/fox16/mdi_wrap.cpp
|
370
|
-
ext/fox16/menu_wrap.cpp
|
371
|
-
ext/fox16/scintilla_wrap.cpp
|
372
|
-
ext/fox16/table_wrap.cpp
|
373
|
-
ext/fox16/text_wrap.cpp
|
374
|
-
ext/fox16/treelist_wrap.cpp
|
375
|
-
ext/fox16/ui_wrap.cpp
|
376
365
|
ext/fox16/unregisterOwnedObjects.cpp
|
366
|
+
fox-includes/FX4Splitter.h
|
367
|
+
fox-includes/FX7Segment.h
|
368
|
+
fox-includes/FX885910Codec.h
|
369
|
+
fox-includes/FX885911Codec.h
|
370
|
+
fox-includes/FX885913Codec.h
|
371
|
+
fox-includes/FX885914Codec.h
|
372
|
+
fox-includes/FX885915Codec.h
|
373
|
+
fox-includes/FX885916Codec.h
|
374
|
+
fox-includes/FX88591Codec.h
|
375
|
+
fox-includes/FX88592Codec.h
|
376
|
+
fox-includes/FX88593Codec.h
|
377
|
+
fox-includes/FX88594Codec.h
|
378
|
+
fox-includes/FX88595Codec.h
|
379
|
+
fox-includes/FX88596Codec.h
|
380
|
+
fox-includes/FX88597Codec.h
|
381
|
+
fox-includes/FX88598Codec.h
|
382
|
+
fox-includes/FX88599Codec.h
|
383
|
+
fox-includes/FXAccelTable.h
|
384
|
+
fox-includes/FXApp.h
|
385
|
+
fox-includes/FXArray.h
|
386
|
+
fox-includes/FXArrowButton.h
|
387
|
+
fox-includes/FXBMPIcon.h
|
388
|
+
fox-includes/FXBMPImage.h
|
389
|
+
fox-includes/FXBZFileStream.h
|
390
|
+
fox-includes/FXBitmap.h
|
391
|
+
fox-includes/FXBitmapFrame.h
|
392
|
+
fox-includes/FXBitmapView.h
|
393
|
+
fox-includes/FXButton.h
|
394
|
+
fox-includes/FXCP1250Codec.h
|
395
|
+
fox-includes/FXCP1251Codec.h
|
396
|
+
fox-includes/FXCP1252Codec.h
|
397
|
+
fox-includes/FXCP1253Codec.h
|
398
|
+
fox-includes/FXCP1254Codec.h
|
399
|
+
fox-includes/FXCP1255Codec.h
|
400
|
+
fox-includes/FXCP1256Codec.h
|
401
|
+
fox-includes/FXCP1257Codec.h
|
402
|
+
fox-includes/FXCP1258Codec.h
|
403
|
+
fox-includes/FXCP437Codec.h
|
404
|
+
fox-includes/FXCP850Codec.h
|
405
|
+
fox-includes/FXCP852Codec.h
|
406
|
+
fox-includes/FXCP855Codec.h
|
407
|
+
fox-includes/FXCP856Codec.h
|
408
|
+
fox-includes/FXCP857Codec.h
|
409
|
+
fox-includes/FXCP860Codec.h
|
410
|
+
fox-includes/FXCP861Codec.h
|
411
|
+
fox-includes/FXCP862Codec.h
|
412
|
+
fox-includes/FXCP863Codec.h
|
413
|
+
fox-includes/FXCP864Codec.h
|
414
|
+
fox-includes/FXCP865Codec.h
|
415
|
+
fox-includes/FXCP866Codec.h
|
416
|
+
fox-includes/FXCP869Codec.h
|
417
|
+
fox-includes/FXCP874Codec.h
|
418
|
+
fox-includes/FXCURCursor.h
|
419
|
+
fox-includes/FXCanvas.h
|
420
|
+
fox-includes/FXCheckButton.h
|
421
|
+
fox-includes/FXChoiceBox.h
|
422
|
+
fox-includes/FXColorBar.h
|
423
|
+
fox-includes/FXColorDialog.h
|
424
|
+
fox-includes/FXColorList.h
|
425
|
+
fox-includes/FXColorRing.h
|
426
|
+
fox-includes/FXColorSelector.h
|
427
|
+
fox-includes/FXColorWell.h
|
428
|
+
fox-includes/FXColorWheel.h
|
429
|
+
fox-includes/FXComboBox.h
|
430
|
+
fox-includes/FXComposeContext.h
|
431
|
+
fox-includes/FXComposite.h
|
432
|
+
fox-includes/FXCursor.h
|
433
|
+
fox-includes/FXDC.h
|
434
|
+
fox-includes/FXDCPrint.h
|
435
|
+
fox-includes/FXDCWindow.h
|
436
|
+
fox-includes/FXDLL.h
|
437
|
+
fox-includes/FXDataTarget.h
|
438
|
+
fox-includes/FXDate.h
|
439
|
+
fox-includes/FXDebugTarget.h
|
440
|
+
fox-includes/FXDelegator.h
|
441
|
+
fox-includes/FXDial.h
|
442
|
+
fox-includes/FXDialogBox.h
|
443
|
+
fox-includes/FXDict.h
|
444
|
+
fox-includes/FXDir.h
|
445
|
+
fox-includes/FXDirBox.h
|
446
|
+
fox-includes/FXDirDialog.h
|
447
|
+
fox-includes/FXDirList.h
|
448
|
+
fox-includes/FXDirSelector.h
|
449
|
+
fox-includes/FXDockBar.h
|
450
|
+
fox-includes/FXDockHandler.h
|
451
|
+
fox-includes/FXDockSite.h
|
452
|
+
fox-includes/FXDockTitle.h
|
453
|
+
fox-includes/FXDocument.h
|
454
|
+
fox-includes/FXDragCorner.h
|
455
|
+
fox-includes/FXDrawable.h
|
456
|
+
fox-includes/FXDriveBox.h
|
457
|
+
fox-includes/FXElement.h
|
458
|
+
fox-includes/FXException.h
|
459
|
+
fox-includes/FXExpression.h
|
460
|
+
fox-includes/FXExtentd.h
|
461
|
+
fox-includes/FXExtentf.h
|
462
|
+
fox-includes/FXFile.h
|
463
|
+
fox-includes/FXFileDialog.h
|
464
|
+
fox-includes/FXFileDict.h
|
465
|
+
fox-includes/FXFileList.h
|
466
|
+
fox-includes/FXFileSelector.h
|
467
|
+
fox-includes/FXFileStream.h
|
468
|
+
fox-includes/FXFoldingList.h
|
469
|
+
fox-includes/FXFont.h
|
470
|
+
fox-includes/FXFontDialog.h
|
471
|
+
fox-includes/FXFontSelector.h
|
472
|
+
fox-includes/FXFrame.h
|
473
|
+
fox-includes/FXGIFCursor.h
|
474
|
+
fox-includes/FXGIFIcon.h
|
475
|
+
fox-includes/FXGIFImage.h
|
476
|
+
fox-includes/FXGLCanvas.h
|
477
|
+
fox-includes/FXGLCone.h
|
478
|
+
fox-includes/FXGLContext.h
|
479
|
+
fox-includes/FXGLCube.h
|
480
|
+
fox-includes/FXGLCylinder.h
|
481
|
+
fox-includes/FXGLObject.h
|
482
|
+
fox-includes/FXGLShape.h
|
483
|
+
fox-includes/FXGLSphere.h
|
484
|
+
fox-includes/FXGLTriangleMesh.h
|
485
|
+
fox-includes/FXGLViewer.h
|
486
|
+
fox-includes/FXGLVisual.h
|
487
|
+
fox-includes/FXGUISignal.h
|
488
|
+
fox-includes/FXGZFileStream.h
|
489
|
+
fox-includes/FXGradientBar.h
|
490
|
+
fox-includes/FXGroupBox.h
|
491
|
+
fox-includes/FXHash.h
|
492
|
+
fox-includes/FXHeader.h
|
493
|
+
fox-includes/FXHorizontalFrame.h
|
494
|
+
fox-includes/FXICOIcon.h
|
495
|
+
fox-includes/FXICOImage.h
|
496
|
+
fox-includes/FXIFFIcon.h
|
497
|
+
fox-includes/FXIFFImage.h
|
498
|
+
fox-includes/FXIO.h
|
499
|
+
fox-includes/FXIcon.h
|
500
|
+
fox-includes/FXIconDict.h
|
501
|
+
fox-includes/FXIconList.h
|
502
|
+
fox-includes/FXIconSource.h
|
503
|
+
fox-includes/FXId.h
|
504
|
+
fox-includes/FXImage.h
|
505
|
+
fox-includes/FXImageFrame.h
|
506
|
+
fox-includes/FXImageView.h
|
507
|
+
fox-includes/FXInputDialog.h
|
508
|
+
fox-includes/FXJPGIcon.h
|
509
|
+
fox-includes/FXJPGImage.h
|
510
|
+
fox-includes/FXKOI8RCodec.h
|
511
|
+
fox-includes/FXKnob.h
|
512
|
+
fox-includes/FXLabel.h
|
513
|
+
fox-includes/FXList.h
|
514
|
+
fox-includes/FXListBox.h
|
515
|
+
fox-includes/FXMDIButton.h
|
516
|
+
fox-includes/FXMDIChild.h
|
517
|
+
fox-includes/FXMDIClient.h
|
518
|
+
fox-includes/FXMainWindow.h
|
519
|
+
fox-includes/FXMat3d.h
|
520
|
+
fox-includes/FXMat3f.h
|
521
|
+
fox-includes/FXMat4d.h
|
522
|
+
fox-includes/FXMat4f.h
|
523
|
+
fox-includes/FXMatrix.h
|
524
|
+
fox-includes/FXMemMap.h
|
525
|
+
fox-includes/FXMemoryStream.h
|
526
|
+
fox-includes/FXMenuBar.h
|
527
|
+
fox-includes/FXMenuButton.h
|
528
|
+
fox-includes/FXMenuCaption.h
|
529
|
+
fox-includes/FXMenuCascade.h
|
530
|
+
fox-includes/FXMenuCheck.h
|
531
|
+
fox-includes/FXMenuCommand.h
|
532
|
+
fox-includes/FXMenuPane.h
|
533
|
+
fox-includes/FXMenuRadio.h
|
534
|
+
fox-includes/FXMenuSeparator.h
|
535
|
+
fox-includes/FXMenuTitle.h
|
536
|
+
fox-includes/FXMessageBox.h
|
537
|
+
fox-includes/FXObject.h
|
538
|
+
fox-includes/FXObjectList.h
|
539
|
+
fox-includes/FXOptionMenu.h
|
540
|
+
fox-includes/FXPCXIcon.h
|
541
|
+
fox-includes/FXPCXImage.h
|
542
|
+
fox-includes/FXPNGIcon.h
|
543
|
+
fox-includes/FXPNGImage.h
|
544
|
+
fox-includes/FXPPMIcon.h
|
545
|
+
fox-includes/FXPPMImage.h
|
546
|
+
fox-includes/FXPacker.h
|
547
|
+
fox-includes/FXPath.h
|
548
|
+
fox-includes/FXPicker.h
|
549
|
+
fox-includes/FXPipe.h
|
550
|
+
fox-includes/FXPoint.h
|
551
|
+
fox-includes/FXPopup.h
|
552
|
+
fox-includes/FXPrintDialog.h
|
553
|
+
fox-includes/FXProgressBar.h
|
554
|
+
fox-includes/FXProgressDialog.h
|
555
|
+
fox-includes/FXQuatd.h
|
556
|
+
fox-includes/FXQuatf.h
|
557
|
+
fox-includes/FXRASIcon.h
|
558
|
+
fox-includes/FXRASImage.h
|
559
|
+
fox-includes/FXRGBIcon.h
|
560
|
+
fox-includes/FXRGBImage.h
|
561
|
+
fox-includes/FXRadioButton.h
|
562
|
+
fox-includes/FXRanged.h
|
563
|
+
fox-includes/FXRangef.h
|
564
|
+
fox-includes/FXRealSlider.h
|
565
|
+
fox-includes/FXRealSpinner.h
|
566
|
+
fox-includes/FXRecentFiles.h
|
567
|
+
fox-includes/FXRectangle.h
|
568
|
+
fox-includes/FXRegion.h
|
569
|
+
fox-includes/FXRegistry.h
|
570
|
+
fox-includes/FXReplaceDialog.h
|
571
|
+
fox-includes/FXRex.h
|
572
|
+
fox-includes/FXRootWindow.h
|
573
|
+
fox-includes/FXRuler.h
|
574
|
+
fox-includes/FXRulerView.h
|
575
|
+
fox-includes/FXScrollArea.h
|
576
|
+
fox-includes/FXScrollBar.h
|
577
|
+
fox-includes/FXScrollPane.h
|
578
|
+
fox-includes/FXScrollWindow.h
|
579
|
+
fox-includes/FXSearchDialog.h
|
580
|
+
fox-includes/FXSeparator.h
|
581
|
+
fox-includes/FXSettings.h
|
582
|
+
fox-includes/FXShell.h
|
583
|
+
fox-includes/FXShutter.h
|
584
|
+
fox-includes/FXSize.h
|
585
|
+
fox-includes/FXSlider.h
|
586
|
+
fox-includes/FXSocket.h
|
587
|
+
fox-includes/FXSphered.h
|
588
|
+
fox-includes/FXSpheref.h
|
589
|
+
fox-includes/FXSpinner.h
|
590
|
+
fox-includes/FXSplashWindow.h
|
591
|
+
fox-includes/FXSplitter.h
|
592
|
+
fox-includes/FXSpring.h
|
593
|
+
fox-includes/FXStat.h
|
594
|
+
fox-includes/FXStatusBar.h
|
595
|
+
fox-includes/FXStatusLine.h
|
596
|
+
fox-includes/FXStream.h
|
597
|
+
fox-includes/FXString.h
|
598
|
+
fox-includes/FXStringDict.h
|
599
|
+
fox-includes/FXSwitcher.h
|
600
|
+
fox-includes/FXSystem.h
|
601
|
+
fox-includes/FXTGAIcon.h
|
602
|
+
fox-includes/FXTGAImage.h
|
603
|
+
fox-includes/FXTIFIcon.h
|
604
|
+
fox-includes/FXTIFImage.h
|
605
|
+
fox-includes/FXTabBar.h
|
606
|
+
fox-includes/FXTabBook.h
|
607
|
+
fox-includes/FXTabItem.h
|
608
|
+
fox-includes/FXTable.h
|
609
|
+
fox-includes/FXText.h
|
610
|
+
fox-includes/FXTextCodec.h
|
611
|
+
fox-includes/FXTextField.h
|
612
|
+
fox-includes/FXThread.h
|
613
|
+
fox-includes/FXToggleButton.h
|
614
|
+
fox-includes/FXToolBar.h
|
615
|
+
fox-includes/FXToolBarGrip.h
|
616
|
+
fox-includes/FXToolBarShell.h
|
617
|
+
fox-includes/FXToolBarTab.h
|
618
|
+
fox-includes/FXToolTip.h
|
619
|
+
fox-includes/FXTopWindow.h
|
620
|
+
fox-includes/FXTranslator.h
|
621
|
+
fox-includes/FXTreeList.h
|
622
|
+
fox-includes/FXTreeListBox.h
|
623
|
+
fox-includes/FXTriStateButton.h
|
624
|
+
fox-includes/FXURL.h
|
625
|
+
fox-includes/FXUTF16Codec.h
|
626
|
+
fox-includes/FXUTF32Codec.h
|
627
|
+
fox-includes/FXUTF8Codec.h
|
628
|
+
fox-includes/FXUndoList.h
|
629
|
+
fox-includes/FXVec2d.h
|
630
|
+
fox-includes/FXVec2f.h
|
631
|
+
fox-includes/FXVec3d.h
|
632
|
+
fox-includes/FXVec3f.h
|
633
|
+
fox-includes/FXVec4d.h
|
634
|
+
fox-includes/FXVec4f.h
|
635
|
+
fox-includes/FXVerticalFrame.h
|
636
|
+
fox-includes/FXVisual.h
|
637
|
+
fox-includes/FXWindow.h
|
638
|
+
fox-includes/FXWizard.h
|
639
|
+
fox-includes/FXXBMIcon.h
|
640
|
+
fox-includes/FXXBMImage.h
|
641
|
+
fox-includes/FXXPMIcon.h
|
642
|
+
fox-includes/FXXPMImage.h
|
643
|
+
fox-includes/README
|
644
|
+
fox-includes/fx.h
|
645
|
+
fox-includes/fx3d.h
|
646
|
+
fox-includes/fxascii.h
|
647
|
+
fox-includes/fxdefs.h
|
648
|
+
fox-includes/fxkeys.h
|
649
|
+
fox-includes/fxunicode.h
|
650
|
+
fox-includes/fxver.h
|
651
|
+
fox-includes/xincs.h
|
377
652
|
index.html
|
378
653
|
lib/fox16.rb
|
379
654
|
lib/fox16/accel_table.rb
|
380
655
|
lib/fox16/aliases.rb
|
381
656
|
lib/fox16/bitmapview.rb
|
382
657
|
lib/fox16/calendar.rb
|
658
|
+
lib/fox16/canvas.rb
|
383
659
|
lib/fox16/chore.rb
|
384
660
|
lib/fox16/colors.rb
|
385
661
|
lib/fox16/core.rb
|
@@ -392,7 +668,6 @@ lib/fox16/input.rb
|
|
392
668
|
lib/fox16/irb.rb
|
393
669
|
lib/fox16/iterators.rb
|
394
670
|
lib/fox16/keys.rb
|
395
|
-
lib/fox16/kwargs.rb
|
396
671
|
lib/fox16/missingdep.rb
|
397
672
|
lib/fox16/pseudokeyboard.rb
|
398
673
|
lib/fox16/pseudomouse.rb
|
@@ -403,6 +678,7 @@ lib/fox16/settings.rb
|
|
403
678
|
lib/fox16/signal.rb
|
404
679
|
lib/fox16/splashscreen.rb
|
405
680
|
lib/fox16/timeout.rb
|
681
|
+
lib/fox16/tkcompat.rb
|
406
682
|
lib/fox16/undolist.rb
|
407
683
|
lib/fox16/version.rb
|
408
684
|
rdoc-sources/FX4Splitter.rb
|
@@ -920,3 +1196,20 @@ test/stress1.rb
|
|
920
1196
|
test/stress2.rb
|
921
1197
|
test/stress3.rb
|
922
1198
|
test/testcase.rb
|
1199
|
+
web/community.html
|
1200
|
+
web/css/style.css
|
1201
|
+
web/documentation.html
|
1202
|
+
web/downloads.html
|
1203
|
+
web/images/bullet.gif
|
1204
|
+
web/images/button-bg.jpg
|
1205
|
+
web/images/comment.gif
|
1206
|
+
web/images/content.jpg
|
1207
|
+
web/images/dots.jpg
|
1208
|
+
web/images/footer.jpg
|
1209
|
+
web/images/fxruby-book.jpg
|
1210
|
+
web/images/header.png
|
1211
|
+
web/images/menu.jpg
|
1212
|
+
web/images/page.gif
|
1213
|
+
web/images/quote.gif
|
1214
|
+
web/images/square-green.png
|
1215
|
+
web/index.html
|
data/README.git
ADDED
data/README.rdoc
ADDED
@@ -0,0 +1,537 @@
|
|
1
|
+
= FXRuby
|
2
|
+
|
3
|
+
* http://github.com/larskanis/fxruby
|
4
|
+
* API: http://rubydoc.info/gems/fxruby/frames
|
5
|
+
|
6
|
+
== DESCRIPTION:
|
7
|
+
|
8
|
+
FXRuby is a library for developing powerful and sophisticated
|
9
|
+
cross-platform graphical user interfaces (GUIs) for your Ruby
|
10
|
+
applications. It’s based on the FOX Toolkit, a popular open source
|
11
|
+
C++ library developed by Jeroen van der Zijp. What that means for you
|
12
|
+
as an application developer is that you’re able to write code in the
|
13
|
+
Ruby programming language that you already know and love, while at the
|
14
|
+
same time taking advantage of the performance and functionality of a
|
15
|
+
featureful, highly optimized C++ toolkit.
|
16
|
+
|
17
|
+
== FEATURES/PROBLEMS:
|
18
|
+
|
19
|
+
FXRuby supportes everything of FOX, that is useful in Ruby:
|
20
|
+
* MDI/SDI application window layouts, floating toolbars
|
21
|
+
* Rich set of controls (tables, imagelists, menus, canvas, ...)
|
22
|
+
* Flexible layout management
|
23
|
+
* Image read/write support in many formats
|
24
|
+
* Embedded OpenGL graphics
|
25
|
+
|
26
|
+
== INSTALL:
|
27
|
+
|
28
|
+
FXRuby runs on Linux, Windows and OS-X. Installation on *nix requires
|
29
|
+
FOX development headers and libraries installed:
|
30
|
+
* on Debian/Ubuntu: <tt>sudo apt-get install libfox-1.6-dev</tt>
|
31
|
+
* see also detailed installation instructions in the {https://github.com/lylejohnson/fxruby/wiki Wiki}
|
32
|
+
* no preparation needed on Windows - the binary gem can be used
|
33
|
+
|
34
|
+
Then, install the gem:
|
35
|
+
* gem install fxruby
|
36
|
+
|
37
|
+
== DIRECTORIES
|
38
|
+
The directory structure is:
|
39
|
+
|
40
|
+
* examples/
|
41
|
+
|
42
|
+
Contains example programs demonstrating how to use FXRuby and
|
43
|
+
its many wonderful features.
|
44
|
+
|
45
|
+
* ext/fox16
|
46
|
+
|
47
|
+
Contains the C++ source code for the shared library part of FXRuby.
|
48
|
+
These files are required to build FXRuby from the source code.
|
49
|
+
|
50
|
+
* lib/fox16
|
51
|
+
|
52
|
+
Contains the Ruby source code for the rest of FXRuby. These files
|
53
|
+
are not required to "build" FXRuby, but they are a part of the
|
54
|
+
standard FXRuby runtime environment and must be installed along with
|
55
|
+
the shared library part.
|
56
|
+
|
57
|
+
* tests/
|
58
|
+
|
59
|
+
Contains a test battery for FXRuby.
|
60
|
+
|
61
|
+
If you're looking at a checkout of the source code from its GIT repository,
|
62
|
+
you might see some additional directories of interest:
|
63
|
+
|
64
|
+
* fox-includes/
|
65
|
+
|
66
|
+
An archive of the FOX library header files corresponding to this
|
67
|
+
release of FXRuby.
|
68
|
+
|
69
|
+
* rdoc-sources/
|
70
|
+
|
71
|
+
A set of "fake" Ruby source files for the various
|
72
|
+
FXRuby classes, which are used to generate RDoc-style documentation.
|
73
|
+
|
74
|
+
* swig-interfaces/
|
75
|
+
|
76
|
+
The SWIG interface files used to generate the C++ wrapper code (i.e.
|
77
|
+
the code found in the ext/fox directory).
|
78
|
+
|
79
|
+
|
80
|
+
== LICENSE
|
81
|
+
|
82
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
83
|
+
Version 2.1, February 1999
|
84
|
+
|
85
|
+
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
86
|
+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
87
|
+
Everyone is permitted to copy and distribute verbatim copies
|
88
|
+
of this license document, but changing it is not allowed.
|
89
|
+
|
90
|
+
[This is the first released version of the Lesser GPL. It also counts
|
91
|
+
as the successor of the GNU Library Public License, version 2, hence
|
92
|
+
the version number 2.1.]
|
93
|
+
|
94
|
+
Preamble
|
95
|
+
|
96
|
+
The licenses for most software are designed to take away your
|
97
|
+
freedom to share and change it. By contrast, the GNU General Public
|
98
|
+
Licenses are intended to guarantee your freedom to share and change
|
99
|
+
free software--to make sure the software is free for all its users.
|
100
|
+
|
101
|
+
This license, the Lesser General Public License, applies to some
|
102
|
+
specially designated software packages--typically libraries--of the
|
103
|
+
Free Software Foundation and other authors who decide to use it. You
|
104
|
+
can use it too, but we suggest you first think carefully about whether
|
105
|
+
this license or the ordinary General Public License is the better
|
106
|
+
strategy to use in any particular case, based on the explanations below.
|
107
|
+
|
108
|
+
When we speak of free software, we are referring to freedom of use,
|
109
|
+
not price. Our General Public Licenses are designed to make sure that
|
110
|
+
you have the freedom to distribute copies of free software (and charge
|
111
|
+
for this service if you wish); that you receive source code or can get
|
112
|
+
it if you want it; that you can change the software and use pieces of
|
113
|
+
it in new free programs; and that you are informed that you can do
|
114
|
+
these things.
|
115
|
+
|
116
|
+
To protect your rights, we need to make restrictions that forbid
|
117
|
+
distributors to deny you these rights or to ask you to surrender these
|
118
|
+
rights. These restrictions translate to certain responsibilities for
|
119
|
+
you if you distribute copies of the library or if you modify it.
|
120
|
+
|
121
|
+
For example, if you distribute copies of the library, whether gratis
|
122
|
+
or for a fee, you must give the recipients all the rights that we gave
|
123
|
+
you. You must make sure that they, too, receive or can get the source
|
124
|
+
code. If you link other code with the library, you must provide
|
125
|
+
complete object files to the recipients, so that they can relink them
|
126
|
+
with the library after making changes to the library and recompiling
|
127
|
+
it. And you must show them these terms so they know their rights.
|
128
|
+
|
129
|
+
We protect your rights with a two-step method: (1) we copyright the
|
130
|
+
library, and (2) we offer you this license, which gives you legal
|
131
|
+
permission to copy, distribute and/or modify the library.
|
132
|
+
|
133
|
+
To protect each distributor, we want to make it very clear that
|
134
|
+
there is no warranty for the free library. Also, if the library is
|
135
|
+
modified by someone else and passed on, the recipients should know
|
136
|
+
that what they have is not the original version, so that the original
|
137
|
+
author's reputation will not be affected by problems that might be
|
138
|
+
introduced by others.
|
139
|
+
|
140
|
+
Finally, software patents pose a constant threat to the existence of
|
141
|
+
any free program. We wish to make sure that a company cannot
|
142
|
+
effectively restrict the users of a free program by obtaining a
|
143
|
+
restrictive license from a patent holder. Therefore, we insist that
|
144
|
+
any patent license obtained for a version of the library must be
|
145
|
+
consistent with the full freedom of use specified in this license.
|
146
|
+
|
147
|
+
Most GNU software, including some libraries, is covered by the
|
148
|
+
ordinary GNU General Public License. This license, the GNU Lesser
|
149
|
+
General Public License, applies to certain designated libraries, and
|
150
|
+
is quite different from the ordinary General Public License. We use
|
151
|
+
this license for certain libraries in order to permit linking those
|
152
|
+
libraries into non-free programs.
|
153
|
+
|
154
|
+
When a program is linked with a library, whether statically or using
|
155
|
+
a shared library, the combination of the two is legally speaking a
|
156
|
+
combined work, a derivative of the original library. The ordinary
|
157
|
+
General Public License therefore permits such linking only if the
|
158
|
+
entire combination fits its criteria of freedom. The Lesser General
|
159
|
+
Public License permits more lax criteria for linking other code with
|
160
|
+
the library.
|
161
|
+
|
162
|
+
We call this license the "Lesser" General Public License because it
|
163
|
+
does Less to protect the user's freedom than the ordinary General
|
164
|
+
Public License. It also provides other free software developers Less
|
165
|
+
of an advantage over competing non-free programs. These disadvantages
|
166
|
+
are the reason we use the ordinary General Public License for many
|
167
|
+
libraries. However, the Lesser license provides advantages in certain
|
168
|
+
special circumstances.
|
169
|
+
|
170
|
+
For example, on rare occasions, there may be a special need to
|
171
|
+
encourage the widest possible use of a certain library, so that it becomes
|
172
|
+
a de-facto standard. To achieve this, non-free programs must be
|
173
|
+
allowed to use the library. A more frequent case is that a free
|
174
|
+
library does the same job as widely used non-free libraries. In this
|
175
|
+
case, there is little to gain by limiting the free library to free
|
176
|
+
software only, so we use the Lesser General Public License.
|
177
|
+
|
178
|
+
In other cases, permission to use a particular library in non-free
|
179
|
+
programs enables a greater number of people to use a large body of
|
180
|
+
free software. For example, permission to use the GNU C Library in
|
181
|
+
non-free programs enables many more people to use the whole GNU
|
182
|
+
operating system, as well as its variant, the GNU/Linux operating
|
183
|
+
system.
|
184
|
+
|
185
|
+
Although the Lesser General Public License is Less protective of the
|
186
|
+
users' freedom, it does ensure that the user of a program that is
|
187
|
+
linked with the Library has the freedom and the wherewithal to run
|
188
|
+
that program using a modified version of the Library.
|
189
|
+
|
190
|
+
The precise terms and conditions for copying, distribution and
|
191
|
+
modification follow. Pay close attention to the difference between a
|
192
|
+
"work based on the library" and a "work that uses the library". The
|
193
|
+
former contains code derived from the library, whereas the latter must
|
194
|
+
be combined with the library in order to run.
|
195
|
+
|
196
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
197
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
198
|
+
|
199
|
+
0. This License Agreement applies to any software library or other
|
200
|
+
program which contains a notice placed by the copyright holder or
|
201
|
+
other authorized party saying it may be distributed under the terms of
|
202
|
+
this Lesser General Public License (also called "this License").
|
203
|
+
Each licensee is addressed as "you".
|
204
|
+
|
205
|
+
A "library" means a collection of software functions and/or data
|
206
|
+
prepared so as to be conveniently linked with application programs
|
207
|
+
(which use some of those functions and data) to form executables.
|
208
|
+
|
209
|
+
The "Library", below, refers to any such software library or work
|
210
|
+
which has been distributed under these terms. A "work based on the
|
211
|
+
Library" means either the Library or any derivative work under
|
212
|
+
copyright law: that is to say, a work containing the Library or a
|
213
|
+
portion of it, either verbatim or with modifications and/or translated
|
214
|
+
straightforwardly into another language. (Hereinafter, translation is
|
215
|
+
included without limitation in the term "modification".)
|
216
|
+
|
217
|
+
"Source code" for a work means the preferred form of the work for
|
218
|
+
making modifications to it. For a library, complete source code means
|
219
|
+
all the source code for all modules it contains, plus any associated
|
220
|
+
interface definition files, plus the scripts used to control compilation
|
221
|
+
and installation of the library.
|
222
|
+
|
223
|
+
Activities other than copying, distribution and modification are not
|
224
|
+
covered by this License; they are outside its scope. The act of
|
225
|
+
running a program using the Library is not restricted, and output from
|
226
|
+
such a program is covered only if its contents constitute a work based
|
227
|
+
on the Library (independent of the use of the Library in a tool for
|
228
|
+
writing it). Whether that is true depends on what the Library does
|
229
|
+
and what the program that uses the Library does.
|
230
|
+
|
231
|
+
1. You may copy and distribute verbatim copies of the Library's
|
232
|
+
complete source code as you receive it, in any medium, provided that
|
233
|
+
you conspicuously and appropriately publish on each copy an
|
234
|
+
appropriate copyright notice and disclaimer of warranty; keep intact
|
235
|
+
all the notices that refer to this License and to the absence of any
|
236
|
+
warranty; and distribute a copy of this License along with the
|
237
|
+
Library.
|
238
|
+
|
239
|
+
You may charge a fee for the physical act of transferring a copy,
|
240
|
+
and you may at your option offer warranty protection in exchange for a
|
241
|
+
fee.
|
242
|
+
|
243
|
+
2. You may modify your copy or copies of the Library or any portion
|
244
|
+
of it, thus forming a work based on the Library, and copy and
|
245
|
+
distribute such modifications or work under the terms of Section 1
|
246
|
+
above, provided that you also meet all of these conditions:
|
247
|
+
|
248
|
+
a) The modified work must itself be a software library.
|
249
|
+
|
250
|
+
b) You must cause the files modified to carry prominent notices
|
251
|
+
stating that you changed the files and the date of any change.
|
252
|
+
|
253
|
+
c) You must cause the whole of the work to be licensed at no
|
254
|
+
charge to all third parties under the terms of this License.
|
255
|
+
|
256
|
+
d) If a facility in the modified Library refers to a function or a
|
257
|
+
table of data to be supplied by an application program that uses
|
258
|
+
the facility, other than as an argument passed when the facility
|
259
|
+
is invoked, then you must make a good faith effort to ensure that,
|
260
|
+
in the event an application does not supply such function or
|
261
|
+
table, the facility still operates, and performs whatever part of
|
262
|
+
its purpose remains meaningful.
|
263
|
+
|
264
|
+
(For example, a function in a library to compute square roots has
|
265
|
+
a purpose that is entirely well-defined independent of the
|
266
|
+
application. Therefore, Subsection 2d requires that any
|
267
|
+
application-supplied function or table used by this function must
|
268
|
+
be optional: if the application does not supply it, the square
|
269
|
+
root function must still compute square roots.)
|
270
|
+
|
271
|
+
These requirements apply to the modified work as a whole. If
|
272
|
+
identifiable sections of that work are not derived from the Library,
|
273
|
+
and can be reasonably considered independent and separate works in
|
274
|
+
themselves, then this License, and its terms, do not apply to those
|
275
|
+
sections when you distribute them as separate works. But when you
|
276
|
+
distribute the same sections as part of a whole which is a work based
|
277
|
+
on the Library, the distribution of the whole must be on the terms of
|
278
|
+
this License, whose permissions for other licensees extend to the
|
279
|
+
entire whole, and thus to each and every part regardless of who wrote
|
280
|
+
it.
|
281
|
+
|
282
|
+
Thus, it is not the intent of this section to claim rights or contest
|
283
|
+
your rights to work written entirely by you; rather, the intent is to
|
284
|
+
exercise the right to control the distribution of derivative or
|
285
|
+
collective works based on the Library.
|
286
|
+
|
287
|
+
In addition, mere aggregation of another work not based on the Library
|
288
|
+
with the Library (or with a work based on the Library) on a volume of
|
289
|
+
a storage or distribution medium does not bring the other work under
|
290
|
+
the scope of this License.
|
291
|
+
|
292
|
+
3. You may opt to apply the terms of the ordinary GNU General Public
|
293
|
+
License instead of this License to a given copy of the Library. To do
|
294
|
+
this, you must alter all the notices that refer to this License, so
|
295
|
+
that they refer to the ordinary GNU General Public License, version 2,
|
296
|
+
instead of to this License. (If a newer version than version 2 of the
|
297
|
+
ordinary GNU General Public License has appeared, then you can specify
|
298
|
+
that version instead if you wish.) Do not make any other change in
|
299
|
+
these notices.
|
300
|
+
|
301
|
+
Once this change is made in a given copy, it is irreversible for
|
302
|
+
that copy, so the ordinary GNU General Public License applies to all
|
303
|
+
subsequent copies and derivative works made from that copy.
|
304
|
+
|
305
|
+
This option is useful when you wish to copy part of the code of
|
306
|
+
the Library into a program that is not a library.
|
307
|
+
|
308
|
+
4. You may copy and distribute the Library (or a portion or
|
309
|
+
derivative of it, under Section 2) in object code or executable form
|
310
|
+
under the terms of Sections 1 and 2 above provided that you accompany
|
311
|
+
it with the complete corresponding machine-readable source code, which
|
312
|
+
must be distributed under the terms of Sections 1 and 2 above on a
|
313
|
+
medium customarily used for software interchange.
|
314
|
+
|
315
|
+
If distribution of object code is made by offering access to copy
|
316
|
+
from a designated place, then offering equivalent access to copy the
|
317
|
+
source code from the same place satisfies the requirement to
|
318
|
+
distribute the source code, even though third parties are not
|
319
|
+
compelled to copy the source along with the object code.
|
320
|
+
|
321
|
+
5. A program that contains no derivative of any portion of the
|
322
|
+
Library, but is designed to work with the Library by being compiled or
|
323
|
+
linked with it, is called a "work that uses the Library". Such a
|
324
|
+
work, in isolation, is not a derivative work of the Library, and
|
325
|
+
therefore falls outside the scope of this License.
|
326
|
+
|
327
|
+
However, linking a "work that uses the Library" with the Library
|
328
|
+
creates an executable that is a derivative of the Library (because it
|
329
|
+
contains portions of the Library), rather than a "work that uses the
|
330
|
+
library". The executable is therefore covered by this License.
|
331
|
+
Section 6 states terms for distribution of such executables.
|
332
|
+
|
333
|
+
When a "work that uses the Library" uses material from a header file
|
334
|
+
that is part of the Library, the object code for the work may be a
|
335
|
+
derivative work of the Library even though the source code is not.
|
336
|
+
Whether this is true is especially significant if the work can be
|
337
|
+
linked without the Library, or if the work is itself a library. The
|
338
|
+
threshold for this to be true is not precisely defined by law.
|
339
|
+
|
340
|
+
If such an object file uses only numerical parameters, data
|
341
|
+
structure layouts and accessors, and small macros and small inline
|
342
|
+
functions (ten lines or less in length), then the use of the object
|
343
|
+
file is unrestricted, regardless of whether it is legally a derivative
|
344
|
+
work. (Executables containing this object code plus portions of the
|
345
|
+
Library will still fall under Section 6.)
|
346
|
+
|
347
|
+
Otherwise, if the work is a derivative of the Library, you may
|
348
|
+
distribute the object code for the work under the terms of Section 6.
|
349
|
+
Any executables containing that work also fall under Section 6,
|
350
|
+
whether or not they are linked directly with the Library itself.
|
351
|
+
|
352
|
+
6. As an exception to the Sections above, you may also combine or
|
353
|
+
link a "work that uses the Library" with the Library to produce a
|
354
|
+
work containing portions of the Library, and distribute that work
|
355
|
+
under terms of your choice, provided that the terms permit
|
356
|
+
modification of the work for the customer's own use and reverse
|
357
|
+
engineering for debugging such modifications.
|
358
|
+
|
359
|
+
You must give prominent notice with each copy of the work that the
|
360
|
+
Library is used in it and that the Library and its use are covered by
|
361
|
+
this License. You must supply a copy of this License. If the work
|
362
|
+
during execution displays copyright notices, you must include the
|
363
|
+
copyright notice for the Library among them, as well as a reference
|
364
|
+
directing the user to the copy of this License. Also, you must do one
|
365
|
+
of these things:
|
366
|
+
|
367
|
+
a) Accompany the work with the complete corresponding
|
368
|
+
machine-readable source code for the Library including whatever
|
369
|
+
changes were used in the work (which must be distributed under
|
370
|
+
Sections 1 and 2 above); and, if the work is an executable linked
|
371
|
+
with the Library, with the complete machine-readable "work that
|
372
|
+
uses the Library", as object code and/or source code, so that the
|
373
|
+
user can modify the Library and then relink to produce a modified
|
374
|
+
executable containing the modified Library. (It is understood
|
375
|
+
that the user who changes the contents of definitions files in the
|
376
|
+
Library will not necessarily be able to recompile the application
|
377
|
+
to use the modified definitions.)
|
378
|
+
|
379
|
+
b) Use a suitable shared library mechanism for linking with the
|
380
|
+
Library. A suitable mechanism is one that (1) uses at run time a
|
381
|
+
copy of the library already present on the user's computer system,
|
382
|
+
rather than copying library functions into the executable, and (2)
|
383
|
+
will operate properly with a modified version of the library, if
|
384
|
+
the user installs one, as long as the modified version is
|
385
|
+
interface-compatible with the version that the work was made with.
|
386
|
+
|
387
|
+
c) Accompany the work with a written offer, valid for at
|
388
|
+
least three years, to give the same user the materials
|
389
|
+
specified in Subsection 6a, above, for a charge no more
|
390
|
+
than the cost of performing this distribution.
|
391
|
+
|
392
|
+
d) If distribution of the work is made by offering access to copy
|
393
|
+
from a designated place, offer equivalent access to copy the above
|
394
|
+
specified materials from the same place.
|
395
|
+
|
396
|
+
e) Verify that the user has already received a copy of these
|
397
|
+
materials or that you have already sent this user a copy.
|
398
|
+
|
399
|
+
For an executable, the required form of the "work that uses the
|
400
|
+
Library" must include any data and utility programs needed for
|
401
|
+
reproducing the executable from it. However, as a special exception,
|
402
|
+
the materials to be distributed need not include anything that is
|
403
|
+
normally distributed (in either source or binary form) with the major
|
404
|
+
components (compiler, kernel, and so on) of the operating system on
|
405
|
+
which the executable runs, unless that component itself accompanies
|
406
|
+
the executable.
|
407
|
+
|
408
|
+
It may happen that this requirement contradicts the license
|
409
|
+
restrictions of other proprietary libraries that do not normally
|
410
|
+
accompany the operating system. Such a contradiction means you cannot
|
411
|
+
use both them and the Library together in an executable that you
|
412
|
+
distribute.
|
413
|
+
|
414
|
+
7. You may place library facilities that are a work based on the
|
415
|
+
Library side-by-side in a single library together with other library
|
416
|
+
facilities not covered by this License, and distribute such a combined
|
417
|
+
library, provided that the separate distribution of the work based on
|
418
|
+
the Library and of the other library facilities is otherwise
|
419
|
+
permitted, and provided that you do these two things:
|
420
|
+
|
421
|
+
a) Accompany the combined library with a copy of the same work
|
422
|
+
based on the Library, uncombined with any other library
|
423
|
+
facilities. This must be distributed under the terms of the
|
424
|
+
Sections above.
|
425
|
+
|
426
|
+
b) Give prominent notice with the combined library of the fact
|
427
|
+
that part of it is a work based on the Library, and explaining
|
428
|
+
where to find the accompanying uncombined form of the same work.
|
429
|
+
|
430
|
+
8. You may not copy, modify, sublicense, link with, or distribute
|
431
|
+
the Library except as expressly provided under this License. Any
|
432
|
+
attempt otherwise to copy, modify, sublicense, link with, or
|
433
|
+
distribute the Library is void, and will automatically terminate your
|
434
|
+
rights under this License. However, parties who have received copies,
|
435
|
+
or rights, from you under this License will not have their licenses
|
436
|
+
terminated so long as such parties remain in full compliance.
|
437
|
+
|
438
|
+
9. You are not required to accept this License, since you have not
|
439
|
+
signed it. However, nothing else grants you permission to modify or
|
440
|
+
distribute the Library or its derivative works. These actions are
|
441
|
+
prohibited by law if you do not accept this License. Therefore, by
|
442
|
+
modifying or distributing the Library (or any work based on the
|
443
|
+
Library), you indicate your acceptance of this License to do so, and
|
444
|
+
all its terms and conditions for copying, distributing or modifying
|
445
|
+
the Library or works based on it.
|
446
|
+
|
447
|
+
10. Each time you redistribute the Library (or any work based on the
|
448
|
+
Library), the recipient automatically receives a license from the
|
449
|
+
original licensor to copy, distribute, link with or modify the Library
|
450
|
+
subject to these terms and conditions. You may not impose any further
|
451
|
+
restrictions on the recipients' exercise of the rights granted herein.
|
452
|
+
You are not responsible for enforcing compliance by third parties with
|
453
|
+
this License.
|
454
|
+
|
455
|
+
11. If, as a consequence of a court judgment or allegation of patent
|
456
|
+
infringement or for any other reason (not limited to patent issues),
|
457
|
+
conditions are imposed on you (whether by court order, agreement or
|
458
|
+
otherwise) that contradict the conditions of this License, they do not
|
459
|
+
excuse you from the conditions of this License. If you cannot
|
460
|
+
distribute so as to satisfy simultaneously your obligations under this
|
461
|
+
License and any other pertinent obligations, then as a consequence you
|
462
|
+
may not distribute the Library at all. For example, if a patent
|
463
|
+
license would not permit royalty-free redistribution of the Library by
|
464
|
+
all those who receive copies directly or indirectly through you, then
|
465
|
+
the only way you could satisfy both it and this License would be to
|
466
|
+
refrain entirely from distribution of the Library.
|
467
|
+
|
468
|
+
If any portion of this section is held invalid or unenforceable under any
|
469
|
+
particular circumstance, the balance of the section is intended to apply,
|
470
|
+
and the section as a whole is intended to apply in other circumstances.
|
471
|
+
|
472
|
+
It is not the purpose of this section to induce you to infringe any
|
473
|
+
patents or other property right claims or to contest validity of any
|
474
|
+
such claims; this section has the sole purpose of protecting the
|
475
|
+
integrity of the free software distribution system which is
|
476
|
+
implemented by public license practices. Many people have made
|
477
|
+
generous contributions to the wide range of software distributed
|
478
|
+
through that system in reliance on consistent application of that
|
479
|
+
system; it is up to the author/donor to decide if he or she is willing
|
480
|
+
to distribute software through any other system and a licensee cannot
|
481
|
+
impose that choice.
|
482
|
+
|
483
|
+
This section is intended to make thoroughly clear what is believed to
|
484
|
+
be a consequence of the rest of this License.
|
485
|
+
|
486
|
+
12. If the distribution and/or use of the Library is restricted in
|
487
|
+
certain countries either by patents or by copyrighted interfaces, the
|
488
|
+
original copyright holder who places the Library under this License may add
|
489
|
+
an explicit geographical distribution limitation excluding those countries,
|
490
|
+
so that distribution is permitted only in or among countries not thus
|
491
|
+
excluded. In such case, this License incorporates the limitation as if
|
492
|
+
written in the body of this License.
|
493
|
+
|
494
|
+
13. The Free Software Foundation may publish revised and/or new
|
495
|
+
versions of the Lesser General Public License from time to time.
|
496
|
+
Such new versions will be similar in spirit to the present version,
|
497
|
+
but may differ in detail to address new problems or concerns.
|
498
|
+
|
499
|
+
Each version is given a distinguishing version number. If the Library
|
500
|
+
specifies a version number of this License which applies to it and
|
501
|
+
"any later version", you have the option of following the terms and
|
502
|
+
conditions either of that version or of any later version published by
|
503
|
+
the Free Software Foundation. If the Library does not specify a
|
504
|
+
license version number, you may choose any version ever published by
|
505
|
+
the Free Software Foundation.
|
506
|
+
|
507
|
+
14. If you wish to incorporate parts of the Library into other free
|
508
|
+
programs whose distribution conditions are incompatible with these,
|
509
|
+
write to the author to ask for permission. For software which is
|
510
|
+
copyrighted by the Free Software Foundation, write to the Free
|
511
|
+
Software Foundation; we sometimes make exceptions for this. Our
|
512
|
+
decision will be guided by the two goals of preserving the free status
|
513
|
+
of all derivatives of our free software and of promoting the sharing
|
514
|
+
and reuse of software generally.
|
515
|
+
|
516
|
+
NO WARRANTY
|
517
|
+
|
518
|
+
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
519
|
+
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
520
|
+
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
521
|
+
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
522
|
+
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
523
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
524
|
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
525
|
+
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
526
|
+
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
527
|
+
|
528
|
+
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
529
|
+
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
530
|
+
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
531
|
+
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
532
|
+
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
533
|
+
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
534
|
+
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
535
|
+
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
536
|
+
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
537
|
+
DAMAGES.
|