José Manuel Nieto Sánchez
|
d94bbfc2c3
|
DockPanel
|
11 years ago |
Steven Kirk
|
cc1c2c0313
|
Fixes #147.
|
11 years ago |
Steven Kirk
|
a941a57168
|
Make Perspex.Markup.Xaml target PCL Profile7.
Same as other libs. Also can use standard Sprache lib now.
|
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
|
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
|
ac9d0ad9d4
|
Require culture when parsing numbers.
|
11 years ago |
Steven Kirk
|
63e2870f3b
|
Use consistent naming for TypeConverters.
|
11 years ago |
Steven Kirk
|
91dda4c2d0
|
Handle attached properties in PerspexPropertyConverter.
|
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
|
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
|
3648d5b822
|
Fixed cairo Path tests.
|
11 years ago |
Steven Kirk
|
193ec29824
|
More work on parsing style selectors.
|
11 years ago |
Steven Kirk
|
eb220a9388
|
Started implementing Selector parser.
|
11 years ago |
Nikita Tsukanov
|
3cd3579475
|
"field can be readonly"
|
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 |
José Manuel Nieto Sánchez
|
61210f4a52
|
Fixed binding issue with weak references: https://github.com/Perspex/Perspex/issues/107
|
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
|
0e67963d7c
|
Merged changes from githubclient2 branch, except GitHubClient.
|
11 years ago |
Steven Kirk
|
d11d779414
|
Trying to fix capitalization of tests and docs AGAIN.
|
11 years ago |
Steven Kirk
|
ac24ccaebd
|
Allow setters to use observables for their value.
|
11 years ago |
Steven Kirk
|
c68cd8a48b
|
Fix class selector string representation.
|
11 years ago |
Steven Kirk
|
1a2fba4798
|
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2.
|
11 years ago |
Steven Kirk
|
845b28a2c2
|
Fixed casing of Docs and Tests directories.
|
11 years ago |
Steven Kirk
|
c5020d38ee
|
Remove RoutedEventArgs.OriginalSource.
Still not entirely sure what it's purpose is in WPF.
|
11 years ago |
Steven Kirk
|
84924dee3c
|
Added IPanel interface.
|
11 years ago |
Steven Kirk
|
d9bac5e50d
|
Removed ItemsPanelTemplate
Use ITemplate<Panel> instead.
|
11 years ago |
Steven Kirk
|
5dc0e604fb
|
Slyecoping.
|
11 years ago |
Steven Kirk
|
6794fc7407
|
Fix setting window title.
Closes #82.
|
11 years ago |
Steven Kirk
|
6167bacf54
|
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
|
11 years ago |
Steven Kirk
|
cc04e9e6f0
|
Updated dependencies.
|
11 years ago |
Steven Kirk
|
84306bc415
|
Make assemblies share version information.
|
11 years ago |
Steven Kirk
|
e56b189124
|
Renamed Binding -> BindingDescriptor
And documented it.
|
11 years ago |
Steven Kirk
|
81e889627a
|
Suppress documentation warnings in tests.
|
11 years ago |
Steven Kirk
|
6bbae51e26
|
Fix failing tests.
|
11 years ago |
Steven Kirk
|
7435166436
|
Added more documentation.
|
11 years ago |
Steven Kirk
|
1a84d74c21
|
Don't run render tests in parallel.
|
11 years ago |
Steven Kirk
|
eaacfa5ac9
|
Don't run Controls unit tests in parallel.
|
11 years ago |
Steven Kirk
|
aa88783b18
|
Fix failing tests.
|
11 years ago |
Steven Kirk
|
09d6e22f5e
|
Fix scrollable controls in XAML.
|
11 years ago |
Steven Kirk
|
b321db9718
|
Fix couple of failing tests.
|
11 years ago |