Commit Graph

655 Commits (f09abdf53a77759555b027e4eaaad470f0b44373)

Author SHA1 Message Date
Dave Morrissey bd70a74074 workarounds for node 17 2021-11-27 17:51:03 +11:00
Dave Morrissey c9753a2691 update packages and remove circular dependancies 2021-11-27 17:17:08 +11:00
Gary Kaganas 07d1b628ec fix(mxClient) Fixes NO_FO (foreignObject support is not available) test 2021-11-09 14:09:08 -05:00
Junsik Shim 74b67a60a4 Fixed some errors. 2021-10-20 10:28:27 +09:00
Junsik Shim 70f35a36ee Formatted some codes. 2021-10-18 16:58:40 +09:00
Junsik Shim 5242e3dbc3 Fixed edgestyle bug. 2021-10-18 10:40:21 +09:00
Junsik Shim 74fb23eb4e Fix Anchors story. 2021-10-18 10:22:04 +09:00
Junsik Shim 570dfaab7b Fix Anchors story. 2021-10-18 10:21:31 +09:00
Junsik Shim 88eee80173 Fixing stories... 2021-09-13 08:57:22 +09:00
Junsik Shim eda54946bb Fixing stories... 2021-09-12 23:39:02 +09:00
Junsik Shim e3562c8a08 Fixing stories... 2021-09-10 14:17:59 +09:00
Junsik Shim 4a624db9f7 Trying to run HelloWorld... 2021-09-09 14:40:34 +09:00
Junsik Shim a7429b2a54 Trying to run HelloWorld... 2021-09-09 10:14:59 +09:00
Junsik Shim 65d800d5be Trying to run HelloWorld... 2021-09-08 10:05:28 +09:00
Junsik Shim 2482ec10e9 Trying to run HelloWorld... 2021-09-07 21:21:22 +09:00
Junsik Shim bdc50a9f48 Refactored everything... 2021-09-07 18:07:27 +09:00
Junsik Shim 4316d4f5e5 - Trying to get the stories working... 2021-09-01 23:04:33 +09:00
Junsik Shim 0adb9fa1d3 - Refactored the stories for storybook to work 2021-08-30 23:20:26 +09:00
Junsik Shim 61648e43ce - Converting *Handlers into plugins.
- Keep resolving errors.
2021-08-30 18:45:01 +09:00
Junsik Shim 648e324cc0 - Converting *Handlers into plugins.
- Keep resolving errors.
2021-08-09 09:34:19 +09:00
Junsik Shim c89ce4cea4 Merge branch 'mcyph-graph-refactor' of https://github.com/jsGraph/mxgraph into mcyph-graph-refactor 2021-08-01 11:26:49 +09:00
Junsik Shim bc400a3ae3 - Converted Graph* classes into mixins.
- Created MaxGraph type to expose.
- CellStateStyles is now more concrete.
- More compiler errors are resolved.
2021-08-01 11:21:57 +09:00
Dave Morrissey 6dd7e4f96d
Merge pull request #52 from mcyph/master
updated references to utils functions
2021-07-31 20:49:08 +10:00
mcyph 7cc56f30e9 replaced references to `bind` with arrow functions 2021-07-31 20:00:28 +10:00
mcyph 62c9dd8e34 fixed utils references 2021-07-31 19:55:25 +10:00
Dave Morrissey 061ff34917
Merge pull request #1 from maxGraph/mcyph-graph-refactor
Mcyph graph refactor
2021-07-31 15:13:20 +10:00
Junsik Shim 49b307a557 Refactored more.
- image-related classes
 - event-related classes
2021-07-24 10:33:24 +09:00
Junsik Shim 0453da274f Refactored all the shapes.
- removed nullable fields.
 - removed getValue() calls.
 - CellStateStyles is explicit.
2021-07-23 14:26:59 +09:00
Dave Morrissey 6f99937cdb
Merge pull request #49 from mcyph/master
Convert more files to typescript
2021-07-12 22:22:31 +10:00
mcyph 92e446acb2 conversions to typescript and type fixes 2021-07-12 22:13:45 +10:00
mcyph 0c6b765cac conversions to typescript and type fixes 2021-06-27 23:01:35 +10:00
mcyph 288ba10cf0 conversions to typescript and type fixes 2021-06-27 17:23:33 +10:00
Dave Morrissey 6a159dcc46
Merge pull request #48 from mcyph/master
separate graph into smaller modules
2021-06-13 22:38:19 +10:00
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