Steven Kirk
|
7c09351939
|
Make logical tree work for TabControl.
It only contains the currently visible tab - I'm not so happy about
this...
|
12 years ago |
Steven Kirk
|
2c1d2cb7a8
|
Display logical tree in DevTools.
|
12 years ago |
Steven Kirk
|
97c557512c
|
Oops, only commited half of last change.
|
12 years ago |
Steven Kirk
|
f5a856e109
|
Make ItemsControl items be logical children.
|
12 years ago |
Steven Kirk
|
70ff41b060
|
Use Control.ApplyTemplate to apply template.
|
12 years ago |
Steven Kirk
|
90273c74dd
|
Added missing Ids to templates.
And allow ContentControl to not have a ContentPresenter in its control
template, as one isn't needed for TreeViewItem for example.
|
12 years ago |
Steven Kirk
|
309ac30a41
|
Make ContentControl child be logical child.
The control this is created by the ContentPresenter now appears as the
logical child of the parent ContentControl.
|
12 years ago |
Steven Kirk
|
09c1f41cd4
|
Reinstate Descendent selector tests.
Now we have logical tree back.
|
12 years ago |
Steven Kirk
|
9a994e582c
|
Moved VisualTree extensions into own namespace.
So that they don't pollute the whole Perspex namespace - you now need to
"opt-in" to the visual tree.
|
12 years ago |
Steven Kirk
|
b1fe9c9236
|
Merge remote-tracking branch 'origin/master' into logical-tree
Conflicts:
Perspex.Controls/DataTemplates.cs
Perspex.SceneGraph/IVisual.cs
|
12 years ago |
Steven Kirk
|
057d10823c
|
Make IReadOnlyPerspexList covariant.
|
12 years ago |
Steven Kirk
|
dca0494a5e
|
Moved collections to their own namespace.
|
12 years ago |
Steven Kirk
|
336e1c4ae2
|
Implemented ILogical.
|
12 years ago |
Steven Kirk
|
ab6a45914f
|
Fixed BorderTests.
|
12 years ago |
Steven Kirk
|
b20b94160d
|
Fix Font properties owner.
And make default values come from theme.
|
12 years ago |
Steven Kirk
|
e6a8db0263
|
Added an architecture doc.
Hopefully this might help people understand how stuff fits together a
bit...
|
12 years ago |
Steven Kirk
|
686b339e5d
|
Track mouse leave events.
*Actually* fixes #15.
|
12 years ago |
Steven Kirk
|
3a09abe30b
|
Fix mouse capture.
Fixes #15.
|
12 years ago |
Steven Kirk
|
a9a569557b
|
Moved some properties around.
- Moved Background out of Control. Fixes #14.
- Added Font properties to TemplatedControl.
|
12 years ago |
Steven Kirk
|
df88c7a34d
|
Fix expected test output.
|
12 years ago |
Steven Kirk
|
7663fcb8ff
|
Improve TreeViewItem expanders.
|
12 years ago |
Steven Kirk
|
f158c3e399
|
Fixed scaling for Paths.
Will no doubt need revisiting as mentioned in the comments in
Shape.MeasureOverride.
|
12 years ago |
Steven Kirk
|
5048ebbcf8
|
Fix the clip/rotation problem.
|
12 years ago |
Steven Kirk
|
60ad99c8c1
|
Added a TextBox and Image to animated controls.
Looks like in the TexbBox clipping rects aren't getting applied
correctly with rotation.
|
12 years ago |
Steven Kirk
|
38cc09ac8f
|
Restored the test app.
|
12 years ago |
Steven Kirk
|
94b1057685
|
Tidied up the render routine.
|
12 years ago |
Steven Kirk
|
58426219c9
|
Oops forgot to commit actual code...
in last commit. D'oh!
|
12 years ago |
Steven Kirk
|
d18712f44d
|
Fix rotations.
This can be cleaned up. However fixes #2.
|
12 years ago |
Steven Kirk
|
733b733c92
|
Added test to demonstrate issue #2.
|
12 years ago |
Steven Kirk
|
71208bca2f
|
Show transform issue in test application.
Trying to fix the rendering issue described in #2.
|
12 years ago |
Steven Kirk
|
fd17491405
|
Correctly clip in Cairo renderer.
|
12 years ago |
Steven Kirk
|
5e8bb904c9
|
Use a single timer for all animation.
Still renders >60fps when there are two concurrent animations though.
Hmm.
|
12 years ago |
Steven Kirk
|
2f7981f1cb
|
Added an animated rotation.
To do this had to move Animatable to the bottom of the class hierarchy
to allow Transform to inherit from it.
|
12 years ago |
Steven Kirk
|
fc49f1588b
|
Make animations more smooth.
By setting the PresentOptions.Immediately flag.
|
12 years ago |
Steven Kirk
|
069fb178b0
|
Make the GTK stuff build again.
|
12 years ago |
Steven Kirk
|
9afc768449
|
Added FPS counter to test app.
|
12 years ago |
Steven Kirk
|
fc4d5ce32a
|
Added simple property transition animation.
Animation's a bit choppy though!
|
12 years ago |
Steven Kirk
|
1c9cc11501
|
Run animation on UI thread.
|
12 years ago |
Steven Kirk
|
6d45c57dbb
|
Added simple animation.
|
12 years ago |
Steven Kirk
|
903730c693
|
Create an invisible message window for dispatcher.
|
12 years ago |
Steven Kirk
|
83837492bb
|
I HATE #REGIONS
|
12 years ago |
Steven Kirk
|
2dafd77beb
|
Removed unneeded code.
|
12 years ago |
Steven Kirk
|
bff68dfd95
|
Merge pull request #13 from SuperJMN/fixed_letterA
Letter A bug and SelectAll method
|
12 years ago |
SuperJMN
|
254eee7c75
|
Merge branch 'fixed_letterA'
|
12 years ago |
Steven Kirk
|
4db0b798fe
|
Fixed punctuation.
|
12 years ago |
Steven Kirk
|
7f92b5d03c
|
Added contribution guidelines.
|
12 years ago |
Steven Kirk
|
cf959fd8eb
|
Added RadioButton control.
|
12 years ago |
Steven Kirk
|
28ca084a4d
|
Adjusted triangle output again.
|
12 years ago |
Steven Kirk
|
f5d89a8db5
|
Fix potential reference after dispose.
|
12 years ago |
Steven Kirk
|
29c1342c44
|
Center the CheckBox label.
|
12 years ago |