robloo
|
12a8ecb923
|
Implement the hex input TextBox in ColorView
|
4 years ago |
robloo
|
8ef440ceda
|
Finish ColorView design/style
|
4 years ago |
robloo
|
043b56c7da
|
Remove IsAutoUpdatingEnabled property from ColorSlider
This was unused and is an unnecessary complexity
|
4 years ago |
robloo
|
36f85325bc
|
Remove EnumValueEqualsConverter replaced by EnumToBooleanConverter
|
4 years ago |
robloo
|
4a267b69d6
|
Set MaxHue of ColorSlider to the same value as ColorSpectrum
|
4 years ago |
robloo
|
7f45cb8a14
|
Improve comments
|
4 years ago |
robloo
|
13b82a0d1d
|
Implement ColorModel switching in ColorView
|
4 years ago |
robloo
|
53a08f1263
|
Add new EnumToBooleanConverter
|
4 years ago |
robloo
|
e5b18d0b9c
|
Further work on ColorView
|
4 years ago |
robloo
|
5ed0841235
|
Fix index clamping
|
4 years ago |
robloo
|
197ab047a5
|
Add braces
|
4 years ago |
robloo
|
2835767b42
|
Add incomplete ColorView control template
|
4 years ago |
robloo
|
33637f651a
|
Fix ColorToHexConverter
|
4 years ago |
robloo
|
77e36914d4
|
Add FluentColorPalette
|
4 years ago |
robloo
|
d3bad7bd1d
|
Add ColorViewTab enum
|
4 years ago |
robloo
|
fa5a47b442
|
Add initial ColorView.Properties
|
4 years ago |
robloo
|
fcb7d254f9
|
Add IColorPalette
|
4 years ago |
Giuseppe Lippolis
|
74d951235f
|
fix: move DynamicProxyGenAssembly2 InternalsVisibleTo to csproj
|
4 years ago |
Dariusz Komosinski
|
ea4d92ddaf
|
Clear IMM state when window is closed.
|
4 years ago |
Giuseppe Lippolis
|
a25ce2fb08
|
feat: move InternalsVisibleTo in csproj
|
4 years ago |
Max Katz
|
b567fcebf5
|
Rename TemplateDataTypeAttribute to DataTypeAttribute
|
4 years ago |
Max Katz
|
9126edca70
|
Add documentation
|
4 years ago |
Max Katz
|
f1a2716858
|
Inherit DataType from template without hardcoding on specific DataTemplate implementation
|
4 years ago |
Giuseppe Lippolis
|
ba7fd6c9e8
|
fix: some xml comment
|
4 years ago |
Dan Walmsley
|
af237c6dd7
|
fix file dialog filter nullable annotation, and osx platform.
|
4 years ago |
Steven Kirk
|
25efb6bec6
|
Fix pooled list bug.
Ported from upstream: https://github.com/jtmueller/Collections.Pooled/pull/44
|
4 years ago |
Steven Kirk
|
69f5f7a48e
|
Use weak events in AvaloniaProperty plugin.
Fixes #8178.
|
4 years ago |
Takoooooo
|
1c2da897e5
|
Add comment.
|
4 years ago |
Max Katz
|
ac24ee467a
|
Update TopLevelImpl.cs
|
4 years ago |
Takoooooo
|
81eb964ae6
|
Fix Menu selection to match UWP.
|
4 years ago |
Giuseppe Lippolis
|
4845c10d88
|
fix(ExpressionNode): ensure _subscriber do not change during ValueChanged
|
4 years ago |
Max Katz
|
75a10efcf1
|
Avoid static references in DataGrid fluent theme
|
4 years ago |
Steven Kirk
|
0a7f34f4c6
|
Use nested styles in CheckBox template.
|
4 years ago |
Steven Kirk
|
3fccb14174
|
Added style caching to Style children.
Extracted out the caching code from `Styles` and reuse for `Style.Children`.
|
4 years ago |
Steven Kirk
|
556adb4bc7
|
Use ^ as nesting selector.
`&` causes problems in xml files.
|
4 years ago |
Steven Kirk
|
33679377f8
|
Validate presence of nesting selector.
|
4 years ago |
Wiesław Šoltés
|
5d8474efd4
|
Fix PointerLeaveItemEvent owner
|
4 years ago |
Wiesław Šoltés
|
5f316617dd
|
Fix PointerEnterItemEvent owner
|
4 years ago |
Wiesław Šoltés
|
5dfb35ba00
|
Fix ParentProperty owner
|
4 years ago |
Wiesław Šoltés
|
7a46bf27d6
|
Fix IsOpenProperty owner
|
4 years ago |
Wiesław Šoltés
|
adc60d6340
|
Fix DelayProperty owner
|
4 years ago |
Wiesław Šoltés
|
1af1aaa4d1
|
Fix IntervalProperty owner
|
4 years ago |
Steven Kirk
|
ddf266d9ae
|
Invalidate measure when showing a control.
But not when hiding it.
|
4 years ago |
Max Katz
|
2863021498
|
Update Avalonia.DesignerSupport.csproj
|
4 years ago |
robloo
|
4d01810fc4
|
Move CalendarDatePicker into its own directory
|
4 years ago |
robloo
|
1abc73ba54
|
Simplify calendar popup toggling methods
|
4 years ago |
robloo
|
a517624c81
|
Open Calendar popup with Alt+Down
|
4 years ago |
robloo
|
f1cd198379
|
Simplify getting changed property values
|
4 years ago |
Dan Walmsley
|
3e8ce3deb1
|
[OSX] GetFrameSize - explicitly detect when native side didnt touch result object to signal null.
|
4 years ago |
Dan Walmsley
|
845be8ae0e
|
[OSX] until window is shown FrameSize is null.
|
4 years ago |