- Apr 09, 2008
-
-
Marek Habersack authored
svn path=/branches/mono-1-9/mcs/; revision=100279
-
Marek Habersack authored
svn path=/branches/mono-1-9/mcs/; revision=100274
-
Everaldo Canuto authored
[backported from trunk] * X11keyboard.cs: Prevent keyboard errors when vitual table theres different element count than scan table. It prevents some errors in non standard keyboards. Now I applied only parts that fix problem, the complete backport causes some erros because trunk theres also other changes. svn path=/branches/mono-1-9/mcs/; revision=100249
-
Everaldo Canuto authored
* X11keyboard.cs: Revert last patch in X11Keyboard.cs, it causes some errors. 2008-04-09 Everaldo Canuto <ecanuto@novell.com> [backported from trunk] * KeyboardLayouts.cs: Uses GENERATING_RESOURCES to make VKeyTableIndex and ScanTableIndex public, it fix compilations errors when compiling WinForms to generate keyboard layout resources. 2008-04-08 Everaldo Canuto <ecanuto@novell.com> [backported from trunk] * X11keyboard.cs: Prevent keyboard errors when vitual table theres different element count than scan table. It prevents some errors in non standard keyboards. svn path=/branches/mono-1-9/mcs/; revision=100248
-
Jb Evain authored
* CSharpCodeGenerator.cs: Emit bodyless getters and setters for abstract properties. Based on a patch by Stefan Rusek <stefan@fogcreek.com> svn path=/branches/mono-1-9/mcs/; revision=100236
-
Jb Evain authored
svn path=/branches/mono-1-9/mcs/; revision=100228
-
Everaldo Canuto authored
[backported from trunk] * KeyboardLayouts.cs: Uses GENERATING_RESOURCES to make VKeyTableIndex and ScanTableIndex public, it fix compilations errors when compiling WinForms to generate keyboard layout resources. svn path=/branches/mono-1-9/mcs/; revision=100196
-
Everaldo Canuto authored
[backported from trunk] * X11keyboard.cs: Prevent keyboard errors when vitual table theres different element count than scan table. It prevents some errors in non standard keyboards. svn path=/branches/mono-1-9/mcs/; revision=100195
-
Everaldo Canuto authored
[backported from trunk] * keyboards.resx : regenerated. [backported from trunk] svn path=/branches/mono-1-9/mcs/; revision=100194
-
Everaldo Canuto authored
* create-keyboards.sh: Added, it is used to compile and generate keyboard resources. svn path=/branches/mono-1-9/mcs/; revision=100193
-
- Apr 08, 2008
-
-
Zoltan Varga authored
* mono-logger.h: Move G_END_DECLS outside of an #ifdef. Fixes #375107. svn path=/branches/mono-1-9/mono/; revision=100158
-
Zoltan Varga authored
* mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188. svn path=/branches/mono-1-9/mono/; revision=100155
-
Jb Evain authored
* CSharpCodeGenerator.cs: Emit bodyless getters and setters for abstract properties. Based on a patch by Stefan Rusek <stefan@fogcreek.com> svn path=/branches/mono-1-9/mcs/; revision=100136
-
- Apr 07, 2008
-
-
Andreia Gaita authored
* Mono.Mozilla/Base.cs: Change the initialization logic so that gluezilla_init is only called once for every app run (no matter how many browser windows end up being created). 2008-04-07 Andreia Gaita <avidigal@novell.com> svn path=/branches/mono-1-9/mcs/; revision=100038
-
- Apr 05, 2008
-
-
Ivan Zlatev authored
* Backport WinForms PropertyGrid bugfixes and related. svn path=/branches/mono-1-9/mcs/; revision=99907
-
- Apr 04, 2008
-
-
Wade Berrier authored
svn path=/branches/mono-1-9/mono/; revision=99852
-
Veerapuram Varadhan authored
svn path=/branches/mono-1-9/mcs/; revision=99832
-
- Apr 03, 2008
-
-
Juraj Skripsky authored
* Attachment.cs (InitName): Use Path.GetFileName instead of Substring hack. Fixes bug #366947. svn path=/branches/mono-1-9/mcs/; revision=99756
-
- Apr 01, 2008
-
-
Lluis Sanchez authored
* ProtocolImporter.cs: Use the binding name as class name for the proxy. * SoapProtocolImporter.cs: Use the element name as field name for soap headers. In 2.0, generate a property for accessing the field. svn path=/branches/mono-1-9/mcs/; revision=99524
-
Lluis Sanchez authored
* TypeData.cs: Prefix with a '@' type names that are equal to keywords. * XmlSerializationReaderInterpreter.cs, XmlSerializationWriterInterpreter.cs: Properly handle nullable enum values. * SerializationCodeGenerator.cs: Properly handle nullable enum values. Don't generate read flags for text collectors (avoid var not used warning). * XmlReflectionImporter.cs: Assign the MappedType to text collector members. It is needed when the member is an enum. svn path=/branches/mono-1-9/mcs/; revision=99523
-
Lluis Sanchez authored
* XmlSerializerTestClasses.cs, XmlSerializerTests.cs: Test nullable enums. svn path=/branches/mono-1-9/mcs/; revision=99522
-
- Mar 27, 2008
-
-
Kornél Pál authored
svn path=/branches/mono-1-9/mcs/; revision=99108
-
Lluis Sanchez authored
* ServiceDescriptionReflectorTest.cs: Added another test for bug #345448. svn path=/branches/mono-1-9/mcs/; revision=99104
-
Lluis Sanchez authored
* MapCodeGenerator.cs, XmlTypeMapMember.cs, XmlTypeMapMemberElement.cs: If a value type field has the IsNullable property set to true, generate it as System.Nullable<T>. 2008-03-26 Lluis Sanchez Gual <lluis@novell.com> * XmlSchemaImporter.cs: Fix problem with primitive types with a forced base class. It happens for example when a web service declares a soap header of type bool. The schema exporter needs to generate a subclass of SoapHeader for that header type. But if bool is used in the parameters, it must use System.Boolean, not the SoapHeader subclass. The solution is to store primitive types with a forced base class in a different table. In this way it is possible to have two maps for primitive types: one with the forced base class (returned by ImportDerivedTypeMapping) and one with the regular primitive map. Fixes bug #336739. svn path=/branches/mono-1-9/mcs/; revision=99103
-
Kornél Pál authored
svn path=/branches/mono-1-9/mcs/; revision=99100
-
- Mar 17, 2008
-
-
Veerapuram Varadhan authored
Update. svn path=/branches/mono-1-9/mcs/; revision=98475
-
- Mar 13, 2008
-
-
Marek Habersack authored
svn path=/branches/mono-1-9/mcs/; revision=98218
-
Marek Habersack authored
svn path=/branches/mono-1-9/mcs/; revision=98203
-
Ivan Zlatev authored
* DesignerAttribute.cs: For the TypeId strip type name only of the base type to prevent AssemblyQualifiedName and not clashes. svn path=/branches/mono-1-9/mcs/; revision=98114
-
- Mar 12, 2008
-
-
Ivan Zlatev authored
* DesignModeSite.cs: Do not return the site specific service container if GetService is asked for IServiceContainer. svn path=/branches/mono-1-9/mcs/; revision=98084
-
- Mar 06, 2008
-
-
Jonathan Pobst authored
[Backport to 1.9] * TreeView.cs: Make selected_node and highlighted_node internal. * TreeNodeCollection.cs: Reset selected_node and highlighted_node to null when Nodes.Clear is called. [Fixes bug #363884] svn path=/branches/mono-1-9/mcs/; revision=97635
-
Ivan Zlatev authored
* CodeDomSerializerBase.cs: Fix deserialization of CodeFieldReference to handle static fields. This fixes enum references. svn path=/branches/mono-1-9/mcs/; revision=97623
-
Ivan Zlatev authored
* ImageFormatConverter.cs: - String comparison should use the InvariantCulture. - ConvertTo string should return the name for known image formats. [Fixes bug #366570] svn path=/branches/mono-1-9/mcs/; revision=97620
-
Ivan Zlatev authored
* Container.cs: On disposal unsite the component first before disposing in order to prevent it from asking us to remove it through the Site property. [Fixes bugs #367653 and #367583] svn path=/branches/mono-1-9/mcs/; revision=97612
-
Paolo Molaro authored
Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com> * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as the called function takes an object type argument. Fixes storing or valuetypes across remoting as well as reducing memory usage. * image.c, metadata-internals.h: remove now unused ldfld_remote and stfld_remote wrapper caches. svn path=/branches/mono-1-9/mono/; revision=97603
-
- Mar 04, 2008
-
-
Paolo Molaro authored
Tue Mar 4 19:10:30 CET 2008 Paolo Molaro <lupus@ximian.com> * marshal.c: mono_load_remote_field_new() always returns object, so use the proper signature (fixes bug #366445). svn path=/branches/mono-1-9/mono/; revision=97329
-
Sebastien Pouliot authored
* Graphics.cs: Sync with HEAD. This fix CopyFromScreen for X11 when source or destination coordinates are not 0 (bug #363881), remove some dead code and adds some comments. svn path=/branches/mono-1-9/mcs/; revision=97317
-
Sebastien Pouliot authored
* SymmetricTransform.cs: Sync with corlib. Fix ANSIX923 padding check (#366623) [Backport r97309] svn path=/branches/mono-1-9/mcs/; revision=97313
-
Sebastien Pouliot authored
* PaddingModeTest.cs: Add test case for #366623 ANSI padding bug. [Backport r97310] svn path=/branches/mono-1-9/mcs/; revision=97312
-
Sebastien Pouliot authored
* SymmetricTransform.cs: Fix ANSIX923 padding check (#366623) to be just like PKCS7 (but comparing to 0). [Backport of r97308] svn path=/branches/mono-1-9/mcs/; revision=97311
-