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 |
Steven Kirk
|
dc757851c1
|
Added failing Carousel leak test.
As found by @donandren.
|
11 years ago |
Steven Kirk
|
d2bbe8e08e
|
Test event handling works as expected.
|
11 years ago |
José Manuel Nieto Sánchez
|
6d8263b778
|
Adaptation to newest changes in OmniXAML
|
11 years ago |
Nikita Tsukanov
|
aeb28391bc
|
Merge pull request #347 from donandren/fixlayoutscaleios
touch events ios no scale
|
11 years ago |
Nikita Tsukanov
|
84af63ce1e
|
Added Position property, moved Hide/Show to ITopLevelImpl
|
11 years ago |
Nikita Tsukanov
|
f85d68d580
|
Added some sizing cursors
|
11 years ago |
Nikita Tsukanov
|
ec2a319049
|
Implemented BeginResizeDrag
|
11 years ago |
Nikita Tsukanov
|
53b9092826
|
Added cursor type converter
|
11 years ago |
Nikita Tsukanov
|
7b56292655
|
GtkWindow::BeginMoveDrag should receive Button1 as the first argument
|
11 years ago |
Nikita Tsukanov
|
0b0875970c
|
Added TopLevel::BeginMoveDrag()
|
11 years ago |
Nikita Tsukanov
|
8f24ccf441
|
Added Window::HasSystemDecorations property
|
11 years ago |
Steven Kirk
|
cc54180bdd
|
Merge pull request #356 from donandren/arcparse
Path properly parse Arc implemented
|
11 years ago |
Steven Kirk
|
5de2f13ac8
|
Merge branch 'master' into leaks
|
11 years ago |
Steven Kirk
|
195fb6df3b
|
Renamed OnDataContextFinishedChanging
To OnDataContextChanged and added DataContextChanged event.
|
11 years ago |
Steven Kirk
|
626aa9cd19
|
Fix SelectingItemsControl.SelectedItems bug.
Make sure unbound SelectedItems cleared when DataContext is cleared.
|
11 years ago |
donandren
|
05da19937f
|
Path properly parse Arc implemented - issue #354
|
11 years ago |
Steven Kirk
|
666f9ca9b9
|
Merge pull request #352 from susloparovdenis/master
Added DashLineCap, StartLineCap, EndLineCap to the Shape, fixed bug.
|
11 years ago |
susloparov
|
ef7dc640c5
|
Skipped Path_With_PenLineCap render test for Cairo
|
11 years ago |
susloparov
|
40c01b73fb
|
Renamed stroke Shape properties according to WPF naming
|
11 years ago |
susloparov
|
cdf47bf314
|
Fixes #313
|
11 years ago |
susloparov
|
42bddea9f2
|
Direct2D render test for the Path using DashLineCap, StartLineCap, EndLineCap.
|
11 years ago |
susloparov
|
eef1704fda
|
Added DashLineCap, StartLineCap, EndLineCap to the Shape. Fixed properties assignment order in Pen constructor.
|
11 years ago |
susloparov
|
fe88eae319
|
Somehow PathTests.cs was treated as a binary file by git. Fixed that.
|
11 years ago |
Steven Kirk
|
da39751faf
|
Undo commented out code.
|
11 years ago |
Steven Kirk
|
4d6572b74e
|
Added StyleActivator leak test.
Trying to locate source of StyleActivator leaks - this test doesn't find
it.
|
11 years ago |
donandren
|
2248a4b5a8
|
no need for layout scale to be taken into account because touch events are already scaled
|
11 years ago |
Nikita Tsukanov
|
a74d24acaf
|
Merge pull request #346 from donandren/iostext
Text handling in iOS
|
11 years ago |
donandren
|
fcf79c45eb
|
enhanced emulation of mouse scroll event from touch in iOS
|
11 years ago |
donandren
|
5ac1f7c0c5
|
ios keyboard support
|
11 years ago |
José Manuel Nieto
|
84fd1936b3
|
Fixed link in readme
This is de link to the video for Mobile Devices :) https://www.youtube.com/watch?v=NJ9-hnmUbBM
|
11 years ago |
Steven Kirk
|
3029ab435c
|
Merge remote-tracking branch 'refs/remotes/origin/master' into leaks
|
11 years ago |
Steven Kirk
|
5f0a6c9d72
|
Use observable to signal update...
...in ExpressionObserver, instead of calling UpdateRoot. This should
avoid a leak.
|
11 years ago |
Steven Kirk
|
318be5196d
|
Added some ExpressionObserver lifetime tests.
|
11 years ago |
Steven Kirk
|
e402eb8cdd
|
Make template bindings complete on Template change.
This fixes a leak - needs to be done in XAML as well though.
|
11 years ago |
Steven Kirk
|
21bd841258
|
Made templated child leak test fail.
|
11 years ago |
Steven Kirk
|
aa6b9045bc
|
Added new leak test.
|
11 years ago |
Nikita Tsukanov
|
1fddedd65d
|
updated readme
|
11 years ago |
Steven Kirk
|
6adc946ed4
|
Merge remote-tracking branch 'refs/remotes/origin/master' into leaks
|
11 years ago |
Steven Kirk
|
8fb9c5c8e7
|
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
|
11 years ago |
Steven Kirk
|
9892b1ea1c
|
Fix crash when clicking menu item.
|
11 years ago |
Nikita Tsukanov
|
e4c566738d
|
Bump NuGet package version
|
11 years ago |
Nikita Tsukanov
|
2e7f3091c8
|
Designer positioning fixes
|
11 years ago |
Nikita Tsukanov
|
40c559c41d
|
WndHost is unreliable
|
11 years ago |
Steven Kirk
|
811e28b191
|
Updated OmniXAML with fix for attached property on root instance.
|
11 years ago |