Steven Kirk
|
39fc0ccdb5
|
Added IResourceDictionary.
|
9 years ago |
Steven Kirk
|
fec2823537
|
StyleResources -> ResourceDictionary.
And move it to the `Avalonia.Controls` namespace.
|
9 years ago |
Jeremy Koritzinsky
|
47fdff74a3
|
Merge pull request #1124 from jkoritzinsky/CleanUpRuntimeProject
Clean up DotNetCoreRuntime project file and associated files
|
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 |
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 |
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 |
Steven Kirk
|
7e10a44dab
|
Updated ncrunch project files.
Most tests now build with ncrunch.
|
9 years ago |
Nikita Tsukanov
|
7e1f1191c3
|
Fixed .gitignore for skia tests
|
9 years ago |
Dan Walmsley
|
70ac47f84b
|
render the overlay everytime is DrawFPS is enabled or DirtyRects is enabled.
otherwise only composite when required.
|
9 years ago |
Dan Walmsley
|
8abd8231ab
|
dont composite on every frame.
|
9 years ago |
Jeremy Koritzinsky
|
ed0249010d
|
Merge pull request #1077 from kekekeks/skia-merge
Merge skia projects into one
|
9 years ago |
Jeremy Koritzinsky
|
3f3c7f1519
|
Try fixing skia copy again.
|
9 years ago |
Jeremy Koritzinsky
|
b96b34f11e
|
Fix skia file location.
|
9 years ago |
Jeremy Koritzinsky
|
014faad605
|
Fixed DirSuffix in build parameters.
|
9 years ago |
Jeremy Koritzinsky
|
cceb884fe0
|
Disable failing Cairo tests.
|
9 years ago |
Jeremy Koritzinsky
|
6860a37989
|
Only run Skia in the Run-Net-Core-Unit-Tests target.
|
9 years ago |