sdoroff
45eedc4ad1
Merge branch 'master' into calendar-control
9 years ago
sdoroff
aa81573218
Fixed binding errors caused by DayTitleTemplate
Fixed by initializing the DataContext before adding elements to the
VisualTree
9 years ago
sdoroff
ebcaa0742c
Expanded HitTest regions of internal elements
Set Backgrounds to Transparent for various buttons in the control
templates to allow for expanded HitTest regions allowing for better
PointerOver and Clicking behavior
9 years ago
sdoroff
c132065cf0
Removed dependency on IsHandlerSuspended extensions
Replaced the IsHandlerSuspended and SetValueNoCallback extension
methods with a Validate function for the CalendarMode property and
a _displayDateIsChanging flag for the various DisplayDate properties
9 years ago
sdoroff
8ce4be6294
Correctly verified access from UI thread
Used Dispatcher.UIThread.VerifyAccess() instead of a
custom implementation
9 years ago
Jeremy Koritzinsky
0a6462d338
Merge pull request #1235 from AvaloniaUI/refactor/instanced-binding-creation
Refactored InstancedBinding creation.
9 years ago
Jeremy Koritzinsky
3561c71bf3
Remove code coverage uploading from appveyor script
9 years ago
Jeremy Koritzinsky
f17b104f4d
9 years ago
danwalmsley
c7387d44ac
Merge pull request #1246 from AvaloniaUI/fixes/1245-popup-selecteditem-binding
Fix data context change notification
9 years ago
danwalmsley
2df3b017b7
Merge branch 'master' into fixes/1245-popup-selecteditem-binding
9 years ago
Jeremy Koritzinsky
33f483fc56
Merge pull request #1226 from jkoritzinsky/RemoveStyleResource
Remove StyleResource and StyleBinding
9 years ago
Jeremy Koritzinsky
e549eeb798
Merge branch 'RemoveStyleResource' of https://github.com/jkoritzinsky/Avalonia into RemoveStyleResource
9 years ago
Jeremy Koritzinsky
3b1b3cb9cd
Change test logic to working version.
9 years ago
Steven Kirk
6421d422cb
Fix data context change notification.
Don't notify a non-inheritance child that the data context has begun changing, because it won't receive the accompanying end change notification.
Fixes #1245 .
9 years ago
Steven Kirk
2bd26bd9b8
Added failing test for #1245 .
9 years ago
Steven Kirk
64ae843e4a
Merge branch 'master' into RemoveStyleResource
9 years ago
Nikita Tsukanov
9ef10f2fcb
Merge pull request #1240 from kekekeks/monomac-deferred
DeferredRenderer support for MonoMac backend
9 years ago
Nikita Tsukanov
636fa04d94
Merge branch 'master' into monomac-deferred
9 years ago
Nikita Tsukanov
bb838f2af9
[MONO] Added names to MonoMacPlatform.cs
9 years ago
sdoroff
bd17aeffe2
Adds Unit Tests for the Calendar Control
9 years ago
sdoroff
d91b8f8f84
Adds a Calendar control ported from Silverlight
9 years ago
Nikita Tsukanov
1b12d9055d
Merge branch 'remove-splat'
9 years ago
Nikita Tsukanov
a4c9f1e400
Make ShapeLayoutTests use MockPlatformRenderInterface
9 years ago
sdoroff
7db5ae8db9
Added unit tests
9 years ago
Nikita Tsukanov
9f16df624f
Merge branch 'master' into sdoroff-shape-layout-fixed
9 years ago
Nikita Tsukanov
7affba4763
Cleaning splat
9 years ago
Jeremy Koritzinsky
e253808030
Merge branch 'master' into refactor/instanced-binding-creation
9 years ago
Nikita Tsukanov
bff0403423
Removed splat
9 years ago
Nikita Tsukanov
bbfc07b98d
Screw wayland, we aren't dealing with "you can't set window coordinates" right now
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
Steven Kirk
4d0d1ff1c2
Merge pull request #1239 from ARSolog/patch-1
Update DataAnnotationsValidationPluginTests.cs
9 years ago
Steven Kirk
9df2df36cb
Merge branch 'master' into refactor/instanced-binding-creation
9 years ago
Jeremy Koritzinsky
8be9cc6a2c
Merge pull request #1238 from AvaloniaUI/fixes/507-selectedindex-binding
Notify DataContextChanged down tree.
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
ARSolog
9539979a6e
Update DataAnnotationsValidationPluginTests.cs
fix unit test to non 'en-us' CultureInfo
9 years ago
Jeremy Koritzinsky
e29e4d311e
Merge branch 'master' into fixes/507-selectedindex-binding
9 years ago
Nikita Tsukanov
3e0dbf9a17
Pin mono version to 5.2.0
9 years ago
Jeremy Koritzinsky
8d22a25a66
Bring back original logic of test. Still trying to figure out what's going on.
9 years ago
Jeremy Koritzinsky
9d51fa24be
Merge branch 'master' into RemoveStyleResource
9 years ago
Steven Kirk
98a3974fb6
Merge branch 'master' into fixes/507-selectedindex-binding
9 years ago
Steven Kirk
6413d4d39f
Merge pull request #1236 from AvaloniaUI/fixes/rendertest-orientation
Fix RenderTest default orientation.
9 years ago
Steven Kirk
181dd53e58
Notify DataContextChanged down tree.
When a data context changes, it should be notified to all descendant controls who inherit the data context. This allows the `SelectingItemsControl` to defer setting the selected item until the `DataContext` has changed for the whole tree.
Renamed `OnDataContextChanging`/`OnDataContextChanged` to `OnDataContextBeginUpdate`/`OnDataContextEndUpdate` because `DataContextChanged` is now called from the property changed notification.
Fixes #507 .
9 years ago
Steven Kirk
ca0e346f49
Added failing test for #507 .
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
159120f5bf
Merge branch 'master' into refactor/instanced-binding-creation
9 years ago