Steven Kirk
|
6167bacf54
|
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
|
11 years ago |
Steven Kirk
|
cc04e9e6f0
|
Updated dependencies.
|
11 years ago |
Steven Kirk
|
84306bc415
|
Make assemblies share version information.
|
11 years ago |
Steven Kirk
|
81e889627a
|
Suppress documentation warnings in tests.
|
11 years ago |
Steven Kirk
|
eaacfa5ac9
|
Don't run Controls unit tests in parallel.
|
11 years ago |
Steven Kirk
|
aa88783b18
|
Fix failing tests.
|
11 years ago |
Steven Kirk
|
09d6e22f5e
|
Fix scrollable controls in XAML.
|
11 years ago |
Steven Kirk
|
18682a74f7
|
Use client size for top-level arrange.
Fixes #23.
|
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
|
a417490a47
|
Updated StyleCop.Analyzers.
|
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
|
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
|
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
|
2e54b2be19
|
Allow Grid column/row definitions to be supplied as a string.
Closes #48.
|
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 |
Steven Kirk
|
e3533d720b
|
Fix ListBox selection.
And add a unit test for it.
|
11 years ago |
Steven Kirk
|
4f98bb5476
|
Make changing selecting in item work.
Make SelectingItemsControl listen for IsSelectedChangedEvents from child
items and update its selection accordingly.
|
11 years ago |
Steven Kirk
|
9de4a11e18
|
Use tab navigation mode of ItemsPresenter
When creating ItemsPresenter's panel
|
11 years ago |
Steven Kirk
|
43e80392df
|
Started adding keyboard accessibility to Menu.
Still quite a lot to do.
|
11 years ago |
Steven Kirk
|
fef04a5f5d
|
Implemented Menus a bit better.
Now appear correctly in logical tree and use general-purpose mechanisms
rather than direct communication between MenuItems.
|
11 years ago |
Steven Kirk
|
fe9ed13cff
|
Install StyleCopAnalysers.
And fix all warnings for the Perspex.Animation project.
|
11 years ago |
Steven Kirk
|
31d51123f6
|
Make Popup children be part of logical tree.
|
11 years ago |
Steven Kirk
|
fceb9b1ba5
|
Fix ScrollContentPresenter measure/arrange.
|
11 years ago |
Steven Kirk
|
deba950eb2
|
Make sure a render takes place after layout.
|
11 years ago |