Steven Kirk
63e2870f3b
Use consistent naming for TypeConverters.
11 years ago
Steven Kirk
04feb4bf32
Fix failing layout test.
11 years ago
Steven Kirk
4f7afbc63d
Updated OmniXAML with whitespace improvements.
And demonstrate this to full effect in XamlTestApplication.
11 years ago
Steven Kirk
c9af348280
Merge branch 'issue-133'
11 years ago
Steven Kirk
a18bc4d913
Convert max window size to client size.
11 years ago
Steven Kirk
f6e1e658dd
Merge branch 'style-xaml'
Conflicts:
src/Markup/Perspex.Markup.Xaml/Context/PerspexWiringContext.cs
src/Markup/Perspex.Markup.Xaml/Properties/AssemblyInfo.cs
11 years ago
Steven Kirk
2c6e14b861
Fix style with no selector.
Make style with no selector only apply to the control that contains the
style.
11 years ago
Steven Kirk
91dda4c2d0
Handle attached properties in PerspexPropertyConverter.
11 years ago
Nikita Tsukanov
43118aeda5
Merge pull request #143 from kekekeks/xmlns-attr
Now resolving xml namespaces via attributes
11 years ago
Nikita Tsukanov
7df76d17ba
I accidentally the whole MainWindow.cs
11 years ago
Nikita Tsukanov
bec230211a
Now resolving xml namespaces via attributes
11 years ago
Steven Kirk
a8f51a65c8
Try to get containing style in PerspexPropertyConverter.
Doesn't work - SuperJMN needs to take a look...
11 years ago
Steven Kirk
a3ea8eab16
Include OmniXAML as a submodule.
Compiling it directly into Perspex.Markup.Xaml for the moment.
11 years ago
Steven Kirk
fa8e182c44
Documented .paml hack.
11 years ago
Nikita Tsukanov
afd25d7b98
Try to load .paml if .xaml wasn't found
11 years ago
Nikita Tsukanov
8564a74fc1
Changed default namespace
11 years ago
Steven Kirk
31fff6f706
Update build.md
11 years ago
Steven Kirk
51aec0902e
Merge pull request #141 from shahid-pk/issue-139
consistent names for xaml type converters
11 years ago
shahid-pk
708b10544f
consistent names for xaml type converters
11 years ago
Steven Kirk
c10ac8e68d
Added LinearGradient vertical fill tests.
11 years ago
Steven Kirk
b0401f5c71
Added brush tests to cairo render tests.
VisualBrush tests currently ignored as it's not yet implemented on
cairo.
11 years ago
Steven Kirk
092f03ef7b
Updated coding style documentation.
11 years ago
Steven Kirk
3d845f9527
Fixed failing Border render tests.
They were failing because passing a Pango.Context to FormattedTextImpl
was a hack. Create a pango context on startup that can be used for all
FormattedTextImpls. Fix the expected test output for tests containing
text as the expected output came from the Direct2D renderer where text
rendering is slightly different.
11 years ago
Steven Kirk
66c0a50876
Coding style.
11 years ago
Steven Kirk
1322fd11d0
Use -1 for infinite width in pango layout.
11 years ago
Steven Kirk
15954d1dc5
Fix intermittent Style unit test failures.
11 years ago
Steven Kirk
d4bc955b38
Fix expected Rectange render output.
11 years ago
Steven Kirk
3648d5b822
Fixed cairo Path tests.
11 years ago
Steven Kirk
ba95d1f35a
Fix intermittent Perspex.Base.UnitTests failures.
11 years ago
Steven Kirk
0963f913f2
Fixed cairo image tests.
11 years ago
Steven Kirk
bfdc4cd487
Assign Surface in RTB.
11 years ago
Nelson Carrillo
2d55007ef8
Merge pull request #140 from ncarrillo/cairo-brush-fixes
Fixing LinearGradientBrush colors on Cairo
11 years ago
Steven Kirk
5a6cf2ca29
Added ClassesConverter.
11 years ago
Steven Kirk
285bd5f299
Correctly handle setting Setter.Value.
11 years ago
Steven Kirk
0c21bef168
Fix bug in error message.
'value' was getting overwritten with null.
11 years ago
Steven Kirk
846df81b76
Whitespace.
11 years ago
Steven Kirk
7e2a28c91f
Initial implementation of PerspexPropertyConverter.
11 years ago
Nelson Carrillo
1eb7a41a4a
Fixing LinearGradientBrush colors on Cairo
11 years ago
Nikita Tsukanov
c3bc823bd0
GTK: Use InvalidateRect instead of Draw
11 years ago
Steven Kirk
193ec29824
More work on parsing style selectors.
11 years ago
Steven Kirk
eb220a9388
Started implementing Selector parser.
11 years ago
Steven Kirk
4e51f4755d
Use max platform window size in measure pass.
Closes #133 .
11 years ago
Steven Kirk
afc44d933b
Merge pull request #137 from ncarrillo/cairo-bitmap-stream
Added support for loading Bitmaps from a Stream for Gtk/Cairo
11 years ago
Nelson Carrillo
a1785ea43f
Fixing broken RTB
11 years ago
Nelson Carrillo
670a2a2573
Added support for loading Bitmaps from a Stream to the Gtk/Cairo platform
11 years ago
Steven Kirk
0e812bb0d6
Whitespace.
11 years ago
Steven Kirk
db4a48ef75
Allow loading bitmaps from stream in D2D.
11 years ago
Nikita Tsukanov
6cbb729d9e
Merge pull request #136 from kekekeks/html
Added HtmlRenderer port
11 years ago
Nikita Tsukanov
ed200cf0ec
Weird submodule stuff
11 years ago
Nikita Tsukanov
516152a728
Changed the namespace
11 years ago