Jeremy Koritzinsky
|
3c5848bc2c
|
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Dan Walmsley
|
ab3237a923
|
repro commit for itemscontrol causing memory leak.
|
10 years ago |
Steven Kirk
|
364fe86e78
|
Allow designer to work again.
|
10 years ago |
Jeremy Koritzinsky
|
44b1b4d9cd
|
Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly.
|
10 years ago |
Steven Kirk
|
81d7d76659
|
Renamed paml => xaml in files.
|
10 years ago |
Steven Kirk
|
3e6402711c
|
Make TreeViewItem.IsExpanded bindings work.
|
10 years ago |
Steven Kirk
|
bfc010f757
|
Initial implementation of logical scrolling.
aka IScrollInfo in WPF.
|
10 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
|
71cd3d965b
|
More work on XAML control theme.
|
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
|
3808372896
|
Added RadioButton, ToggleButton XAML styles.
|
11 years ago |
Steven Kirk
|
30e3b28c93
|
Started adding general purpose IValueConverters.
|
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 |
Steven Kirk
|
42da070678
|
Added TextBox XAML style.
Watermark not yet working - need to either expose properties controlling
visibility or add XAML multi-bindings.
|
11 years ago |
Steven Kirk
|
187d14c018
|
Added ScrollViewer XAML style.
ScrollBar not yet working.
|
11 years ago |
Steven Kirk
|
afb5e169de
|
Implemented more control styles in XAML.
Now removed DefaultTheme so only XAML styles are taking affect.
|
11 years ago |
Steven Kirk
|
25fa7ddc6a
|
Added Carousel and CheckBox XAML styles.
|
11 years ago |
Steven Kirk
|
a18795b160
|
Put button style into its own file.
And add StyleInclude class to import it. Unfortunately doesn't work yet
due to bug in OmniXAML: https://github.com/SuperJMN/OmniXAML/issues/48
|
11 years ago |
José Manuel Nieto Sánchez
|
7333b8c465
|
Improved XamlTestApplication + new GeometryConverter
|
11 years ago |
Steven Kirk
|
a4421a6241
|
Added Application XAML.
|
11 years ago |
Nikita Tsukanov
|
01562bd98c
|
XamlTestApp code cleanup
|
11 years ago |
Nikita Tsukanov
|
b016c8d34d
|
Moved some stuff from XamlTestApplication to XamlTestApplicationPcl
|
11 years ago |