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
03cf2c6f9f
Added another failing batch update test.
And a bit of a sanity check to the previous one.
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
Steven Kirk
0a41ba08fd
Added failing batch update test.
5 years ago
Max Katz
63a1e4fdbc
Merge pull request #5636 from aguahombre/fixes/5586-autocompletebox
Fix data validation for AutoCompleteBox and NumericUpDown controls
5 years ago
Max Katz
44c1c37577
Merge branch 'master' into fixes/5586-autocompletebox
5 years ago
Jumar Macato
88a31e83dd
Merge pull request #5668 from AvaloniaUI/jmacato/update-xamlil
Set XamlIL to latest master
5 years ago
Jumar Macato
b3cadaa1a5
Merge remote-tracking branch 'origin/jmacato/update-xamlil' into jmacato/update-xamlil
5 years ago
Jumar Macato
4ae089bef8
Update XamlIL
5 years ago
Steven Kirk
9401668a7e
Merge pull request #5630 from luthfiampas/textbox-maxlength-respect-text-from-clipboard
TextBox.MaxLength should respect occurred text from clipboard
5 years ago
Steven Kirk
0eacfc78df
Merge branch 'master' into textbox-maxlength-respect-text-from-clipboard
5 years ago
Steven Kirk
9899fe5e81
Clarify naming.
5 years ago
Max Katz
5e61abdb9e
Merge pull request #5611 from sdoroff/datagrid-checkbox-edit
DataGridCheckBoxColumn Edit Fix
5 years ago
Max Katz
d3473a6e4e
Merge branch 'master' into datagrid-checkbox-edit
5 years ago
Max Katz
ae7af6c0fd
Merge pull request #5655 from sdoroff/grid-sharedsizegroup-layoutloop-bug
Fixed SharedSizeGroup Layout Bug
5 years ago
Jumar Macato
a113c190d3
Merge branch 'master' into grid-sharedsizegroup-layoutloop-bug
5 years ago
sdoroff
0db62855b4
Remove Print Line
5 years ago
sdoroff
b48e7fe432
Fix Keyboard Handling
5 years ago
sdoroff
4cb94f3511
Fixed SharedSizeGroup Layout Bug
5 years ago
Max Katz
a03ba3e8a6
Merge pull request #5645 from workgroupengineering/fixes/FluentBenchmark_Avalonia.Markup.Xaml.XamlLoadException
fix(Benchmark): FluentBenchmark thrown: 'Avalonia.Markup.Xaml.XamlLoadException'
5 years ago
workgroupengineering
e798a6e59d
Merge branch 'master' into fixes/FluentBenchmark_Avalonia.Markup.Xaml.XamlLoadException
5 years ago
Giuseppe Lippolis
8decb3bbc6
fix(Benchmark): FluentBenchmark thrown: 'Avalonia.Markup.Xaml.XamlLoadException'
5 years ago
Dan Walmsley
923a019e69
Merge pull request #5648 from AvaloniaUI/fixes/osx-cancelling-app-quit
OSX backend when quiting app (closeAll) should only performClose
5 years ago
Dan Walmsley
425c3e8fec
OSX backend when quiting app (closeAll) should only performClose
on non-child windows.
5 years ago
Dan Walmsley
cadf70238a
Merge pull request #5639 from AvaloniaUI/feature/url-handling
Feature/url handling
5 years ago
Dan Walmsley
f89205d2e0
Merge branch 'master' into feature/url-handling
5 years ago
Dan Walmsley
c321127a56
remove IsSingleInstance
5 years ago
Dan Walmsley
5b458740a9
Merge pull request #5622 from AvaloniaUI/fixes/win32-window-sizing-extended-client-area
fix window sizing when client area is extended on win32
5 years ago
Dan Walmsley
41205da0da
Merge remote-tracking branch 'origin/master' into fixes/win32-window-sizing-extended-client-area
5 years ago
Dan Walmsley
344c876c44
add an options class for ClassicDesktopStyleApplicationLifeCycle.
5 years ago
Dan Walmsley
9d4ab09dd7
fix typo
5 years ago
Dan Walmsley
2d84afd1d7
Merge branch 'feature/url-handling' of github.com:AvaloniaUI/Avalonia into feature/url-handling
5 years ago
Dan Walmsley
6ee69afd0d
remove uri check.
5 years ago
Dan Walmsley
64a3a62a5e
Merge branch 'master' into feature/url-handling
5 years ago
Steven Kirk
8b34cd394c
Merge pull request #5070 from AvaloniaUI/fixes/5027-avaloniaobject-batching
Batching for AvaloniaObject property values.
5 years ago
Steven Kirk
a5b886072e
Merge branch 'master' into fixes/5027-avaloniaobject-batching
5 years ago
Dan Walmsley
c204f4f223
try and parse as a uri before raising event.
5 years ago
Dan Walmsley
60f9408b45
only raise urls opened event from classic lifetime if there are arguments.
5 years ago
Dan Walmsley
e2da5b190c
fix nsurl conversion to string[]
5 years ago
Dan Walmsley
890185ea02
ClassicDesktopApplicationLifetime raises urlsopened api.
5 years ago
Dan Walmsley
8e6502f222
much simpler interface with application class and platform events.
5 years ago
Dan Walmsley
df8f30793c
implement both files and uris opened on osx.
5 years ago
Dan Walmsley
9ded3bc2d3
make event name plural
5 years ago
Dan Walmsley
cf88222031
add implementation of url event for application class.
5 years ago
Dan Walmsley
4191e276ef
osx - native side implementation of apis.
5 years ago
Dan Walmsley
20ddbf8dd8
OSX - add interface for file/url opened api.
5 years ago
aguahombre
5d130b5d79
Add data validation error support to NumericUpDown control #3591
5 years ago
aguahombre
f22730aca8
AutoCompleteBox validation not working for SelectedItem #5586
5 years ago
Dariusz Komosiński
52fa38adce
Merge pull request #5605 from kmosegaard/master
Attach CloseOnClickChanged event handler for NotificationCard.
5 years ago
Dariusz Komosiński
4e609a87eb
Merge branch 'master' into master
5 years ago