Nikita Tsukanov
|
3fa46bda9f
|
Restored clip + Don't crash when something is zero or null
|
11 years ago |
Nikita Tsukanov
|
cb49e500e3
|
Initial skia support code import from https://github.com/kekekeks/perspex-skia-temp
|
11 years ago |
Nikita Tsukanov
|
0493cf005b
|
TileBrushImplHelper is now able to detect cases where we don't need intermediate brush
|
11 years ago |
Wiesław Šoltés
|
8c0ea13520
|
Added QuadTo method
|
11 years ago |
Wiesław Šoltés
|
10f17bbc43
|
Do not use decimal
|
11 years ago |
Wiesław Šoltés
|
837300d55a
|
Fixed rounding errors
|
11 years ago |
Wiesław Šoltés
|
9c28e91758
|
Fixed Rect Equals comparison
|
11 years ago |
Thehx
|
94502c61ff
|
Fixed processing cases when requested ellipse size is too small to cover the distance from start point to end point, as suggested in W3C SVG Recommendations
http://www.w3.org/TR/SVG/implnote.html#ArcImplementationNotes
|
11 years ago |
Thehx
|
2bb67f3553
|
Added ArcTo implementation based on Bezier curves
|
11 years ago |
Wiesław Šoltés
|
b13b870741
|
Added RelativeRectTypeConverter
|
11 years ago |
Nikita Tsukanov
|
23b5706a21
|
Switched cairo to use xplat Visual/ImageBrush code
|
11 years ago |
Nikita Tsukanov
|
78629373cd
|
Fixed directory structure
|
11 years ago |
Nikita Tsukanov
|
141ce87960
|
Extracted ImageBrush/VisualBrush parts from Direct2D backend
|
11 years ago |
Steven Kirk
|
2a1cc93a36
|
Updated OmniXAML
|
11 years ago |
Mikhail Kanygin
|
a9f5042073
|
Implemented TextAlignment property for TextBox.
|
11 years ago |
Steven Kirk
|
0f53326bf7
|
Updated OmniXAML.
|
11 years ago |
Steven Kirk
|
bd220d2b92
|
Updated OmniXAML
|
11 years ago |
Steven Kirk
|
b1a2aa29d8
|
Fix FuncMultiValueConverter.
Only pass values to func if all values are of type TIn.
|
11 years ago |
Steven Kirk
|
d1acf43253
|
Started fixing up MultiBinding.
|
11 years ago |
Steven Kirk
|
321bc8c001
|
Add more conversions to DefaultValueConverter.
|
11 years ago |
susloparov
|
a5f8386878
|
Fixed bug in WrapPanel. Invalid size returned for Measure.
|
11 years ago |
Steven Kirk
|
6e4bdf9216
|
Adjusted formatting a bit.
|
11 years ago |
susloparov
|
c3c76e43fe
|
Changed ItemsPanel in TabStrip. WrapPanel instead of StackPanel.
|
11 years ago |
susloparov
|
808959ef79
|
Added ItemsPanelTemplate.
|
11 years ago |
susloparov
|
fd12667d4b
|
Added wrap panel
|
11 years ago |
susloparov
|
702f3a4645
|
Fixed misprint in Selector xmldoc. '<' was written instead of '>'.
|
11 years ago |
Steven Kirk
|
6834f12170
|
Fix attached PerspexProperties.
Make sure notifications and validation are shared.
|
11 years ago |
Steven Kirk
|
a634fa9a01
|
Remove non-client click messages.
The way it was handled was wrong and it was annoying. Needs to be
replaced with its own event type.
|
11 years ago |
Steven Kirk
|
60ee5f151f
|
Missed change to .csproj.
|
11 years ago |
Steven Kirk
|
ae2f68504f
|
Remove UserControl style.
It is styled as a ContentControl.
|
11 years ago |
Steven Kirk
|
6f983fe2cb
|
Content/UserControl styles were missing.
|
11 years ago |
Steven Kirk
|
bd6fc17e71
|
Added ProgressBar default theme.
|
11 years ago |
Steven Kirk
|
ff90da2b3a
|
Move XAML control styles into Perspex.Themes.Default.
And remove old code-defined control themes from there.
|
11 years ago |
Steven Kirk
|
af79e21fde
|
Added Menu XAML styles.
|
11 years ago |
Steven Kirk
|
d54772033b
|
Added DropDown theme in XAML.
Something weird is happening where selected items are removed from the
tree somehow.
|
11 years ago |
Steven Kirk
|
2b8b5103f3
|
Added DropDown style.
There are a few things still missing before it can work.
|
11 years ago |
Steven Kirk
|
2f67a6d8d1
|
Define FocusAdorner in XAML.
|
11 years ago |
Steven Kirk
|
2f61edcc5f
|
Added ":is(Type)" selector support.
|
11 years ago |
Steven Kirk
|
b3cdd92398
|
Allow StrokeDashArray in XAML.
|
11 years ago |
Steven Kirk
|
71cd3d965b
|
More work on XAML control theme.
|
11 years ago |
Steven Kirk
|
34cca87b99
|
Removed workarounds.
|
11 years ago |
Steven Kirk
|
7734f2bb52
|
Fix assorted bugs.
|
11 years ago |
Steven Kirk
|
3427b7655b
|
Added PerspexProperty plugin to ExpressionObserver.
|
11 years ago |
Steven Kirk
|
06f59e57f4
|
Started adding an ExpressionObserver plugin system.
So that we can handle PerspexObjects etc in an extensible fashion.
|
11 years ago |
Steven Kirk
|
142eaa1c7c
|
More work on XAML styles.
- Added "Control[Property=Value]" selector handling
- Added hacks for ExpressionObserver not currently handing attached
properties
- Added ContentControl style
- Fixed ScrollBar and TextBox
|
11 years ago |
Steven Kirk
|
e6351e8269
|
Added basic implementation of MultiBinding.
Just enough to allow TextBox's floating watermark logic to work.
|
11 years ago |
Steven Kirk
|
30e3b28c93
|
Started adding general purpose IValueConverters.
|
11 years ago |
Steven Kirk
|
c988bdb387
|
Fixed the problem with binding converters.
Wasn't assigning the property in the markup extension ProvideValue.
D'oh.
|
11 years ago |
Steven Kirk
|
826d30d7d0
|
Updated OmniXAML
To see if it fixed nested markup extensions. Doesn't seem to have had.
|
11 years ago |
Steven Kirk
|
e301e56a9d
|
Start making Converters work.
When passed to Binding. Found another problem with OmniXAML which means
we can't continue along this road: OmniXAML issue #50.
|
11 years ago |