Steven Kirk
37277a4dbe
Merge branch 'master' into dont-run-interactivity-tests-in-paralell
10 years ago
Steven Kirk
6a466c9b69
Merge pull request #734 from AvaloniaUI/warnings-as-errors
Treat warnings as errors.
10 years ago
Steven Kirk
6b5f95996e
Merge branch 'master' into warnings-as-errors
10 years ago
Steven Kirk
61393d8b22
Removed some more unused variables.
10 years ago
Steven Kirk
1b32a6aac3
Fixed unused member warnings.
That only show up on mono: seems the standard C# compiler silently
ignores most of these.
10 years ago
Steven Kirk
a8ffca44ac
Merge pull request #735 from wieslawsoltes/fixes/732-cake-test-runner
Fix for cake test runner runs Avalonia.Controls.UnitTests twice
10 years ago
Wiesław Šoltés
9408187d79
Merge branch 'master' into fixes/732-cake-test-runner
10 years ago
Steven Kirk
7eb939dbce
Don't run interactivity tests in paralell.
10 years ago
Steven Kirk
a4aed80c52
Merge pull request #726 from AvaloniaUI/fixes/704-canvas-right-bottom
Fix canvas positioning.
10 years ago
Wiesław Šoltés
3b088a4b4d
Fix unit tests search pattern
10 years ago
Steven Kirk
ca17c50bf4
Treat warnings as errors.
In Release build in main Avalonia assemblies (couldn't do it in
Avalonia.Markup.Xaml due to warnings in OmniXaml). To do this, fixed a
number of warnings.
10 years ago
Steven Kirk
5a4bdc3ad7
Merge branch 'master' into fixes/704-canvas-right-bottom
10 years ago
Steven Kirk
a5e18e3d9c
Merge pull request #677 from wieslawsoltes/AndroidSkia
Skia android fixes
10 years ago
Wiesław Šoltés
568a5a8e35
Added ControlCatalog.Android project
10 years ago
Wiesław Šoltés
a508b594e8
Removed unused references
10 years ago
Wiesław Šoltés
edc0a86178
Use latest app builder
10 years ago
Wiesław Šoltés
c61d75484d
Merge branch 'master' into AndroidSkia
10 years ago
danwalmsley
92b13bd2e1
Merge branch 'master' into fixes/704-canvas-right-bottom
10 years ago
danwalmsley
eabc0253dc
Merge pull request #727 from AvaloniaUI/fixes/716-textbox-cursor
Fix TextBox arrow key movement.
10 years ago
Steven Kirk
6e7fb76966
Allow movement to after last char with arrow keys.
Fixes #716 .
10 years ago
Steven Kirk
4abd223f86
Fixed up existing TextBox tests.
Some tests were leaking services.
10 years ago
Steven Kirk
df2f685ec8
Set canvas property default values to NaN.
And add unit tests. Fixes #704 .
10 years ago
Steven Kirk
089c56f529
Merge pull request #707 from jkoritzinsky/Updated-PlatformDetect-and-Modules
Implemented extensibility system for Avalonia
10 years ago
Steven Kirk
85e025da6b
Fixed spacing.
10 years ago
Steven Kirk
cd2f5f291a
Merge pull request #683 from OronDF343/master
Added Window.PositionChanged
10 years ago
OronDF343
26f1f0b884
Fixed bad diff tool errors
10 years ago
OronDF343
a2f13e3aa6
Merge conflicts resolved
10 years ago
OronDF343
470617f24c
Merge remote-tracking branch 'refs/remotes/AvaloniaUI/master'
10 years ago
danwalmsley
dfd4bbf34a
Merge pull request #710 from AvaloniaUI/fix-virtualization
Fix virtualization
10 years ago
Steven Kirk
750949233d
Removed bad code.
Committed I assume by accident.
10 years ago
Steven Kirk
9a696dc0c3
Merge pull request #721 from jkoritzinsky/PriorityValueOptimization
PriorityValue and PriorityLevel Memory Usage Optimization
10 years ago
OronDF343
f4c5293ece
Changed point name once again
10 years ago
OronDF343
66d0a56046
Fixed negative values on Win32
10 years ago
Jeremy Koritzinsky
c90cc4bf27
Implemented feedback.
10 years ago
Steven Kirk
d2cc8f439f
Merge pull request #717 from wieslawsoltes/UpdatedSkiaSharp
Updated SkiaSharp to version 1.54
10 years ago
Steven Kirk
603640ea66
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
10 years ago
Steven Kirk
1436f7e9ed
Merge branch 'master' into pr/715
10 years ago
Steven Kirk
2ab8941426
Move MaxClientSize to ITopLevelImpl.
This allows the maximum size calculation constraint to be applied when
an `ItemsPresenter` is in a `Popup`, meaning that all items don't get
materialized when the popup is shown. Fixes #719 , hopefully.
10 years ago
Jeremy Koritzinsky
3640d4dc1b
Implemented optimization to only construct a dictionary for priority levels if there is more than one in use. This drops memory consumption in most applications by a reasonable amount since most don't use multiple bindings on single properties (like animation and a local binding).
10 years ago
Jeremy Koritzinsky
1ae9b07764
Updated AppBuilder and added a documentation block about Avalonia Modules.
10 years ago
Jeremy Koritzinsky
3c39d7f9e1
Merge pull request #701 from jkoritzinsky/win32-mipmap-icon-support
Use mipmaps for Icons when icon is an .ico file.
10 years ago
Wiesław Šoltés
c91ee0fb61
Use SKBitmap.Decode method
10 years ago
Wiesław Šoltés
7a6d9d3673
Updated SkiaSharp to version 1.54
10 years ago
Mikhail Kanygin
40560a8ee2
Fixed #600 : Incorrect TextBox selection coloring for non-left aligned text.
10 years ago
danwalmsley
74bcc67850
Merge pull request #712 from AvaloniaUI/fixes/706-dropdown-memory-leak
Memory leak fixes
10 years ago
Steven Kirk
cbd672e2f6
Moved field to correct place.
10 years ago
Dan Walmsley
51c8542030
prevented second subscription of ListenForNonClientClick
10 years ago
Steven Kirk
b61adbfd64
Detach PopupRoot from logical tree...
When parent `Popup` is detached. Together with previous comit also fixes
#706 .
10 years ago
Steven Kirk
a0e880581e
Use ContentControl in DropDown template.
Instead of `ContentPresenter`. This fixes a memory leak whereby
`DropDown` wasn't correctly parenting the `Rectangle` created for
`SelectionBoxItem` when the selected item is a control. Fixes #706 .
10 years ago
Jeremy Koritzinsky
89f762f1ec
Added scoping on the AppBuilder tests to limit the scope of the service initialization.
10 years ago