Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-31Perf opt (#694)Marius Ungureanu
2015-11-13Fix style propagation issue when using vector imagesLluis Sanchez
2015-05-08[Xwt] Allow Gradient instances to be shared among toolkits using InitForToolk...Jérémie Laval
2015-02-18[Xwt.Gtk] Call GetSafeBackend to retrieve TextLayout backend.Jérémie Laval
2015-01-03Fix Canvas origin for Gtk2 and Gtk3 backendshwthomas
2014-06-23[GTK3] use cairo context provided by Gtk instead of creating a new one for ca...Vsevolod Kukol
2014-06-08Merge remote-tracking branch 'upstream/master' into gtk3Vsevolod Kukol
2014-06-02[GTK] move toolkit (gtk2/3) specific backend code to separate filesVsevolod Kukol
2014-04-15[GTK] Properly save/restore global alphaLluis Sanchez
2014-02-26Add SearchTextEntry, with GTK implementationLluis Sanchez Gual
2014-01-28CairoContextbackendHandler: place first line on baseline, not on descender linelytico
2013-12-22Adjust Drawing Origin for CairoContextBackendHywel Thomas
2013-11-28Add support for 9-patch imagesLluis Sanchez
2013-08-15Fix Mono.Cairo warningsMichael Hutchinson
2013-07-28[Drawing API] Add ModifyCTM (Matrix m) to Xwt.Drawing.Context APIhwthomas
2013-06-25[Gtk] Dispose Cairo resources in the UI threadLluis Sanchez
2013-06-25Improve disposal of resourcesLluis Sanchez
2013-04-26[GTK] Fix performance issue when filling a path with a pattern that has alphaunknown-user
2013-04-10[GTK] Fix image pattern issueLluis Sanchez
2013-03-28Track api changes and reorganize context backend implementationLluis Sanchez
2013-03-27Improve text layout handlingLluis Sanchez
2013-03-23Improve support for multi-resolution imagesLluis Sanchez
2013-03-22Initial work to support multi-resolution imagesLluis Sanchez
2013-03-07Implemented IDisposable for Pattern classes.Mike Krüger
2013-03-04Fix GetCTM formatting (tab) errorshwthomas
2013-03-03Merge pull request #158 from mkrueger/masterLluis Sanchez
2013-02-28Changed the text attribute api.Mike Krüger
2013-02-28[Drawing API] Add GetCTM () to Contexthwthomas
2013-02-28Changed GetExtendsFromIndex to GetCoordinateFromIndex.Mike Krüger
2013-02-28Implemented text layout memory management & pango byte index mapping.Mike Krüger
2013-02-28Merge branch 'textcoordinates'Mike Krüger
2013-02-27Added support for text layout attributes.Mike Krüger
2013-02-27Added coordinate calculation functions to text layout.Mike Krüger
2013-02-15Improvements in the Context classLluis Sanchez
2013-02-04Ongoing work to improve the Image APILluis Sanchez
2013-01-25[Gtk] Dispose Cairo contextsMichael Hutchinson
2012-12-25[Xwt.Drawing] Add new CopyPath API and implementations for all backendsAlex Corrado
2012-12-25Merge branch 'master' into xwt-nextAlex Corrado
2012-12-24Remove ResetClip from Drawing APIAlex Corrado
2012-12-13[API] Remove ResetTransform from Drawing API and update Backends, Samples, etcHywel Thomas
2012-12-11[API] Remove ResetTransform from Drawing API and update Backends, Samples, etcHywel Thomas
2012-12-05Revert "Add Xwt.Drawing.Path API with Gtk, WPF, and Mac implementations and a...Alex Corrado
2012-12-05Track api changesLluis Sanchez
2012-12-05Merge branch 'master' into multi-toolkit-lluisLluis Sanchez
2012-12-05Add Xwt.Drawing.Path API with Gtk, WPF, and Mac implementations and a sampleAlex Corrado
2012-11-23Moved Toolkit to root Xwt namespaceLluis Sanchez
2012-11-23Rename ToolkitEngine to ToolkitLluis Sanchez
2012-11-23Ongoing work on multi-toolkit supportLluis Sanchez
2012-10-04Added a RadialGradientJeffrey Stedfast
2012-09-28[Xwt.Drawing] Add ArcNegative method to Context and fix Wpf and Mac implement...Alex Corrado