61 Commits (509a856ea03984d4e4073e7e718d82dd39115deb)

Author SHA1 Message Date
Steven Kirk d80cfbca18 Remove #nullable directives. 4 years ago
Steven Kirk 77d059be22 Add nullable annotations to Avalonia.Controls. 4 years ago
Benedikt Stebner b815a22d5a Port WPF's FormattedText to Avalonia and rework TextPresenter 4 years ago
Steven Kirk 76667dbd0d Finished adding nullable annotations to Avalonia.Base. 4 years ago
Max Katz 72c975ac0b Use ContextRequested event to show ContextMenu 5 years ago
Max Katz 23acdb111b Implement ContextRequested event 5 years ago
Max Katz 3984ba2ec5 Enable nullability for InputElement, Interactive, Visual 5 years ago
Dan Walmsley f5df7e6e62 dont obsolete context menu apis. 5 years ago
amwx 02b529cbd6 Make Tests work 5 years ago
amwx b1b9f6f7d2 ContextFlyouts 5 years ago
Steven Kirk 6fecb61da0 Added nullable annotations to Control class. 5 years ago
Steven Kirk 0f238113f5 Implement batching for AvaloniaObject property values. 5 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Steven Kirk 1cd900c856 Prevent leak when using TemplateBinding from a Setter. 7 years ago
Steven Kirk 131a4d90ef Remove Avalonia.ISupportInitialize. 7 years ago
Miha Markič 1524cb1aba Spellchecks comments and members, removes unused using statements and sorts them 8 years ago
Jeremy Koritzinsky 4b8c6df9eb Implement animation setters using the Avalonia.Styling.Setter class. Enable custom animators through a static method on Animation that can be called from the a static constructor (example in Transform.cs). 8 years ago
Jeremy Koritzinsky 72a4889435 Move Control static constructor statements to more accurate layers. 8 years ago
Jeremy Koritzinsky b448b64bdd Fixed broken doc comment. 8 years ago
Jeremy Koritzinsky da0ab8b681 Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain 8 years ago
Jeremy Koritzinsky bdaf4a2046 Fix #1182. 8 years ago
Goldy 6dd497bbc8 Code improvement 8 years ago
Steven Kirk 6421d422cb Fix data context change notification. 9 years ago
Steven Kirk 181dd53e58 Notify DataContextChanged down tree. 9 years ago
brandonhood ac9a8d74b8 Update Control.cs 9 years ago
Steven Kirk 3402456284 Always raise logical tree attach/detach events. 9 years ago
Steven Kirk 815d3f719e Report correct root in logical tree attach/detach. 9 years ago
Steven Kirk a72ce3671d Added ResourceInclude. 9 years ago
Steven Kirk 91387a74e1 Start testing MergedDictionaries. 9 years ago
Steven Kirk e81b22b9d2 IResourceProvider -> IResourceNode 9 years ago
Steven Kirk ac8cc99f16 Started adding MergedDictionaries. 9 years ago
Steven Kirk ea626a0e19 Updated ncrunch config 9 years ago
Steven Kirk 71e8b4fc69 Update dynamic resources on set parent. 9 years ago
Steven Kirk 0e155bd2d4 Make dynamic resources work in more situations. 9 years ago
Steven Kirk 2a61bbcb64 Detect resources added in new styles. 9 years ago
Steven Kirk 513efe99f7 Start making DynamicResource react to changes. 9 years ago
Steven Kirk bf2d403f14 Fix faulty resource lookup. 9 years ago
Steven Kirk 22bda08a90 Lazily initialize DataTemplates. 9 years ago
Steven Kirk 090a1ec8cf Lazily initialize Styles. 9 years ago
Steven Kirk d1fee611bf IResourceHost -> IResourceProvider. 9 years ago
Steven Kirk 84aa27162f Made a start adding Control/Application.Resources. 9 years ago
Steven Kirk a232b137b5 Allow reuse of existing tooltip popup. 9 years ago
Steven Kirk 4730ee1c41 Fix spelling of descendant. 9 years ago
Nikita Tsukanov b18a103834 PR notes 9 years ago
Nikita Tsukanov 0b756d0b8a More null checks 9 years ago
Steven Kirk 1b9d61416f Ported ImmediateRenderer from scenegraph branch. 9 years ago
donandren d2f5616142 refactor initialize in control 9 years ago
Steven Kirk 5261ab303f WIP: More work on VisualBrush 9 years ago
Steven Kirk 90f4cfbea3 Register namescoped controls with parent namescope. 9 years ago
Steven Kirk 1db12af4dc Don't clear TemplatedParent on removal from logical tree. 10 years ago