1.10.1.1 release

development
David Benson 2012-06-08 08:26:08 +01:00
parent eb202a718c
commit f7a29b014f
126 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
mxgraph
=======
mxGraph is a fully client side JavaScript diagramming library. It licensed under the non-commercial CC, http://creativecommons.org/licenses/by-nc-sa/3.0/.
mxGraph is a fully client side JavaScript diagramming library. It is licensed under the non-commercial CC, http://creativecommons.org/licenses/by-nc-sa/3.0/.
For more details see http://www.jgraph.com/mxgraph.html.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

0
javascript/src/js/editor/mxDefaultKeyHandler.js Normal file → Executable file
View File

0
javascript/src/js/editor/mxDefaultPopupMenu.js Normal file → Executable file
View File

0
javascript/src/js/editor/mxDefaultToolbar.js Normal file → Executable file
View File

0
javascript/src/js/editor/mxEditor.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxCellHighlight.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxCellMarker.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxCellTracker.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxConnectionHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxConstraintHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxEdgeHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxElbowEdgeHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxGraphHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxKeyHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxPanningHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxRubberband.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxSelectionCellsHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxTooltipHandler.js Normal file → Executable file
View File

0
javascript/src/js/handler/mxVertexHandler.js Normal file → Executable file
View File

0
javascript/src/js/index.txt Normal file → Executable file
View File

0
javascript/src/js/io/mxCellCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxChildChangeCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxCodecRegistry.js Normal file → Executable file
View File

0
javascript/src/js/io/mxDefaultKeyHandlerCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxDefaultPopupMenuCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxDefaultToolbarCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxEditorCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxGenericChangeCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxGraphCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxGraphViewCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxModelCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxObjectCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxRootChangeCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxStylesheetCodec.js Normal file → Executable file
View File

0
javascript/src/js/io/mxTerminalChangeCodec.js Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
javascript/src/js/layout/mxCircleLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxCompactTreeLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxCompositeLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxEdgeLabelLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxFastOrganicLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxGraphLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxParallelEdgeLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxPartitionLayout.js Normal file → Executable file
View File

0
javascript/src/js/layout/mxStackLayout.js Normal file → Executable file
View File

0
javascript/src/js/model/mxCell.js Normal file → Executable file
View File

0
javascript/src/js/model/mxCellPath.js Normal file → Executable file
View File

0
javascript/src/js/model/mxGeometry.js Normal file → Executable file
View File

0
javascript/src/js/model/mxGraphModel.js Normal file → Executable file
View File

0
javascript/src/js/mxClient.js Executable file → Normal file
View File

0
javascript/src/js/shape/mxActor.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxArrow.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxCloud.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxConnector.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxCylinder.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxDoubleEllipse.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxEllipse.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxHexagon.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxImageShape.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxLabel.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxLine.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxPolyline.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxRectangleShape.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxRhombus.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxShape.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxSwimlane.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxText.js Normal file → Executable file
View File

0
javascript/src/js/shape/mxTriangle.js Normal file → Executable file
View File

0
javascript/src/js/util/mxAnimation.js Normal file → Executable file
View File

0
javascript/src/js/util/mxAutoSaveManager.js Normal file → Executable file
View File

0
javascript/src/js/util/mxClipboard.js Normal file → Executable file
View File

0
javascript/src/js/util/mxConstants.js Normal file → Executable file
View File

0
javascript/src/js/util/mxDictionary.js Normal file → Executable file
View File

0
javascript/src/js/util/mxDivResizer.js Normal file → Executable file
View File

0
javascript/src/js/util/mxEffects.js Normal file → Executable file
View File

0
javascript/src/js/util/mxEvent.js Normal file → Executable file
View File

0
javascript/src/js/util/mxEventObject.js Normal file → Executable file
View File

0
javascript/src/js/util/mxEventSource.js Normal file → Executable file
View File

0
javascript/src/js/util/mxForm.js Normal file → Executable file
View File

0
javascript/src/js/util/mxImage.js Normal file → Executable file
View File

0
javascript/src/js/util/mxLog.js Normal file → Executable file
View File

0
javascript/src/js/util/mxMorphing.js Normal file → Executable file
View File

0
javascript/src/js/util/mxMouseEvent.js Normal file → Executable file
View File

0
javascript/src/js/util/mxObjectIdentity.js Normal file → Executable file
View File

0
javascript/src/js/util/mxPath.js Normal file → Executable file
View File

0
javascript/src/js/util/mxPoint.js Normal file → Executable file
View File

0
javascript/src/js/util/mxPopupMenu.js Normal file → Executable file
View File

0
javascript/src/js/util/mxRectangle.js Normal file → Executable file
View File

0
javascript/src/js/util/mxResources.js Normal file → Executable file
View File

0
javascript/src/js/util/mxSession.js Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More