Nikita Tsukanov
bb838f2af9
[MONO] Added names to MonoMacPlatform.cs
9 years ago
Nikita Tsukanov
5027248bd4
[MONOMAC] Dispatcher changes
9 years ago
Nikita Tsukanov
a0c4ec9039
[MONOMAC] Pass frames back to UI thread instead of using lockFocusIfCanDraw
9 years ago
Nikita Tsukanov
0909a613f2
[MONOMAC] Fixed rendering artifacts on resize with DeferredRenderer
9 years ago
Nikita Tsukanov
81bd7df8d7
[MONOMAC] Initial implementation of deferred rendering support
9 years ago
Nikita Tsukanov
3e0dbf9a17
Pin mono version to 5.2.0
9 years ago
Steven Kirk
6413d4d39f
Merge pull request #1236 from AvaloniaUI/fixes/rendertest-orientation
Fix RenderTest default orientation.
9 years ago
Steven Kirk
ebb83a4434
Merge pull request #1227 from jkoritzinsky/RemoveUnneededMarkupExtensions
Remove unneeded markup extensions
9 years ago
Steven Kirk
aebd1dad6a
Merge branch 'master' into RemoveUnneededMarkupExtensions
9 years ago
danwalmsley
1d8e950fdf
Merge pull request #1237 from jkoritzinsky/fixes/1234
Mark properties tracked by all of our XAML property types as not unknown.
9 years ago
Jeremy Koritzinsky
871d689445
Mark properties tracked by all of our XAML property types as not unkown.
9 years ago
Steven Kirk
55b9b1369c
Merge pull request #1233 from AvaloniaUI/fixes/1218-setter-oneway-binding
Correctly clone binding in Style.
9 years ago
Jeremy Koritzinsky
a38dfada10
Fix malformed XAML
9 years ago
Steven Kirk
7f16137f90
Fix RenderTest default orientation.
7cb4485d changed the order of the `Orientation` enum members to match WPF but didn't change the default in `RenderTest` which caused it to display horizontal by default. Fix this.
9 years ago
Steven Kirk
dede306531
Fixed #1218
9 years ago
Steven Kirk
ca7584ce3f
Added failing test for #1218
9 years ago
danwalmsley
f796b33df4
Merge pull request #1231 from AvaloniaUI/override-redirect-for-popups
[GTK3] Special resize handling for popups
9 years ago
Nikita Tsukanov
4e98c34940
[GTK3] Skip resize part of configure event if OverrideRedirect=true
9 years ago
Nikita Tsukanov
17337882b3
[GTK3] Special resize handling for popups
9 years ago
Nikita Tsukanov
0c658cf7d8
Merge pull request #1228 from AvaloniaUI/UpdatePortableXaml
Update Portable.Xaml
9 years ago
Jeremy Koritzinsky
7f455e945d
Update Portable.Xaml
9 years ago
Jeremy Koritzinsky
745517f68e
Updated usage of Static and Type to be x:Static and x:Type.
9 years ago
Jeremy Koritzinsky
b0a1f3f3df
Update tests to use `x:Static`.
9 years ago
Jeremy Koritzinsky
4ecbea9d5e
Remove unneeded markup extensions.
9 years ago
Jeremy Koritzinsky
f51271e5bd
Merge pull request #1225 from brandonhood/patch-1
Update Control.cs
9 years ago
Jeremy Koritzinsky
81fa0bb09d
Merge pull request #1223 from AvaloniaUI/fixes/1221-getvisualsat-returns-non-children
Supply root to IRenderer.HitTest.
9 years ago
brandonhood
ac9a8d74b8
Update Control.cs
Updated the setter for Name to use IsNullOrWhiteSpace to both protect against null and do the emptiness check
9 years ago
danwalmsley
e66d0dbac0
Merge branch 'master' into fixes/1221-getvisualsat-returns-non-children
9 years ago
Nikita Tsukanov
a3eb9e0da4
Docs are now living at https://github.com/AvaloniaUI/avaloniaui.net
So long and thanks for the fish
9 years ago
Nikita Tsukanov
35e1ddc104
Merge pull request #1193 from Worldbeater/patch-1
Update readme.md
9 years ago
danwalmsley
cb6775eebc
Merge branch 'master' into fixes/1221-getvisualsat-returns-non-children
9 years ago
Steven Kirk
880cf657ec
Accept root in IRenderer.HitTest.
Fixes #1221 .
9 years ago
danwalmsley
57400f9a91
Merge pull request #1214 from jkoritzinsky/FixBindingStackOverflow
Fix binding stack overflow for negation
9 years ago
Steven Kirk
e3d34f2eb8
Added a failing test for #1221
9 years ago
danwalmsley
96f4ca4bf1
Merge branch 'master' into FixBindingStackOverflow
9 years ago
danwalmsley
9af1b36f87
Merge pull request #1222 from AvaloniaUI/fixes/textbox-init-order
Bind TextPresenter.Text before CaretIndex.
9 years ago
Steven Kirk
33b57118cf
Bind TextPresenter.Text before CaretIndex.
Otherwise if `TextBox.CaretIndex` is set before the `TextBox`'s template is applied then it will be coerced to null on the `TextPresenter` when created as `Text` will still be null at this point.
9 years ago
Steven Kirk
b2886a5e8a
Merge branch 'master' into FixBindingStackOverflow
9 years ago
danwalmsley
237c319032
Merge pull request #1217 from AvaloniaUI/fixes/1169-toggle-dropdown-open
Fix DropDown popup opening.
9 years ago
danwalmsley
236bc4f1f6
Merge branch 'master' into fixes/1169-toggle-dropdown-open
9 years ago
danwalmsley
72ddb16748
Merge pull request #1210 from AvaloniaUI/fixes/1203-clear-capture-on-control-removed
Clear mouse capture when control removed.
9 years ago
Steven Kirk
268587c432
Fix DropDown popup opening.
When the `DropDown` control is clicked, toggle the opening of the popup.
Fixes #1169 .
9 years ago
danwalmsley
48f871cf37
Merge branch 'master' into fixes/1203-clear-capture-on-control-removed
9 years ago
Steven Kirk
83b21aab08
Disable osx builds
They're failing and not that useful anyway.
9 years ago
danwalmsley
e32eacd222
Merge branch 'master' into fixes/1203-clear-capture-on-control-removed
9 years ago
Steven Kirk
0b2259ba2d
Merge pull request #1216 from AvaloniaUI/update-replace-scripts
update replace scripts.
9 years ago
Unknown
30a31006cc
update linux and release replace scripts.
9 years ago
Steven Kirk
aa2980b8c8
Don't return detached controls in HitTest.
If a control has been detached from the visual tree but the scene hasn't yet been updated, don't return the control as part of a hit-test.
9 years ago
Artjom
3cb888f430
Update readme.md
9 years ago
Dan Walmsley
fbba93f421
update replace scripts.
9 years ago