Re: [Mono-dev] System.Drawing.SystemIcons.cs

2005-11-29 Thread Peter Dennis Bartok
It is deliberate. Icons have special masks that this code handles that is not part of regular bitmaps, otherwise the standard bitmap code would have been called. Assuming that there are no bugs in the encoder I see no reason to plug in another, as there's only one format it is supposed to

Re: [Mono-dev] patch for Mono.Cairo to rename Graphics to Context

2005-11-29 Thread Mike Kestner
On Mon, 2005-11-28 at 21:10 -0500, John Luke wrote: Hello, Here is a patch that renames the Graphics class to Context, like all the other cairo bindings use. It would be a breaking change, but I think it will be less confusing for developers. Please speak up if you disagree. There is one

RE: [Mono-dev] System.Drawing.SystemIcons.cs

2005-11-29 Thread Konstantin Triger
OK, thanks. Regards, Konstantin Triger -Original Message- From: Peter Dennis Bartok [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 5:57 PM To: Konstantin Triger; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] System.Drawing.SystemIcons.cs It is deliberate. Icons

[Mono-dev] [PATCH] Mono.Data.SqliteClient fixes from Beagle

2005-11-29 Thread Daniel Drake
Hi, Previously, SqliteClient did not properly check the return values of some of its calls into the sqlite API. The sqlite API can return BUSY in some locking-related situations, but this wasn't being handled appropriately, and strange things would happen. This patch wraps Sqlite errors

[Mono-dev] [PATCH] Mono.Data.SqliteClient fixes from Beagle

2005-11-29 Thread Daniel Drake
Hi, Previously, SqliteClient did not properly check the return values of some of its calls into the sqlite API. The sqlite API can return BUSY in some locking-related situations, but this wasn't being handled appropriately, and strange things would happen. This patch wraps Sqlite errors

Re: [Mono-dev] patch for Mono.Cairo to rename Graphics to Context

2005-11-29 Thread Peter Dennis Bartok
Being consistent with other language bindings enables users to easily switch languages and switch to using Mono for their cairo needs without relearning or posting support questions. The cairo documentation refers to 'Contexts', the language binding specification says this: For this reason, and

Re: [Mono-dev] patch for Mono.Cairo to rename Graphics to Context

2005-11-29 Thread Mike Kestner
On Tue, 2005-11-29 at 12:40 -0500, John Luke wrote: [Obsolete (Replaced by Cairo.Context)] public class Graphics : Context {} I would rather not make the change if we have to add Obsolete API, I consider that an even more likely source of confusion. Peter pointed me to this:

Re: [Mono-dev] patch for Mono.Cairo to rename Graphics to Context

2005-11-29 Thread Ben Maurer
On Tue, 2005-11-29 at 10:35 -0600, Mike Kestner wrote: We are already exposing Cairo.Graphics in the 2.7.1 release of Gtk#. It's an unstable release, so I can change the symbol still, but the change as posted would break 2.7.1 on newer mono releases. If this change is going to be made, at

Re: [Mono-dev] [PATCH] Mono.Data.SqliteClient fixes from Beagle

2005-11-29 Thread Joshua Tauberer
Daniel Drake wrote: Previously, SqliteClient did not properly check the return values of some of its calls into the sqlite API. In light of the issue on mono-list about a CREATE TABLE ...; CREATE TABLE ...; command, if my hasty conclusion was true that we can't prepare the whole thing before

Re: [Mono-dev] patch for Mono.Cairo to rename Graphics to Context

2005-11-29 Thread John Luke
On Tue, 2005-11-29 at 12:07 -0600, Mike Kestner wrote: We also need to address the issue of Mono.Cairo availability on win32 with the MS runtime. We need to be able to build/ship Mono.Cairo without mono on win32 for Gtk#. This already works (for gtk2.8), or are you referring to making it

Re: [Mono-dev] patch for Mono.Cairo to rename Graphics to Context

2005-11-29 Thread Mike Kestner
On Tue, 2005-11-29 at 15:53 -0500, John Luke wrote: On Tue, 2005-11-29 at 12:07 -0600, Mike Kestner wrote: We also need to address the issue of Mono.Cairo availability on win32 with the MS runtime. We need to be able to build/ship Mono.Cairo without mono on win32 for Gtk#. This

[Mono-dev] Mono Presentation Slides

2005-11-29 Thread Paul Betts
I was wondering if there were any presentation slides that anyone has done on Mono that I could use for my presentation I'm giving to the OSU Opensource Club; I've seen them on the various blogs but I can't find any of them on Google. Any suggestions / ideas / cool demos you've got would also be