robloo
|
195ef79e0a
|
Convert ColorPicker default styles to ControlThemes
|
4 years ago |
Max Katz
|
9548da6696
|
Merge pull request #8599 from jinek/fixes/scene-hittest-exclusive
Scene hittest now uses exclusive `Rect.Contains`. Fixes https://githu…
|
4 years ago |
Evgeny Gorbovoy
|
2a57609217
|
+ more `ContainsExclusive` for nodes
|
4 years ago |
Evgeny Gorbovoy
|
1c1499c399
|
More `ContainsExclusive`
|
4 years ago |
Evgeny Gorbovoy
|
60196d8d86
|
Merge branch 'master' into fixes/scene-hittest-exclusive
|
4 years ago |
Steven Kirk
|
45d5a753ed
|
Fix broken build.
|
4 years ago |
Evgeny Gorbovoy
|
c226432e9b
|
Tests fixing
|
4 years ago |
Dan Walmsley
|
ea58d04e60
|
typo
|
4 years ago |
Dan Walmsley
|
fa54d7ecde
|
add a readme for the compostiion directory.
|
4 years ago |
Dan Walmsley
|
f6f8e71f3f
|
make license linkable
|
4 years ago |
Dan Walmsley
|
bd343a6290
|
update license for composition.
|
4 years ago |
Max Katz
|
497bc8a23b
|
Merge pull request #8568 from AvaloniaUI/datagrid-control-theme
Add DataGrid fluent Control Theme
|
4 years ago |
Max Katz
|
df98020d1d
|
Merge branch 'master' into datagrid-control-theme
|
4 years ago |
Max Katz
|
0cfd0cf716
|
Merge pull request #8439 from pr8x/fix-nullable-path-intersect
Make `IGeometryImpl.Intersect` nullable
|
4 years ago |
Max Katz
|
ab21db1d78
|
Merge branch 'master' into fix-nullable-path-intersect
|
4 years ago |
Max Katz
|
c89421cb0d
|
Merge pull request #8612 from AvaloniaUI/fixes/flaky-menu-integration-tests
Trying to fix flaky menu integration tests on win32.
|
4 years ago |
Max Katz
|
95aa976ba9
|
Merge branch 'master' into fixes/flaky-menu-integration-tests
|
4 years ago |
Max Katz
|
39b7f8eb45
|
Merge pull request #8614 from Maruhl/master
Unused Stopwatch removed
|
4 years ago |
Evgeny Gorbovoy
|
d560fd2847
|
+ CompositorHitTesting test
|
4 years ago |
Evgeny Gorbovoy
|
01d040bf6c
|
+ hit test attempt
|
4 years ago |
Mario Uhlmann
|
276e4c596b
|
unused Stopwatch removed
|
4 years ago |
Steven Kirk
|
fcef065908
|
Fix flaky menu integration tests.
Move the mouse pointer out of the way of the menu when running integration tests on menu keys.
|
4 years ago |
Nikita Tsukanov
|
24e49d1a9c
|
Merge pull request #8602 from DrWenz/feature/drmoutput-performance
Improve DRM startup time
|
4 years ago |
Markus Wenzl
|
406f9ced66
|
Clean up
|
4 years ago |
Markus Wenzl
|
30f14e45c0
|
Fix InitialBufferSwappingColor convertion to float
|
4 years ago |
Markus Wenzl
|
188e3ed717
|
Merge branch 'AvaloniaUI:master' into feature/drmoutput-performance
|
4 years ago |
Max Katz
|
2ace6a07fb
|
Merge pull request #8587 from robloo/colorpicker-controltheme
Add ColorPicker Fluent ControlThemes
|
4 years ago |
Max Katz
|
64c4599709
|
Merge branch 'master' into colorpicker-controltheme
|
4 years ago |
Max Katz
|
abc577fe90
|
Merge pull request #8604 from AvaloniaUI/feature/tray-icon-non-mandatory
Don't throw exceptions for missing windowing platform since it's actually not mandatory for TrayIcon
|
4 years ago |
Max Katz
|
7315bc2cd2
|
Merge branch 'master' into feature/tray-icon-non-mandatory
|
4 years ago |
Markus Wenzl
|
9d896b0fff
|
Merge remote-tracking branch 'origin/feature/drmoutput-performance' into feature/drmoutput-performance
|
4 years ago |
Markus Wenzl
|
5d491894aa
|
Fixes single responsibility principle
|
4 years ago |
Nikita Tsukanov
|
1aff496738
|
More one liners for the god of one liners
|
4 years ago |
Nikita Tsukanov
|
0d232a96c7
|
Don't throw exceptions for missing windowing platform since it's actually not mandatory for TrayIcon
|
4 years ago |
Markus Wenzl
|
0ce08b5f67
|
Merge branch 'master' into feature/drmoutput-performance
|
4 years ago |
Markus Wenzl
|
6b1de285ba
|
Added drmModeGetConnectorCurrent, added new StartLinuxDrm with LinuxDrmOptions
|
4 years ago |
Nikita Tsukanov
|
4be332a90a
|
Merge pull request #8601 from AvaloniaUI/fixes/7773-skia-stream-workaround
Workaround for SkiaSharp broken image decoding.
|
4 years ago |
Steven Kirk
|
fd28b7b572
|
Work around mono/SkiaSharp/#1551
Use the workaround from https://github.com/mono/SkiaSharp/issues/1551#issuecomment-756685252 to load bitmaps.
Fixes #7773
|
4 years ago |
Evgeny Gorbovoy
|
e7e2516c07
|
Scene hittest now uses exclusive `Rect.Contains`. Fixes https://github.com/AvaloniaUI/Avalonia/issues/3079
|
4 years ago |
Nikita Tsukanov
|
0614b86cef
|
Merge pull request #8597 from AvaloniaUI/feature/x11-wmclass-spec
Set WM_CLASS property according to ICCCM spec
|
4 years ago |
Nikita Tsukanov
|
821e1b6e5e
|
Set WM_CLASS property according to ICCCM spec
|
4 years ago |
Max Katz
|
1a076162fe
|
Merge pull request #8498 from timunie/fix/ProgressBarShouldListenToTrackSize
fix for ProgressBar not listening to size changes of parent track
|
4 years ago |
Max Katz
|
deb104a789
|
Merge branch 'master' into fix/ProgressBarShouldListenToTrackSize
|
4 years ago |
Max Katz
|
ad6eef6dd4
|
Merge pull request #8471 from Gillibald/fixes/textProcessingFixes
More text processing fixes
|
4 years ago |
Benedikt Stebner
|
3e39ace557
|
Revert change
|
4 years ago |
Benedikt Stebner
|
fdd8e5bdb9
|
Revert change
|
4 years ago |
Benedikt Stebner
|
a467960498
|
Revert change
|
4 years ago |
Benedikt Stebner
|
127e77a543
|
Update RichTextBlock ControlTheme
|
4 years ago |
Benedikt Stebner
|
811ee7b3c8
|
Merge
|
4 years ago |
Nikita Tsukanov
|
66ec1781be
|
Merge pull request #8589 from AvaloniaUI/feature/gl-getprocaddress
Reflection-free codegen for populating OpenGL functions
|
4 years ago |