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

59 Коммитов

Автор SHA1 Сообщение Дата
Alexander Smirnov ec4418e43f + Fixed ZoomControl::Zoom property bug on empty content window resize [WPF, METRO]
+ Added new showcase example: Templates/Graph editor [WPF]
+ Optimized showcase app media files
2015-01-26 23:07:50 +03:00
Alexander Smirnov bd2813d1fa + Added support method GraphArea::GetVertexControlAt(Point position) to get VC by coordinates [METRO, WPF]
+ Fixed annoying data binding error in ZoomControl slider binding [METRO, WPF]
+ Fixed ZoomControl unresponsivness after startup (prev needed to change zoom/translation first to work fine) [WPF,METRO]

!Breaking changes
+ Renamed and changed to Enum - ZoomControl::UseAbsoluteZoomOnMouseWheel to MouseWheelZoomingMode [METRO, WPF]
2015-01-26 16:54:34 +03:00
Alexander Smirnov 6e7fee3f1c RELEASE 2.1.7
+ Added new ShowcaseApp.WPF with mostly the same functionality as before but in a new nutshell and with refactored code. Expect new showcases soon.

+ Added some new exceptions for GraphArea on invalid or insufficient data [WPF,METRO]
+ Addded automatic default params generation for GXLogicCore if default algorithm was changed and default params property is null
+ Fixed async calc not being aborted on invalid data (can cause crash) [WPF,METRO]
+ Implemented VertexControl::ShowLabel property as dependecy for templating purpose [WPF]
+ Fixed vertex label display [WPF]
+ Implemented IOverlapRemovalParameters properties setters to be able to change params easily[ALL]
+ Made EdgeBase::RoutingPoints property virtual in case you want to override it and add custom serialization attributes (as was the issue with YAXLib)[ALL]

!Breaking changes
+ Renamed VertexControl::MathShape property to VertexShape for template bindings to work [WPF, METRO]
+ Removed YAXLib project from solution and its dependencies from GraphX projects except showcase project. This will make GraphX independent from this 3rd party lib. [WPF]
  The cost is that there is no built in FileServiceProvider anymore but you can easily create your own using provided interface or use YAXLib example from showcase app.
  One less additional dll file :)
2015-01-20 15:38:35 +03:00
Alexander Smirnov 5fc871478c + 2.1.7 fixes 2015-01-19 14:14:50 +03:00
Alexander Smirnov 191d1e2bc0 Version 2.1.6 see Documents/changelog.txt 2015-01-15 11:52:13 +03:00
Alexander Smirnov 248cd9aeef + METRO: Fixed edge labels placement w/o edge routing 2014-12-24 22:35:22 +03:00
Alexander Smirnov 98768c62cc RELEASE 2.1.5 WIP
+ Added selective vertex and edge support for calculations. Use SkipProcessing property on vertex or edge data object to include/exclude in calculations and visualization.
	Works only in WPF version.
+ Changed CopyToBidirectionalGraph() extension method
+ Fixed rectangular selection logic
+ Some code refactoring
2014-12-16 18:37:13 +03:00
Alexander Smirnov 67f909ad75 GraphX METRO sources reupload
+ Fixed platform settings
2014-10-28 00:45:24 +04:00
Alexander Smirnov 3dd1c6b3e4 v 2.1.3 see changelog.txt for changes
Introduced BETA metro support
2014-09-16 18:14:01 +04:00