Max Katz
|
ec47ea9e2a
|
Implement support for x:ClassModifier="internal" and TryLoad generators
|
3 years ago |
Max Katz
|
532dedb1db
|
Merge pull request #11548 from robloo/remove-border-line-dash
Remove Line Dash from Border
|
3 years ago |
robloo
|
7fcd139417
|
Merge branch 'master' into remove-border-line-dash
|
3 years ago |
robloo
|
e18d9364b8
|
Completely remove Border line dash properties
|
3 years ago |
Max Katz
|
74a0f1d788
|
Merge pull request #11544 from robloo/RangeBaseValueChangedEventArgs
Switch RangeBase.ValueChanged Event Args Type
|
3 years ago |
robloo
|
a857c92a46
|
Update property get/set syntax in Shape
|
3 years ago |
robloo
|
94fd79f7d9
|
Obsolete Border line dashes
|
3 years ago |
robloo
|
4bcf08a9dc
|
Update RangeBaseValueChangedEventArgs comments
|
3 years ago |
robloo
|
0d1ef8f7b6
|
Add comments to TextChangedEventArgs and TextChangingEventArgs
|
3 years ago |
robloo
|
545e9051bd
|
Remove generic RoutedPropertyChangedEventArgs
|
3 years ago |
robloo
|
68134c925f
|
Switch RangeBase.ValueChanged from generic RoutedPropertyChangedEventArgs<double> to RangeBaseValueChangedEventArgs
This follows the WinUI pattern and makes a bit more sense. It is also similar to what is done with TextBox events as well.
|
3 years ago |
Max Katz
|
ffaf02cf03
|
Merge pull request #11106 from aldelaro5/combobox-scroll-browser
Fix mouse wheel events being eaten on ComboBox on browser
|
3 years ago |
Max Katz
|
e9d101ede1
|
Merge branch 'master' into combobox-scroll-browser
|
3 years ago |
aldelaro5
|
ea110cd807
|
Fix mouse wheel events being eaten on ComboBox on browser
|
3 years ago |
Dan Walmsley
|
3e7cc20d11
|
Merge pull request #11502 from AvaloniaUI/repro/popup-transparent-areas
Allow popup to route correct coordinates to Parent.
|
3 years ago |
Dan Walmsley
|
d3a3ed4a93
|
Merge branch 'master' into repro/popup-transparent-areas
|
3 years ago |
Steven Kirk
|
40515fc798
|
Clarify/fix unit test.
Now all of the other popup tests pass as well.
|
3 years ago |
Dan Walmsley
|
a78c41dd41
|
add a unit test.
|
3 years ago |
Benedikt Stebner
|
f17f7202ad
|
Merge pull request #11357 from lnxon/fix-buff
Solve the issue #11353, IME, Windows - buffer overrun? when…
|
3 years ago |
Benedikt Stebner
|
d8a2496860
|
Merge pull request #11506 from AvaloniaUI/fix-browser-getitemsasync
Fix browser GetItemsAsync + ICustomDrawOperation
|
3 years ago |
Max Katz
|
a98447587c
|
Merge pull request #11526 from affederaffe/fix-dbus-file-picker
Fix DBus Filer Picker
|
3 years ago |
affederaffe
|
325ae33280
|
Merge branch 'master' into fix-dbus-file-picker
|
3 years ago |
affederaffe
|
ca046c06f5
|
Bump Tmds.DBus.SourceGenerator
|
3 years ago |
affederaffe
|
d94c0670c8
|
Log DBus Exceptions
|
3 years ago |
Max Katz
|
d77760e2c1
|
Merge pull request #11523 from AvaloniaUI/feature/peer-from-element
Added ControlAutomationPeer.FromElement.
|
3 years ago |
Dan Walmsley
|
e2511344b8
|
fix tests.
|
3 years ago |
Dan Walmsley
|
b7568940c8
|
revert changes.
|
3 years ago |
Dan Walmsley
|
b386998170
|
remove template change.
|
3 years ago |
Dan Walmsley
|
215707ba7e
|
add comments explaining and remove unnecessary condition.
|
3 years ago |
Dan Walmsley
|
b1a685a86c
|
Merge remote-tracking branch 'origin/master' into repro/popup-transparent-areas
|
3 years ago |
Steven Kirk
|
966c5a0c5e
|
Added ControlAutomationPeer.FromElement.
|
3 years ago |
Max Katz
|
9a73ead70e
|
Merge pull request #11500 from AvaloniaUI/emmauss/managed_dialogs_design_update
Touch up ManagedFileChooser design a bit
|
3 years ago |
Dan Walmsley
|
10b89ac13a
|
Revert "revert control catalog changes."
This reverts commit d24903957e.
|
3 years ago |
Emmanuel Hansen
|
7640434aff
|
use MinWidth to set button widths
|
3 years ago |
Max Katz
|
6c5c13aa5c
|
Fix ICustomDrawOperation and browser splash screen
|
3 years ago |
Max Katz
|
2ac8849fb0
|
Fix Browser not wrapping file handles into StorageItem object
|
3 years ago |
Dan Walmsley
|
d24903957e
|
revert control catalog changes.
|
3 years ago |
Max Katz
|
1c041720d7
|
Merge pull request #11447 from Gillibald/fixTextBoxMaxLines
Rework TextBox.MaxLines
|
3 years ago |
Max Katz
|
7c1122042e
|
Merge pull request #11501 from AvaloniaUI/fixes/11484-coercevalue-called-multiple-times
Only call coerce callback a single time.
|
3 years ago |
Dan Walmsley
|
ba8ddd0418
|
no need for transformtovisual.
|
3 years ago |
Max Katz
|
a975d9016b
|
Merge pull request #11498 from affederaffe/fix-dbus-tray-icon
Fix DBus Tray Icon when service is unavailable
|
3 years ago |
Dan Walmsley
|
d064ad4e6a
|
transform to visual.
|
3 years ago |
Dan Walmsley
|
7aa531530b
|
implent popup routing events to parent toplevel.
|
3 years ago |
Dan Walmsley
|
a9e16dc890
|
update repro
|
3 years ago |
Dan Walmsley
|
1d0ac58755
|
add repro for popup transparency pointer event issue.
|
3 years ago |
Steven Kirk
|
531f059c76
|
Only call coerce callback a single time.
|
3 years ago |
Steven Kirk
|
81084454f4
|
Added failing tests for #11484.
|
3 years ago |
Emmanuel Hansen
|
2f48e5b79b
|
Touch up ManagedFileChooser design a bit
|
3 years ago |
Benedikt Stebner
|
e69661b353
|
Rework MaxLines to limit how many lines are visible at once and don't prevent additional input if MaxLines is reached
|
3 years ago |
affederaffe
|
de617de3d7
|
Don't create DBus Tray Icon when not connected
|
3 years ago |