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

123 Коммитов

Автор SHA1 Сообщение Дата
Oystein Bjorke 546db2da90 Fix CodeGenerator exception for types without parameterless ctor (#573)
Add tests to generate code for all examples in example library.
A null exception on ScatterSeries is also fixed.
2015-09-11 13:30:09 +02:00
cclarke a14d65ef38 Fixed issue where a tap would transition PanZoomGestureRecognizer to Ended rather than Failed, firing a TouchCompleted for a touch that never started (and interfering with other gesture recognizers that the application might have added, e.g. a UITapGestureRecognizer) 2015-07-31 10:49:39 -07:00
Matthew Leibowitz ac610a2324 Fix for Xamarin platform NuGets in VS fixes oxyplot/oxyplot#533 2015-07-22 17:27:31 +02:00
Oystein Bjorke 7740c2be4b Merge pull request #534 from sevoku/add-gtk3-support
Add Gtk3 support
2015-07-17 00:12:02 +02:00
Vsevolod Kukol c54f17c616 Add GtkSharp3 to AppVeyor builds 2015-07-10 13:50:41 +02:00
Geert van Horrik 1376cc5bb2 Merge branch 'develop' of https://github.com/oxyplot/oxyplot into pr/collectionchanged 2015-07-08 15:38:26 +02:00
Geert van Horrik e946976da3 Added ElementCollection.CollectionChanged event including unit tests 2015-07-08 15:37:07 +02:00
Vsevolod Kukol 89097bce51 Add GtkSharp NET40 compat configuration 2015-07-07 13:05:41 +02:00
Thomas Ibel 401d44bcd2 This PlotModel is already in use by some other PlotView control. (#497) 2015-07-01 10:00:25 +02:00
Thomas Ibel 084fde16ff add SL5 projects to other solutions and nuget package 2015-06-27 13:13:32 +02:00
cclarke 620d277303 Fixed TouchesCancelled not removing canceled touches, preventing new touches from being recognized (#512). 2015-06-25 16:17:05 -07:00
Matthew Leibowitz 60e7f088e2 Fixes for the NuSpec so that they can be packaged on Mac OS 2015-06-25 01:59:49 +02:00
Thomas Ibel ec34edcf0f re-format usings 2015-06-22 18:30:19 +02:00
cclarke 2974c6e734 Fixed issue where the PanZoomGestureRecognizer was keeping the PlotView from being garbage collected. (also fixed similar issue with event handler in GraphViewController, so that the PlotView change could be observed using the example browser with HeapShot) 2015-06-20 01:54:53 -07:00
Thomas Ibel 238ffb8506 update Xamarin.Forms for Windows Universal support (#461) 2015-04-30 19:49:13 +02:00
Thomas Ibel 956e9de945 Remove OxyPlot.Windows from Xamarin.Forms package 2015-04-23 06:22:22 +02:00
Thomas Ibel fd88c14f4a update Xamarin.Forms 1.4.2.6355 2015-04-22 21:54:20 +02:00
Thomas Ibel c5cc370c05 fix for other platforms too 2015-04-22 21:42:12 +02:00
Thomas Ibel f3293cd539 fix Xamarin iOS PlotViewRenderer crash #458 2015-04-22 21:42:00 +02:00
Oystein Bjorke 9de17a623c Rename OxyPlot.WindowsUniversal to OxyPlot.Windows (#242) 2015-04-17 09:07:58 +02:00
Oystein Bjorke e8294d01db Update paths in Xamarin.Mac nuspec file 2015-04-15 22:24:21 +02:00
Oystein Bjorke 6bf1c4d226 Fix Xamarin.Mac build errors 2015-04-15 22:08:45 +02:00
Oystein Bjorke 76b6236d5f Correct output path in iOS nuspec file 2015-04-15 21:37:06 +02:00
Thomas Ibel 57aef3c502 fix some line intend 2015-04-11 12:29:44 +02:00
Thomas Ibel ac4e0895a3 add missing OxyPlot.Xamarin.Forms assembly to each platform 2015-04-11 12:13:35 +02:00
Thomas Ibel 0d69134da9 update xamarin packages to use same folders as windows packages 2015-04-11 12:12:42 +02:00
Thomas Ibel 7973427d1e Android: support API level 15 for Xamarin.Forms 2015-04-07 22:30:56 +02:00
Thomas Ibel f984f3998b update portable xamarin projects to package Profile259 2015-04-07 22:06:57 +02:00
Thomas Ibel d8e4a42f6d update xamarin.forms to 1.4.1 2015-04-07 21:45:58 +02:00
Thomas Ibel 963b1dede5 Attaching/detaching PlotView/Model in Model setter (#338). 2015-03-28 16:31:15 +01:00
Oystein Bjorke 04154fe7c2 Change nuspec relative paths 2015-03-28 12:05:28 +01:00
Thomas Ibel c4ccbf0165 change Xamarin.Forms to depend on each mobile package directly instead of using OxyPlot.Mobile 2015-03-28 10:26:21 +01:00
Thomas Ibel 723014a50b add license and readme to all packages 2015-03-28 10:25:40 +01:00
cclarke d2feac52a8 PanZoomGestureRecognizer no longer intercepts touches intended for other overlapping views. #400 2015-03-08 19:57:27 -07:00
Matthew Leibowitz f3395965f0 Specifying the Mobile NuGet only on platforms
- not supported in PCL
 - specify version number for Xamairn.Forms
2015-02-16 23:50:12 +02:00
Oystein Bjorke 692cfbcb7d iOS/PanZoomGestureRegonizer: Fix StyleCop errors. Link instead of duplicating code. 2015-02-14 11:32:43 +01:00
Oystein Bjorke 225fccb45d Correct OxyPlot.Xamarin.Forms.Platform.WP8 output path 2015-02-14 11:13:14 +01:00
Matthew Leibowitz 808d8e7a5e Changed the XML doc extension casing so that they will be packaged into the NuGet
- for some reason the upper case files aren't included
2015-02-13 16:41:05 +02:00
Oystein Bjorke 5c17e08326 Update Xamarin.Forms references to version 1.3.3.6323 2015-02-13 13:13:58 +01:00
Oystein Bjorke 636ba51461 Merge pull request #362 from mattleibow/update-xamarin-nugets
Update Xamarin NuGet
2015-02-11 23:10:29 +01:00
Matthew Leibowitz e2f58b67e4 Updated the Xamarin.Forms NuGet 2015-02-11 18:42:58 +02:00
Matthew Leibowitz 7e392170ae Added the OxyPlot.Mobile NuGet and .sln 2015-02-11 17:06:34 +02:00
cclarke 71cf8f3667 Added AllowPinchPastZero property to reduce likelihood of accidental zooming 2015-02-06 00:12:54 -08:00
cclarke 3dd4182c5e Fixed comments 2015-02-06 00:12:49 -08:00
cclarke c5b95f846b Refactored iOS multitouch logic into a custom gesture recognizer.
HandleTouchStarted/HandleTouchCompleted are no longer called mid-gesture if the primary finger changes.
ZoomThreshold is now exposed as a property of PlotView.
2015-02-06 00:12:33 -08:00
Cyril Martin b100ce9dbe Update PlotView namespace on Android Layout 2015-01-29 08:36:05 +01:00
David Laundav b8d72e9a17 Added default constructor #348 2015-01-26 23:57:23 +01:00
Oystein Bjorke b57e6187b6 Correct iOS assembly title 2015-01-26 22:21:20 +01:00
Oystein Bjorke bd23dfc2f0 Fix comment errors for MonoTouch 2015-01-26 22:21:04 +01:00
Oystein Bjorke f235942687 Migrate to automatic NuGet package restore #349 2015-01-26 22:20:05 +01:00