John Stevans
57ab463743
Add option for vertical PageSlide to Carousel test page in ControlCatalog
9 years ago
John Stevans
ed7055095c
Add Vertical Animation.PageSlide orientation
9 years ago
sdoroff
f8eaf185ad
Updated Theme template to avoid retemplating buttons
Removed the re-templating of the navigation buttons within the Calendar
header
9 years ago
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
Nikita Tsukanov
37c5414922
Don't allow to call AppBuilder.Setup twice
9 years ago
Nikita Tsukanov
479c117103
Allow to pass CancellationToken to Application.Run
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
edf2018149
Refactored tests to move XAML Binding class tests into Avalonia.Markup.Xaml.UnitTests.
9 years ago
Jeremy Koritzinsky
33f483fc56
Merge pull request #1226 from jkoritzinsky/RemoveStyleResource
Remove StyleResource and StyleBinding
9 years ago
Jeremy Koritzinsky
0440794d79
Clean up tests and fix PR feedback.
9 years ago
Jeremy Koritzinsky
8dde99c05c
Merge branch 'RelativeSourceSyntaxSugar' of https://github.com/jkoritzinsky/Avalonia into RelativeSourceSyntaxSugar
9 years ago
Jeremy Koritzinsky
1320409b2d
Merge branch 'master' into RelativeSourceSyntaxSugar
9 years ago
Jeremy Koritzinsky
5e1f5046c0
Updated implementation based on PR feedback.
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
Jeremy Koritzinsky
4469bafe28
Fix incorrect assert in RangeBaseTests.
9 years ago
Jeremy Koritzinsky
e9e0de662b
Fix NRE
9 years ago
Jeremy Koritzinsky
d775d2384e
Refactor AvaloniaObject.SetAndRaise and comment DelayedSetter.
9 years ago
Jeremy Koritzinsky
a87ee4e49d
Clean up DelayedSetter code.
9 years ago
Jeremy Koritzinsky
36fe461b4a
Have PriorityValue use SetAndNotify infrastructure.
9 years ago
Jeremy Koritzinsky
8acf94d3e4
Fix bug in DelayedSetter and change recursive delayed setting to prevent possible issues down the road.
9 years ago
Jeremy Koritzinsky
da8267ade7
Fix last binding test. Two-way bindings via the indexer binding should not cause a PriorityBindingEntry to be created in the target. So instead use SetValue + GetObservable (similar to our higher level implementations in Avalonia.Markup).
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
Jeremy Koritzinsky
440f2cafc5
Fix SelectedItemsControl and RangeBase Stackoverflow bugs.
9 years ago
Jeremy Koritzinsky
6486ffc77f
Apply fix to PriorityValue, which works for StyledProperty bindings where the bindings don't have the same priority.
9 years ago
Jeremy Koritzinsky
8eb355e99d
Fix SelectedItem stack overflow bug. Changes of this pattern are basically required for any direct property that is not using SetAndRaise.
9 years ago
Jeremy Koritzinsky
b5ee3077bc
Fix direct properties by delaying setting values until after any currently running property changed notifications for this property finish running.
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
Jeremy Koritzinsky
f8c4a890c6
Merge branch 'master' into issues/855_test
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