amwx
d068e1b4fa
Clean fluent light
5 years ago
Splitwirez
68ba6a3238
Fixed package-lock.json thing
5 years ago
Benedikt Stebner
9bc9cd46fe
Include the TextLine's Start offset to the TextLayout's size calculation.
5 years ago
Steven Kirk
8959d55418
Correctly handle default values in batch update notifications.
We were previously calling `Optional.GetValueOrDefault<T>()` in order to convert an `Optional<object>` to an `Optional<T>` which meant that empty values were getting converted to default values, meaning that in certain cases change notifications weren't raised.
Add an `Optional<object>.Cast<T>()` methods (like we have in `BindingValue`) and use that in order to preserve empty values when ending a batch update operation.
5 years ago
Steven Kirk
d9510f77ef
Update ApiCompatBaseline.txt
5 years ago
Splitwirez
30bf05740d
Cosmetic tweaks, as requested
5 years ago
Dariusz Komosinski
2635a8a7ef
Fix copy pasta.
5 years ago
Dariusz Komosinski
5265b0592a
Implement MenuItem.StaysOpenOnClick.
5 years ago
Murdo R Ergeaux
b1db4ce6d2
Update ItemsControl PseudoClasses on ItemCount property changed
5 years ago
sdoroff
4cd4b0e09e
Added IComparer sorting to DataGridColumn
Adds an IComparer property to DataGridColumn
that can be used to customized the how a column
gets sorted
5 years ago
Murdo R Ergeaux
dbab1666a2
Use ItemCount to determine PseudoClass in ItemsControl
5 years ago
Max Katz
202c67caa8
Fix autocompletebox pseduclasses
5 years ago
Splitwirez
f8c549cb65
Removed commented junk, fixed QuickLinks items
5 years ago
Splitwirez
f7adf5177a
Improved fluent styles for managed file chooser
5 years ago
Splitwirez
93955db6f1
Better Fluent icons
5 years ago
Benedikt Stebner
3f01438593
Fix TextWrapping for AcceptsReturn = false
5 years ago
Splitwirez
41ecdb7e37
Re-add reference to ManagedFileDialog styles
5 years ago
Benedikt Schroeder
08a72e893c
Increase TextFormatter compatibility with WPF's version
5 years ago
Collin Alpert
a2b1320baf
Make DataGrid.SelectAll() public
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
Max Katz
734d1458df
Revert "Avoid breaking changes for next release"
This reverts commit 6c608c6d0d .
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
Andrey Ermilkin
323d975dad
Fixes Vector test for scale commutativeness.
5 years ago
ili
cb22388de7
Android: remove input focus on soft keyboard hidden
5 years ago
Jumar Macato
2da760005c
address review
5 years ago
ili
00b70953df
Fix default keyboard
InputType.Null does not change soft keyboard type
5 years ago
Jumar Macato
1ab777c961
address review
5 years ago
Jumar Macato
e191d22d96
Update src/Avalonia.Visuals/Platform/IGeometryImpl.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
Jumar Macato
ef903d7ed2
Update src/Avalonia.Visuals/Platform/IDrawingContextImpl.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
Jumar Macato
7485b3a8cf
Update src/Avalonia.Visuals/Rendering/SceneGraph/BitmapBlendModeNode.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
SutandoTsukai181
32e6ca7e2a
Add missing XButtons 1 and 2 to MouseButton
5 years ago
ili
c378309894
AndroidTestApplication all content type text boxes
Also do not throw when input not configured
5 years ago
Steven Kirk
c71b0e0f29
Make showing the window use correct offscreen parent.
5 years ago