robloo
f1cd198379
Simplify getting changed property values
4 years ago
robloo
e4f4837a8d
Simplify getting changed property values
Co-authored-by: Max Katz <maxkatz6@outlook.com>
4 years ago
Wiesław Šoltés
1e3c5642a3
Fix ConicGradientBrush property registrations
4 years ago
Wiesław Šoltés
409d673215
Fix MaximumRowsOrColumnsProperty registration name
4 years ago
Wiesław Šoltés
a90c4d4f22
Use correct property name
4 years ago
Kaktusbot
da7eecec07
Fix missing NotifyCountChanged in AvaloniaList.AddRange
4 years ago
Wiesław Šoltés
2d6bd60f69
Rename
4 years ago
Wiesław Šoltés
05fe5fb4eb
Fix owner for WindowManagerAddShadowHintProperty property
4 years ago
Wiesław Šoltés
c6eb413844
Use AddOwner for PlacementRectProperty
4 years ago
Wiesław Šoltés
da640adb0c
Fix PaneTemplateProperty property owner
4 years ago
Wiesław Šoltés
ee33319be1
Fix TickPlacementProperty property owner
4 years ago
Wiesław Šoltés
3880f1abf4
Fix PasswordCharProperty owner
4 years ago
Wiesław Šoltés
d2475dd53b
Fix owner of IsTextSearchEnabled property
4 years ago
Wiesław Šoltés
d8e01f0e1a
Fix DockPanel property name registrations
4 years ago
Wiesław Šoltés
665b0fa3b6
Fix TextPresenter property name registrations
4 years ago
Wiesław Šoltés
65ed75970d
Fix TextBox property name registrations
4 years ago
Dan Walmsley
08487446d9
[OSX] cache IsClientAreaExtendedToDecorations, and apply it when NSPanel / NSWindow is created and Shown.
4 years ago
Nikita Tsukanov
2f1ffbd81e
Make ThreadSafeObjectPool actually thread safe ( #8106 )
* Make ThreadSafeObjectPool actually thread safe
4 years ago
Dan Walmsley
5a027c585a
Merge pull request #8103 from AvaloniaUI/fixes/deterministic-builds
Fixes/deterministic builds
4 years ago
Dan Walmsley
f008e403cf
make it compile 2 versions is AvnWindow (NSWindow / NSPanel version)
fix include mess, and pragma once.
4 years ago
Max Katz
e0ec6a4ba1
Use top level to inform about pointer input
4 years ago
Steven Kirk
849754e424
Expose CurrentOpacity on ISkiaDrawingContextImpl.
4 years ago
Luis von der Eltz
b3af7f0c6a
Proper Canvas positioning for adorner layer
4 years ago
Luis von der Eltz
a3112b49e5
Unwrap exceptions
4 years ago
Steven Kirk
c34b7f2d31
Remove generic methods from ILogSink.
Part of the push to remove generic virtual methods from Avalonia for performance reasons.
Generic methods were added to this interface in #3055 to prevent boxing before we added `Logger.TryGet` (#4135 ).
Given that since we added `Logger.TryGet`, only enabled logging levels will result in a call to the logger, we can move back to using `params object[]` and boxing; removing the generic interface methods.
4 years ago
peter kuhn
6a8eb5a1cf
Fix Typo
4 years ago
Benedikt Stebner
b5391f9419
Fix GetTextBounds for some Bidi scenarios
4 years ago
Luis von der Eltz
b281662fd1
Fix crash when property getter throws
4 years ago
Benedikt Stebner
bdadb6a351
Fix GetTextBounds for mixed runs
4 years ago
Tim
0a8d679ab2
Register StretchProperty for Viewbox instead of Image
4 years ago
Dariusz Komosinski
4aa0f878c2
Add an explanation why certain locals are copied.
4 years ago
Dariusz Komosinski
bb8aaee1e0
Optimizing resource related code.
4 years ago
Benedikt Stebner
a056f0b654
Second attempt to fix text measurements with scaling
4 years ago
Benedikt Stebner
2425cbf7aa
Use RenderScaling in the ArrangeOverride
4 years ago
Benedikt Stebner
8772a46bba
Fix scaled text measurements
4 years ago
peter kuhn
aba7aa6ab3
make NativeMenuBar showing the Icons
4 years ago
robloo
53bc556f24
Rename 'channel' to 'component'
4 years ago
robloo
c55a47229a
Reorganize color and color picker helpers
4 years ago
robloo
1e13e99b0d
Improve ColorPreviewer control template
4 years ago
robloo
b8fc69ac8f
Remove blue as default slider thumb color
4 years ago
robloo
2eff303787
Remove unused IncrementAlphaComponent helper method
4 years ago
robloo
eb9bb2d6a0
Standardize ImageBrush usage
4 years ago
robloo
f3d429f055
Add ThirdComponentConverter and use it
4 years ago
robloo
e7f3bb7b65
TwoWay bind color properties by default
4 years ago
robloo
8e128c9b24
Add ValueConverterGroup
4 years ago
robloo
b649d9fe52
Comments and formatting
4 years ago
robloo
85a062d30e
Add ToBrushConverter and ToColorConverter
4 years ago
Benedikt Stebner
69f9e017f3
Fix text selection
Fix empty line RTL inital caret position
4 years ago
robloo
9df40a6640
Update code for generic virtual method changes
4 years ago
robloo
46e35cad3f
Use CornerRadiusFilterConverter in ColorPreviewer templates
4 years ago