3456 Commits (52c3daea1137e8364bb0b5b58ac2a9be88e084c0)
 

Author SHA1 Message Date
Steven Kirk 6afa000c42 Added a render loop. 10 years ago
Steven Kirk ae4589a5d4 WM_PAINT must always be handled. 10 years ago
Steven Kirk bf2285bbe4 Added a render test sample. 10 years ago
Steven Kirk 6e7fb76966 Allow movement to after last char with arrow keys. 10 years ago
Steven Kirk 4abd223f86 Fixed up existing TextBox tests. 10 years ago
Steven Kirk df2f685ec8 Set canvas property default values to NaN. 10 years ago
Steven Kirk 089c56f529 Merge pull request #707 from jkoritzinsky/Updated-PlatformDetect-and-Modules 10 years ago
Steven Kirk 85e025da6b Fixed spacing. 10 years ago
Steven Kirk cd2f5f291a Merge pull request #683 from OronDF343/master 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 10 years ago
Steven Kirk 750949233d Removed bad code. 10 years ago
Steven Kirk 9a696dc0c3 Merge pull request #721 from jkoritzinsky/PriorityValueOptimization 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 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. 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 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 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... 10 years ago
Steven Kirk a0e880581e Use ContentControl in DropDown template. 10 years ago
Jeremy Koritzinsky 89f762f1ec Added scoping on the AppBuilder tests to limit the scope of the service initialization. 10 years ago
Jeremy Koritzinsky 1429c4dd95 Fixed failing tests. 10 years ago
Jeremy Koritzinsky 22ed332c70 Made UsePlatformDetect more modular and updated our platform assemblies to use this feature. 10 years ago
Jeremy Koritzinsky 9a18ef0afa Added support for auto-loading "Avalonia modules", which are classes that are auto-initialized via the instance constructor. 10 years ago
Steven Kirk 55d76d6cb9 Make sure panel is remeasured after add/remove. 10 years ago
Jeremy Koritzinsky 397f0ad38b Updated AppBuilder to have a way to track names of the windowing and rendering subsystems. 10 years ago
Steven Kirk f6e288f72a Update available space in arrange. 10 years ago
Jeremy Koritzinsky 99fb74bbe2 Use GDI+ Bitmaps for getting an HICON only as a fallback if loading a GDI+ Icon fails. 10 years ago
Steven Kirk 03eb617d37 Added failing test for #709. 10 years ago
Steven Kirk 3c59935a44 Added missing [Fact] attribute. 10 years ago
Steven Kirk 2ba2c51c7f Merge pull request #691 from AvaloniaUI/binding-updates2 10 years ago
Steven Kirk 26f9d3fcd5 Add ncrunchprojects for new projects. 10 years ago
Steven Kirk c56b21f2cf Merge branch 'master' into binding-updates2 10 years ago
Steven Kirk c2a14f9db7 Swapped names in ExpressionNode. 10 years ago
Steven Kirk b7704c8c34 Merge pull request #692 from AvaloniaUI/relative-path-fixes 10 years ago
Nikita Tsukanov b0e242e582 Merge pull request #708 from wieslawsoltes/BuildFixes 10 years ago
Wiesław Šoltés 028c5c2f2f Renamed file name same as class 10 years ago