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
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
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
0d31525c93
Clean up DotNetCoreRuntime project file and associated files
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
Steven Kirk
bbd585e223
Merge branch 'master' into fixes/1096-popup-scene-not-updating
9 years ago
Steven Kirk
d6c9fb6ebb
Merge pull request #1120 from AvaloniaUI/fixes/1119-d2d-empty-gradientstops
Allow for a null PlatformBrush in DrawingContextImpl.DrawImage
9 years ago
Steven Kirk
8ac3a181aa
Allow for a null PlatformBrush in DrawingContextImpl.DrawImage
Fixes #1119
9 years ago
Steven Kirk
f8141a4b3a
Merge branch 'master' into fixes/1096-popup-scene-not-updating
9 years ago
Eli Arbel
4885ef8013
Merge pull request #1117 from aelij/drawing
Drawing (vector icons)
9 years ago
Eli Arbel
578c911d11
Clipping
9 years ago
Eli Arbel
c434cb215a
PR comments
9 years ago
Jeremy Koritzinsky
45ed1043ba
Merge branch 'master' into DisableButtonOnNullCommandBinding
9 years ago
Eli Arbel
7bbbb185de
Typo
9 years ago
Eli Arbel
b9aa086f03
Adding Drawing classes & render test
9 years ago
Eli Arbel
42115b6ade
Fix #1107
9 years ago
Eli Arbel
d9b20fada4
Rect parse & type converter
9 years ago
Eli Arbel
f05cb39a36
Allow Geometry classes to be instantiated in XAML
9 years ago
Eli Arbel
8cc6d30696
Matrix.Parse & type converter
9 years ago
Matthijs ter Woord
1d8ade7d93
Have Avalonia.ReactUI use SharedAssemblyInfo
9 years ago
Matthijs ter Woord
261cdc1e5f
Have Avalonia.DotNetFrameworkRuntime use SharedAssemblyInfo
9 years ago
Matthijs ter Woord
5d945a9dcd
Have Avalonia.Gtk3 use SharedAssemblyInfo
9 years ago
Matthijs ter Woord
29352969a3
Have Avalonia.Gtk use SharedAssemblyInfo
9 years ago
Matthijs ter Woord
a934f276ff
Have Avalonia.Cairo use SharedAssemblyInfo
9 years ago
Matthijs ter Woord
b83d96e1cb
Have logging project use SharedAssemblyInfo
9 years ago
Steven Kirk
7de42e02e1
Clear scene for invisible root visuals.
When a root visual is hidden, clear `DeferredRenderer._scene` and completely rebuild it if it is shown again.
Fixes #1096
9 years ago
Steven Kirk
a94c37e1ee
Merge pull request #1103 from AvaloniaUI/dont-composite-on-every-frame
Dont composite on every frame
9 years ago
Steven Kirk
fcd7d13f5d
Merge branch 'master' into dont-composite-on-every-frame
9 years ago
Steven Kirk
400b6f39fe
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
9 years ago