From 9c705ada0932a01610e88332e1219d2b4628237a Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 28 Mar 2013 18:52:46 -0400 Subject: [PATCH] add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f49ce9 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# gwen-dotnet without OS dependancies + +This is a fork of the original gwen-dotnet project which has been slightly +modified to remove OS dependancies (specifically, usage of varios Windows +APIs) to simplify using Gwen with Xamarin.Android and Xamarin.iOS. + +Ultimately, this means that things such as the file save/open dialog support +are not implemented and those methods instead simply do nothing. As well, +the cursor support (changing the cursor to, for example, a resize icon when +the mouse is positioned at the edge of a resizable control) has also been +stubbed out and will not work. + +As well, the dependancy on System.Drawing has been removed with equivalent +structs to Color, Rectangle, etc being re-implemented with very light-weight +equivalents.