dzhelnin
e468760c96
Delay renamed to Interval. InitialDelay renamed to Delay.
9 years ago
dzhelnin
21e627873b
Added InitialDelay property for better user experience.
9 years ago
dzhelnin
93cbec56af
Ability to place spinner buttons on the left side
9 years ago
dzhelnin
c2cecbb85a
ButtonSpinner control is ported from ExtendedWFPToolkit
9 years ago
ahopper
e967a8eb72
rename WritableBitmap
9 years ago
boombuler
a3dd74fafa
only set the cursor if the mouse is over the toplevel
9 years ago
boombuler
7f2f713ff0
fixed not updating cursor on osx
9 years ago
Nikita Tsukanov
8f92a1a818
Conditional compilation
9 years ago
ahopper
1784b51781
ProgressBar MinWidth & MinHeight set in template
9 years ago
Nikita Tsukanov
77b74444ba
Improved unmanaged memory allocation diagnostics. ref #1411
9 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
9 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
9 years ago
Nikita Tsukanov
82acff0d57
[GTK3] Unregister tick callback and properly close the window. Fixes #1424
9 years ago
ahopper
b31f7385dc
Allow progressbar width and height less than default
9 years ago
Steven Kirk
7af3eb9058
Force recurse when opacity changed.
Fixes #1420 .
9 years ago
Steven Kirk
87d7f65eb8
Added failing test for #1420 .
9 years ago
Nikita Tsukanov
27ab312be5
Fixed nuget deps
9 years ago
Steven Kirk
970363571b
Include margin in Extent size.
Fixes #1408 .
9 years ago
sdoroff
6103bab860
Altered ItemsControl to use Weak CollectionChange Subscription
9 years ago
sdoroff
f94381acac
Adds Methods Weakly Subscribe to CollectionChange
9 years ago
Nikita Tsukanov
6e1c7e37a8
Fixed Styles preview substitute
9 years ago
Nikita Tsukanov
20e7db8587
Bump version so nightly builds will be treated as newer ones
9 years ago
Nikita Tsukanov
e5a3370acd
Fixes #1405
9 years ago
Nikita Tsukanov
604700e9e7
Fixed iOS
9 years ago
Steven Kirk
f559f0b240
Merge WinFormsWin32Platform in Win32Platform.
9 years ago
lindexi
487f3eb10e
check action is null
If the user give the null to InvokeAsync, what is his intention
9 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
9 years ago
Steven Kirk
f8e2be8681
Use ItemTemplate in DropDown's ContentControl
Fixes #1386
9 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.
9 years ago
Steven Kirk
83f795480b
Fixed #1376
9 years ago
Steven Kirk
53a73df9fc
Updated version.
9 years ago
Steven Kirk
695c48382b
Fix AllowUnsafeBlocks.
Was only enabled in debug build.
9 years ago
Steven Kirk
92094473e3
Handle pointer down/up events in Thumb.
Fixes #1372 .
9 years ago
Jeremy Koritzinsky
458d8bf760
Don't dispose replaced visual nodes if they're replaced with themselves.
9 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.
9 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
9 years ago
Dan Walmsley
fafcecf0f3
system dialog combines the initialDirectory and InitialFileName on Gtk.
9 years ago
Nikita Tsukanov
3a42ef3463
Fixed designer focus issue
9 years ago
sdoroff
6e774349f8
Added a DatePicker control ported from Silverlight
9 years ago
Jeremy Koritzinsky
53bf2431ed
Clean up OnRenderLoopTick code.
9 years ago
Steven Kirk
2af1f20108
Mark SizeToContent with [Flags].
And explicitly assign values.
9 years ago
sdoroff
f50223cb0d
Fixed a bug in tab navigation
TabNavigation.GetFirstInNextContainer would only check one sibling
and would move up to the parent if the first sibling was not focuable
9 years ago
Jeremy Koritzinsky
8817910549
Add ref-counting for the scene instance in DeferredRenderer to ensure that we don't dispose a scene while it is being rendered.
Also rename Scene.Clone to Scene.CloneScene to prevent confusion between IRef<Scene>.Clone and Scene.Clone.
9 years ago
Steven Kirk
70d75c0eb5
Fix Window auto-sizing.
`Window` was acting like `SizeToContent="WidthAndHeight"` was set even when it wasn't. This fixes that.
9 years ago
Nikita Tsukanov
13171c4be3
Implemented `--session-id` and `--method win32` for previewer
9 years ago
Nikita Tsukanov
75d7341fa1
"Cherry-picked" EmbeddedWindowImpl.cs from single win32 assembly PR
9 years ago
Jeremy Koritzinsky
74f8930277
Fixed bug in TrimDrawOperations that wasn't disposing draw operations correctly.
9 years ago
sdoroff
5dce65f7b6
Created a shared DataValidationErrors framework
Moved Validation Error tracking to attached an attached property
Created an shared error indicator that can be simply added to control
templates and re-styled across all controls
This should reduce the need for code and markup duplication while
allowing for a consistent visual interface
9 years ago