Steven Kirk
4268014e66
A few tweaks.
9 years ago
Steven Kirk
4a9302b61e
More work on static resources.
Also found a scenario that Portable.Xaml can't seem to handle...
9 years ago
Steven Kirk
7e568063b4
Throw an exception if static resource not found.
9 years ago
Matthijs ter Woord
bfd7de2427
IsPressed property should be a StyledProperty, otherwise stackoverflow occurs
9 years ago
Steven Kirk
0b0667f5ee
Delay load static resources if necessary.
9 years ago
Matthijs ter Woord
ec90580c92
Merge branch 'master' into feature/button-ispressed
9 years ago
Matthijs ter Woord
5ea54d210e
Merge pull request #3 from AvaloniaUI/master
Merge upstream
9 years ago
Matthijs ter Woord
4f902c4552
Add IsPressed property on Button
9 years ago
Steven Kirk
fe3c5d0290
Get Appplication.Resources from StaticResource.
9 years ago
Steven Kirk
b166b9c3fb
Started adding StaticResource.
9 years ago
Steven Kirk
bf2d403f14
Fix faulty resource lookup.
9 years ago
Steven Kirk
51f9cbe49d
Fix build failure.
9 years ago
Steven Kirk
4bba1ab0fb
Lazy initialize Interactive._eventHandlers.
9 years ago
Steven Kirk
22bda08a90
Lazily initialize DataTemplates.
Added an `IDataTemplateHost` interface with a `IsDataTemplatesInitialized` property to prevent the need for allocating empty `DataTemplates` collections for many controls.
9 years ago
Eli Arbel
89cff0de95
Merge branch 'master' into tokenizer
9 years ago
Steven Kirk
090a1ec8cf
Lazily initialize Styles.
Added an `IStyleHost.IsStylesInitialized` property to prevent the need for allocating empty `Styles` collections for many controls.
9 years ago
Steven Kirk
d08f86d58b
Fixed incorrect .gitignore entry.
9 years ago
Steven Kirk
0be0bd3cc0
Merge pull request #1122 from AvaloniaUI/fixes/1121-parse-bezier-curve-seperators
correctly parse bezier curve seperators (Fixes #1121 )
9 years ago
Steven Kirk
b5317085af
Tweaked formatting.
9 years ago
Eli Arbel
cbdc1b16a5
Improve known color/brush parsing
9 years ago
Steven Kirk
d1fee611bf
IResourceHost -> IResourceProvider.
9 years ago
Eli Arbel
898e7e4747
Using a tokenizer instead of string split
9 years ago
Steven Kirk
84aa27162f
Made a start adding Control/Application.Resources.
9 years ago
Steven Kirk
b5df0cdcee
Remove Style.Resources setter.
We don't need it.
9 years ago
Steven Kirk
39fc0ccdb5
Added IResourceDictionary.
9 years ago
Steven Kirk
fec2823537
StyleResources -> ResourceDictionary.
And move it to the `Avalonia.Controls` namespace.
9 years ago
Nikita Tsukanov
c5942ceabd
Merge branch 'master' into fixes/1121-parse-bezier-curve-seperators
9 years ago
Jeremy Koritzinsky
47fdff74a3
Merge pull request #1124 from jkoritzinsky/CleanUpRuntimeProject
Clean up DotNetCoreRuntime project file and associated files
9 years ago
danwalmsley
85a09c7c88
Merge branch 'master' into fixes/1121-parse-bezier-curve-seperators
9 years ago
Jeremy Koritzinsky
d7e9d70672
Merge pull request #894 from jkoritzinsky/DisableButtonOnNullCommandBinding
Buttons are disabled when there is a null in the binding chain for Command
9 years ago
Nikita Tsukanov
0479913b4d
Merge branch 'master' into fixes/1121-parse-bezier-curve-seperators
9 years ago
Jeremy Koritzinsky
3dd86d47a2
Merge branch 'master' into DisableButtonOnNullCommandBinding
9 years ago
Jeremy Koritzinsky
465179e77d
Merge pull request #1111 from mterwoord/fixes/versioninfo-on-logging
Have all projects use SharedAssemblyInfo
9 years ago
Jeremy Koritzinsky
58b3ff90ab
Reduce build warnings by setting a few flags and not using deprecated overloads.
9 years ago
Jeremy Koritzinsky
a16014f875
Upgrade Moq to reduce build warnings
9 years ago
Jeremy Koritzinsky
0d31525c93
Clean up DotNetCoreRuntime project file and associated files
9 years ago
M. ter Woord
12167dfea9
Show descriptive error when no rendering or windowing subsystem found
9 years ago
Dan Walmsley
b6949b920e
correctly parse bezier curve seperators.
9 years ago
Dan Walmsley
b18d91ff74
Add inline data that tests comma seperated bezier curves.
9 years ago
Dan Walmsley
c79be3d6eb
Revert "correctly parse bezier curve seperators."
This reverts commit ff57a88eb7 .
9 years ago
Dan Walmsley
ff57a88eb7
correctly parse bezier curve seperators.
9 years ago
Matthijs ter Woord
f736defc55
Merge branch 'fixes/versioninfo-on-reactiveui' into fixes/versioninfo-on-logging
9 years ago
Matthijs ter Woord
aa398b50f3
Merge branch 'master' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
90e6bf1b4d
Merge pull request #2 from AvaloniaUI/master
Update fork
9 years ago
Matthijs ter Woord
8df32ac5e9
Merge branch 'fixes/versioninfo-on-cairo' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
f93dad2a3b
Merge branch 'fixes/versioninfo-on-dotnetframeworkruntime' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
4abdf884a0
Merge branch 'fixes/versioninfo-on-gtk' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
ec9dc9d098
Merge branch 'fixes/versioninfo-on-gtk3' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
07bbd06dbf
Merge branch 'fixes/versioninfo-on-logging' into fixes/versioninfo-on-reactiveui
9 years ago
Steven Kirk
67959eedf7
Merge pull request #1106 from AvaloniaUI/fixes/1096-popup-scene-not-updating
Clear scene for invisible root visuals.
9 years ago