Jumar Macato
ac536362b6
Merge branch 'master' into fixes/1920-renderloop-post
8 years ago
danwalmsley
dbe9bc89db
Merge pull request #1935 from kekekeks/skiagl
OpenGL-accelerated Skia drawing for Win32/GTK backends
8 years ago
Dan Walmsley
f2bd597329
whitespace.
8 years ago
Nikita Tsukanov
ea5a7a8d1c
Pack Avalonia.OpenGL to the main package
8 years ago
Nikita Tsukanov
ff23551c01
Introduced GTK platform options with environment based configuration
8 years ago
Nikita Tsukanov
4f1552c6a2
Introduced several 5-line .cs files
8 years ago
Nikita Tsukanov
61d890660a
Specify EGL_STENCIL_SIZE and EGL_DEPTH_SIZE
8 years ago
danwalmsley
909285305c
Merge branch 'master' into skiagl
8 years ago
Nikita Tsukanov
d0c266949c
Actually detect OS instead of relying on GetRuntimeInfo()
8 years ago
Nikita Tsukanov
25919bf48a
Implemented ANGLE-based OpenGL support in Win32 backend
8 years ago
Nikita Tsukanov
a8004c7218
Use PixelSize and Scaling for GL surfaces
8 years ago
Nikita Tsukanov
4c9c0c0c40
OpenGL/EGL rendering support in Skia/GTK backends
8 years ago
Nikita Tsukanov
add3e81095
Extracted interop bits from GTK3 backend to Avalonia.Base and IRuntimePlatform
8 years ago
Steven Kirk
1007b545cd
Merge pull request #1931 from donandren/issues/1930
fixes pathparser when there are trailing spaces
8 years ago
Steven Kirk
ee37243176
Merge branch 'master' into issues/1930
8 years ago
Steven Kirk
69dd107e7c
Merge pull request #1928 from donandren/contentpresenterperfImprovements
don't reset data template on attached to visual tree, but on attached…
8 years ago
Steven Kirk
4645ec1c45
Use indexer for iterating items.
8 years ago
Steven Kirk
62a5b66228
Fix failing tests.
8 years ago
Steven Kirk
51f85cfac9
Removed debug code.
8 years ago
Andrey Kunchev
6844cc1450
fixes #1930 PathMarkupParser ends figure always
8 years ago
Andrey Kunchev
cabdb077a1
add failing test for #1930 PathMarkupParser does not end figure when trailing spaces (newlines) are present
8 years ago
Steven Kirk
c311474d5b
Don't await updates in render loop.
The render loop should not be waiting for an update to occur on the UI thread before rendering a frame. Instead of awaiting the call, simply call `IDispatcher.Post` to fire-and-forget. Placed a guard around the update to make sure multiple updates don't get queued if an update doesn't complete in a single frame.
Also don't call `IRenderLoopTask.Update` unless `IRenderLoopTask.NeedsUpdate == true`.
Fixes #1920
8 years ago
Andrey Kunchev
f1622f4802
don't reset data template on attached to visual tree, but on attached to logical tree
8 years ago
Steven Kirk
4b05d49fd4
Merge pull request #1905 from Gillibald/fixes/1904-fillresult
Fix inner border radius
8 years ago
Steven Kirk
01e5e3df45
Merge branch 'master' into fixes/1904-fillresult
8 years ago
Jumar Macato
a0331b9889
Merge pull request #1922 from AvaloniaUI/fixes/1921-image-source-affects-measure
[Image] Measure is triggered when source or stretch property is changed.
8 years ago
Dan Walmsley
63928f6242
[Image] Measure is triggered when source or stretch property is changed.
8 years ago
Jumar Macato
792980bc3e
Merge pull request #1855 from AvaloniaUI/update/portable-xaml
Updated portable.xaml submodule to latest develop.
8 years ago
Steven Kirk
d4c102998c
Updated portable.xml submodule.
8 years ago
Jumar Macato
4d8f3fc8ca
Merge branch 'master' into update/portable-xaml
8 years ago
Jumar Macato
71c2019086
Merge pull request #1913 from WojciechKrysiak/bugfix/CorrectedSelectedItemsControlEvent
Fix SelectedItemsChanged event arguments in SelectingItemsControl
8 years ago
WojciechKrysiak
c3a1f6279b
Merge branch 'master' into bugfix/CorrectedSelectedItemsControlEvent
8 years ago
Jumar Macato
6df48f2492
Merge pull request #1915 from ahopper/perf-matrix-only-one-identity
create only one identity matrix
8 years ago
ahopper
c5419a3c26
create only one identity matrix
8 years ago
danwalmsley
bcf71f7cf5
Merge pull request #1911 from Gillibald/fixes/D2D1CrashOnImageUse
Fixes D2D1 backend crashes on startup when images are used
8 years ago
wojciech krysiak
57058f19cd
Fix SelectedItemsChanged event arguments in SelectingItemsControl
8 years ago
Benedikt Schroeder
476a9800c0
Inital
8 years ago
Benedikt Schroeder
292b1d0253
Remove extra DrawRectangle call
8 years ago
Benedikt Schroeder
334c2c1983
Merge branch 'fixes/1904-fillresult' of https://github.com/Gillibald/Avalonia into fixes/1904-fillresult
8 years ago
Benedikt Schroeder
f619cbed48
Fix code style
8 years ago
Benedikt Schroeder
2dab036d4d
Merge branch 'master' into fixes/1904-fillresult
8 years ago
Benedikt Schroeder
0ef1bbce76
Fix #1904
8 years ago
danwalmsley
a5016cd34a
Merge pull request #1893 from AvaloniaUI/demo/dynamic-menus
Demonstrate binding Menu commands.
8 years ago
danwalmsley
a966efd0e8
Merge branch 'master' into demo/dynamic-menus
8 years ago
Jeremy Koritzinsky
ef225f31a8
Merge pull request #1901 from jkoritzinsky/custom-hittesting
Add in custom hit testing for ImmediateRenderer.
8 years ago
Steven Kirk
a71ff3d7a0
Merge branch 'master' into custom-hittesting
8 years ago
Steven Kirk
fbc4eaa68f
Merge pull request #1888 from siegfriedpammer/dev/siegfriedpammer/event-viewer
Extend Debugging tools: Event Viewer
8 years ago
Steven Kirk
017f8a16cf
Merge branch 'master' into dev/siegfriedpammer/event-viewer
8 years ago
Steven Kirk
3d1a724ede
Merge pull request #1885 from AvaloniaUI/fix-animation-triggers
Cancel animations when selector turns false & ProgressBar IsIndeterminate fix
8 years ago
Jumar Macato
12747f3175
Fix missed merge conflict.
8 years ago