Steven Kirk
a8a4e759dc
Merge pull request #99 from ncarrillo/gradient-brush
Implemented LinearGradientBrush for Cairo
11 years ago
Nelson Carrillo
200f683d36
Implemented LinearGradientBrush for Cairo
11 years ago
Steven Kirk
9ce8cafb61
Merge pull request #97 from ncarrillo/gradient-brush
LinearGradientBrush render test
11 years ago
Nelson Carrillo
66f1b378ca
LinearGradientBrush render test
11 years ago
Steven Kirk
9d94c9de5f
Merge pull request #96 from ncarrillo/gradient-brush
Implemented LinearGradientBrush
11 years ago
Nelson Carrillo
454b1547ee
Implemented LinearGradientBrush
11 years ago
Steven Kirk
8efbf6053e
Merge pull request #95 from kekekeks/master
Added SynchronizationContext support
11 years ago
Nikita Tsukanov
13e811f74b
Fixed RXUI threading issue
11 years ago
Nikita Tsukanov
7d416715fe
Register SyncContext in RegisterServices
11 years ago
Nikita Tsukanov
7923159c61
DispatcherTimer should now swallow exceptions
11 years ago
Nikita Tsukanov
99af4bfdb3
Added SynchronizationContext support
11 years ago
Steven Kirk
009a4b3dd8
Merge pull request #94 from kekekeks/master
Added RunJobs to Dispatcher (needed for designer)
11 years ago
Nikita Tsukanov
e2198a0c67
Added RunJobs to Dispatcher (needed for designer)
11 years ago
Steven Kirk
397acf0d4e
Merge pull request #90 from kekekeks/master
Added EmbeddedWindowImpl for embedding and designer support
11 years ago
Nikita Tsukanov
abf60b5a5c
Added EmbeddedWindowImpl for embedding and designer support
11 years ago
Steven Kirk
9a2dbef228
Updated OmniXAML.
Well, downgraded in terms of version number, as OmniXAML has moved to a
proper semantic versioning scheme and restarted at 0.1.0.
11 years ago
Steven Kirk
ee814028c5
File missed from last commit.
11 years ago
Steven Kirk
b036be75ee
Added PerspexDictionary.
11 years ago
Steven Kirk
8d75c9cee1
Removed ruler.
11 years ago
Steven Kirk
6b28cf7912
Indentation
11 years ago
Steven Kirk
64ad11a9dc
Updated build info.
Now building on linux.
11 years ago
Steven Kirk
cb7862b72e
Merge branch 'kekekeks-reactive-pcl'
11 years ago
Steven Kirk
21a58344e3
Merge branch 'reactive-pcl' of https://github.com/kekekeks/Perspex into kekekeks-reactive-pcl
11 years ago
Nikita Tsukanov
86dad79b3c
Do submodule update before build
11 years ago
Nikita Tsukanov
10bac32190
Use ReactiveUI built via submodule
11 years ago
Steven Kirk
7f6b198d02
Refactor Setter into Setter and ObservableSetter.
Both sharing a common ISetter interface.
11 years ago
Steven Kirk
9ec3023480
Merge pull request #83 from kekekeks/master
Broken link
11 years ago
Nikita Tsukanov
ef7d86f04e
Broken link
https://github.com/grokys/Perspex/blob/master/Docs/architecture.md - 404
https://github.com/grokys/Perspex/blob/master/docs/architecture.md - OK
11 years ago
Steven Kirk
92e338f3d3
Update readme.md
11 years ago
Steven Kirk
dacccd4f51
Update readme.md
11 years ago
Steven Kirk
6d2ed4f7de
Update readme.md
11 years ago
Steven Kirk
60ae5d128d
Merge branch 'master' of https://github.com/grokys/Perspex
11 years ago
Steven Kirk
d11d779414
Trying to fix capitalization of tests and docs AGAIN.
11 years ago
Steven Kirk
eb5a7c4ac2
Updated for alpha
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
13b12ad19f
Make xaml test app use 4.5.1 fx.
11 years ago
Steven Kirk
241cd04c07
Updated OmniXaml.
11 years ago
Steven Kirk
0d700c9233
Documented Perspex.Themes.Default.
11 years ago
Steven Kirk
ac24ccaebd
Allow setters to use observables for their value.
11 years ago
Steven Kirk
c68cd8a48b
Fix class selector string representation.
11 years ago
Steven Kirk
7b234aefb9
Remove unneeded OmniXaml libs.
11 years ago
Steven Kirk
c33adc416f
Don't reference platform-specific assemblies.
Instead of referencing platform-specific targets in the sample
applications, copy the libs in a build task
(Shared\perspex.platform.targets) - the correct lib will then be loaded
dynamically at runtime.
11 years ago
Steven Kirk
1a2fba4798
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2 .
11 years ago
Steven Kirk
378f1617ac
Fixed screenshot url
11 years ago
Steven Kirk
845b28a2c2
Fixed casing of Docs and Tests directories.
11 years ago
Steven Kirk
5fa4b159e0
Perspex-Mono was removed.
11 years ago
Steven Kirk
70a9ba81a5
Added AssetLoader to Perspex.Gtk.
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
f08220c599
Add shorthand property AddClassHandler.
11 years ago
Steven Kirk
c5020d38ee
Remove RoutedEventArgs.OriginalSource.
Still not entirely sure what it's purpose is in WPF.
11 years ago