2 Commits (98ba0f529bcbf708276b6fda48e4130e10a76751)

Author SHA1 Message Date
Steven Kirk 98ba0f529b Initial implementation of nested styles. 4 years ago
Steven Kirk fb0da85ad3
Merge core libraries. (#5831) 4 years ago
Steven Kirk 0a1cb6fdf8 Added ResourcesChangedEventArgs.Empty. 6 years ago
Steven Kirk 42859fae89 Refactored resources. 6 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Steven Kirk 6db44298bb Handle adding/removing nested styles. 6 years ago
Steven Kirk fece964458 Remove commented-out code. 6 years ago
Steven Kirk 8b3ac277f2 Added animations support back in. 6 years ago
Steven Kirk dc55d65287 Refactored styling. 6 years ago
Dariusz Komosinski 2b6a2f4a9b Optimize memory allocations when attaching styles. 6 years ago
Steven Kirk 601abac056 Set resource parent for merged dictionaries. 7 years ago
Steven Kirk 0f25e0548f Use object for resource keys. 7 years ago
Dariusz Komosinski 2a4cb2c3f6 Fix Style subscriptions not being removed at all. 7 years ago
Steven Kirk 94b2e2beca Cache the styles for control types. 8 years ago
Jeremy Koritzinsky ac11e7b3a8 Detach all styles when a style is removed from a control. 8 years ago
Jeremy Koritzinsky 51faa94534 Allow users to supply custom clocks in XAML or code before animations are applied. Change AnimationsPage to show an example with a custom clock and the animations on that page. 8 years ago
Jeremy Koritzinsky ec9c61bbbe Allow clocks to be bindable and inherited down the logical tree. 8 years ago
Jeremy Koritzinsky bf1b78c4ab Enable Animations to run on a non-global clock. 8 years ago
Miha Markič 0a38876590 Spellchecks all projects except for Base, Controls, Samples and Testing 8 years ago
Jeremy Koritzinsky 4eec8b4271 Fix #1531 by making IStyle an IAvaloniaObject. 8 years ago
Jumar Macato 578e1331aa Nit fixes part 2 8 years ago
Jumar Macato 517622d1f7 Addressed all review notes by sir @grokys . 8 years ago
Jumar Macato c828437239 Minor fixes. 8 years ago
Jumar Macato 39fea68f74 8 years ago
Jumar Macato dd657e203d *Implement Basic Keyframe Animations support. 8 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 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 84aa27162f Made a start adding Control/Application.Resources. 9 years ago
Steven Kirk b5df0cdcee Remove Style.Resources setter. 9 years ago
Steven Kirk 39fc0ccdb5 Added IResourceDictionary. 9 years ago
Steven Kirk fec2823537 StyleResources -> ResourceDictionary. 9 years ago
Steven Kirk 85e40b9c0b Set e.Handled on command execution. 9 years ago
Steven Kirk 7dabcf4144 Moved StyleResources to its own file. 9 years ago
donandren 8483cd6990 Setters on style should be iList or List IEnumerable not working with portable xaml 9 years ago
Steven Kirk 1b32a6aac3 Fixed unused member warnings. 10 years ago
Steven Kirk 5be41985c3 Renamed Perspex -> Avalonia 10 years ago
Steven Kirk fa9e7fbcd8 Don't use observables to detach styles. 10 years ago
Steven Kirk 072941837b Refactored styles... 10 years ago
Steven Kirk 19af37a6af Started adding StyleResource markup extension. 10 years ago
Steven Kirk 6b06d0ee4c Started adding Style resources. 10 years ago
Steven Kirk a6b74db847 Merge branch 'logical-tree' into leaks 11 years ago
Steven Kirk da39751faf Undo commented out code. 11 years ago
Steven Kirk 4d6572b74e Added StyleActivator leak test. 11 years ago
Steven Kirk 4fa3c98ca3 Detach styles when control removed from visual tree. 11 years ago
Steven Kirk 1b17b037cf Use ContentAttribute to identify content property. 11 years ago
Steven Kirk 2c6e14b861 Fix style with no selector. 11 years ago