[Mono-dev] reviewing x86-codegen.h

2005-11-28 Thread Aleksey Demakov
Hi all, Reviewing mono/arch/x86/x86-codegen.h I found that sometimes it uses the assert macro while in two cases it is g_assert(). I would guess that there is no problem at all but as I am kind of perfectionist I could not resist to report this. Regards, Aleksey

[Mono-dev] Upload (File Field) Control doesn't not add the enctype attribute to the form

2005-11-28 Thread Hubert FONGARNAND
I've seen a behaviour difference between Mono and MS.NET with the File Field Control! please see http://bugzilla.ximian.com/show_bug.cgi?id=76837 There's an attached test case! thanks ___Ce message et les éventuels documents joints peuvent contenir

Re: [Mono-dev] Fix for failing TreeNode tests

2005-11-28 Thread Jackson Harper
Hello, these look good. I have only one comment (inline). Do you have write access to svn? Cheers, Jackson On Sat, 2005-11-26 at 20:55 +0100, Dieter Bremes wrote: Hi, below are 2 fixes + an additional test for the TreeNode's FullPath and Index properties. I also added the namespace

[Mono-dev] sharing violation on log4net

2005-11-28 Thread Carlos Solorzano
I am getting a sharing violation exception a lot since upgrading to mono 1.1.10, the code used to work a lot more often without that exception on mono 1.1.9.2 What its really bothering me now is that the sharing violation not only ocurrs after mono is completely closed and restarted but I am

Re: [Mono-dev] sharing violation on log4net

2005-11-28 Thread Dick Porter
On Mon, 2005-11-28 at 17:22 -0600, Carlos Solorzano wrote: I am getting a sharing violation exception a lot since upgrading to mono 1.1.10, the code used to work a lot more often without that exception on mono 1.1.9.2 The file handling code should be the same between those two releases, as

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

2005-11-28 Thread John Luke
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 other API change I think would be nice, but I dont think

Re: [Mono-dev] sharing violation on log4net

2005-11-28 Thread Carlos Solorzano
Something else that is weird is that XSP doesn't work at all if the log setup fails, I will quit using file base logs on XSP to get around it though. --Carlos On Nov 28, 2005, at 6:22 PM, Dick Porter wrote: On Mon, 2005-11-28 at 17:22 -0600, Carlos Solorzano wrote: I am getting a sharing

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

2005-11-28 Thread Konstantin Triger
Hello all, I reimplemented the System.Drawing.SystemIcons.jvm.cs class in a platform independent way, so its suitable for mono too. In addition, I put predefined system icons under System.Drawing/Assembly folder. Please review and approve merge of this feature into the mono shared

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

2005-11-28 Thread Konstantin Triger
1. I may want to plug some 3rd party or an encoder. 2. This will give a unified architecture. 3. This will make the ToBitmap method to return the internal object instead of serializing / deserializing to BMP. But actually I wondered whether this was made deliberately or is an historic issue.