Steven Kirk
ce62001dde
Merge branch 'master' of https://github.com/Perspex/Perspex
11 years ago
Steven Kirk
a7ea5287a5
Fixed canvas attached property owners.
11 years ago
Steven Kirk
02b1a9b1ba
Merge pull request #480 from VitalElement/WindowsCollection
Implemented Windows Enumerable.
11 years ago
Dan Walmsley
5ac817e2b8
updated comment.
11 years ago
Dan Walmsley
375ac04e6a
using lamda instead of getter.
11 years ago
Dan Walmsley
9f6042e0cf
no longer verify thread access to list.
11 years ago
Dan Walmsley
9e0e0905af
Window.Windows is now Window.OpenWindows, exposed as IList and corrected code standards.
11 years ago
Dan Walmsley
8b2accd6ad
Implemented Windows Enumerable.
11 years ago
Steven Kirk
5f171f0895
Merge pull request #478 from wieslawsoltes/FixForIssue477
Added footer template for docs with copyright
11 years ago
Wiesław Šoltés
80905a9b71
Added footer template for docs with copyright
11 years ago
Steven Kirk
1d6813b918
Handle empty text when double-clicking TextBox.
Fixes #458
11 years ago
Steven Kirk
da1aee675d
Added a bit more to docs.
11 years ago
Steven Kirk
c7ae87af3c
Added LayoutTransformControl to ControlCatalog.
11 years ago
Steven Kirk
ba4b3b0794
Merge branch 'LayoutTransform' of https://github.com/donandren/Perspex into donandren-LayoutTransform
11 years ago
Steven Kirk
c4f7de1a17
Merge pull request #474 from VitalElement/IScrollableUpdates
implemented ScrollSize from IScrollable.
11 years ago
danwalmsley
4107a59c09
implemented new interface in TestScrollable
11 years ago
danwalmsley
8e9cf40ead
implemented ScrollSize from IScrollable.
11 years ago
Steven Kirk
8e6bbf639a
Merge pull request #471 from wieslawsoltes/KeyBindingCommandParameter
Add CommandParameter property for KeyBinding
11 years ago
Wiesław Šoltés
9ec94dc29d
Added CommandParameter property for KeyBinding
11 years ago
Steven Kirk
1231db168c
Fixed some links.
11 years ago
Steven Kirk
c5d042c094
Started adding a guide for WPF devs.
11 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.
11 years ago
Steven Kirk
d64a163ae9
Correctly update ScrollViewer viewport.
11 years ago
Steven Kirk
46b3ce2a01
Fix ScrollViewer.
Use calculated values for scrollbar properties where possible.
11 years ago
Steven Kirk
e332d3f518
Make TreeViewItem.IsExpanded a direct property.
This allows TreeViewItems to be opened by the mouse!
11 years ago
donandren
a530f5b7e7
reformat LayoutTransformControl code
11 years ago
Steven Kirk
d845bec0a9
Forgot to save .csproj.
11 years ago
Steven Kirk
ac0a78293f
Actually return visual root from IVisual.VisualRoot.
11 years ago
donandren
3c3ec8cfbb
LayoutTranformControl code reformatted
11 years ago
donandren
1b8e0faa7f
Default template in code of LayoutTransformControl removed and added default template in theme
11 years ago
Steven Kirk
20cb202232
Fix bindings not being unsubscribed on Dispose.
11 years ago
donandren
e7363e5fd8
ApplyLayoutTransform made private
11 years ago
Steven Kirk
92035ffdba
Don't CombineLatest if no need.
11 years ago
donandren
4e2513b3ff
LayoutTransformControl Unit tests
11 years ago
donandren
454d1b744c
ScaleTransform Added
11 years ago
donandren
d36aae900c
LayoutTransformControll added
11 years ago
donandren
b26573656a
HasInverse Property property of Matrix
11 years ago
Steven Kirk
886fbb5458
Make ExpressionObserver accept a priority for sets.
This makes auto-expanding the treeview in DevTools work again.
11 years ago
Steven Kirk
22952e4b0d
Only apply delayed bindings to TopLevels on load.
Otherwise e.g. StyleResources for UserControls aren't found.
11 years ago
Steven Kirk
eaecc0c89e
Removed unused field.
11 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.
11 years ago
Steven Kirk
e7556fbf39
Expose IVisual.VisualRoot.
11 years ago
Steven Kirk
9044d586a5
Make Decorator.Child an IControl.
11 years ago
Steven Kirk
7dbb9b4373
Added InvalidateVisual to IVisual.
11 years ago
Steven Kirk
a35f800545
Merge branch 'styling-perf'
11 years ago
Steven Kirk
b46d91e71e
Removed unnecessary rx Select.
11 years ago
Steven Kirk
3532da2bb0
Use inner dictionary in property registry.
This speeds up perspex property lookups.
11 years ago
Steven Kirk
c0bab671e7
Merge branch 'benchmarks' into styling-perf
11 years ago
Steven Kirk
a84127c768
Make benchmark more complex.
11 years ago
Steven Kirk
7045268acc
Cache selector strings.
11 years ago