ahopper
11d676ac0b
rename CreateMONITORINFO to Create
8 years ago
ahopper
314ada4e4a
renamed NewMONITORINFO to CreateMONITORINFO
8 years ago
ahopper
ac5f65e3a3
Merge branch 'master' into fix-make-MONITORINFO-a-struct
8 years ago
danwalmsley
b1eb14b99b
Merge pull request #1929 from AvaloniaUI/fixes/1920-renderloop-post
Don't await updates in render loop.
8 years ago
ahopper
5786d51853
pass MONITORINFO as ref
8 years ago
ahopper
f907139a5c
make MONITORINFO a struct
8 years ago
danwalmsley
5aae02dfea
Merge branch 'master' into fixes/1920-renderloop-post
8 years ago
Steven Kirk
79e0c74d59
Merge pull request #1933 from AvaloniaUI/fixes/1932-dropdown-selection
Fix SelectingItemsControl initialization order.
8 years ago
Steven Kirk
031cc61c90
Merge branch 'master' into fixes/1932-dropdown-selection
8 years ago
Steven Kirk
4c057a4721
Merge pull request #1937 from donandren/issues/1936
add failing unit test for listbox issue #1936
8 years ago
Steven Kirk
545c4c36a4
Merge branch 'master' into issues/1936
8 years ago
Steven Kirk
c608163fe9
Ensure containers are ordered correctly.
Fixes #1936 .
8 years ago
Steven Kirk
6efba9837d
Simplified test.
Simplified @donandren's test for #1936 .
8 years ago
Andrey Kunchev
a865f6dddf
introduce local functions for listbox issue #1936
8 years ago
danwalmsley
c66886f8cf
Merge branch 'master' into fixes/1932-dropdown-selection
8 years ago
Steven Kirk
bc8d625fc6
Merge pull request #1941 from AvaloniaUI/fixes/nre-menu-interaction
Fixes/nre menu interaction
8 years ago
Dan Walmsley
c82692fdec
Merge remote-tracking branch 'origin/master' into fixes/nre-menu-interaction
8 years ago
Dan Walmsley
64629128ff
fixes a NRE in menu interaction handler
8 years ago
Nikita Tsukanov
caa65545d7
[SKIA] Call NotifyPixelsChanged when WritableBitmap gets unlocked
8 years ago
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
Andrey Kunchev
b53b3d590f
add failing unit test for listbox issue #1936
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
d0b77ecca1
Update before calling base.EndInit.
Fixes #1932 .
8 years ago
Steven Kirk
1df826281b
Added failing test for #1932 .
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