Steven Kirk
c69686142c
Added VisualBrush flips.
11 years ago
Steven Kirk
ec55baf12d
Fix tile alignment.
11 years ago
Nikita Tsukanov
70dcfd652a
Now using TextInput event, WM_CHAR and GtkIMContext
11 years ago
Steven Kirk
4787e24880
Trying to make tiling work right...
11 years ago
Steven Kirk
2dc6cfe0ef
Simplify some code.
11 years ago
Nikita Tsukanov
4f1c80d50d
Perspex.Win32 shouldn't reference types from WPF, that causes issues with Mono build
11 years ago
Nikita Tsukanov
ff9bbbaa27
Fix for #101
11 years ago
Nikita Tsukanov
e76f5b8f35
Use default PopupImpl even in embedded mode
11 years ago
Nikita Tsukanov
0543c45a4a
Fix for #102
11 years ago
Steven Kirk
fcf151e2ae
Implemented DestinationRect with TileMode.Tile.
11 years ago
Steven Kirk
4cb1e66a56
Added support for VisualBrush TileMode.Tile.
11 years ago
Steven Kirk
b2b50090ba
Added clipping to VisualBrush.DestinationRect.
11 years ago
Steven Kirk
8b2b0273b5
Implemented VisualBrush.DestinationRect.
11 years ago
Steven Kirk
7bee5a79ec
Removed redundant params.
And added file headers etc.
11 years ago
Steven Kirk
eccfb11163
Added TileBrush.TileMode.
11 years ago
Steven Kirk
ec010a1c4d
Implemented VisualBrush.SourceRect.
11 years ago
Steven Kirk
5dca21e6b9
Fix/test VisualBrush alignment.
11 years ago
Nelson Carrillo
200f683d36
Implemented LinearGradientBrush for Cairo
11 years ago
Steven Kirk
4f200bedb3
Implement VisualBrush alignment.
11 years ago
Steven Kirk
0d938acbed
First two VisualBrush tests passing.
11 years ago
Steven Kirk
c056dbaa68
Don't call Draw/FillRoundedRectangle when radius == 0
As D2D was drawing slightly rounded corners.
11 years ago
Nelson Carrillo
454b1547ee
Implemented LinearGradientBrush
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
a1ee3efab8
More work on VisualBrush, not entirely correct yet.
11 years ago
Nikita Tsukanov
e2198a0c67
Added RunJobs to Dispatcher (needed for designer)
11 years ago
Steven Kirk
79422fc45b
Started implementing VisualBrush.
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
b036be75ee
Added PerspexDictionary.
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
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
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
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
Steven Kirk
7954d52a24
Documentation
11 years ago
Steven Kirk
e320148952
Removed AdornerTemplate.
Use ITemplate<IControl>.
11 years ago
Steven Kirk
84924dee3c
Added IPanel interface.
11 years ago
Steven Kirk
d9bac5e50d
Removed ItemsPanelTemplate
Use ITemplate<Panel> instead.
11 years ago
Steven Kirk
5dc0e604fb
Slyecoping.
11 years ago
Steven Kirk
6794fc7407
Fix setting window title.
Closes #82 .
11 years ago
Steven Kirk
2520ae160a
Added StyleCop.Analyzers to Perspex.Markup,Xaml.
11 years ago