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

22 Коммитов

Автор SHA1 Сообщение Дата
Lluis Sanchez dabcad8f2e [WPF] Fix AppendPath
The current path was appended, but not the already closed figures.
2013-07-31 12:37:57 +02:00
hywel 1553b866fc [Wpf] Fix DrawingContext.CurrentTransform
The Value returned by a TransformGroup Appends each successive Transform,
even though they are Prepended when rendering.  This change evaluates the
CTM by Prepending each transform in the collection, as is required. This
restores the correct mirror-image figure in Samples.Drawing.Transformation
2013-07-09 16:43:46 +01:00
Lluis Sanchez e905b5eef7 [WPF] Implement hi-res icon support 2013-03-25 19:38:48 +01:00
Lluis Sanchez ae6c0cb6a4 [WPF] Fix some drawing bugs 2013-03-08 19:59:19 +01:00
Lluis Sanchez 064442f6b4 [WPF] Fix several drawing issues with arcs 2013-03-08 14:55:35 +01:00
Lluis Sanchez 6e9df890a6 [WPF] Fix some path drawing issues 2013-03-07 00:32:13 +01:00
Lluis Sanchez ac3d684b78 [WPF] Remove all usage of System.Drawing 2013-03-06 20:04:55 +01:00
Lluis Sanchez 30e8ba1e82 Merge branch 'master' into visual-render
Conflicts:
	Xwt.WPF/Xwt.WPFBackend/ImageViewBackend.cs
2013-03-06 18:24:16 +01:00
aBothe 9b5b9f45c2 Fixed null-ref exception when rendering Drawing/Figures demo [Win7 x64] 2013-03-01 10:47:08 +01:00
Lluis Sanchez b9ca525287 [WPF] Try using WPF rendering api 2013-02-14 03:34:19 +01:00
Alex Corrado 2e2f04610e Add Xwt.Drawing.Path API with Gtk, WPF, and Mac implementations and a sample
This causes Context to now extend from a new Path class, which contains
all the drawing path methods (Arc, Rectangle, CurveTo, etc.) and adds new
hit testing methods.
2012-12-04 19:09:42 -05:00
Jeremie Laval 60d361aac3 [Wpf] Set TextRenderingHint when creating the drawing context 2012-11-06 12:05:04 +00:00
hywel 30b08594d1 Change TextRenderingHint and clarify DrawTextLayout
This improves rendering of text drawn with System.Drawing.DrawString.
Previously text was aliased over several pixels. Also corrects
spelling (TextLayoutContext.Heigth property) and clarifies
StringTrimming variable in DrawTextLayout.
2012-08-06 16:14:38 +01:00
Lluis Sanchez 3aefbac649 [WPF] Fix crash caused by incorrect disposal of resources 2012-05-04 08:59:11 +02:00
ermau 65f2a8f32c [WPF] Fix SetColor in DrawingContext 2012-04-19 15:50:51 -04:00
lytico 6ab147f2a0 Xwt.Wpf.DrawingContext: reduced resource usage 2012-04-17 01:07:16 +02:00
ermau c5d947b20c [WPF] More aggressive graphics memory cleanup 2012-04-09 13:20:31 -04:00
Lluis Sanchez 84ea0c50d2 Don't use antialiasing for now, it's too slow 2012-03-23 17:58:10 +01:00
Lluis Sanchez a71d4557d3 Fixed pixel alignment in the Canvas widget 2012-03-20 23:08:07 +01:00
Lluis Sanchez d41002f4cf Properly Save/Restore transforms. Use antialias when drawing. 2012-03-20 19:44:59 +01:00
ermau 25dc603712 Use GraphicsPath.Clone to get clone 2012-03-16 15:09:51 -04:00
ermau d6fcf0bbb4 Add internal drawing context 2012-03-09 14:02:12 -05:00