Steven Kirk
|
b321db9718
|
Fix couple of failing tests.
|
11 years ago |
Steven Kirk
|
18682a74f7
|
Use client size for top-level arrange.
Fixes #23.
|
11 years ago |
Steven Kirk
|
e3620c3139
|
Use interfaces in page transitions.
|
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
|
d161428f52
|
Pass navigation method in GotFocus event.
And only focus selectable items when focus comes from the pointer, or
directional keys.
|
11 years ago |
Steven Kirk
|
14c0e17f1b
|
Display DropDown current selection correctly.
|
11 years ago |
Steven Kirk
|
65def11dbd
|
Remove obsolete OnVisualParentChanged.
|
11 years ago |
Steven Kirk
|
a417490a47
|
Updated StyleCop.Analyzers.
|
11 years ago |
Steven Kirk
|
dbae7b0aa2
|
Fixed navigation (I think).
|
11 years ago |
Steven Kirk
|
a3219f9170
|
More work on tab/arrow key navigation.
Getting there, but still not quite right.
|
11 years ago |
Steven Kirk
|
296c7a5f85
|
More work on directional key handling.
Added tests, most passing - one failing in both arrows and tabs.
|
11 years ago |
Steven Kirk
|
3870c4792f
|
Refactored tab navigation.
In preparation for directional navigation.
|
11 years ago |
Steven Kirk
|
2472bf26cc
|
Added KeyboardNavigationMode.Contained.
|
11 years ago |
Steven Kirk
|
7b192505d7
|
Set TemplatedParent in popups.
Popups that appear in control templates should set the TemplatedParent
property of their child controls.
|
11 years ago |
Steven Kirk
|
85dfbbb6d5
|
Moved Popup to Primitives namespace.
|
11 years ago |
Steven Kirk
|
4e5cee4378
|
Don't add Panel Logical children twice!
|
11 years ago |
Steven Kirk
|
a4680f2041
|
Removed TabControl.SelectedContent.
Not currently needed, as Deck is responsible for displaying the selected
content.
|
11 years ago |
Steven Kirk
|
152f932ce8
|
Ignore test for now.
|
11 years ago |
Steven Kirk
|
07aa92e1b7
|
Allow TabControl to reparent children of its Deck.
|
11 years ago |
Steven Kirk
|
c7dc89f06b
|
Fixed applying control templates.
And added unit tests for it.
|
11 years ago |
rob
|
80935434bc
|
#46 Added remove-Tests for TabStrip and TabControl.
TabControl's SelectedContent fails.
|
11 years ago |
Steven Kirk
|
5303eb7cd8
|
Make all tests pass again.
Menus displaying weirdly though.
|
11 years ago |
Steven Kirk
|
38e85a3f36
|
Started reworking reparenting controls.
|
11 years ago |
Steven Kirk
|
eb6bd28664
|
Rename TypedItemContainerGenerator
As ItemContainerGenerator<T>.
|
11 years ago |
Steven Kirk
|
77e81c4360
|
Make TabControl/Deck work again.
|
11 years ago |
Steven Kirk
|
3492bd617f
|
Added SelectingItemsControl.AutoSelect.
|
11 years ago |
Steven Kirk
|
ff331693f0
|
Started refactoring SelectingItemsControl.
|
11 years ago |
Steven Kirk
|
eabf674027
|
Move more stuff from Control to IControl.
To do this, added the PropertyBag interfaces from ideas branch.
|
11 years ago |
Steven Kirk
|
ef50e97a2b
|
Added more ItemsPresenter tests.
Some of failing because of the way ItemContainterGenerator currently
works. Needs to be fixed.
|
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
|
a97465b1bd
|
Test scrollbar auto-hiding.
|
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
|
09ef0309b1
|
Added validation/coercion to RangeBase properties.
|
11 years ago |
Steven Kirk
|
fba2633ab9
|
Renamed Decorator.Content property as Child.
|
11 years ago |
Steven Kirk
|
9e913998f3
|
Forgot to save csproj again.
|
11 years ago |
Steven Kirk
|
8d565cacaf
|
Use correct version of ImageMagick.
|
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 |
Steven Kirk
|
0c102d6d60
|
Reinstalled problematic NuGet pkgs.
|
11 years ago |
Steven Kirk
|
8dafd64ae3
|
Allow PerspexProperty validation to be overridden.
|
11 years ago |
Steven Kirk
|
ee8c211683
|
Renamed PerpexProperty coercion as validation.
As it can be used to invalidate a property change by throwing an
exception as well as coerce the value.
|
11 years ago |
Steven Kirk
|
f3ab1b35dd
|
Refactored PerspexObject tests.
Into separate classes.
|
11 years ago |
Steven Kirk
|
2e54b2be19
|
Allow Grid column/row definitions to be supplied as a string.
Closes #48.
|
11 years ago |
Steven Kirk
|
a06b8981b7
|
Fix failing test.
Current value is actually incorrect, but expected.
|
11 years ago |
Steven Kirk
|
377c1b5f18
|
Removed unused references.
|
11 years ago |
Steven Kirk
|
b740d95e15
|
Don't try to select items that don't belong to you.
This was breaking DevTools.
|
11 years ago |
Steven Kirk
|
254eaac9fa
|
Stylecop fixes.
|
11 years ago |