1656 Commits (89f762f1ec45ed57bf82a26299e9b96bc5e654a1)

Author SHA1 Message Date
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
Jeremy Koritzinsky 397f0ad38b Updated AppBuilder to have a way to track names of the windowing and rendering subsystems. 10 years ago
Steven Kirk 26f9d3fcd5 Add ncrunchprojects for new projects. 10 years ago
Steven Kirk c2a14f9db7 Swapped names in ExpressionNode. 10 years ago
Wiesław Šoltés 028c5c2f2f Renamed file name same as class 10 years ago
Wiesław Šoltés 8b035ffb2b Renamed typeparam to fix build 10 years ago
Nikita Tsukanov fa2c3ab4a8 Fixed keyboard focus for gtk 10 years ago
Nikita Tsukanov d1ac5a4002 Code cleanup 10 years ago
Nikita Tsukanov c08673fed5 Fix for layout 10 years ago
Wiesław Šoltés 01d8d465e7 Fix reference hintpath 10 years ago
Nikita Tsukanov 07fea3befa Added RuntimePlatformInfo 10 years ago
Nikita Tsukanov 440e35f1f1 Incorporated Avalonia.DotNetFrameworkRuntime.dll to the main nuget package 10 years ago
Nikita Tsukanov 8d21c8069d Moved project 10 years ago
Nikita Tsukanov 11703d166f Update SharedAssemblyInfo.cs 10 years ago
Nikita Tsukanov 3af869f49f Moved IPclPlatformWrapper and IAssetLoader to a separate assembly 10 years ago
Nikita Tsukanov 4a25b33cea Sync package versions 10 years ago
Wiesław Šoltés 9cdcf6cb02 Revert "Updated projects and packages" 10 years ago
Dan Walmsley a4f63f0ecf added fontweight converter to the project file. 10 years ago
Nikita Tsukanov d9607a5fca Initial (with bugs) gtk embedding implementation 10 years ago
Nikita Tsukanov 528e891e55 Embeddable control window lifecycle should be tied to native host control 10 years ago
Nikita Tsukanov 8ee9d17ff6 Fixed some focus issues 10 years ago
Nikita Tsukanov b89d334147 Implemented embedding to WPF and WinForms 10 years ago
danwalmsley 937fc21af4 Added implementation of FontWeight TypeConverter. 10 years ago
Steven Kirk 472133d349 Catch D2D error and log it. 10 years ago
Steven Kirk 7f2cbd0b71 Use a path for the TextBox error icon. 10 years ago
Steven Kirk 40c2111548 Fix path absolute/relative parsing logic. 10 years ago
Steven Kirk 079d481e36 Renamed ExpressionSubject -> BindingExpression. 10 years ago
Steven Kirk c9d3408c29 Improve numerical binding error messages. 10 years ago
Steven Kirk 7cb001801a Try to improve logged binding errors. 10 years ago
Steven Kirk 7206580175 Filter out broken binding errors in TextBox. 10 years ago
Steven Kirk f59c16bc00 Improve broken binding diagnostic messages. 10 years ago
Steven Kirk 922b0c5cd7 Don't clear ItemContainerGenerator on template change. 10 years ago
Steven Kirk 4c0b82a68d Always use an IList (array) for DataValidationErrors. 10 years ago
Steven Kirk 1db12af4dc Don't clear TemplatedParent on removal from logical tree. 10 years ago
Steven Kirk b53fd363e5 Fix logic in setting templated parent in Popup. 10 years ago
Steven Kirk 6db7687c78 Unpack AggregateException in TextBox. 10 years ago
Steven Kirk 57a611533c Added Data Annotations validation. 10 years ago
Steven Kirk 8addd927e2 Add string representation of BindingNotification. 10 years ago
Steven Kirk 8b9f25ff24 Fix OneTime bindings. 10 years ago
Steven Kirk 7a2adc63e9 Fix TextBox/error icon scrolling. 10 years ago
Steven Kirk 9094de563e Fix the TextBox error ToolTip. 10 years ago
Steven Kirk 3633e201d0 Revert "Merge pull request #674 from nc4rrillo/img-rz" 10 years ago
Steven Kirk 41ba3b7782 Started adding TextBox error adornments. 10 years ago
Steven Kirk a222fa9b0c Don't modify text due to binding when typing. 10 years ago
Steven Kirk a560c3b6d3 Use WeakReference in BindingNotification. 10 years ago
Steven Kirk 91b855b056 Convert to WeakReference in ExpressionObserver. 10 years ago
Steven Kirk 50b0b687cd Moved some leak tests to LeakTests. 10 years ago
Steven Kirk 19b034651e Use `:error` pseudoclass in TextBox. 10 years ago
Steven Kirk b063ddf872 Only enable data validation for LocalValue bindings. 10 years ago