Nikita Tsukanov
|
23b5706a21
|
Switched cairo to use xplat Visual/ImageBrush code
|
11 years ago |
Nikita Tsukanov
|
78629373cd
|
Fixed directory structure
|
11 years ago |
Nikita Tsukanov
|
141ce87960
|
Extracted ImageBrush/VisualBrush parts from Direct2D backend
|
11 years ago |
Steven Kirk
|
b3139182f1
|
Make layout tests work again.
|
11 years ago |
Steven Kirk
|
df47a491e1
|
Fixed .sln.
|
11 years ago |
Steven Kirk
|
4d5abf80e7
|
Added a binding test application.
|
11 years ago |
Nikita Tsukanov
|
b016c8d34d
|
Moved some stuff from XamlTestApplication to XamlTestApplicationPcl
|
11 years ago |
Steven Kirk
|
005cd231cc
|
Initial implementation of ExpressionObserver.
|
11 years ago |
Nikita Tsukanov
|
0431dba574
|
Revert "Added MonoDevelopProperties to solution"
This reverts commit 6ba8592c0d.
|
11 years ago |
Nikita Tsukanov
|
6ba8592c0d
|
Added MonoDevelopProperties to solution
|
11 years ago |
Steven Kirk
|
1b745ab62c
|
Removed NGenerics.
Closes #7.
|
11 years ago |
Nikita Tsukanov
|
c8b1c4202a
|
Asset loader improvements:
1) moved to shared project
2) now using uri format with assembly name
|
11 years ago |
Steven Kirk
|
cc1c2c0313
|
Fixes #147.
|
11 years ago |
Nikita Tsukanov
|
9124cbd244
|
Wat? Reordering solution items fixes nuget?
|
11 years ago |
Nikita Tsukanov
|
bec230211a
|
Now resolving xml namespaces via attributes
|
11 years ago |
Nikita Tsukanov
|
645d1d8792
|
WIP: Porting HTMLRenderer support from WPF
|
11 years ago |
Steven Kirk
|
e8fb10ba2f
|
Added Cairo render tests.
Some tests failing.
|
11 years ago |
Steven Kirk
|
0e67963d7c
|
Merged changes from githubclient2 branch, except GitHubClient.
|
11 years ago |
Steven Kirk
|
79422fc45b
|
Started implementing VisualBrush.
|
11 years ago |
Nikita Tsukanov
|
eee5da30a0
|
Designer: Initial out-of-process renderer implementation
|
11 years ago |
Nikita Tsukanov
|
10bac32190
|
Use ReactiveUI built via submodule
|
11 years ago |
Steven Kirk
|
4c9c81a5b3
|
Update solution dependencies.
Make sure Direct2D, Win32, Cairo and Gtk are build before the test apps.
|
11 years ago |
Steven Kirk
|
214fb2b65f
|
Added Cairo and Gtk backends back in.
Added the to main Perspex.sln - there's no point having a separate Perspex-Mono.sln because things just get out of date immediately.
|
11 years ago |
Steven Kirk
|
097d87926b
|
Perspex.Xaml -> Perspex.Markup.Xaml.
|
11 years ago |
Steven Kirk
|
687f484c9a
|
Tidied up xaml stuff a bit.
|
11 years ago |
Steven Kirk
|
7007c366f4
|
Renamed Demos -> Samples
|
11 years ago |
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
|
9d5dc37c2f
|
Moved demos to Demos directory.
|
11 years ago |
Steven Kirk
|
84306bc415
|
Make assemblies share version information.
|
11 years ago |
Steven Kirk
|
b82cd43dc4
|
Renamed XAML -> Markup
|
11 years ago |
Steven Kirk
|
77994d0cb1
|
Renamed "Test Applications" -> "Demos"
|
11 years ago |
José Manuel Nieto Sánchez
|
fc3cc76bd6
|
Added XAML feature
|
11 years ago |
Steven Kirk
|
0c102d6d60
|
Reinstalled problematic NuGet pkgs.
|
11 years ago |
Steven Kirk
|
56968707de
|
Added some more tests for Shape.
Can't get all the new tests to pass... need to take a break AAARGH ;)
Need to be more tests added to test different stretch values etc.
|
11 years ago |
Steven Kirk
|
b53f29f7e7
|
Make Perspex.sln only for Windows.
Things weren't working well having dual-targeting projects in VS2015 RC,
so make Perspex.sln just Windows for now.
|
11 years ago |
Steven Kirk
|
b369c30a2e
|
Implemented Tab focus.
Should hopefully be the start of a non-hacky tab focus solution.
|
11 years ago |
Steven Kirk
|
166dd1e020
|
Fix reference to render tests.
|
11 years ago |
Steven Kirk
|
0ff7eb95f9
|
Removed empty .nuget folder.
|
11 years ago |
Steven Kirk
|
aa63b5fa15
|
Started refactoring events.
Tunnelled and bubbling events can now be represented by a single
RoutedEvent. Next need to implement 'handledEventsToo'.
|
11 years ago |
Steven Kirk
|
a4bf79b7cc
|
Moved tests to Tests subdir.
|
11 years ago |
Steven Kirk
|
1a3a78847b
|
Converted tests to run with xUnit.
|
11 years ago |
Steven Kirk
|
fc4d5ce32a
|
Added simple property transition animation.
Animation's a bit choppy though!
|
11 years ago |
Steven Kirk
|
6d2056ad2b
|
Added unit test to test breakage.
|
11 years ago |
Steven Kirk
|
af492b5d75
|
Started refactoring lyaout.
To make it faster. Currently all broken :/
|
11 years ago |
Steven Kirk
|
ed2cf39178
|
Moved Perspex.UnitTests to Perspex.Base.UnitTests.
|
11 years ago |
Steven Kirk
|
1930178de3
|
Tidied up PseudoClass stuff.
Make it more like AffectsMeasure etc. To do this required a
PerspexProperty.Initialized observable.
|
11 years ago |
Steven Kirk
|
d2a6f9e063
|
Added Gtk to VS/windows solutions
Windows and Linux seem to be arguing about line endings on .gitignore
and packages.config...
|
11 years ago |
Steven Kirk
|
e12a9e7615
|
Moved TestApplication to project root.
|
11 years ago |
Steven Kirk
|
7167f26c93
|
Trying to create a cairo renderer.
Not working. Nothing is drawn...
|
11 years ago |
Steven Kirk
|
6644676b03
|
Moved stuff around a bit.
Windows specific stuff into Windows directory, Perspex.Windows ->
Perspex.Win32 as WinRT might be supported in the future and that is
still Windows.
|
11 years ago |