Steven Kirk
8f4fef29a0
Fix #445 .
10 years ago
Steven Kirk
6e1a56ea4c
Don't display tooltip for hidden control.
If a control was hidden or removed between the time that the tooltip
timer starts and the popup is shown, don't display the tooltip. Fixes
#465 .
10 years ago
Steven Kirk
92452afc6f
Added ToolTip to ControlCatalog.
10 years ago
Steven Kirk
9f8d9ed1cb
Use pointer position in Popup if can't find target.
If a rooted placement target could not be found, use the current pointer
position as the position of the popup.
10 years ago
Steven Kirk
b483ad929a
Prevent spurious warning.
10 years ago
Steven Kirk
3e4dc68626
Create XML docs for Perspex.Logging.Serilog.
10 years ago
Steven Kirk
b15a17f033
Fix #if scope.
10 years ago
Steven Kirk
46df444cda
Logging documentation.
10 years ago
Steven Kirk
3bf4182007
Log binding errors.
10 years ago
Steven Kirk
ea6b1d4cfd
Starting removing hard dependency on Serilog.
Instead log through a static Logger, and provide a Serilog consumer for
this.
10 years ago
danwalmsley
a02431c625
implemented ctrl + v, for textbox.
10 years ago
Steven Kirk
813ff6fcea
Handle TreeDataTemplate.ItemsSelector == null.
10 years ago
Steven Kirk
a6067c994e
CanScrollHorizontally shouldn't be an attached property.
10 years ago
Steven Kirk
8be3a17600
Removed unused code.
10 years ago
Steven Kirk
d95af80ffa
Fix TextBox wrapping.
Fixes issue #475
10 years ago
Steven Kirk
f2ecce6cc2
Remove TextBox hacks.
Now that we can have attached properties in bindings.
10 years ago
Steven Kirk
96ab9e62cd
Added attached property support in bindings.
10 years ago
Steven Kirk
42ccfebf17
Fixed TextBox floating watermark.
It should not scroll with TextBox contents.
10 years ago
Steven Kirk
80c83a4d8a
Expose ScrollViewer CLR attached properties accessors.
10 years ago
Steven Kirk
7a67889b45
Call InvalidateArrange on Canvas not child control.
10 years ago
Steven Kirk
d708e7744f
Set TreeViewItem padding.
10 years ago
Steven Kirk
bc7c0ece15
Ensure active direct bindings don't get collected.
10 years ago
Steven Kirk
f6c205202d
Look up attached properties by explicit owner type.
Fixes #481 .
10 years ago
Steven Kirk
a7ea5287a5
Fixed canvas attached property owners.
10 years ago
Dan Walmsley
5ac817e2b8
updated comment.
10 years ago
Dan Walmsley
375ac04e6a
using lamda instead of getter.
10 years ago
Dan Walmsley
9f6042e0cf
no longer verify thread access to list.
10 years ago
Dan Walmsley
9e0e0905af
Window.Windows is now Window.OpenWindows, exposed as IList and corrected code standards.
10 years ago
Dan Walmsley
8b2accd6ad
Implemented Windows Enumerable.
10 years ago
Steven Kirk
093dd452e5
Return InstancedBinding from TreeDataTemplate.
This hopefully fixes the part of issue #284 related to TreeDataTemplate.
MemberSelector needs a similar fix.
10 years ago
Steven Kirk
1d6813b918
Handle empty text when double-clicking TextBox.
Fixes #458
10 years ago
danwalmsley
8e9cf40ead
implemented ScrollSize from IScrollable.
10 years ago
Wiesław Šoltés
9ec94dc29d
Added CommandParameter property for KeyBinding
10 years ago
Steven Kirk
fa9e7fbcd8
Don't use observables to detach styles.
Rather than adding a TakeUntil(control.StyleDetach) to each applied
style, keep track of the applied styles in a static list. This
dramatically reduces memory usage.
10 years ago
Steven Kirk
d64a163ae9
Correctly update ScrollViewer viewport.
10 years ago
Steven Kirk
46b3ce2a01
Fix ScrollViewer.
Use calculated values for scrollbar properties where possible.
10 years ago
Steven Kirk
e332d3f518
Make TreeViewItem.IsExpanded a direct property.
This allows TreeViewItems to be opened by the mouse!
10 years ago
donandren
a530f5b7e7
reformat LayoutTransformControl code
10 years ago
Steven Kirk
ac0a78293f
Actually return visual root from IVisual.VisualRoot.
10 years ago
donandren
3c3ec8cfbb
LayoutTranformControl code reformatted
10 years ago
donandren
1b8e0faa7f
Default template in code of LayoutTransformControl removed and added default template in theme
10 years ago
Steven Kirk
20cb202232
Fix bindings not being unsubscribed on Dispose.
10 years ago
donandren
e7363e5fd8
ApplyLayoutTransform made private
10 years ago
Steven Kirk
92035ffdba
Don't CombineLatest if no need.
10 years ago
donandren
454d1b744c
ScaleTransform Added
10 years ago
donandren
d36aae900c
LayoutTransformControll added
10 years ago
donandren
b26573656a
HasInverse Property property of Matrix
10 years ago
Steven Kirk
886fbb5458
Make ExpressionObserver accept a priority for sets.
This makes auto-expanding the treeview in DevTools work again.
10 years ago
Steven Kirk
22952e4b0d
Only apply delayed bindings to TopLevels on load.
Otherwise e.g. StyleResources for UserControls aren't found.
10 years ago
Steven Kirk
eaecc0c89e
Removed unused field.
10 years ago