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

513 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Iverson 0797c03faf Add nuspec for MonoMac package 2015-09-30 08:11:53 -05:00
Jeremy Iverson d9a416e754 Merge branch 'develop' of https://github.com/oxyplot/oxyplot into develop 2015-09-29 18:27:26 -05:00
Jeremy Iverson e1f0c062bc Add support for MonoMac (#601) 2015-09-29 18:20:16 -05:00
Oystein Bjorke f4e52761b4 Add NuGet packages to artifacts 2015-09-29 19:58:39 +02:00
Oystein Bjorke a295792792 Merge pull request #598 from objorke/feature/semver
Semantic versioning
2015-09-28 21:44:08 +02:00
Oystein Bjorke c04f9fc03e Add GitVersion to build 2015-09-28 21:30:39 +02:00
Oystein Bjorke 831379a578 Rename AssemblyInfo.cs and GlobalAssemblyInfo.cs 2015-09-27 10:40:13 +02:00
Oystein Bjorke e297a6eafd Update README.md
Correct links
2015-09-27 10:18:10 +02:00
Oystein Bjorke 76d12a02ed Merge pull request #597 from objorke/fix-build-warnings
Fix build warnings
2015-09-27 09:45:04 +02:00
Oystein Bjorke 7131ed43e6 Update CONTRIBUTING.md
Correct invalid link
2015-09-27 09:01:02 +02:00
Oystein Bjorke fb7d416378 Merge pull request #594 from objorke/issues/remove-stylecop-tasks
Remove StyleCop tasks
2015-09-26 22:06:33 +02:00
Oystein Bjorke d7048c7418 Remove StyleCop tasks #556 2015-09-26 21:30:18 +02:00
Thomas Ibel d1e288fb52 Merge pull request #588 from XiaoHippo/issue587
#587: Fixing a double comparison issue causing infinite loop
2015-09-25 17:39:21 +02:00
Darrel Liu a4997f0ae0 Fixing a double comparison issue causing infinite loop (#587) 2015-09-19 13:14:27 -07:00
Oystein Bjorke 06c55f8c47 Merge pull request #585 from objorke/issues/timespanaxis
Add TimeSpanAxisTests for millisecond formatting
2015-09-17 22:17:44 +02:00
Oystein Bjorke 84454a30eb Merge pull request #584 from objorke/issues/export-demo
Fix errors in export demo (WPF)
2015-09-17 07:47:02 +02:00
Oystein Bjorke 94fdd9e221 Fix errors in export demo (WPF) #568 2015-09-16 20:29:59 +02:00
Oystein Bjorke 543e266ee8 Merge pull request #581 from objorke/bugfix/mathtextrendering
Fix rendering of math text
2015-09-16 06:59:29 +02:00
Oystein Bjorke 0d078e4464 Fix rendering of math text #569, #448 2015-09-15 23:01:19 +02:00
Oystein Bjorke bbca6c896e Merge pull request #577 from objorke/issues/migrate-automatic-package-restore
Migrate automatic package restore
2015-09-12 07:10:54 +02:00
Oystein Bjorke feef2f8c5f Merge pull request #576 from objorke/issues/ThreeColorLineSeries
Add ThreeColorLineSeries
2015-09-12 07:10:45 +02:00
Oystein Bjorke ced0b6b507 Migrate automatic package restore #557 2015-09-11 23:25:21 +02:00
Oystein Bjorke 1e23d687fa Add ThreeColorLineSeries (#378) 2015-09-11 23:04:55 +02:00
Oystein Bjorke 1ba0081630 Merge pull request #575 from objorke/issues/TileMapAnnotation
Move tile map annotation to example library
2015-09-11 22:43:51 +02:00
Oystein Bjorke 98fddff3d0 Move TileMapAnnotation class to example library #567 2015-09-11 22:29:25 +02:00
Oystein Bjorke 1fe5989eed Merge pull request #574 from objorke/bugfix/codegenerator
Fix CodeGenerator exception for types without parameterless ctor
2015-09-11 14:51:57 +02:00
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
Oystein Bjorke 97847f03ce Merge pull request #572 from br111an/develop
Fix issue #256
2015-09-08 15:18:31 +02:00
br111an 12815eb219 Fix issue #256
HeatMapSeries.GetValue returns double.NaN instead of calculating a
nonsense value in proximity to double.NaN.

Introduce tests that generate a flat data heat map to better illustrate
the bug that was fixed.
2015-09-07 18:40:27 -04:00
Oystein Bjorke e21951372c Merge pull request #507 from ocoanet/linear-bar-axis
Add LinearBarSeries in OxyPlot and OxyPlot.Wpf
2015-08-19 20:19:57 +02:00
Oystein Bjorke 9996e51f8d Merge pull request #552 from AlexeiScherbakov/develop
Examples for issue #42, #511 and #535
2015-08-19 20:18:13 +02:00
Oystein Bjorke af02734a0e Merge pull request #543 from pltaylor/RenderException
RenderException Handling
2015-08-19 20:14:16 +02:00
Thomas Ibel 7b91d76e59 Merge pull request #555 from kc1212/develop
Fixes for #554 (CandleStickSeries legend scaling issue)
2015-08-12 15:02:16 +02:00
kc d6755f3180 updated changelog 2015-08-12 13:37:53 +01:00
kc e4878828e4 Fixed an issue where CandleStickSeries legend scales beyond the legend box boundry #554 2015-08-11 18:51:10 +01:00
Olivier Coanet aabdc1a241 Add LinearBarSeries in OxyPlot and OxyPlot.Wpf (#506) 2015-08-06 12:02:15 +02:00
Thomas Ibel 6d51bff363 Merge pull request #549 from TheAlmightyBob/TouchesCancelled
Fixed issue where a tap would transition PanZoomGestureRecognizer to …
2015-08-06 08:48:34 +02:00
Thomas Ibel f1d8f6c09c Merge pull request #551 from svendu/syncLegendTextColor
fix for #548 LegendTextColor not synchronized to internal model
2015-08-06 08:46:34 +02:00
svendu 1a666eb635 fix: LegendTextColor not synchronized to internal model #548 2015-08-04 11:23:16 +02:00
Perry Taylor 8d00f53a52 Updated Changelog 2015-08-03 13:26:03 -04: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
Oystein Bjorke 33e2958aaa Merge pull request #545 from mattleibow/xamarin-visualstudio-nuget
Fix for Xamarin platform NuGets in VS
2015-07-25 10:30:58 +02: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 8647a429db Merge pull request #541 from svendu/textcolor
Expose PlotElement's TextColor property on WPF.Axes.Axis
2015-07-21 10:22:23 +02:00
svendu aadd23197e Expose PlotElement's TextColor property on WPF.Axes.Axis 2015-07-20 21:43:49 +02:00
Vsevolod Kukol 2c6fb97086 Fix AppVeyor cache 2015-07-17 08:33:30 +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
Oystein Bjorke 1b18943d43 Merge pull request #532 from GeertvanHorrik/pr/collectionchanged
Added ElementCollection.CollectionChanged event including unit tests
2015-07-17 00:07:35 +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