Steven Kirk
3544d71b7e
Fix intermittent test failures.
11 years ago
Nikita Tsukanov
8f870905e7
Merge branch 'amerkoleci-panel_background_brush'
11 years ago
Amer Koleci
7d2136a2a2
Add Panel background brush support. #142
11 years ago
Nikita Tsukanov
a4e716f1d1
Fixed tabs in Canvas.cs
11 years ago
Nikita Tsukanov
0835ae6dda
Added editorconfig
11 years ago
Nelson Carrillo
2f46477bf8
Merge pull request #145 from amerkoleci/master
Implement Canvas control #144
11 years ago
Amer Koleci
c52495ba7e
Fix tabbing.
11 years ago
Amer Koleci
2e25164e91
Implement Canvas control #144
11 years ago
Steven Kirk
f408b571e2
Merge branch 'imagebrush'
11 years ago
Steven Kirk
efb0102b4c
Update tolerance for image compare.
AppVeyor tests are failing by a small margin.
11 years ago
Steven Kirk
5b401672d3
Use common methods for Visual/ImageBrushImpl.
11 years ago
Steven Kirk
acf86c15e2
Updated VisualBrush tests to match ImageBrush.
11 years ago
Steven Kirk
e354887311
Fix Image measurement.
11 years ago
Nikita Tsukanov
d9a7ba0b99
Added clipboard support to HtmlLabel
11 years ago
Steven Kirk
f2378b035f
Initial implementation of ImageBrush on D2D.
11 years ago
Steven Kirk
79a6fce0bd
Update contributing.md
11 years ago
Steven Kirk
063c81ec13
Handle VisualBrush.Visual == null.
11 years ago
Steven Kirk
3aa9b7e60c
Accept RelativePoint in XAML.
11 years ago
Steven Kirk
e101130250
Renamed RelativeUnit values.
Percent -> Relative, Pixels -> Absolute.
11 years ago
Steven Kirk
4bd6990aa2
Use RelativePoint in LinearGradientBrush.
11 years ago
Steven Kirk
b4eca729fb
Renamed Origin -> RelativePoint.
11 years ago
Steven Kirk
fde9464816
Allow GradientBrushes in XAML.
11 years ago
Steven Kirk
ac9d0ad9d4
Require culture when parsing numbers.
11 years ago
Steven Kirk
63e2870f3b
Use consistent naming for TypeConverters.
11 years ago
Steven Kirk
04feb4bf32
Fix failing layout test.
11 years ago
Steven Kirk
4f7afbc63d
Updated OmniXAML with whitespace improvements.
And demonstrate this to full effect in XamlTestApplication.
11 years ago
Steven Kirk
c9af348280
Merge branch 'issue-133'
11 years ago
Steven Kirk
a18bc4d913
Convert max window size to client size.
11 years ago
Steven Kirk
f6e1e658dd
Merge branch 'style-xaml'
Conflicts:
src/Markup/Perspex.Markup.Xaml/Context/PerspexWiringContext.cs
src/Markup/Perspex.Markup.Xaml/Properties/AssemblyInfo.cs
11 years ago
Steven Kirk
2c6e14b861
Fix style with no selector.
Make style with no selector only apply to the control that contains the
style.
11 years ago
Steven Kirk
91dda4c2d0
Handle attached properties in PerspexPropertyConverter.
11 years ago
Nikita Tsukanov
43118aeda5
Merge pull request #143 from kekekeks/xmlns-attr
Now resolving xml namespaces via attributes
11 years ago
Nikita Tsukanov
7df76d17ba
I accidentally the whole MainWindow.cs
11 years ago
Nikita Tsukanov
bec230211a
Now resolving xml namespaces via attributes
11 years ago
Steven Kirk
a8f51a65c8
Try to get containing style in PerspexPropertyConverter.
Doesn't work - SuperJMN needs to take a look...
11 years ago
Steven Kirk
a3ea8eab16
Include OmniXAML as a submodule.
Compiling it directly into Perspex.Markup.Xaml for the moment.
11 years ago
Steven Kirk
fa8e182c44
Documented .paml hack.
11 years ago
Nikita Tsukanov
afd25d7b98
Try to load .paml if .xaml wasn't found
11 years ago
Nikita Tsukanov
8564a74fc1
Changed default namespace
11 years ago
Steven Kirk
31fff6f706
Update build.md
11 years ago
Steven Kirk
51aec0902e
Merge pull request #141 from shahid-pk/issue-139
consistent names for xaml type converters
11 years ago
shahid-pk
708b10544f
consistent names for xaml type converters
11 years ago
Steven Kirk
c10ac8e68d
Added LinearGradient vertical fill tests.
11 years ago
Steven Kirk
b0401f5c71
Added brush tests to cairo render tests.
VisualBrush tests currently ignored as it's not yet implemented on
cairo.
11 years ago
Steven Kirk
092f03ef7b
Updated coding style documentation.
11 years ago
Steven Kirk
3d845f9527
Fixed failing Border render tests.
They were failing because passing a Pango.Context to FormattedTextImpl
was a hack. Create a pango context on startup that can be used for all
FormattedTextImpls. Fix the expected test output for tests containing
text as the expected output came from the Direct2D renderer where text
rendering is slightly different.
11 years ago
Steven Kirk
66c0a50876
Coding style.
11 years ago
Steven Kirk
1322fd11d0
Use -1 for infinite width in pango layout.
11 years ago
Steven Kirk
15954d1dc5
Fix intermittent Style unit test failures.
11 years ago
Steven Kirk
d4bc955b38
Fix expected Rectange render output.
11 years ago