Dan Walmsley
4be6c5fbb4
Merge pull request #8501 from AvaloniaUI/fixes/integration-test-stability-osx
run appium and restart it each time.
4 years ago
Dan Walmsley
f3c8e6ef96
Merge branch 'master' into fixes/integration-test-stability-osx
4 years ago
Dan Walmsley
5d69d1648d
run appium and restart it each time.
4 years ago
Max Katz
49a6afa7bd
Merge pull request #8500 from AvaloniaUI/feature/benchmarks-debug-in-process
Added --debug switch to benchmarks.
4 years ago
Max Katz
2c06cabacd
Merge branch 'master' into feature/benchmarks-debug-in-process
4 years ago
Dan Walmsley
20c143e8e3
Merge branch 'master' into rndr4
4 years ago
Dan Walmsley
777f98bf44
Merge pull request #8499 from AvaloniaUI/fixes/automation-tests-osx-close-app
OSX Integration Tests: close app after running
4 years ago
Steven Kirk
af0014b735
Added --debug switch to benchmarks.
To be able to run benchmarks in the debugger, you need to pass `DebugInProcessConfig` to the benchmark switcher. There doesn't seem to be any inbuilt switch to enable this from the command-line, so added one to the benchmarks projects in order to be able to debug benchmarks more easily.
4 years ago
Dan Walmsley
d59c9feac9
make sure any existing instances are closed.
4 years ago
Steven Kirk
fb49040fbe
Added some ControlTheme benchmarks.
4 years ago
Dan Walmsley
e0c1bae842
use pkill to close app.
4 years ago
Dan Walmsley
7746b79fb5
close app after running
4 years ago
Nikita Tsukanov
221a0f1341
Removed workaround from headless platform memory measurement code
4 years ago
Nikita Tsukanov
551f35a760
Cleanup
4 years ago
Max Katz
e9aa43e941
Merge pull request #8459 from pr8x/pseudoclasses-has
Add `Has()` method to `IPseudoClasses`
4 years ago
Max Katz
69e64281e3
Merge branch 'master' into pseudoclasses-has
4 years ago
Max Katz
c7f4038bd3
Merge pull request #8493 from timunie/fix/DataGrid_GroupIconFixes
Fix: DataGrid Grouping symbol wrong in Fluent Theme
4 years ago
Max Katz
ca29ad0b65
Merge branch 'master' into fix/DataGrid_GroupIconFixes
4 years ago
Dan Walmsley
51150a1875
Merge pull request #8482 from AvaloniaUI/fixes/window-centering-edge-case
window centering edge case
4 years ago
Dan Walmsley
c7b4fc3182
Merge pull request #8483 from AvaloniaUI/fixes/osx-initial-window-size-when-extend-client-area
Fix initial window size on osx
4 years ago
Dan Walmsley
9926e719f1
Merge pull request #8494 from AvaloniaUI/fixes/macos-red-window
[macOS] Fixes red window contents on startup
4 years ago
Nikita Tsukanov
ecca63949f
Use Blit when available
4 years ago
Nikita Tsukanov
d1f3c4d691
[mac] Don't update layer if IOSurface doesn't have any valid content yet
4 years ago
Nikita Tsukanov
8c171d0174
Merge remote-tracking branch 'origin/master' into rndr4
# Conflicts:
# samples/ControlCatalog.NetCore/Program.cs
# src/Avalonia.SourceGenerator/IsExternalInit.cs
# src/Shared/IsExternalInit.cs
# src/tools/DevGenerators/IsExternalInit.cs
4 years ago
Luis von der Eltz
4ca4986b4f
rename
4 years ago
Tim
926b365652
Fix: DataGrid Grouping symbol wrong in Fluent Theme
- Expanded icon was vertically flipped.
- ToggleButton :checked means open, :unchecked means closed. The icon reference was corrected here to match this.
4 years ago
Nikita Tsukanov
21ccb8d43a
Fixed animation activation
4 years ago
Steven Kirk
76274f80b3
Added SafeEnumerableList and use in Classes.
Adds a simple copy-on-write list and uses it to store the listeners to `Classes` to prevent problems with re-entrancy.
Fixes #8480
4 years ago
Steven Kirk
9e4a597225
Added failing tests for #8480 .
4 years ago
Nikita Tsukanov
70a86fccbf
Fixed initialization order
4 years ago
Steven Kirk
f38fcc8f52
Updated ncrunch config.
4 years ago
Nikita Tsukanov
35e18ce765
Fixed yet another invalidation case
4 years ago
Nikita Tsukanov
862b318906
Use dictionaries for storing composition animation infrastructure
4 years ago
Max Katz
b32f8e17e1
Merge pull request #8488 from timunie/fix/ProgressBarAutoGrowing
Use indicators parent if available to determine the space
4 years ago
Tim
633c479175
Use indicators parent if available to determine the space
We used controls bounds before, which may lead to wrong indicator size if a border is set or the template has elements next to the indicator.
4 years ago
Dan Walmsley
efcca77ddb
only trigger resized event if the window is shown.
4 years ago
Dan Walmsley
48705d49aa
Merge branch 'master' into fixes/window-centering-edge-case
4 years ago
Dan Walmsley
0aacec3fae
fix mockwindowplatform and test.
4 years ago
Dan Walmsley
d4ec5474d3
Ensure Window MinHeight/Width is obeyed.
4 years ago
Dan Walmsley
9be71040c8
failing unit test.
4 years ago
Steven Kirk
da801b28ca
Merge pull request #8455 from ltetak/effectiveViewportChangedListeners
EffectiveViewportChangedListeners thread safety improved
4 years ago
Steven Kirk
e18254a23c
Merge branch 'master' into effectiveViewportChangedListeners
4 years ago
Max Katz
0e115413e4
Merge pull request #8478 from javidsho/patch-1
Fix TrayIcon null pointer exception on application exit
4 years ago
javidsho
65d1471a94
Fix null pointer exception on application exit
4 years ago
Jumar Macato
df42c42cbd
Merge pull request #8451 from workgroupengineering/fixes/Warnings/FreeDesktop
4 years ago
Jumar Macato
19ffe376db
Merge branch 'master' into fixes/Warnings/FreeDesktop
4 years ago
Max Katz
a487ef14b1
Merge pull request #8454 from EricEzaM/customise-progressbar-text-format
Allow customisation of ProgressBar text.
4 years ago
Eric M
435419588a
Allow customisation of ProgressBar text format.
4 years ago
Jumar Macato
f0b810bb43
Merge branch 'master' into fixes/Warnings/FreeDesktop
4 years ago
robloo
2232b38154
Merge branch 'master' into colorpicker2
4 years ago