Jumar Macato
b6650a8e4b
Update src/Avalonia.Controls/AutoCompleteBox.cs
5 years ago
Takoooooo
3c33ee41b1
fix
5 years ago
Takoooooo
60b3e028b5
fix
5 years ago
Max Katz
825ddc9cca
Use routed events
5 years ago
Max Katz
56709c9982
Add text box clipboard events
5 years ago
kaminova
dcc033f819
Close popup if combobox is not visible ( #6404 )
* Close popup if combobox is not visible
* fix unsupported feature
Co-authored-by: kaminova <flake@inbox@gmail.com>
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Sergey Mikolaytis
1a95905efe
[Menu] [Interaction] Allow end user to change menu show delay globally ( #6392 )
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Steven Kirk
5df9e5760c
Add #nullable and XML doc comments to system dialogs.
5 years ago
Max Katz
0f83ccb4b0
ContentPresenter should create child without content, if template was set ( #6226 )
* Fix #6224
* Fix data templates Match
* Do not use preview features
* Do not create Child if Content is null and DataTemplate was set
* Update src/Avalonia.Base/Utilities/TypeUtilities.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
5 years ago
Wiesław Šoltés
08dea6498e
Check for TextBox.Text null in AutoCompleteBox
5 years ago
Luis v.d.Eltz
08849539a7
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
5 years ago
Luis v.d.Eltz
d666a4263c
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
5 years ago
Sergey Mikolaytis
da06a15d16
[OverlayPopupHost] remove render white rect override
5 years ago
Dariusz Komosiński
d8dec842a3
Allow for controling delay of scrollbar hide/show.
5 years ago
Steven Kirk
7e6d59d670
Respect CancellationToken in RunLoop.
5 years ago
Max Katz
64922a34a9
Add CornerRadius to TemplatedControl and use it where possible
5 years ago
Steven Kirk
59e18e3517
Add obsolete HandleResized to TopLevel/WindowBase too.
5 years ago
Steven Kirk
08566c36e2
Add in obsolete HandleResized for ApiCompat.
5 years ago
Dan Walmsley
0ddc444d2c
Rename eventargs class.
5 years ago
Dan Walmsley
c9458e5be8
use a ShutdownRequestedEventArgs class to future proof the event args.
5 years ago
Dan Walmsley
d0fd73729a
clarify functionality on various platforms in event comments.
5 years ago
Dariusz Komosinski
c01c9ae7b6
Disable text search by default. Only ComboBox needs it enabled by default.
5 years ago
Luis von der Eltz
650ae63bd6
make "ctrl+shift+click" work
5 years ago
Luis von der Eltz
4d9131091e
Add custom names to PopupRoot
5 years ago
Luis von der Eltz
a9affd64bf
Add support for Flyouts, ToolTips & ContextMenus
5 years ago
Steven Kirk
21a96b16f5
Update ApiCompatBaseline.txt
5 years ago
Steven Kirk
ba369a9059
Fix auto-scaling on win32.
- Adds a "resize reason" to platform `Resized` events
- Which is used by the auto-sizing code to determine whether to reset `SizeToContent`
- Also other improvements to the reset logic for `SizeToContent`:
- Don't reset it if the size hasn't changed
- Don't reset it if `CanResize == false`
- Only reset the dimensions whose size has changed
- Obsolete the `BeginAutoSizing`/`AutoSizing` feature in `WindowBase`
5 years ago
megasys
0bfbf285ed
Fix: Thumb should handle mouse capture loss
5 years ago
Yoh Deadfall
641b888745
Invalidating measure on TransformedBounds update
5 years ago
Steven Kirk
70c207da99
Update ApiCompatBaseline.txt
5 years ago
Steven Kirk
298dd4e299
Added ShutdownRequested to IClassicDesktopStyleApplicationLifetime.
5 years ago
Dariusz Komosinski
4212d3c695
Allow for disabling clipping of adorners. Cleanup AdornerLayer class.
5 years ago
Max Katz
69257c9a88
Update Api Compat
5 years ago
Royce551
43083edd2f
Unsubscribe before stopping timer
5 years ago
Miha Markič
97c33f432a
Applies spell checking on mostly comments, but also non public members and arguments
5 years ago
Miha Markič
0864f3c562
Makes TextBox.UndoRedoState struct readonly
5 years ago
Steven Kirk
39394bceb6
Don't try to shutdown if e.Cancel already set.
This allows users to add their own `ShutdownRequested` handlers which can override the lifetime's handler.
5 years ago
Royce551
975e48d3a2
Move to SelectingItemsControl
5 years ago
Dan Walmsley
dc3b323dc1
refactor a little.
5 years ago
Dan Walmsley
d0133ebb8c
check we have a presenter before allowing navigation inside textbox.
5 years ago
Jumar Macato
3740c9d973
Update Arc.cs
5 years ago
Jumar Macato
f5ded26321
Update Arc.cs
5 years ago
Royce551
4653c8ff60
Readd xmldocs
5 years ago
Royce551
875655e3f3
Remove IsTextSearchEnabled implemenetation from ComboBox
5 years ago
Royce551
f2907c4f49
Implement ItemsControl.IsTextSearchEnabled
5 years ago
Steven Kirk
cee1a24e03
Only try to close non-owned windows on shutdown.
Owned windows will be closed by their owners.
5 years ago
Steven Kirk
a42334d128
Hide child windows when hiding parent/owner.
5 years ago
Steven Kirk
15cdee1bee
Ensure parent/owner windows are visible when showing child.
5 years ago
Steven Kirk
69852a56f5
Don't allow self as parent/owner window.
5 years ago
Steven Kirk
ea3f85e126
Don't allow using a closed window as a parent/owner.
5 years ago