Jeremy Koritzinsky
|
da00a14149
|
Change property notification management to directly create property accessors. Fix indexer bindings for arrays.
PR Feedback.
|
7 years ago |
Jeremy Koritzinsky
|
995d21a605
|
Handle null namescope in binding
|
7 years ago |
Jeremy Koritzinsky
|
b58c8adff0
|
Update XamlIl
|
7 years ago |
Yatao Li
|
94da3aec92
|
mute system beep on alt+key press
|
7 years ago |
Nikita Tsukanov
|
c61644721e
|
Actually use parent name scope for templates
|
7 years ago |
Nikita Tsukanov
|
e72d6e3924
|
Updated NameScopeLocator
|
7 years ago |
Nikita Tsukanov
|
6a90251654
|
Use custom synchronous task-like awaitable
|
7 years ago |
Nikita Tsukanov
|
ce28364545
|
Added comments regarding name scope task completions
|
7 years ago |
Nikita Tsukanov
|
bb142a6282
|
Names for tuple returned by BuildWithNameScope
|
7 years ago |
Nikita Tsukanov
|
4c81d44b68
|
Remove found `tcs` from _pendingSearches
|
7 years ago |
Jeremy Koritzinsky
|
0ca00d5f75
|
Fix namescope searching to recursively search parent namescopes up to the root namescope and never find a name in a namescope that is not a direct ancestor of the current namescope.
|
7 years ago |
Nikita Tsukanov
|
ac1a8d9c4e
|
Android?
|
7 years ago |
Nikita Tsukanov
|
1ab923c02e
|
Removed WithNameScope
|
7 years ago |
Nikita Tsukanov
|
3169f59da8
|
Introduced name scope chains
|
7 years ago |
Nikita Tsukanov
|
fe5c1cec76
|
Use INameScope from IServiceProvider
|
7 years ago |
Jeremy Koritzinsky
|
51a5699c34
|
Remove unneeded alias.
|
7 years ago |
Jeremy Koritzinsky
|
c836c77002
|
Make SourceMode internal since it doesn't need to be public.
|
7 years ago |
Jeremy Koritzinsky
|
ac3be6c662
|
Fix handling of Not nodes.
|
7 years ago |
Jeremy Koritzinsky
|
590f5923a8
|
Traverse transform nodes in the correct order when setting a binding source value.
|
7 years ago |
Jeremy Koritzinsky
|
b1a2ea21c5
|
Fix stream bindings.
|
7 years ago |
Jeremy Koritzinsky
|
e3bc5345ae
|
Finish initial implementation of compiled bindings. Still some bugs to work out, but we have something that works now.
|
7 years ago |
Nikita Tsukanov
|
2136f5e2c8
|
[X11] Blacklist llvmpipe
|
7 years ago |
Nikita Tsukanov
|
89c359bd10
|
Expose GRContext from ISkiaDrawingContextImpl
|
7 years ago |
Nikita Tsukanov
|
fa55755b71
|
Manually handle name scope registrations
|
7 years ago |
José Pedro
|
ae0feb21e0
|
Fixed XML comment references.
|
7 years ago |
artyom
|
009f39ae74
|
Update AutoSuspendHelper to use IControlledApplicationLifetime
|
7 years ago |
Nikita Tsukanov
|
9c56a4ba84
|
[X11] Fixed NumLock
|
7 years ago |
Nikita Tsukanov
|
1e115b89c8
|
Fixed Start<TMainWindow>() + obsoleted Start()
|
7 years ago |
Steven Kirk
|
336086a588
|
Make ItemCount a direct property.
Fixes #2658
|
7 years ago |
Steven Kirk
|
2b11ca12dd
|
Don't clear selection on right click.
Fixes #2660.
|
7 years ago |
Steven Kirk
|
bf767c2c73
|
Fix clearing selection when clicking on selected item.
|
7 years ago |
Steven Kirk
|
8f318ef75b
|
Make some fields readonly.
|
7 years ago |
Steven Kirk
|
440af46235
|
Don't coerce values until initialized.
Fixes #2372.
|
7 years ago |
Steven Kirk
|
4242c882b4
|
Added StyledElement.OnInitialized.
So that a control can easily react to its own initialization.
|
7 years ago |
wieslawsoltes
|
710215ddb2
|
Revert StackPanel
|
7 years ago |
Jumar Macato
|
561ae7f185
|
Invalidate parent grid measure when Row/Col definition's height/width props change. Fixes #2664
|
7 years ago |
Jeremy Koritzinsky
|
1c380dc375
|
Add new AST node generated from x:DataContextType. To be used as part of compiled bindings.
|
7 years ago |
Jeremy Koritzinsky
|
30066c5e70
|
Convert current binding parsing to create an AST.
|
7 years ago |
Nikita Tsukanov
|
998ef86a68
|
[GTK3] FÜER
|
7 years ago |
Nikita Tsukanov
|
3e071fc366
|
Naming
|
7 years ago |
Nikita Tsukanov
|
3655b6eea1
|
Move Application.Windows to IClassicDesktopStyleApplicationLifetime
|
7 years ago |
Nikita Tsukanov
|
c161d4e07c
|
AppBuilderBase cleanup
|
7 years ago |
Nikita Tsukanov
|
b33601ee9b
|
Refactored lifetime control into separate lifetime classes
|
7 years ago |
Nikita Tsukanov
|
425edab298
|
Move Screens property to WindowBase since they are in IWindowBaseImpl anyway
|
7 years ago |
Nikita Tsukanov
|
ebdb66048d
|
Fixed fbdev
|
7 years ago |
Nikita Tsukanov
|
d2f7905262
|
Updated XamlIl
|
7 years ago |
Steven Kirk
|
b3dce20c4e
|
Remove unused usings.
The reference to `Avalonia.Markup.Xaml.PortableXaml` was causing a compile error in ncrunch but not in a normal build for some reason.
|
7 years ago |
Steven Kirk
|
1066f57c9e
|
Move SynchronizeItems to TreeView.
As it's no longer used in `SelectingItemsControl`.
|
7 years ago |
Steven Kirk
|
94d71fb12f
|
More work on updating selection...
...when source items change.
|
7 years ago |
Steven Kirk
|
ca23d03f98
|
Update SelectedIndex when items removed before selection.
|
7 years ago |