José Manuel Nieto Sánchez
fa97e8f51b
DockPanel Simplification
11 years ago
Steven Kirk
3693193246
Fix tests failing due to previous layout fix.
The test expectations were incorrect after stretch layout with absolute
size fix.
11 years ago
José Manuel Nieto Sánchez
d94bbfc2c3
DockPanel
11 years ago
Steven Kirk
78da7c6b3d
Use correct character for child selector.
11 years ago
Steven Kirk
5e2c1653e3
Ignore failing cairo tests for the moment.
Font scaling is currently broken in cairo. @ncarrillo removed the hacks
that were working around this, but things will be broken until we
upgrade to gtk3 after alpha 2.
11 years ago
Nelson Carrillo
a84d7189ea
Implemented retained brush impls for Cairo to match D2D
11 years ago
Steven Kirk
cc1c2c0313
Fixes #147 .
11 years ago
Nikita Tsukanov
79ece5409b
Build nuget package each commit
11 years ago
Steven Kirk
1374af46fc
Implemented VisualBrush on cairo.
11 years ago
Steven Kirk
43086960c4
ImageBrush implemented on cairo.
11 years ago
Steven Kirk
3544d71b7e
Fix intermittent test failures.
11 years ago
Steven Kirk
efb0102b4c
Update tolerance for image compare.
AppVeyor tests are failing by a small margin.
11 years ago
Steven Kirk
acf86c15e2
Updated VisualBrush tests to match ImageBrush.
11 years ago
Steven Kirk
f2378b035f
Initial implementation of ImageBrush on D2D.
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
04feb4bf32
Fix failing layout test.
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
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
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
15954d1dc5
Fix intermittent Style unit test failures.
11 years ago
Steven Kirk
d4bc955b38
Fix expected Rectange render output.
11 years ago
Steven Kirk
3648d5b822
Fixed cairo Path tests.
11 years ago
Steven Kirk
ba95d1f35a
Fix intermittent Perspex.Base.UnitTests failures.
11 years ago
Steven Kirk
7e2a28c91f
Initial implementation of PerspexPropertyConverter.
11 years ago
Nikita Tsukanov
3cd3579475
"field can be readonly"
11 years ago
Nikita Tsukanov
dbeb0344f8
static readonly rename
11 years ago
Nikita Tsukanov
21a3554260
Change property getter to expression properties
11 years ago
Nikita Tsukanov
01e2c90bc5
Removed this.
11 years ago
Steven Kirk
145411020b
Ran .net core code formatter.
11 years ago
Steven Kirk
6151aef188
Removed file headers.
11 years ago
Steven Kirk
f071a3d06b
Removed GlobalSuppressions.
11 years ago
Steven Kirk
2e56c951d5
Removed StyleCop.Analysers.
11 years ago
Nikita Tsukanov
f0e154ac90
ModifierKeys are now stored inside events
Ceterum censeo StyleCopum esse delendum
11 years ago
Steven Kirk
e8fb10ba2f
Added Cairo render tests.
Some tests failing.
11 years ago
Steven Kirk
ab352ebfcb
Move Thickness parsing to Thickness.Parse.
And added unit tests.
11 years ago
Steven Kirk
5e18c3f4b8
Move grid length parsing to GridLengths.
11 years ago
Steven Kirk
b7170a5179
Added brush and color parsers.
11 years ago
Steven Kirk
c69686142c
Added VisualBrush flips.
11 years ago
Steven Kirk
ec55baf12d
Fix tile alignment.
11 years ago
Nikita Tsukanov
70dcfd652a
Now using TextInput event, WM_CHAR and GtkIMContext
11 years ago
Steven Kirk
4787e24880
Trying to make tiling work right...
11 years ago
Steven Kirk
73737c6fc4
Added expected output.
11 years ago
Steven Kirk
fcf151e2ae
Implemented DestinationRect with TileMode.Tile.
11 years ago
Steven Kirk
4cb1e66a56
Added support for VisualBrush TileMode.Tile.
11 years ago