Steven Kirk
|
5db655fe87
|
Make TabControl show from XAML.
|
11 years ago |
Steven Kirk
|
aa147f0423
|
More stylecoping.
|
11 years ago |
Steven Kirk
|
71ebd527d4
|
Enable XML documentation.
|
11 years ago |
Steven Kirk
|
12752f227f
|
Updated StyleCop.Analysers.
|
11 years ago |
Steven Kirk
|
1008d7ab6f
|
Handle Enter in DropDown.
|
11 years ago |
Steven Kirk
|
c274caec94
|
FIx DropDown focus.
|
11 years ago |
Steven Kirk
|
a417490a47
|
Updated StyleCop.Analyzers.
|
11 years ago |
Steven Kirk
|
1615cffe00
|
Correctly color items depending on focus.
|
11 years ago |
Steven Kirk
|
c0cf621fca
|
Hide TreeViewItem focus adorner.
|
11 years ago |
Steven Kirk
|
37eac44910
|
Started putting directional nav back into TreeView.
|
11 years ago |
Steven Kirk
|
85dfbbb6d5
|
Moved Popup to Primitives namespace.
|
11 years ago |
Steven Kirk
|
41244d58d5
|
Use ItemsPresenter in DropDown template.
Breaks a few things - they need properly fixing.
|
11 years ago |
Steven Kirk
|
07aa92e1b7
|
Allow TabControl to reparent children of its Deck.
|
11 years ago |
Steven Kirk
|
77e81c4360
|
Make TabControl/Deck work again.
|
11 years ago |
Steven Kirk
|
c0fc38358f
|
Refactored templates a bit.
Added interfaces, moved them to Controls.Templates namespace and added
base classes for common Func<> templates.
|
11 years ago |
Steven Kirk
|
60b6f23aef
|
Refactored ISelectable behavior into a mixin.
|
11 years ago |
Steven Kirk
|
c453ad3b36
|
Removed Scrollbar binding workaround.
Binding system now handles this. Added unit tests to ensure it works
property.
|
11 years ago |
Steven Kirk
|
4d56d2a440
|
Remove ScrollBar pseudoclasses.
|
11 years ago |
Steven Kirk
|
570d37509a
|
Stylecop-ed ProgressBar stuff.
|
11 years ago |
Steven Kirk
|
ea62b109b7
|
Make ProgressBar compile.
And add to test app.
|
11 years ago |
Steven Kirk
|
fba2633ab9
|
Renamed Decorator.Content property as Child.
|
11 years ago |
Steven Kirk
|
33696785ab
|
Forgot to save .csproj after last commit it seems
|
11 years ago |
Steven Kirk
|
ed3b5df146
|
Updated stylecop analyser.
|
11 years ago |
Nelson Carrillo
|
d0fcaf52be
|
Implemented ProgressBar
|
11 years ago |
Steven Kirk
|
26015acfd9
|
Handle implicit conversions in perspex properties.
Fixes #49.
|
11 years ago |
Steven Kirk
|
b455a4963a
|
Use TabNavigation.Continue for top-level menu.
|
11 years ago |
Steven Kirk
|
43e80392df
|
Started adding keyboard accessibility to Menu.
Still quite a lot to do.
|
11 years ago |
Steven Kirk
|
c65c9fb7c6
|
Show access keys in menus.
Currently always shown, whether user pressed alt/f10 or not.
|
11 years ago |
Steven Kirk
|
f55fc9b0df
|
Make menu separator non-clickable.
|
11 years ago |
Steven Kirk
|
5dc0b0baf6
|
Correctly updated menu item style.
|
11 years ago |
Steven Kirk
|
88bb6c2c6c
|
Revert "Updated MenuItem style"
This reverts commit 79e8252886.
|
11 years ago |
Steven Kirk
|
79e8252886
|
Updated MenuItem style
|
11 years ago |
Steven Kirk
|
fe9ed13cff
|
Install StyleCopAnalysers.
And fix all warnings for the Perspex.Animation project.
|
11 years ago |
Steven Kirk
|
0048460b88
|
Added Popup.PlacementMode.
Hacky: only supports Bottom and Right so far, and doesn't take into
account screen edges etc.
|
11 years ago |
Steven Kirk
|
51a4868010
|
More work on Menu.
|
11 years ago |
Steven Kirk
|
f7d271f846
|
Something resembling a menu now...
|
11 years ago |
Steven Kirk
|
5101ddfeec
|
More work on menu control.
|
11 years ago |
Steven Kirk
|
919cae67ad
|
Started implementing Menu control.
|
11 years ago |
Steven Kirk
|
ca08fce5b7
|
Work around problem in casting int to double.
Issue #49.
|
11 years ago |
Steven Kirk
|
df77302d94
|
Another tweak to the binding system.
Binding levels with a an even number priority use the last fired binding
for the current value, those with odd number priorities use the latest
added.
|
12 years ago |
Steven Kirk
|
1d8f4714ff
|
Added basic tooltip control.
Can be attached to any control using an attached property.
|
12 years ago |
Steven Kirk
|
41e6bc9a5e
|
Fix TabControl.
|
12 years ago |
Steven Kirk
|
7f608ffa6c
|
Fixed failing tests.
|
12 years ago |
Steven Kirk
|
ba8552cb81
|
Renamed Id to Name.
No reason to be different for the sake of it.
|
12 years ago |
Steven Kirk
|
3965f7bdae
|
Updated and fixed all packages.
Now mono project should build.
|
12 years ago |
Steven Kirk
|
363ad22438
|
Uninstalled Stylecop.MSBuild
It was causing problems and doesn't work properly with C#6 anyway.
|
12 years ago |
Steven Kirk
|
afb0ce4a87
|
Re-enable TreeView horizontal scroll.
|
12 years ago |
Steven Kirk
|
566e66d848
|
Removed DeckItem - it's not needed.
|
12 years ago |
Steven Kirk
|
97f5770920
|
Started refactoring DevTools.
|
12 years ago |
Steven Kirk
|
08aa54e16f
|
Added Transitions to TabControl.
Currently only one transition available: CrossFadeTransition, which is
demonstrated in the test app.
|
12 years ago |