155 Commits

Author SHA1 Message Date
Oleg Sh
43a4b44a22 Change script location.
Split js code.
Added cache and changed loading mechanism for js sources.
2023-11-06 19:16:50 +02:00
Oleg Sh
6f477f1e94 Added background image support 2023-10-21 12:08:07 +02:00
Oleg Sh
bde505c98e Add version for script. 2023-09-09 15:42:44 +02:00
Oleg Sh
4d3085baa5 Add Max Clique algorithm. 2023-09-07 22:06:35 +02:00
Oleg Sh
b6065ef901 Add save edge and reuse it. 2023-01-07 19:59:48 +02:00
Oleg Sh
168a851b75 Fix bugs with connection edges. 2022-12-17 22:19:37 +02:00
Oleg Sh
0c26400c6c Add snowflake vertex shape 2022-12-17 21:55:33 +02:00
suchatad
4c82311e36 Replace onmousewheel event 2022-11-18 16:54:19 +01:00
Oleg Sh
4b82685aaa Add creating graph using Edge List. 2022-09-18 13:19:53 +02:00
Oleg Sh
abc9165de2 Fix text box vertex style 2022-07-24 18:59:04 +02:00
Ivan Ponomarev
4b6c18621b
Merge branch 'UnickSoft:master' into master 2022-07-16 15:44:39 +05:00
Oleg Sh
f3f54b6646 Fix self loop edges visualisation. 2022-07-14 21:24:17 +02:00
Ivan
43a64016f2 Textbox HitTest fixed, new GetTextboxPoints optimised 2022-07-13 23:40:47 +05:00
Ivan
d53cf4db0a New vertex shape proposal - textbox 2022-07-13 22:59:55 +05:00
Ivan
a4c99c8dc4 You can now change loop size 2022-07-11 20:50:38 +05:00
Ivan
87ef9dbe43 Vertexes -> Vertices pt2 2022-07-11 16:00:52 +05:00
Ivan
835911ad04 Major grammar and typo fixes 2022-07-10 21:54:45 +05:00
Ivan
964f1e5723 Zoom in to the cursor position - more intuitive 2022-07-10 01:21:04 +05:00
Oleg Sh
59b01bec36 Add export graph to svg 2022-07-02 13:42:20 +02:00
Oleg Sh
194715260d Add special actions for edges. 2022-05-15 22:02:14 +02:00
Oleg Sh
18eac65c92 Fix context menu for some cases. 2022-05-14 16:18:45 +02:00
Oleg Sh
1d21cc3727 Add longest path algorithm. 2022-03-20 19:59:40 +02:00
Oleg Sh
06a0167581 Fix renaming vertexes. 2022-03-10 20:03:57 +02:00
Oleg Sh
e4eed18568 Fix context menu. 2022-03-09 20:19:34 +02:00
Oleg Sh
02ee85a6e7 Added context menu. 2022-03-08 14:20:19 +02:00
Oleg Sh
5ae3760ba8 Add output path for find all paths. 2022-03-06 22:37:02 +02:00
Oleg Sh
a60535dd6e Fix distance matrix 2022-03-06 21:19:17 +02:00
Oleg Sh
1eaa035cc5 Fix edges on create graph from matrix. 2022-03-06 21:06:01 +02:00
Oleg Sh
5147afe86e Fix graphonline scrint loading. 2022-02-13 11:57:30 +02:00
Oleg Sh
430e6a80be Changed algorithms menu design. 2022-02-12 20:16:40 +02:00
Oleg Sh
469db873e4 Fix wrong id for edges. 2022-02-02 20:49:01 +02:00
Oleg Sh
bc282b4a58 Hide yandex adv in fullscreen. 2022-01-30 17:01:44 +02:00
Oleg Sh
61a9d321ac Up version. Add version for algorithms. 2021-12-08 21:56:29 +02:00
Oleg Sh
513fb80a0c Add Emsctipted implementation for algorithm. 2021-12-08 21:48:50 +02:00
Oleg Sh
b674a7abb7 Add enum from zero.
Fix page title
Fix font for dialogs.
2021-12-01 21:09:02 +02:00
Oleg Sh
63a0cef6cc Add algorithm to find all shortest paths from one vertex to another. 2021-11-11 20:53:29 +02:00
Oleg Sh
dc6c90991e Added find all patches algorithm. 2021-09-29 21:10:14 +02:00
serd2011
0a294c1720 Added use of locale inColoring algorithm 2021-09-19 19:05:44 +03:00
serd2011
56ab95df40 Added use of locale in Graph Reorder algorithm 2021-09-19 18:59:11 +03:00
serd2011
92dd7751e3 Added use of locale in Modern Graph Style algorithm 2021-09-19 18:58:33 +03:00
serd2011
164a2818f0 Added use of locale in Vertices Degree algorithm 2021-09-19 18:43:19 +03:00
serd2011
c145c53ec8 Added use of locale in Radius and Diameter algorithm 2021-09-19 18:27:12 +03:00
serd2011
50eda744d6 Fixed missprint in radius and diameter algorithm in Russian 2021-09-16 02:14:13 +03:00
Oleg Sh
112e2b37ae Add global undo for graph 2021-07-17 21:53:21 +02:00
Oleg Sh
a2fcf74998 Add select style for group selection. 2021-06-27 14:47:43 +02:00
Oleg Sh
1de5a3128b Up max vertex number 2021-06-16 21:38:26 +02:00
Oleg Sh
320de9f399 Fix loading old graphs. 2021-06-15 20:47:01 +02:00
Oleg Sh
1b3d8d72bc Change create edge dialog. 2021-06-13 18:40:56 +02:00
Oleg Sh
5076ba07c5 Fix search Eulerian path/loop if graph has separate nodes. 2021-06-12 16:07:37 +02:00
Oleg Sh
89ad081919 Add presets for color
Add select style for all selected styles.
2021-05-04 12:13:27 +02:00