Steven Kirk
ea6b1d4cfd
Starting removing hard dependency on Serilog.
Instead log through a static Logger, and provide a Serilog consumer for
this.
11 years ago
Steven Kirk
94ac135053
Merge pull request #484 from VitalElement/textbox_cut
implemented ctrl + x, for textbox.
11 years ago
danwalmsley
a02431c625
implemented ctrl + v, for textbox.
11 years ago
Steven Kirk
813ff6fcea
Handle TreeDataTemplate.ItemsSelector == null.
11 years ago
Steven Kirk
a6067c994e
CanScrollHorizontally shouldn't be an attached property.
11 years ago
Steven Kirk
a5f80f6180
Added TextBox wrapping examples to ControlCatalog.
11 years ago
Steven Kirk
8be3a17600
Removed unused code.
11 years ago
Steven Kirk
d95af80ffa
Fix TextBox wrapping.
Fixes issue #475
11 years ago
Steven Kirk
f2ecce6cc2
Remove TextBox hacks.
Now that we can have attached properties in bindings.
11 years ago
Steven Kirk
96ab9e62cd
Added attached property support in bindings.
11 years ago
Steven Kirk
42ccfebf17
Fixed TextBox floating watermark.
It should not scroll with TextBox contents.
11 years ago
Steven Kirk
8f0d63db73
Added TextBox to ControlCatalog.
11 years ago
Steven Kirk
80c83a4d8a
Expose ScrollViewer CLR attached properties accessors.
11 years ago
Steven Kirk
7a67889b45
Call InvalidateArrange on Canvas not child control.
11 years ago
Steven Kirk
d708e7744f
Set TreeViewItem padding.
11 years ago
Steven Kirk
3d5cab29e3
Merge branch 'issue-284'
11 years ago
Steven Kirk
bc7c0ece15
Ensure active direct bindings don't get collected.
11 years ago
Steven Kirk
248f059e6f
Added failing TreeViewItem test.
Binding returned from TreeDataTemplate is getting collected.
11 years ago
Steven Kirk
f6c205202d
Look up attached properties by explicit owner type.
Fixes #481 .
11 years ago
Steven Kirk
93884ea063
Added test for issue 284.
Moved NotifyingBase to Perspex.UnitTests in order to do this.
11 years ago
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
093dd452e5
Return InstancedBinding from TreeDataTemplate.
This hopefully fixes the part of issue #284 related to TreeDataTemplate.
MemberSelector needs a similar fix.
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