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
Steven Kirk
da1aee675d
Added a bit more to docs.
10 years ago
Steven Kirk
c7ae87af3c
Added LayoutTransformControl to ControlCatalog.
10 years ago
Steven Kirk
ba4b3b0794
Merge branch 'LayoutTransform' of https://github.com/donandren/Perspex into donandren-LayoutTransform
10 years ago
Steven Kirk
c4f7de1a17
Merge pull request #474 from VitalElement/IScrollableUpdates
implemented ScrollSize from IScrollable.
10 years ago
danwalmsley
4107a59c09
implemented new interface in TestScrollable
10 years ago
danwalmsley
8e9cf40ead
implemented ScrollSize from IScrollable.
10 years ago
Steven Kirk
8e6bbf639a
Merge pull request #471 from wieslawsoltes/KeyBindingCommandParameter
Add CommandParameter property for KeyBinding
10 years ago
Wiesław Šoltés
9ec94dc29d
Added CommandParameter property for KeyBinding
10 years ago
Steven Kirk
1231db168c
Fixed some links.
10 years ago
Steven Kirk
c5d042c094
Started adding a guide for WPF devs.
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
d845bec0a9
Forgot to save .csproj.
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
4e2513b3ff
LayoutTransformControl Unit tests
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
Steven Kirk
5802040d3e
Optimize ContentPresenter.
Make ContentPresenter have many of Border's properties so that every
instance of a ContentPresenter doesn't need to be wrapped in a Border.
Idea stolen from UWP.
10 years ago
Steven Kirk
e7556fbf39
Expose IVisual.VisualRoot.
10 years ago
Steven Kirk
9044d586a5
Make Decorator.Child an IControl.
10 years ago
Steven Kirk
7dbb9b4373
Added InvalidateVisual to IVisual.
10 years ago
Steven Kirk
a35f800545
Merge branch 'styling-perf'
10 years ago
Steven Kirk
b46d91e71e
Removed unnecessary rx Select.
10 years ago
Steven Kirk
3532da2bb0
Use inner dictionary in property registry.
This speeds up perspex property lookups.
10 years ago
Steven Kirk
c0bab671e7
Merge branch 'benchmarks' into styling-perf
10 years ago
Steven Kirk
a84127c768
Make benchmark more complex.
10 years ago
Steven Kirk
7045268acc
Cache selector strings.
10 years ago
Steven Kirk
8d5e4f6c50
Merge branch 'benchmarks' into styling-perf
10 years ago
Steven Kirk
14360b1b7b
Modified benchmark.
10 years ago
Steven Kirk
072941837b
Refactored styles...
To try and make them more performant.
10 years ago
Steven Kirk
1f504b903f
Added Benchmarks project.
10 years ago
Steven Kirk
9e10cec9f5
Removed AutoMoq from Perspex.UnitTests.
It was causing problems with binding redirects to Moq and it's not much
harder to do it by hand.
10 years ago
Steven Kirk
444b806eda
Changes made my NuGet.
10 years ago
Nikita Tsukanov
b3d9be3e23
Merge pull request #467 from Seeker1437/designer-sizetocontent
Corrects loading paml files and content sizing for Windows and UserControls
10 years ago
Darnell Williams
9935ffe9c4
Corrects SizeToContent for both windows and control wrppers
10 years ago
Darnell Williams
f6ef5d3698
Corrects loading paml files and content sizing for usercontrols
10 years ago