Dariusz Komosinski
cd2b26bc94
Add extra methods to LogicalExtensions and optimize a few methods as well.
6 years ago
Benedikt Schroeder
273d320212
Use readonly properties instead of public fields
6 years ago
Steven Kirk
d1e4614a38
Added ComboBox.PopupClosedOverride.
To control whether the event that caused the popup to close is swallowed or passed through.
For now just implemented on `ComboBox` - we may want to implement it in future on all controls that display popups if this is something that proves generally useful.
Fixes #3845 .
6 years ago
Steven Kirk
4ee9700f08
Set initial size when showing Window as dialog.
Fixes #3843 .
6 years ago
Deadpikle
996821b60b
Removed TODO now that behavior is verified with WPF
6 years ago
sdoroff
d3fcebc716
Fix StringFormat in DataGridBoundColumns
Prevent using the default converter when a Binding.StringFormat is present
6 years ago
Deadpikle
4cf4bb953b
Update docs again (missed KeySplineTypeConverter)
6 years ago
Deadpikle
47c0282ae9
Update documentation
6 years ago
Deadpikle
24870351fa
Use KeySpline in Animation
6 years ago
Deadpikle
7e6f0b8265
Add KeySpline class from WPF source
6 years ago
sdoroff
eb8de34334
Reset DesiredHeight before during measure
Sets DataGridCells.DesiredHeight to 0
before measuring the individual cells
6 years ago
Nikita Tsukanov
8ff277c260
icon-data support for dbusmenu
6 years ago
Dan Walmsley
01342b1b6f
Add Icon property to nativemenuicon.
6 years ago
Dan Walmsley
2a568f632f
Add a markup converter for IBitmap type.
6 years ago
Nikita Tsukanov
f52ae12748
Don't report toggle-state for non-togglable items
6 years ago
Dan Walmsley
8a6ff82fdd
make dbus behavior consistent with osx.
6 years ago
Dan Walmsley
6426a20666
Implement Radio Toggle type on OSX.
6 years ago
Dan Walmsley
fbb1ce340b
Add backend framework for radio buttons in nativemenus.
6 years ago
Nikita Tsukanov
5036685c3c
Checkmark support for dbus exporter
6 years ago
Jumar Macato
bfa34b796b
Correctly process KeyTime to Cue by using TimeSpan.TotalSeconds instead of Ticks.
6 years ago
Dan Walmsley
cdc0b1571d
remove toplevel argument.
6 years ago
Dan Walmsley
230b4030ae
only call SetMenu once OSX.
6 years ago
Dan Walmsley
caaa193902
special treatment for toplevel items in nativemenus.
6 years ago
Dan Walmsley
1d0a33cfeb
rename method.
6 years ago
Dan Walmsley
704bf58d70
missing file.
6 years ago
Dan Walmsley
964079df4c
Use MenuItems bridge interface to raise clicks.
6 years ago
Dan Walmsley
47ee4e3f8e
remove obtain menu methods.
6 years ago
Benedikt Schroeder
0b1b3914b3
More text rendering improvements
6 years ago
Dariusz Komosinski
b3075f98fd
Cache PlatformImpl before invoking async code.
6 years ago
Dariusz Komosinski
1624e88ba3
Remove Window.ShowDialog variant that takes IWindowImpl.
6 years ago
Andrey Kunchev
1217a44bc3
use StringTokenizer to parse PointsList
6 years ago
Dariusz Komosiński
703cb79049
Revert "Collection pooling for DeferredRenderer"
6 years ago
Andrey Kunchev
28448b1041
improve points parsing in PointsListTypeConverter - fixes #3813
6 years ago
Dan Walmsley
a57253c09b
whitespace
6 years ago
Dan Walmsley
68197f8858
Rename NativeMenuItem.Enabled to IsEnabled, and NeedsUpdateEvent to Opening event.
6 years ago
Dan Walmsley
b142fbbba4
add documentation for NeedsUpdate event.
6 years ago
Dan Walmsley
2b0573f24c
Hide RaiseNeedsUpdate method.
6 years ago
Dan Walmsley
1bbea47c65
fix disposing native menus / events
6 years ago
Dan Walmsley
24ea90e2ef
working updating menus inside needsupdate event.
6 years ago
Dan Walmsley
4aa10242cc
rename interfaces and fix most native code warnings.
6 years ago
Dan Walmsley
c387f6cdaa
designer targets dotnetcoreapp2.0
6 years ago
Dan Walmsley
4ff847a831
Desktop runtime should target .netcore2.0
6 years ago
Dan Walmsley
48ab938e73
initialise ReactiveUI on AfterPlatformServicesSetup hook.
6 years ago
Nikita Tsukanov
371ae0ca6f
[X11] Cancel scheduled immediate renderer pass if renderer was stopped
6 years ago
Nikita Tsukanov
2eca7bc08a
[GTK] Use gtk_file_chooser_set_filename for open dialogs
6 years ago
Steven Kirk
5b5c2e44c7
Fix window sizing again.
We need to measure with the client size when `SizeToContent` is `Manual`.
6 years ago
Steven Kirk
19570abec0
Fix calculating min/max layout size.
Code ported from WPF.
6 years ago
Steven Kirk
0d109ea996
Apply all layout constraints in WindowBase.
6 years ago
Steven Kirk
945054be25
Make Window and Popup respect layout properties.
Had to remove syncing client size to `Width`/`Height` in `PopupRoot` bceause without the `SizeToContent` property it was impossible to tell whether its `Width`/`Height` came from a requested bound or from the actual window size.
6 years ago
Deadpikle
24458d05b1
Fix native dialogs throwing InvalidCastException
6 years ago