Граф коммитов

  • b0733a260c Rename to Stride netcore Virgile Bello 2020-03-04 21:24:19 +0100
  • c64c260509 .NET Standard Virgile Bello 2019-10-26 02:38:46 +0200
  • 978c1c6b5c Rewrote EdgeControl.Source & Target tracking; previously SizeChanged and PositionChanged callbacks were still bound after Clean() (indirectly due to PropertyChangeNotifier.Dispose() ClearBinding) (#98) Virgile Bello 2018-06-01 18:18:33 +0900
  • 28b42b63ad Rewrote EdgeControl.Source & Target tracking; previously SizeChanged and PositionChanged callbacks were still bound after Clean() (indirectly due to PropertyChangeNotifier.Dispose() ClearBinding) source_target_tracking Virgile Bello 2018-06-01 11:27:25 +0900
  • afd6a53583 Merge remote-tracking branch 'upstream/PCL' into PCL PCL Virgile Bello 2018-06-01 11:08:48 +0900
  • 2975da3c5d Improved graph print logic to work with ulong dimensions instead of int panthernet 2018-04-17 10:09:32 +0200
  • 7c206ede15 Update EdgeControlBase.cs (#96) bleibold 2018-03-25 03:47:38 -0600
  • d498213b78 Update GraphArea.cs (#95) bleibold 2018-03-25 03:47:21 -0600
  • 66b546ef7b + Fix for edge pointers visibility panthernet 2018-03-12 12:18:56 +0100
  • 37a47c6f7a - Fixed label visibility error - Added new edge pointer GetPosition() method panthernet 2018-03-07 23:35:15 +0100
  • ec55ee147f - Implemented multiple labels logic for edges. Now you can display multiple labels across the edge - Added LabelHorizontalOffset property for labels panthernet 2018-02-11 11:40:41 +0100
  • f5b89bc51c Release 2.3.7 panthernet 2018-01-12 17:07:07 +0100
  • ae1a9421ae renamed UWA to UWP (term used now by MS) (#89) George Birbilis 2017-09-16 17:56:49 +0300
  • 9039250105 Fixes binding errors and strange 2x2 pixel displayed on click (#86) RachelTerry 2017-07-23 04:23:17 -0700
  • 552a099ee0 Comparison with field rather than parameter causes crash (#85) jorgensigvardsson 2017-06-06 15:49:26 +0200
  • 18be069681 Bugfix: Must take polymorphic controls into consideration. (#84) jorgensigvardsson 2017-05-31 14:14:37 +0200
  • c56eca82e2 Merge branch 'PCL' of https://github.com/panthernet/GraphX.git panthernet 2017-05-21 14:18:45 +0200
  • deca38d08b Updated changelog panthernet 2017-05-21 14:18:33 +0200
  • f2f9ba0227 RemoveEdge() was not passing the optional removeEdgeFromDataGraph parameter in its call to RemoveEdgeInternal(). As a result, edges were sometimes being regenerated during graph layout, particularly when the last edge was removed from _edgeList and _finishUpRelayoutGraph() was called. (#80) Jon 2017-05-21 04:50:46 -0700
  • 11d1ddd1c4 Parallel edge modifications for connection points (#77) Jon 2017-05-21 04:47:33 -0700
  • 5bb92f961c Merge branch 'PCL' of https://github.com/panthernet/GraphX.git panthernet 2017-05-21 13:38:39 +0200
  • 34cfc2fd40 Fix panthernet 2017-05-21 13:38:30 +0200
  • 0f2eb18e49 Edge Drag (#75) LaborJos 2017-05-21 20:31:42 +0900
  • a963a71821 Rewrote EdgeControl.Source & Target tracking; previously SizeChanged and PositionChanged callbacks were still bound after Clean() (indirectly due to PropertyChangeNotifier.Dispose() ClearBinding) Virgile Bello 2017-02-25 22:25:01 +0900
  • 23ca31e797 Fixing SimpleTree layout algorithm by correctly aligning the vertices. (#76) Edgardo Zoppi 2017-01-05 20:23:36 -0300
  • 6012ed1bf3 Some minor bug fixes and improvements (#74) Edgardo Zoppi 2017-01-03 07:28:07 -0300
  • cd4bc87f45 Changed the edge pointer HideEdgePointerbyEdgeLength and HideEdgePointerOnVertexOverlap implementation to use dependency property coercion so that underlying pointer visibility settings are not overridden. (#73) Jon 2016-12-29 15:13:36 -0800
  • 892e0741e0 - Fixed SimpleTreeLayout vertex sizes supplement panthernet 2016-09-27 11:49:58 +0300
  • dcf6bd5cec +Changelog upd panthernet 2016-09-06 16:46:44 +0300
  • ae60d5e118 + ZoomControl improvements, overall refactoring 2.3.6 panthernet 2016-09-05 13:36:03 +0300
  • 5d80aee72d Fixed an issue with SimpleEdgeRouting start and end points. It was using the upper left of the controls instead of the center, which resulted in an increase in undesirable routing outcomes. (#65) Jon 2016-09-01 00:05:52 -0700
  • f10c7c9708 Implemented Click event on ZoomControl (#64) Jon 2016-09-01 00:04:32 -0700
  • 3f03b4b6d6 + Tweaks, serialization improvement, refactoring panthernet 2016-08-28 17:04:29 +0300
  • ae491a1233 + Update to v2.3.6 WIP panthernet 2016-08-22 11:47:36 +0300
  • 64fd24c4f0 + Fixed ZoomControl dynamic content switch to corectly refresh viewfinder + Some refactoring panthernet 2016-08-22 11:45:52 +0300
  • e7dec38e52 + Excluded UWA project form solution wide build due to cert problem with deployment build panthernet 2016-08-19 14:16:53 +0300
  • ccfce58fd9 + Solution rebuild mod panthernet 2016-08-19 14:09:53 +0300
  • 3a9b4f95bd + Another cert fix for auto deployment panthernet 2016-08-19 14:04:26 +0300
  • 70dee28d90 + cs1591 fix for release and UWA compile freeze fix due VS bug panthernet 2016-08-19 13:33:49 +0300
  • ddcc18e7f1 + Cert rebuild panthernet 2016-08-19 13:23:21 +0300
  • c89dd33569 + Another cert fix panthernet 2016-08-19 12:58:43 +0300
  • 29f43db21a + Some ptrinting mods and cert fix panthernet 2016-08-19 12:55:39 +0300
  • 53009c7289 + Small fix for showcase app 2.3.5 panthernet 2016-08-17 01:37:50 +0300
  • 58d6a9ab02 + Update readme 3 panthernet 2016-08-17 01:09:10 +0300
  • d8e94fe330 + Readme update 2 panthernet 2016-08-17 01:07:53 +0300
  • 0c13ff8256 + Updated readme file panthernet 2016-08-17 01:05:54 +0300
  • ba1def1416 Merge branch 'PCL' of https://github.com/panthernet/GraphX.git panthernet 2016-08-16 21:22:51 +0300
  • a138a6a3d0 + pfx fixes + refactoring panthernet 2016-08-16 21:22:35 +0300
  • e505310916 Remove cast (#61) galakt 2016-08-12 16:28:39 +0200
  • 6ed923d617 - Fixed LogicCore::GetVertexSizeRectangles() method input params and description panthernet 2016-08-12 15:42:29 +0300
  • 2d7175ff40 - Removed GraphArea::EnableWinFormsHostingMode property as it is not needed any more. The WF checks has been automated. panthernet 2016-08-12 12:21:05 +0300
  • c4e7434452 Merge branch 'PCL' of https://github.com/panthernet/GraphX.git panthernet 2016-08-03 00:35:07 +0300
  • 29fdd29f79 - Added new property EdgeControlBase::HideEdgePointerByEdgeLength to be able to hide edge pointers if edge length is less than or equal to the specified value. Off by default (0 value). panthernet 2016-08-03 00:34:56 +0300
  • 0cb1dac67c Update README.md Alexander Smirnov 2016-08-03 00:32:56 +0300
  • 50df3c24bd Update README.md Alexander Smirnov 2016-08-02 23:58:18 +0300
  • ff2b4cac99 Update README.md Alexander Smirnov 2016-08-02 23:55:41 +0300
  • 7761aef8e6 Update README.md Alexander Smirnov 2016-08-02 23:54:56 +0300
  • 672575494b Update README.md Alexander Smirnov 2016-08-02 23:53:42 +0300
  • 9868619e20 Update README.md Alexander Smirnov 2016-08-02 23:50:33 +0300
  • 2f3f64df87 - Fixed incorrect edge pointer position on zero length edge panthernet 2016-08-02 23:40:50 +0300
  • 1406eeec8b Merge branch 'PCL' of https://github.com/panthernet/GraphX.git panthernet 2016-07-18 02:51:50 +0300
  • 3c21362c99 + Refctoring pass panthernet 2016-07-16 17:38:50 +0300
  • 932f5d15b4 Update README.md Alexander Smirnov 2016-07-15 12:01:23 +0300
  • 089f9d9e17 - Certificates update panthernet 2016-07-15 10:52:18 +0300
  • fba393bafa Update README.md Alexander Smirnov 2016-07-15 10:31:00 +0300
  • 3cbe0dbe1b - Fixed Avalon Dock interaction which caused strange exception by skipping ZooomControl viewfinder unnecessary refresh pass in some cases panthernet 2016-07-09 15:28:35 +0300
  • 75a337a208 - Moved code extensions to GraphX.PCL.Common library thus eliminating the need for GraphX.PCL.Logic for *.Controls libraries panthernet 2016-07-07 12:22:37 +0300
  • 1438cf7308 another changelog fix panthernet 2016-06-23 02:55:49 +0300
  • 2c969d3d4d + log fix panthernet 2016-06-23 02:51:35 +0300
  • cfb555a98f + Added graph data filters feature and showcase example panthernet 2016-06-23 02:49:17 +0300
  • d3ad6d524a Provide an option to modify snap behavior globally (#57) Jon 2016-06-16 07:42:15 -0700
  • cb8556a510 Readme actualization panthernet 2016-06-10 13:30:37 +0300
  • ffa5e7ed10 Added new awesome vertex snapping feature on vertex drag Some UWA fixes panthernet 2016-06-10 13:07:51 +0300
  • cdae82ca7b Drag selection, edge dragging, GraphArea control click events (#56) Jon 2016-06-10 02:32:47 -0700
  • 10232ed1bb Added VertexControl::VCPRoot property whcih represents the VCP root container for easier runtime VCP management panthernet 2016-06-09 12:22:00 +0300
  • 0ac3cb6df5 Merge branch 'PCL' of https://github.com/panthernet/GraphX.git panthernet 2016-06-02 12:20:53 +0300
  • 7c881e1a74 Fixed external alg vertex sizes grab logic (thanks to ValentinMarinov) panthernet 2016-06-02 12:20:43 +0300
  • 2bcee9387d Merge pull request #54 from galakt/PCL Alexander Smirnov 2016-06-02 12:19:06 +0300
  • dc8be92957 First step to C#6 Vadim Galaktionov 2016-06-02 11:43:12 +0300
  • 479e4afbe2 Fixed one vertex ISOM algorithm exception (thanks to jorgensigvardsson) panthernet 2016-06-02 01:42:39 +0300
  • e8fac04154 Merge branch 'PCL' of https://github.com/panthernet/GraphX.git panthernet 2016-06-02 01:35:11 +0300
  • 285c13c931 Misc tweaks to the core definitions panthernet 2016-06-02 01:34:51 +0300
  • 695cf3a98d Merge pull request #51 from xe7485/patch-1 Alexander Smirnov 2016-04-21 06:06:03 +0300
  • 0a684cbffc Update EdgeControlBase.cs xe7485 2016-04-20 12:47:26 -0300
  • bcb1efdc04 - Fixed LinLog negative energy issue (thanks to Katya) panthernet 2016-04-03 14:31:20 +0300
  • 2a4b75620a Fix for winforms example edge labels panthernet 2016-04-02 14:17:07 +0300
  • 32384552f2 Merge pull request #47 from perturbare/patch-Size-and-Rect-constructor-exceptions Alexander Smirnov 2016-02-17 01:59:55 +0300
  • 8bea52f7c7 - Fixed edge label positioningm now it is more accurate for pathed edges panthernet 2016-02-16 02:00:38 +0300
  • cf917ff496 Modifications to prevent negative numbers passed to Size and Rect constructors. Modifications to prevent information loss when throwing GX_GeneralException. perturbare 2016-02-15 14:47:44 -0800
  • 29ba1c84ad - Improved algorithm factory logic to avoid graph type cast exceptions in some class declaration cases panthernet 2016-02-16 00:00:08 +0300
  • a3cbab9998 - Added StateStorage::ImportState() method to allow state import/export logic between several graphs - Added GraphArea::IsDisposed property that indicated that GraphArea object has been disposed and shouldn't be used anymore - Added GraphArea::CreateNewStateStorage() protected method to be able to implement custom state storage logic for GraphArea - Made StateStorage class extensible by adding virtual modifiers to methods panthernet 2016-02-04 15:18:32 +0300
  • 585a26b4df RELEASE 2.3.3 panthernet 2016-01-18 23:55:08 +0300
  • 2ee9802889 - Exposed internal PrintHelper class with new CalculateEstimatedDPI() method which can calculate DPI required for image export based on specified criterias - Fixed arrows display issue when printing 2.3.3 panthernet 2016-01-18 23:49:40 +0300
  • fd13c129f2 Merge branch 'PCL' of https://github.com/panthernet/GraphX.git 2.3.2.1 panthernet 2016-01-15 01:09:20 +0300
  • d11c35da6d + Service Release 2.3.2 panthernet 2016-01-15 01:02:55 +0300
  • a04936be8f Update README.md 2.3.2 Alexander Smirnov 2016-01-14 12:39:16 +0300
  • 3d50417568 Update README.md Alexander Smirnov 2016-01-14 11:54:44 +0300
  • 59bae3867f + Version 2.3.1 Release 2.3.1 panthernet 2016-01-14 01:55:56 +0300
  • 4686030ddd + Fixed METRO version build panthernet 2016-01-13 18:26:53 +0300
  • 291c541421 + More ZoomControl fixes (hopefuly final) panthernet 2016-01-13 15:55:38 +0300