Steven Kirk
|
7f469752d5
|
Remove generic methods from IInteractive.
|
4 years ago |
Steven Kirk
|
f9dbbb3da1
|
Make UpdateDataValidation non-generic.
|
4 years ago |
Dariusz Komosiński
|
8bd9cb17f8
|
Merge pull request #7980 from AvaloniaUI/refactor/valuestore-nongeneric
Remove virtual generic methods from ValueStore.
|
4 years ago |
Steven Kirk
|
c50a915bfc
|
Merge branch 'master' into refactor/valuestore-nongeneric
|
4 years ago |
Steven Kirk
|
94780b5bc5
|
Merge pull request #7892 from 0x0ade/recycledanchors
Fix IsRegisteredAsAnchorCandidate desync, mainly affecting recycled anchors
|
4 years ago |
Steven Kirk
|
271011e8c1
|
Merge branch 'master' into recycledanchors
|
4 years ago |
Dariusz Komosiński
|
ad2ae75187
|
Merge pull request #7372 from AvaloniaUI/feature/new-weak-events-for-visual
AffectsRender subscription optimization
|
4 years ago |
Dariusz Komosiński
|
96922c9b79
|
Merge branch 'master' into feature/new-weak-events-for-visual
|
4 years ago |
Nikita Tsukanov
|
9765a592eb
|
Merge pull request #8016 from kivarsen/fix-6603-pinvoke-stack-imbalance
Fix #6603: PInvokeStackImbalance error caused by incorrect signature
|
4 years ago |
Kevin Ivarsen
|
5bacd91443
|
Fix #6603: PInvokeStackImbalance error caused by incorrect signature for WindowsDeleteString function.
When PreserveSig=false, a function that natively returns an HRESULT and has no final [out] parameter should instead be marked as void.
|
4 years ago |
Max Katz
|
da6565a4f7
|
Merge pull request #8014 from MarchingCube/fix-macos-pointtoclient
Fix PointToClient not working on macOS.
|
4 years ago |
Dariusz Komosinski
|
628ae788e4
|
Fix PointToClient not working on macOS.
|
4 years ago |
Jade Macho
|
b92e001735
|
Merge branch 'master' into recycledanchors
|
4 years ago |
Max Katz
|
6314f4f34a
|
Merge pull request #7889 from jp2masa/scroll-viewer-padding
Fixed ScrollViewer Padding
|
4 years ago |
Max Katz
|
0c2274ad4b
|
Merge branch 'master' into scroll-viewer-padding
|
4 years ago |
Max Katz
|
3500f205a1
|
Merge pull request #7568 from Kibnet/fix/double-items-in-treeview
Fix #7567 - TreeView crashes the app when trying to display the same viewmodel twice
|
4 years ago |
Max Katz
|
99d95d42c2
|
Merge branch 'master' into fix/double-items-in-treeview
|
4 years ago |
Max Katz
|
5b29609d6a
|
Merge pull request #7997 from hez2010/fix/aot
Remove rd.xml for NativeAOT Compilation
|
4 years ago |
Max Katz
|
f956f3e6e8
|
Merge branch 'master' into fix/aot
|
4 years ago |
Max Katz
|
f02d5d6f7f
|
Merge pull request #7998 from AvaloniaUI/fix-devanalyzers-path
Fixed path to DevAnalyzers.csproj
|
4 years ago |
Max Katz
|
20983b75e2
|
Merge branch 'master' into fix-devanalyzers-path
|
4 years ago |
Max Katz
|
532a07565d
|
Merge pull request #7517 from AvaloniaUI/feature/struct-dispatcher-priorities
Make DispatcherPriority to be a struct with static readonly field values
|
4 years ago |
Nikita Tsukanov
|
d5e049e70a
|
Fixed path to DevAnalyzers.csproj
Linux uses case-sensetive file systems, so MSBuild was unable to find the file
|
4 years ago |
Jumar Macato
|
e4c36e5dbb
|
Merge branch 'master' into feature/struct-dispatcher-priorities
|
4 years ago |
Steven He
|
d79854ec54
|
Remove rd.xml
|
4 years ago |
Max Katz
|
a0b6ec6add
|
Merge pull request #7935 from hez2010/master
SubtypesFactory generator
|
4 years ago |
Steven He
|
d7a098b75e
|
Avoid reparse source in codegen stage
|
4 years ago |
Steven He
|
de771d6fc4
|
Remove unnecessary nodes in MethodTargets
|
4 years ago |
Steven He
|
b4a5d2e88a
|
Use record struct
|
4 years ago |
Steve
|
ea3d4fc7e2
|
Merge branch 'master' into master
|
4 years ago |
Steven He
|
18e7a11a02
|
Implement IncrementalGenerator
|
4 years ago |
Max Katz
|
c1c4bdfe95
|
Merge pull request #7963 from AvaloniaUI/disabled-items-should-not-be-selectable-with-keyboard
Disabled items in ComboBox souldn't be selectable with arrow keys.
|
4 years ago |
Max Katz
|
859e883d6a
|
Merge branch 'master' into disabled-items-should-not-be-selectable-with-keyboard
|
4 years ago |
Max Katz
|
3dc67c215d
|
Merge pull request #7994 from robloo/datagrid-template-parts
Add TemplatePart attributes for DataGrid controls
|
4 years ago |
robloo
|
26e219404c
|
Add TemplatePart attributes for DataGrid controls
|
4 years ago |
Max Katz
|
578de7ebbc
|
Merge pull request #7993 from robloo/advanced-colors-2
Minor Color Updates
|
4 years ago |
robloo
|
a7dc94b3cd
|
More strictly match color prefixes
|
4 years ago |
robloo
|
e4331dc555
|
Merge branch 'master' into advanced-colors-2
|
4 years ago |
robloo
|
024dd47943
|
Improve color comments
|
4 years ago |
Dariusz Komosiński
|
02e7e8702e
|
Allow for parsing relative points during compile time. (#7987)
* Allow for parsing relative points during compile time.
* Revert extra target framework.
|
4 years ago |
robloo
|
467f78b58d
|
Improve color format length checking for performance
|
4 years ago |
robloo
|
c7e0a68f27
|
Support RGB component percentages in CSS format parsing
|
4 years ago |
robloo
|
37f678e96a
|
Fix missing color alpha rounding
|
4 years ago |
Max Katz
|
a7133f0919
|
Merge pull request #7905 from AvaloniaUI/refactor-pointerover
"PointerOver" refactoring, moved shared code from (Pen)MouseDevice to the top level
|
4 years ago |
Steven He
|
7530e20be0
|
Move EnumHelper to Avalonia.Base
|
4 years ago |
Max Katz
|
9a3a119b92
|
Merge branch 'master' into refactor-pointerover
|
4 years ago |
Max Katz
|
da9b00eddf
|
Merge pull request #7989 from rstm-sf/infra/fix_PlatformSupport.UnitTests
Fix PlatformSupport.UnitTests
|
4 years ago |
Max Katz
|
584cd8246f
|
Merge branch 'master' into refactor-pointerover
|
4 years ago |
Max Katz
|
be8bcd2be7
|
Update src/Avalonia.Base/Input/PointerOverPreProcessor.cs
|
4 years ago |
Steven He
|
2a2e4ca6db
|
Apply code review feedbacks
|
4 years ago |