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 |
mcyph
|
cace21a0a9
|
bugfix for getting cell ancestors
|
2021-04-18 22:21:03 +10:00 |
mcyph
|
b0d978fb8e
|
reverted to using mxCell functions directly rather than through mxGraphModel
|
2021-04-17 22:19:36 +10:00 |
Dave Morrissey
|
233b1fec21
|
Merge pull request #21 from jsGraph/monorepo
Restructure into a monorepo.
|
2021-04-16 13:58:06 +10:00 |
Junsik Shim
|
a22a610096
|
Update readme.md
|
2021-04-15 13:13:13 +09:00 |
Junsik Shim
|
1b0f3d6b9e
|
- Restructure into a monorepo.
- Add Storybook to packages.
- Remove circular dependencies.
|
2021-04-15 13:12:12 +09:00 |
Jon Gadsden
|
441bc9036b
|
default branch name is now 'main'
|
2021-04-15 13:11:48 +09:00 |
Jon Gadsden
|
539c4c0ab3
|
Merge pull request #16 from mcyph/master
refactored to be ES9; converted some files to TypeScript; added documentation from typed-mxgraph
|
2021-04-13 22:06:35 +01:00 |
mcyph
|
dd12715489
|
bugfix for cell validation/invalidation
|
2021-04-11 14:33:07 +10:00 |
mcyph
|
7ae4fda979
|
moved mxCellState to view/cell
|
2021-04-11 13:53:20 +10:00 |
mcyph
|
1f4fed2313
|
bugfixes to xml+json examples
|
2021-04-11 11:22:14 +10:00 |
mcyph
|
3b3799426c
|
removed resources example
|
2021-04-11 11:18:03 +10:00 |
mcyph
|
39d9b29e3c
|
bugfix
|
2021-04-11 10:11:18 +10:00 |
mcyph
|
2f64ff0a36
|
added explanations to example code
|
2021-04-10 20:44:16 +10:00 |
mcyph
|
6205852cac
|
reduced various prototype sharing issues
|
2021-04-10 14:04:32 +10:00 |
mcyph
|
685fe13682
|
jsdoc+typescript type bugfixes
|
2021-04-10 01:25:32 +10:00 |
mcyph
|
090ac052c7
|
jsdoc+typescript type bugfixes
|
2021-04-10 01:06:11 +10:00 |
mcyph
|
ea039138d0
|
auto-added jsdoc definitions from typed-mxgraph to source files
|
2021-04-10 00:23:19 +10:00 |
mcyph
|
f68f62fd5e
|
added jsdoc definitions from typed-mxgraph+script to auto-add them
|
2021-04-10 00:13:15 +10:00 |
mcyph
|
442918e33f
|
minor bugfix
|
2021-04-09 22:52:15 +10:00 |
mcyph
|
f38e0b719d
|
moved class docs and constructors to top of files
|
2021-04-09 22:50:22 +10:00 |
mcyph
|
533b2fd4f1
|
bugfixes
|
2021-04-09 17:03:19 +10:00 |
mcyph
|
ea5f2a54fb
|
fixes to SVG canvas and made typescript compile
|
2021-04-09 16:37:00 +10:00 |
mcyph
|
ddf086392c
|
fixes to SVG canvas and made typescript compile
|
2021-04-09 15:46:35 +10:00 |
mcyph
|
c372e77297
|
finished converting most main base modules to typescript+eslint
|
2021-04-09 15:26:04 +10:00 |
mcyph
|
889156b314
|
converting to typescript
|
2021-04-08 20:36:21 +10:00 |
mcyph
|
16060a58bd
|
converting to typescript
|
2021-04-07 22:17:26 +10:00 |
mcyph
|
6d342ccbb3
|
converting to typescript
|
2021-04-07 21:34:54 +10:00 |
mcyph
|
32b49b5563
|
converting to typescript
|
2021-04-07 17:13:56 +10:00 |
mcyph
|
b654d9cb08
|
reorganize directory structure and converting to typescript
|
2021-04-05 19:21:57 +10:00 |
mcyph
|
2f8b2f82f0
|
reorganize directory structure and converting to typescript
|
2021-04-03 21:10:21 +11:00 |
mcyph
|
8a877f5efe
|
reorganize directory structure and converting to typescript
|
2021-04-03 20:58:13 +11:00 |
mcyph
|
1d29e57258
|
reorganize directory structure and converting to typescript
|
2021-04-03 15:32:02 +11:00 |
mcyph
|
e84c441c53
|
reorganize directory structure and converting to typescript
|
2021-04-03 14:33:41 +11:00 |
mcyph
|
15074f0576
|
reorganize directory structure and converting to typescript
|
2021-04-02 17:52:10 +11:00 |
mcyph
|
651c4821e8
|
reorganize directory structure and converting to typescript
|
2021-04-02 14:39:09 +11:00 |
mcyph
|
16ae8bb743
|
reorganize directory structure and converting to typescript
|
2021-04-02 13:08:03 +11:00 |
mcyph
|
589a75cdb5
|
started reorganizing directory structure and converting to typescript
|
2021-03-31 23:55:46 +11:00 |
mcyph
|
77f84bd054
|
started reorganizing directory structure and converting to typescript
|
2021-03-31 20:17:43 +11:00 |
mcyph
|
f499198551
|
fixed codec import problems and reverted mxUtils.getValue() comparisons to use == and !=
|
2021-03-28 00:25:31 +11:00 |
mcyph
|
7eb02061b7
|
made it so all comparisons against mxConstants values use === or !==
|
2021-03-27 19:02:49 +11:00 |