Amadeusz Sadowski
ccd62038af
Update Portable.Xaml to https://github.com/AvaloniaUI/Portable.Xaml/pull/1
8 years ago
Amadeusz Sadowski
3f87b9d02d
Support StaticResource in Bindings inside DataTemplate
8 years ago
Dan Walmsley
9820087db6
add some previously unknown keycodes.
8 years ago
Dan Walmsley
d1b0a9ef30
handle textinput.
8 years ago
Dan Walmsley
6b8eb17a98
set e.Handled in textbox OnGotFocus.
8 years ago
Jumar Macato
fc06fa1e35
Fix skew matrix function's flipped axes + update tests.
8 years ago
Jumar Macato
e9c4c238f1
Added SkewTransform and the corresponding skew function in Matrix class.
8 years ago
dzhelnin
e468760c96
Delay renamed to Interval. InitialDelay renamed to Delay.
8 years ago
dzhelnin
21e627873b
Added InitialDelay property for better user experience.
8 years ago
dzhelnin
93cbec56af
Ability to place spinner buttons on the left side
8 years ago
dzhelnin
c2cecbb85a
ButtonSpinner control is ported from ExtendedWFPToolkit
8 years ago
ahopper
e967a8eb72
rename WritableBitmap
8 years ago
boombuler
a3dd74fafa
only set the cursor if the mouse is over the toplevel
8 years ago
boombuler
7f2f713ff0
fixed not updating cursor on osx
8 years ago
Manuel Allenspach
b2461f4b1f
Implement Closing event
8 years ago
Nikita Tsukanov
8f92a1a818
Conditional compilation
8 years ago
ahopper
1784b51781
ProgressBar MinWidth & MinHeight set in template
8 years ago
Nikita Tsukanov
77b74444ba
Improved unmanaged memory allocation diagnostics. ref #1411
8 years ago
Steven Kirk
0b828e1810
Don't try to cast null to value type.
The return type for `ShowDialog<T>` can be a value type. If so, use `default(T)` for the return value when the dialog is closed using the OS close button instead of trying to cast `null` to `T`.
Fixes #1423
8 years ago
Nikita Tsukanov
bc39fbe778
Mirror G_IS_OBJECT check from g_object_unref to make sure that it's not caused by our Dispose
8 years ago
Nikita Tsukanov
82acff0d57
[GTK3] Unregister tick callback and properly close the window. Fixes #1424
8 years ago
ahopper
b31f7385dc
Allow progressbar width and height less than default
8 years ago
Steven Kirk
7af3eb9058
Force recurse when opacity changed.
Fixes #1420 .
8 years ago
Steven Kirk
87d7f65eb8
Added failing test for #1420 .
8 years ago
Nikita Tsukanov
27ab312be5
Fixed nuget deps
8 years ago
Steven Kirk
970363571b
Include margin in Extent size.
Fixes #1408 .
8 years ago
sdoroff
6103bab860
Altered ItemsControl to use Weak CollectionChange Subscription
8 years ago
sdoroff
f94381acac
Adds Methods Weakly Subscribe to CollectionChange
8 years ago
Nikita Tsukanov
6e1c7e37a8
Fixed Styles preview substitute
8 years ago
Nikita Tsukanov
20e7db8587
Bump version so nightly builds will be treated as newer ones
8 years ago
Nikita Tsukanov
e5a3370acd
Fixes #1405
8 years ago
Nikita Tsukanov
604700e9e7
Fixed iOS
8 years ago
Steven Kirk
f559f0b240
Merge WinFormsWin32Platform in Win32Platform.
8 years ago
lindexi
487f3eb10e
check action is null
If the user give the null to InvokeAsync, what is his intention
8 years ago
lindexi
78fa1dc17a
add LayoutTransformControl comment
9 years ago
lindexi
a912f03167
add UserControl comment
9 years ago
ligfx
e7a552de86
MonoMac: don't write "NSEVENT" to console on every event
8 years ago
Steven Kirk
f8e2be8681
Use ItemTemplate in DropDown's ContentControl
Fixes #1386
8 years ago
Jeremy Koritzinsky
92d171f154
VisualNodes are now owned by Scene objects, not by their parents. Add a Disposed member to make it easier to diagnose ownership bugs.
8 years ago
Steven Kirk
83f795480b
Fixed #1376
8 years ago
Steven Kirk
53a73df9fc
Updated version.
8 years ago
Steven Kirk
695c48382b
Fix AllowUnsafeBlocks.
Was only enabled in debug build.
8 years ago
Steven Kirk
92094473e3
Handle pointer down/up events in Thumb.
Fixes #1372 .
8 years ago
Jeremy Koritzinsky
458d8bf760
Don't dispose replaced visual nodes if they're replaced with themselves.
8 years ago
Steven Kirk
e5800c17f1
Fix TextBlock click positioning.
When the click was outside the `TextPresenter`, it was not registering with the `TextBox` so the caret was being moved to the beginning.
8 years ago
Steven Kirk
b7de65f1aa
Fix TextBox text truncation.
Correctly set the value of the `TextBox`'s `HorizontalScrollBarVisibility` so that the text is not truncated.
Fixes #1354
8 years ago
Dan Walmsley
fafcecf0f3
system dialog combines the initialDirectory and InitialFileName on Gtk.
8 years ago
Nikita Tsukanov
3a42ef3463
Fixed designer focus issue
8 years ago
sdoroff
6e774349f8
Added a DatePicker control ported from Silverlight
8 years ago
Jeremy Koritzinsky
53bf2431ed
Clean up OnRenderLoopTick code.
8 years ago