Matthias Hoste
3e17bb571f
Fix for #2544
7 years ago
Alan Hopper
5c909fc16b
correct ishidden logic on windows
7 years ago
Alan Hopper
be54210f41
fix manged file dialogs on windows
7 years ago
Jumar Macato
7b815f987e
Fix namespace.
7 years ago
Jumar Macato
a35efecb5c
Decouple platform specific implementations
to their respective projects.
Some refactoring.
7 years ago
Jumar Macato
7efaa96674
Remove DBus code. Use common linux kernel interfaces
for querying volume mounts.
7 years ago
Jumar Macato
202b29d11b
Add Fallback on volume polling.
7 years ago
Dan Walmsley
28bf8937b5
fix NRE in textbox.
7 years ago
Dan Walmsley
ab2517ea14
remove portable.xaml
7 years ago
Dan Walmsley
a3f7d0b1c3
Revert "remove portable.xaml"
This reverts commit 25d168f8cf .
7 years ago
Dan Walmsley
25d168f8cf
remove portable.xaml
7 years ago
Nikita Tsukanov
bca3b42a0c
Removed custom win32 render timer since it leaks pool threads
7 years ago
Nikita Tsukanov
66963a28b7
DnD fix
7 years ago
Nikita Tsukanov
0cd25052fb
Cleanup
7 years ago
Nikita Tsukanov
6d6b1d5e87
Removed X11 input modifier emulation
7 years ago
Nikita Tsukanov
2293d8332e
Explicitly drop pointer capture for DnD (not actually a fix for the underlying issue)
7 years ago
Jumar Macato
4cb9e018ac
Make the listener active only when there's a dialog present;
Dispose subscription to them when the dialogs are finished
7 years ago
Steven Kirk
947598fcec
More tests forContentPresenter and InheritanceParent.
Make sure the inheritance parent is reset for non-rooted and standalone `ContentPresenter`s.
7 years ago
Steven Kirk
1dec99ab69
Reset `InheritanceParent` in ContentControlMixin.
Doing it where we were doing it before caused #2823 .
7 years ago
Nikita Tsukanov
b7f971d87d
Updated mobile/interop backends
7 years ago
Nikita Tsukanov
0bad390dac
Added PointerUpdateKind and replaced InputModifiers with KeyModifiers
7 years ago
Nikita Tsukanov
3d4a2781b0
Switched key events to use KeyModifiers
7 years ago
Steven Kirk
51eab93277
Added obsolete alias for old typo'd value.
7 years ago
Steven Kirk
c682dde63a
Allow specifying DevTools key gesture.
Fixes #1641
7 years ago
Jumar Macato
02a6d1bcb3
Make icons work; Define a ItemType to correctly define the navigation item type (file, folder, volume, etc).
7 years ago
Steven Kirk
96c1670197
Remove previous hack.
Indroduced in f09683cf93 .
Was probably caused by the issue fixed in e73a5a6357 .
7 years ago
Steven Kirk
e73a5a6357
Fix another facepalm in ItemsRepeater.
`Measure` and `Arrange` were swapped.
7 years ago
Steven Kirk
5b6a44bd72
Fix facepalm in ItemsSourceView.
Don't construct a new `List` unless the source isn't already an `IList`.
7 years ago
Nikita Tsukanov
62bc60bee3
[DirectFB] Added configurable scaling support
7 years ago
Nikita Tsukanov
07ed194c9d
Review comments
7 years ago
Jumar Macato
23c208746b
Automatically refresh quick links when MountedDriveInfo changes
7 years ago
Nikita Tsukanov
ef39bf4e4e
Remove misleading braces
7 years ago
Dan Walmsley
d391b6230e
add avalonia.freedesktop project
7 years ago
Jumar Macato
3a798f7441
Rename to MountedDrives
7 years ago
Stano Turza
3bd87c0d30
Fix ButtonSpinner hit testing
7 years ago
Stano Turza
7ab413be4b
Fix Combobox hit testing
7 years ago
artyom
32aea583b1
Don't throw when in design mode
7 years ago
Jumar Macato
c2cbe448e9
Modify byte to readable translation.
7 years ago
Jumar Macato
c9bb80e8f3
Make dialogs use the service.
7 years ago
Steven Kirk
7cbb50709d
Fix typo in StandardCursorType.
Fixes #2784
7 years ago
Jumar Macato
97a921ad6f
Register on X11 Platform.
7 years ago
Steven Kirk
0dce4cfc6f
Set capacity seeing as we know it.
7 years ago
Jumar Macato
88ca24c4ef
Add Platform Interface for Mounted drives service.
Add Linux-specific implementation of the interface.
7 years ago
Steven Kirk
b4d7d03afd
Constrain to availableSize in MeasureCore.
#2431 erroneously removed the `.Constrain(availableSize)` call in `Layoutable.Measure`. Now that the WPF source is available, I can see i that WPF does in fact constrain measure to availableSize and Grid relies on this.
Put constraint back in, undo the changes to the controls changed in #2431 (`StackPanel`, `Image`) and update the expected test results based on cross-checks with WPF in https://github.com/wieslawsoltes/WpfUnitTests/pull/1 .
7 years ago
Steven Kirk
580bf42afa
Call ArrangeChild in StackPanel.
So that derived classes can override the arrangement (needed for `VirtualizingStackPanel`).
7 years ago
Steven Kirk
c99f553c18
Fix merge error.
`Orientation` was moved to `Avalonia.Layout`.
7 years ago
Steven Kirk
cdb486fe23
Fix NRE in VisualNode.SortChildren.
`_children` may be null. In addition if there are < 2 children, there's no sorting to be done.
7 years ago
Steven Kirk
a389e21dc0
Fix IsInsidePopup logic.
7 years ago
Steven Kirk
c65b5de959
Move setting popup TemplatedParent...
...out of `PopupRoot` and into `Popup`. Fixes styling problems in `Popups` hosted in control templates.
7 years ago
Steven Kirk
6caa06f52b
Remove PopupContentHost.
It's no longer needed now the bug fix in 669c6511d6 is in place.
7 years ago