Steven Kirk
|
2e161e5fcb
|
Fixed up control catalog sidebar.
|
11 years ago |
Steven Kirk
|
c98254025f
|
Simplified TabControl style.
|
11 years ago |
Steven Kirk
|
f9d3895a53
|
Merge remote-tracking branch 'refs/remotes/origin/master' into controlcatalog
|
11 years ago |
Steven Kirk
|
fe7fc66cc5
|
Fixed GridSplitter in DevTools.
|
11 years ago |
Steven Kirk
|
35b682359a
|
Merge branch 'master' into controlcatalog
|
11 years ago |
Steven Kirk
|
9ad94743c0
|
Fix small layout bug with UseLayoutRounding.
|
11 years ago |
Steven Kirk
|
91f7caead9
|
Merge branch 'susloparovdenis-gridsplitter'
|
11 years ago |
Steven Kirk
|
f92f9b27b1
|
Merge branch 'gridsplitter' of https://github.com/susloparovdenis/Perspex into susloparovdenis-gridsplitter
|
11 years ago |
Steven Kirk
|
4add74a426
|
Merge branch 'master' into controlcatalog
|
11 years ago |
Steven Kirk
|
9efbfc182e
|
Use IBitmap for Image.Source
And register converter for that interface. This is to conform with
ImageBrush.
|
11 years ago |
Steven Kirk
|
f8898a31a9
|
Merge remote-tracking branch 'refs/remotes/origin/master' into controlcatalog
|
11 years ago |
Steven Kirk
|
1eb0fbb385
|
Further simplify StyleActivator.
The clever stuff was causing styles to fail and probably isn't needed
anyhow. Fixes #371.
|
11 years ago |
Steven Kirk
|
bbe0f5a7a7
|
Added control catalog.
Ported from old branch to incorporate latest master.
|
11 years ago |
susloparov
|
382a8d5fa1
|
Merge remote-tracking branch 'upstream/master' into gridsplitter
|
11 years ago |
susloparov
|
ccf59b8690
|
GridSplitterTests
|
11 years ago |
Steven Kirk
|
b4417e3bd6
|
Support loading bitmaps from resources.
Closes #358.
|
11 years ago |
Steven Kirk
|
416eb1d7a5
|
Respect negative margins when culling.
And make ClipToBounds = true as default on TemplatedControl to allow us
to cull more.
|
11 years ago |
Steven Kirk
|
8e2830ad05
|
Don't return negative size from Measure.
In the case of a negative margin larger than the available size.
|
11 years ago |
Steven Kirk
|
c427ab49f6
|
Cull controls outside clip bounds.
|
11 years ago |
Steven Kirk
|
b4e23af46e
|
Tidied up RendererMixin.
Filename wasn't matching class name so renamed file and tidied some
stuff up.
|
11 years ago |
Steven Kirk
|
53de5f72bf
|
Update some Rect stuff with impl from SharpDX.
|
11 years ago |
Steven Kirk
|
3bfba9c8ce
|
Ensure TreeViewItems are removed from index.
When TreeViewItem is removed from TreeView.
|
11 years ago |
Steven Kirk
|
8fe84fa1dc
|
Search logical tree for root TreeView.
|
11 years ago |
Steven Kirk
|
78abef1551
|
Tidied up tree item container generators.
In doing so fixed a bug in DevTools where tree items would become
unselectable.
|
11 years ago |
Steven Kirk
|
35e87f2b10
|
Merge pull request #367 from donandren/expander
new expander control
|
11 years ago |
donandren
|
440fbf44fc
|
expander some code refactoring
|
11 years ago |
donandren
|
0f0ae1fb7b
|
new expander control
|
11 years ago |
Steven Kirk
|
ea9ba2930a
|
Revert "Merge pull request #366 from wieslawsoltes/TabStripItem"
This reverts commit 46003152f4, reversing
changes made to 44408cfc5c.
|
11 years ago |
Steven Kirk
|
46003152f4
|
Merge pull request #366 from wieslawsoltes/TabStripItem
Reduce TabStripItem Margin value
|
11 years ago |
Steven Kirk
|
44408cfc5c
|
ItemContainerGenerator can be null.
|
11 years ago |
Wiesław Šoltés
|
dd690f9dd5
|
Reduce TabStripItem Margin value
|
11 years ago |
Steven Kirk
|
1f5104712d
|
Merge branch 'iscrollable'
|
11 years ago |
Steven Kirk
|
34f0e18ee4
|
Removed accidentally committed file.
|
11 years ago |
Steven Kirk
|
0e3768d2b4
|
Tweaked documentation and TestScrollable.
|
11 years ago |
Steven Kirk
|
bfc010f757
|
Initial implementation of logical scrolling.
aka IScrollInfo in WPF.
|
11 years ago |
susloparov
|
bd4acc6e5e
|
Merged GridSplitter related classes into one.
|
11 years ago |
Steven Kirk
|
75dcd93bf1
|
Allow changing color of MenuItem via styles.
|
11 years ago |
Steven Kirk
|
db1e20acc8
|
Only allow pseudoclasses to be set by control.
Limit adding/removing pseudoclasses to IPseudoClasses interface.
|
11 years ago |
Steven Kirk
|
b858d01c61
|
Fix DevTools bug.
|
11 years ago |
Steven Kirk
|
cd721f1ae8
|
Merge branch 'master' into leaks
|
11 years ago |
Steven Kirk
|
a6b74db847
|
Merge branch 'logical-tree' into leaks
|
11 years ago |
Steven Kirk
|
8172d8214f
|
Use a naive implementation of StyleActivator.
As previous one was buggy and leaked.
|
11 years ago |
Steven Kirk
|
23cc9a2ff4
|
Allow binding to element without path.
Closes #365.
|
11 years ago |
Steven Kirk
|
5d2658d856
|
Make IStyleable.Classes an IPerspexReadOnlyList.
So we can mock it.
|
11 years ago |
susloparov
|
7070ad51ed
|
Merged Horizontal and Vertical Grid splitter back into single class
|
11 years ago |
Steven Kirk
|
dc757851c1
|
Added failing Carousel leak test.
As found by @donandren.
|
11 years ago |
susloparov
|
0a4730d9ba
|
Styled GridSplitters
|
11 years ago |
susloparov
|
e7872e1a0c
|
Added GridSplitter example to XamlTestApplication, Layout tab.
|
11 years ago |
susloparov
|
981ec53d07
|
Seperated GridSplitter into HorizontalGridSplitter and VerticalGridSplitter
|
11 years ago |
susloparov
|
ef06e79667
|
First grid splitter implementation
|
11 years ago |