mcyph
|
ff309ee781
|
conversions to typescript and type fixes
|
2021-06-13 22:29:29 +10:00 |
mcyph
|
960813ca1b
|
conversions to typescript and type fixes
|
2021-06-13 16:13:43 +10:00 |
mcyph
|
29fff201da
|
cleanups, and started preferring for ... of loops over for (i=0; ... when feasible
|
2021-06-07 21:10:38 +10:00 |
mcyph
|
9d2e144637
|
started refactoring+reorganising core to not have mx prefix, and breaking up mxGraph into smaller classes for easier maintenance
|
2021-06-06 23:15:04 +10:00 |
mcyph
|
f76a172cae
|
started refactoring+reorganising core to not have mx prefix, and breaking up mxGraph into smaller classes for easier maintenance
|
2021-06-06 23:04:44 +10:00 |
mcyph
|
8d16eafd80
|
started refactoring+reorganising core to not have mx prefix, and breaking up mxGraph into smaller classes for easier maintenance
|
2021-06-06 14:23:36 +10:00 |
mcyph
|
11b3c1cf15
|
type fixes
|
2021-06-05 20:35:12 +10:00 |
mcyph
|
29725cebc1
|
type fixes
|
2021-06-05 20:14:01 +10:00 |
mcyph
|
55be71c4ef
|
Merge remote-tracking branch 'junsik/development'
# Conflicts:
# packages/core/src/atomic_changes/mxSelectionChange.ts
# packages/core/src/view/cell/mxCell.ts
# packages/core/src/view/cell/mxCellArray.ts
# packages/core/src/view/connection/mxMultiplicity.ts
# packages/core/src/view/graph/mxGraph.ts
# packages/core/src/view/graph/mxGraphModel.ts
|
2021-06-05 17:48:31 +10:00 |
mcyph
|
40d12f9745
|
removed ts check comments which match and converted mxCell[] references to mxCellArray
|
2021-06-05 17:24:20 +10:00 |
Junsik Shim
|
7167617f04
|
Merge branch 'development' of https://github.com/jsGraph/mxgraph into development
|
2021-05-14 13:42:54 +09:00 |
Junsik Shim
|
14ce27e49e
|
- Export each constants in mxConstants.
- Converting JS files to TS.
|
2021-05-14 13:42:49 +09:00 |
Jon Gadsden
|
8f4d3dec1d
|
fix(docs) Update docs value for mxForceIncludes variable
|
2021-05-12 15:50:32 +01:00 |
Jon Gadsden
|
4e3c92bf34
|
Add Pull-Request template
|
2021-05-11 10:07:18 +01:00 |
Pierre Péronnet
|
f82cf1a83e
|
fix(docs) Update default value for mxForceIncludes variable
Signed-off-by: Pierre Péronnet <pierre.peronnet@corp.ovh.com>
|
2021-05-11 09:53:08 +02:00 |
Jon Gadsden
|
90eadc9533
|
create code of conduct
|
2021-05-11 08:29:33 +01:00 |
Jon Gadsden
|
a659cce166
|
move pull request template to correct directory
|
2021-05-11 07:18:59 +01:00 |
Jon Gadsden
|
db3b408d09
|
Add Pull-Request template
|
2021-05-11 07:10:35 +01:00 |
Jon Gadsden
|
f1e9707a49
|
create code of conduct
|
2021-05-11 06:59:18 +01:00 |
Junsik Shim
|
92e4970cca
|
Converting to TS.
|
2021-05-08 20:02:13 +09:00 |
Junsik Shim
|
57b118f893
|
Merge pull request #31 from mcyph/master
removed all mxConstants.STYLE_* references, now referring to keys directly
|
2021-05-08 20:01:25 +09:00 |
Junsik Shim
|
846f20335c
|
Converted js files to ts.
|
2021-05-04 23:29:44 +09:00 |
mcyph
|
40d5834b7c
|
bugfixes
|
2021-05-03 00:06:49 +10:00 |
mcyph
|
7cac8a2a86
|
bugfixes
|
2021-05-02 23:59:43 +10:00 |
mcyph
|
fe7ac7e84d
|
bugfixes
|
2021-05-02 23:56:17 +10:00 |
mcyph
|
707605cedd
|
removed all mxConstants.STYLE_* references, now referring to keys directly
|
2021-05-02 16:04:34 +10:00 |
Dave Morrissey
|
e976ab30dd
|
Merge pull request #27 from junsikshim/development
Removed mxUtils' indexOf(), bind(), and forEach().
|
2021-04-30 22:41:48 +10:00 |
Junsik Shim
|
6658ff658f
|
- Exports everything in mxConstants separately.
|
2021-04-30 20:05:49 +09:00 |
Junsik Shim
|
aef7586beb
|
- Removed unused imports.
|
2021-04-27 21:52:02 +09:00 |
Junsik Shim
|
c5899e0955
|
- Removed mxUtils.indexOf().
|
2021-04-27 21:40:09 +09:00 |
Junsik Shim
|
654736d23d
|
- Removed mxUtils.bind().
|
2021-04-27 21:23:17 +09:00 |
Junsik Shim
|
cf437a9b6f
|
Merge pull request #26 from mcyph/master
Moved list operations from mxGraphModel to mxCells, some calls in mxGraph to mxCell, bugfixes
|
2021-04-26 19:11:55 +09:00 |
mcyph
|
2bcacecc7e
|
various bugfixes
|
2021-04-25 20:47:53 +10:00 |
mcyph
|
b7c46c06a7
|
Merge remote-tracking branch 'upstream/development'
# Conflicts:
# src/pages/connections/HelloPort.js
# src/pages/dnd_copypaste/Clipboard.js
# src/pages/effects/Morph.js
# src/pages/events/Boundary.js
# src/pages/layout/AutoLayout.js
# src/pages/layout/SwimLanes.js
# src/pages/layout/Tree.js
# src/pages/printing/PageBreaks.js
# src/pages/shapes_stencils/Shape.js
# src/pages/shapes_stencils/Stencils.js
# src/pages/styles/HoverStyle.js
# src/pages/styles/Stylesheet.js
# src/pages/windows/Windows.js
# src/pages/xml_json/FileIO.js
# src/pages/xml_json/JsonData.js
# src/pages/xml_json/UserObject.js
# src/pages/zoom_offpage/OffPage.js
# src/public/editors/config/editor-commons.xml
# src/public/map-background/map-background.html
|
2021-04-25 18:11:00 +10:00 |
Dave Morrissey
|
b33804e00e
|
Merge pull request #25 from junsikshim/examples
Converted all the examples for '@mxgraph/html'.
|
2021-04-25 18:10:36 +10:00 |
mcyph
|
5f24ea91f5
|
Merge remote-tracking branch 'upstream/development'
|
2021-04-25 18:08:19 +10:00 |
mcyph
|
e218a6e567
|
Merge remote-tracking branch 'origin/master'
|
2021-04-25 18:07:43 +10:00 |
mcyph
|
7409ea5ee0
|
changed graph.model.beginUpdate to graph.batchUpdate
|
2021-04-25 17:40:22 +10:00 |
mcyph
|
6f9c47802b
|
moved calls isCellCollapsed and others from mxGraph to mxCell
|
2021-04-25 17:22:00 +10:00 |
Junsik Shim
|
e95ab5679d
|
- Add more images.
- Convert the rest examples.
- src/ is removed.
|
2021-04-25 12:39:40 +09:00 |
mcyph
|
f8d762c849
|
started moving batch operations on arrays of mxCells to mxCells.ts from mxGraphModel.ts
|
2021-04-25 13:04:22 +10:00 |
mcyph
|
6191c9944d
|
changed mxGraph.getCellGeometry(cell) calls to be cell.getGeometry() directly
|
2021-04-25 12:12:27 +10:00 |
Junsik Shim
|
b5b12a225a
|
- Add more images.
- Convert more examples.
|
2021-04-24 21:33:15 +09:00 |
Junsik Shim
|
f673a59dc6
|
- Fix a bug.
|
2021-04-24 21:33:07 +09:00 |
Junsik Shim
|
9bdf0aac08
|
- Convert more examples.
|
2021-04-24 21:33:07 +09:00 |
Junsik Shim
|
59e39cb312
|
- Convert more examples.
|
2021-04-24 21:32:54 +09:00 |
Junsik Shim
|
8c3afdfc77
|
- Add images for the examples.
- Convert more examples to storybook.
|
2021-04-24 21:32:54 +09:00 |
Junsik Shim
|
1d05e161c9
|
- Add css support in storybook.
- Add icons to mxgraph.
- Convert some examples to storybook.
|
2021-04-24 21:30:30 +09:00 |
Junsik Shim
|
def8468d64
|
Merge pull request #24 from mcyph/master
Made calls go directly to mxCell rather than through mxGraphModel in many cases
|
2021-04-24 21:26:03 +09:00 |
Dave Morrissey
|
a3ae5d9fb6
|
bugfix
|
2021-04-19 21:30:50 +10:00 |