Dan Walmsley
31d7df39c0
fix datavalidation errors on fluent theme.
5 years ago
Steven Kirk
f325da4f4d
Remove debugging code.
5 years ago
Steven Kirk
f713af3a7c
Make handling of sentinel values consistent.
5 years ago
Steven Kirk
66cd58566c
Handle changing transitions during batch update.
Fixes failing test from previous commit.
5 years ago
Steven Kirk
99370bff27
Correctly handle changing transitions.
Handle changing a `Transitions` collections to new collection which contains some of the same elements.
Added a comment explaining why we add new transitions before replacing old transitions; was explained in the commit message for 0694b22c51 .
5 years ago
Steven Kirk
d2c38a8526
Fix more batch update problems.
Fixes tests in previous commit which test scenarios where bindings are completed/disposed during and when ending batch updates.
5 years ago
Steven Kirk
c6f0dfdfe3
Fix nullable warning.
5 years ago
Friedrich von Never
4ba8c4ebb7
Fix #5699 : filter BuildAvaloniaApp by signature
5 years ago
José Pedro
0257bdf6ed
Implemented render scaling on Android.
5 years ago
José Pedro
7fb6e14716
Use TouchDevice on Android.
5 years ago
José Pedro
c530956a0b
Avalonia.Android code cleanup.
5 years ago
José Pedro
d5690cc834
Upgraded target Android SDK to 11.0 (API level 30).
5 years ago
Steven Kirk
3afa95253f
Allow binding property during ending batch update.
- Allow adding a binding to a cleared property while ending a batch update. Need to check that the existing value isn't a remove sentinel here, otherwise the binding will be lost.
- When a binding is added during the end of a batch update, `_batchUpdate` will be non-null but newly added bindings shouldn't have `BeginBatchUpdate` called on them because no `EndBatchUpdate` will arrive (as we've already called them)
- Add sanity checks to the unit test to make sure that correct notifications are raised
5 years ago
Steven Kirk
f1298fb1bd
Don't write new values to remove sentinels.
During a batch update sentinel values are written to the value store to indicate that the value needs to be removed at the end of the update. If a new value is written to the store in the course of ending the batch update, don't update this sentinel value as the value will subsequently be lost.
5 years ago
Nathan Randle
c686b86e38
Rename misspellings of separator.
5 years ago
Steven Kirk
0b16629e9b
Update apicompat baseline.
5 years ago
Steven Kirk
89e5f3888d
Added Opening/Closed for NativeMenu on OSX.
Adds the `Opening` and `Closed` events for OSX to `NativeMenu` which relate to `menuWillOpen` and `menuDidClose`. Note that `NativeMenu` already exposed `NeedsUpdate` as `Opening`; this event has been moved to a separate `NeedsUpdate` event.
5 years ago
Jumar Macato
4ae089bef8
Update XamlIL
5 years ago
Steven Kirk
9899fe5e81
Clarify naming.
5 years ago
aljosas
ede1e2db94
fixing PR for data validation for Combobox control and all SelectingItemsControl
6 years ago
sdoroff
0db62855b4
Remove Print Line
6 years ago
sdoroff
b48e7fe432
Fix Keyboard Handling
6 years ago
sdoroff
4cb94f3511
Fixed SharedSizeGroup Layout Bug
6 years ago
aljosas
899ba64913
fixing data validation for Combobox control and all SelectingItems control #5652
6 years ago
Dan Walmsley
c321127a56
remove IsSingleInstance
6 years ago
Dan Walmsley
344c876c44
add an options class for ClassicDesktopStyleApplicationLifeCycle.
6 years ago
Dan Walmsley
9d4ab09dd7
fix typo
6 years ago
Dan Walmsley
6ee69afd0d
remove uri check.
6 years ago
Dan Walmsley
c204f4f223
try and parse as a uri before raising event.
6 years ago
Dan Walmsley
60f9408b45
only raise urls opened event from classic lifetime if there are arguments.
6 years ago
Dan Walmsley
890185ea02
ClassicDesktopApplicationLifetime raises urlsopened api.
6 years ago
Dan Walmsley
8e6502f222
much simpler interface with application class and platform events.
6 years ago
Dan Walmsley
9ded3bc2d3
make event name plural
6 years ago
Dan Walmsley
cf88222031
add implementation of url event for application class.
6 years ago
Dan Walmsley
20ddbf8dd8
OSX - add interface for file/url opened api.
6 years ago
aguahombre
5d130b5d79
Add data validation error support to NumericUpDown control #3591
6 years ago
aguahombre
f22730aca8
AutoCompleteBox validation not working for SelectedItem #5586
6 years ago
Kristian Mosegaard
bff77680b9
Attach CloseOnClickChanged event handler for NotificationCard.
6 years ago
luthfiampas
17971b8841
TextBox.MaxLength should respect occurred text from clipboard
6 years ago
Dan Walmsley
fe0b343b38
fix window sizing when client area is extended on win32
6 years ago
Dan Walmsley
8b2fb2711a
fix return value.
6 years ago
Dan Walmsley
e85da082b0
fix handleclosing logic.
6 years ago
Rustam Sayfutdinov
e7c5cb10cb
Fix typo in doc for Visual.cs
6 years ago
Steven Kirk
6fecb61da0
Added nullable annotations to Control class.
And update a bit of stuff to more modern C#.
6 years ago
Dan Walmsley
50a88ae2db
share cancel event args and ensure event is raised on all windows.
6 years ago
Dan Walmsley
460a5ba5ae
whitespace.
6 years ago
Dan Walmsley
411b8f0398
enumerate child windows and find out if close will be cancelled before closing.
6 years ago
sdoroff
ea580c7161
DataGridCheckBoxColumn Edit Fix
6 years ago
sdoroff
5b967cc1bc
Fix DataGidCollectionView grouping bug
6 years ago
Yoh Deadfall
f831b5d346
Fixed parameter name in uniform grid state
6 years ago