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
Steven Kirk
d9d88cdfeb
Improve CheckBox style.
Give it a proper tick (taken from MahApps.Metro) and improve the
spacing.
12 years ago
Steven Kirk
7fe1f7e814
Some work on Paths.
Make paths with Stretch != None correctly fill the Path control's
available size. Added a Path_Tick_Scaled test with a path from
MahApps.Metro to test this.
12 years ago
Steven Kirk
1774efdb3e
Assert inconclusive for unimplemented features.
12 years ago
Steven Kirk
d468a541c2
Increased fail threshold for failing image tests.
The images were identical to my eye.
12 years ago
Steven Kirk
4370087af6
Fixed easily-fixable failing tests.
12 years ago
Steven Kirk
9f07dc5bad
Remove LayoutHelper.MeasureDecorator.
No longer needed as most of the logic was moved to MeasureCore.
12 years ago
Steven Kirk
f36ab8a2f1
Don't let TextBox collapse when it has no text.
12 years ago
Steven Kirk
d4733c5332
Moved a bit of stuff around.
12 years ago
Steven Kirk
d2d94da177
Fix TextBlock constraint not getting initialized.
12 years ago
SuperJMN
839302c997
Fixed entering of letter A
12 years ago
Steven Kirk
39691aecc3
Simplified TextBox scrolling.
12 years ago
Steven Kirk
542e81d129
Implemented TextBox scrolling.
12 years ago
Steven Kirk
a4b12df7c1
Update property values in DevTools.
12 years ago
Steven Kirk
9fbc492847
Documentary -> Documentation
12 years ago
Steven Kirk
9ae2013cc5
Merge branch 'cH40z-Lord-master'
12 years ago
Steven Kirk
f5d18b5246
Merge branch 'master' of https://github.com/cH40z-Lord/Perspex into cH40z-Lord-master
Conflicts:
Docs/intro.md
12 years ago
Kai Eichinger
a5d56fd5e8
Splitted first block into a new "documentary" section. Added "building and using" section
12 years ago
Kai Eichinger
e5099390c1
Updated intro.md
- Rewrote a few sections
- Fixed code formatting
- Added external references
- Added better highlighting of important classes and keywords in various sections
12 years ago
Steven Kirk
02aed11911
TextBoxView -> TextPresenter
Instead of being a private implementation detail of TextBox, make it use
a presenter control that list linked to the main control using binding.
Should give a lot more fexibility.
12 years ago
Steven Kirk
16dcd16440
Don't draw cursor when textbox has selection.
12 years ago
Steven Kirk
aef071ec8d
Draw selected TextBox text white.
12 years ago
Steven Kirk
d575dfa773
Moved Perspex <-> D2D conversions to ext. methods.
12 years ago
Steven Kirk
01c7d028d0
Correctly apply nested templates.
When a templated control's template itself contains templated controls,
make sure all of the templates are applied, as the nested templated
control might contain something the top-most templated control is
looking for.
12 years ago
Steven Kirk
eba601d466
Fixed typo.
12 years ago
Steven Kirk
00aa02964f
Inplemented double and triple click in TextBox.
Copied a load of stuff from Moonlight regarding finding next/prev word
that I've put in StringUtils.
12 years ago
Steven Kirk
86df78eabb
Merge pull request #10 from xamldude/master
Small changes to text selection for the TextBox
12 years ago
Nelson Carrillo
a6476cb7ec
- Added Ctrl+A to select all text in the TextBox
- Made the TextBox lose its selection when focus is lost.
12 years ago
Kai Eichinger
7aec2d141c
Added syntax highlighting to intro.md
12 years ago
Steven Kirk
645094ccec
Cancel TextBox selection on cursor movement.
12 years ago
Steven Kirk
9fa861e34b
Added mouse-select to TextBox.
12 years ago