Dan Walmsley
bd77de553b
Merge pull request #5950 from MarchingCube/devtools-layout-alignment
Allow for easily changing layout alignment
5 years ago
Max Katz
941398b8ab
Merge pull request #5800 from AvaloniaUI/feature/load-writeable-bitmap-from-file
Api to allow loading WriteableBitmap from File / Stream
# Conflicts:
# src/Avalonia.Visuals/ApiCompatBaseline.txt
5 years ago
Dan Walmsley
11f18e0c10
Merge pull request #5949 from MarchingCube/ux-treepage-highlight
Fix devtools selection highlight requiring direct hover over the control
5 years ago
Max Katz
7efb119123
Merge pull request #5935 from DmitryZhelnin/fixes/5924-copy-from-readonly-textbox
TextBox: update command states on selection changes
5 years ago
Dan Walmsley
80d3d7f3de
Merge pull request #5948 from AvaloniaUI/fixes/handle-scaling-correctly-osx
fix implementation of ScalingChanged property.
5 years ago
Dan Walmsley
58041b505d
Merge pull request #5944 from MarchingCube/control-docs
Class level docs for basic controls.
5 years ago
Dariusz Komosiński
55758e3f6c
Merge pull request #5927 from MarchingCube/opt-classes-lazy-allocations
Avoid allocating lists in `Classes`.
5 years ago
Dariusz Komosiński
783498de7c
Merge pull request #5926 from MarchingCube/devtools-layout-ux
Cleanup layout visualizer and improve UX.
5 years ago
Max Katz
bf6355e032
Merge pull request #5923 from AvaloniaUI/fixes/5879-icustomhittest
Fix ICustomHitTest
5 years ago
Dariusz Komosiński
95173f6d45
Merge pull request #5918 from MarchingCube/improve-viewbox
Fix property type for `Viewbox.Stretch.`
5 years ago
Dariusz Komosiński
6d1f3b7bcc
Merge pull request #5917 from MarchingCube/improve-viewbox
`StretchDirection` for `Viewbox`
5 years ago
Dariusz Komosiński
87c4cce154
Merge pull request #5913 from AvaloniaUI/upstream-wrap-layout-fixes
fixes from upstream, wraplayout.
5 years ago
Dan Walmsley
23c0d9373a
Merge pull request #5910 from AvaloniaUI/fixes-data-validation-errors-use-datatemplates-1
dont use datatemplate in datavalidationerrors.
5 years ago
Dan Walmsley
8b0571499b
Merge pull request #5909 from AvaloniaUI/feature/image-content-attribute
add contentattribute to image.
5 years ago
Dan Walmsley
fa3f3f7157
Merge pull request #5896 from AvaloniaUI/fixes/skia-drawingcontext-nre
Fix NRE in Skia DrawingContextImpl.
5 years ago
Jumar Macato
099ab32cd9
Merge pull request #5929 from AvaloniaUI/new-transitions
Reuse animators in Transitions code + add missing BoxShadowsTransition + fix NRE in ISolidColorBrushAnimator
5 years ago
Steven Kirk
bda9170566
Merge pull request #5914 from AvaloniaUI/maxkatz6-patch-1
Include inner exception when throwing from BindingEntry
5 years ago
Dan Walmsley
8fc7a63bd0
make devtools events page backcompatible.
5 years ago
Dan Walmsley
98ab542dc9
Merge pull request #5886 from AvaloniaUI/animations/tryfix-scb-localvalue
Revamp IBrush animator selection + Stop SCBAnimator from setting localvalues on animation apply
5 years ago
Dariusz Komosiński
f2b9114eb9
Merge pull request #5866 from MarchingCube/devtools-events-ux
Improve UX of events view in dev tools
5 years ago
Dan Walmsley
1d49336791
Merge pull request #5863 from amwx/CleanFluent
Clean up Fluent Theme
5 years ago
Max Katz
b67bc4acea
Port CornerRadiusFilterConverter from WinUI ( #5861 )
* Port CornerRadiusFilterConverter from WinUI
* Simplify CornerRadiusFilterConverter
5 years ago
Dan Walmsley
09e928feba
Merge pull request #5860 from AvaloniaUI/optional-tooltip-validaiton-error
Optional tooltip DataValidationError template
5 years ago
Dan Walmsley
938e3f3c4c
Revert "Merge pull request #5853 from Gillibald/fixes/TextBlockHorizontalAlignment"
This reverts commit cb24755a56 .
5 years ago
Benedikt Stebner
cb24755a56
Merge pull request #5853 from Gillibald/fixes/TextBlockHorizontalAlignment
Fix TextAlignment for TextBlock when HorizontalAlignment is used.
# Conflicts:
# src/Avalonia.Visuals/Media/TextFormatting/TextLayout.cs
5 years ago
Dan Walmsley
60ab70a9b4
Merge pull request #5852 from AvaloniaUI/fixes/batch-update-default-value
Correctly handle default values in batch update notifications.
5 years ago
Dan Walmsley
4336ec9e50
Merge pull request #5847 from sdoroff/datagridcolumn-sortcomparer
Added IComparer sorting to DataGridColumn
5 years ago
Steven Kirk
93385712b1
Merge pull request #5844 from VisualMelon/ItemsControlItemCount
Use ItemCount to determine PseudoClass in ItemsControl for better consistency
5 years ago
Benedikt Stebner
a37ccee9e0
Merge pull request #5830 from Gillibald/fixes/TextBoxWrapWithoutAcceptsReturn
Fixes TextBox text wrap without accepts return
5 years ago
Dan Walmsley
a38884952b
Merge pull request #5826 from CollinAlpert/master
Make DataGrid.SelectAll() public
5 years ago
Dariusz Komosiński
c0d328f78b
Merge pull request #5836 from AvaloniaUI/fix-autocompletebox-pseduclasses
Fix AutoCompleteBox pseudoclasses metadata
5 years ago
Steven Kirk
eeb7c8d921
Reset _isResetting, d'oh.
5 years ago
Dan Walmsley
48fd593147
remove obsolete comments
5 years ago
Dan Walmsley
f5df7e6e62
dont obsolete context menu apis.
5 years ago
Nikita Tsukanov
ccfcf0e343
NativeControlHost: fixed absolute bounds calculation
5 years ago
Steven Kirk
67a1e0921c
Don't update SelectedItems when changing source.
5 years ago
Dan Walmsley
84bc8b682c
upstream fix
916d3d12b2
5 years ago
Max Katz
6327b0c72a
Change HorizontalScrollBarVisibility default
5 years ago
Dariusz Komosinski
c2790472b5
Made LayoutEpsilon a property.
5 years ago
Dariusz Komosinski
3ac615c4e3
Make GritSplitter calculations match the ones in WPF.
5 years ago
Steven Kirk
5c3218ae18
Correctly sync SelectedItems on collection reset.
When `InternalSelectionModel` gets a `Reset` event it tries to restore the selection from `WritableSelectedItems`, however this was causing items to be added twice to `WriteableSelectedItems`:
collection is reset
- Selection is cleared
- `InternalSelectionModel` restores selection on reset from `WritableSelectedItems`
- Which changes the selection
- Which adds the selection back to `WritableSelectedItems`, causing the selected item to appear twice in the collection
5 years ago
Roland Soós
b37afa4a3d
clear selected item from CollectionView if null
5 years ago
Dan Walmsley
57ec11d9d3
upstream relativepanel fixes from
f4d4bdde10
5 years ago
ReeJK
b3785cac2c
Update ProgressBar indicator when Minimum or Maximum was changed
5 years ago
Yoh Deadfall
615179a689
Merged separate bit checks into a single checks
5 years ago
Yoh Deadfall
51ad4cd9b2
Returned HasFlagCustom back and made it obsolete
5 years ago
ReeJK
6e26cd58fa
Button state update when CommandParameter changed
5 years ago
Yoh Deadfall
b32cb382fb
Fixed popup positioning issue
5 years ago
Dariusz Komosiński
ee383659e2
Restore missing DPI correction for GridSplitter behavior.
5 years ago
Dariusz Komosiński
05496ccf34
Fix owned windows and dialogs not having a parent.
5 years ago