Ryujinx-GtkSharp/cairo
Andrés G. Aragoneses 41eeecbf9a cairo: fix leak when Context object is finalized
When the finalizer calls Dispose(), disposing is false, it means that
CairoDebug traces should be printed, but the reference count on the
native context should still be decreased. Otherwise a real leak
would appear, as the native context would never be freed when the
managed object is GCed.
2013-11-03 15:21:49 +01:00
..
Antialias.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
AssemblyInfo.cs.in build: Fix API version for cairo and don't hardcode it 2012-07-02 13:56:06 -04:00
cairo-api.xml cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
Cairo.cs Revert a couple files to mono master 2011-04-21 18:01:33 -05:00
cairo.csproj MSBuild: change some projects to Library type, not Executable 2013-09-24 01:24:33 +02:00
CairoDebug.cs cairo: Don't log warnings during VM shutdown 2013-07-26 17:43:26 -05:00
Color.cs cairo: Put some classes in separate files 2013-07-26 17:43:26 -05:00
Content.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Context.cs cairo: fix leak when Context object is finalized 2013-11-03 15:21:49 +01:00
Device.cs Cairo API 1.10 updates. 2011-02-17 23:00:12 -06:00
DirectFBSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
Distance.cs cairo: Put some classes in separate files 2013-07-26 17:43:26 -05:00
Extend.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
FillRule.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Filter.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
FontExtents.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
FontFace.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
FontOptions.cs cairo: Destroy should suppress finalizer 2013-07-26 17:43:26 -05:00
FontSlant.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
FontType.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
FontWeight.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Format.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
GlitzSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
Glyph.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Gradient.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
HintMetrics.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
HintStyle.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
ImageSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
LinearGradient.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
LineCap.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
LineJoin.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Makefile.am cairo: Don't disable the deprecation warnings during compilation 2013-07-26 18:46:43 -05:00
Matrix.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
mono.snk Use -keyfile instead of deprecated attr. 2011-01-07 22:15:04 -06:00
NativeMethods.cs cairo: Fix text API calls 2013-07-26 17:43:27 -05:00
Operator.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Path.cs cairo: Fix some whitespace and code formatting issues 2013-07-26 17:43:26 -05:00
Pattern.cs cairo: Don't disable the deprecation warnings during compilation 2013-07-26 18:46:43 -05:00
PatternType.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
PdfSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
Point.cs cairo: Put some classes in separate files 2013-07-26 17:43:26 -05:00
PointD.cs cairo: Put some classes in separate files 2013-07-26 17:43:26 -05:00
PSSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
RadialGradient.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
Rectangle.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Region.cs cairo: Fix some whitespace and code formatting issues 2013-07-26 17:43:26 -05:00
ScaledFont.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
SolidPattern.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
Status.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
SubpixelOrder.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Surface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
SurfacePattern.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
SurfaceType.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
SvgSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
SvgVersion.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
TextExtents.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 23:53:18 +00:00
Win32Surface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
XcbSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00
XlibSurface.cs cairo: Introduce the concept of reference ownership 2013-07-26 17:43:11 -05:00