Skip to content
Snippets Groups Projects
  1. Apr 09, 2008
    • Marek Habersack's avatar
      Backport of r100277 · 65cf8c16
      Marek Habersack authored
      svn path=/branches/mono-1-9/mcs/; revision=100279
      mono-1-9-1-p2
      65cf8c16
    • Marek Habersack's avatar
      Backport of r100273 · 381a1999
      Marek Habersack authored
      svn path=/branches/mono-1-9/mcs/; revision=100274
      381a1999
    • Everaldo Canuto's avatar
      2008-04-08 Everaldo Canuto <ecanuto@novell.com> · 153523af
      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
      153523af
    • Everaldo Canuto's avatar
      2008-04-09 Everaldo Canuto <ecanuto@novell.com> · 6a036fef
      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
      6a036fef
    • Jb Evain's avatar
      2008-04-09 Jb Evain <jbevain@novell.com> · d4a43792
      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
      d4a43792
    • Jb Evain's avatar
      revert · 6676b446
      Jb Evain authored
      svn path=/branches/mono-1-9/mcs/; revision=100228
      6676b446
    • Everaldo Canuto's avatar
      2008-04-09 Everaldo Canuto <ecanuto@novell.com> · de569822
      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
      de569822
    • Everaldo Canuto's avatar
      2008-04-08 Everaldo Canuto <ecanuto@novell.com> · 9d3d4ddf
      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
      9d3d4ddf
    • Everaldo Canuto's avatar
      2008-04-09 Everaldo Canuto <ecanuto@novell.com> · 224f2abc
      Everaldo Canuto authored
      	[backported from trunk]
      	* keyboards.resx : regenerated.
      
      	[backported from trunk]
      
      svn path=/branches/mono-1-9/mcs/; revision=100194
      224f2abc
    • Everaldo Canuto's avatar
      2008-04-08 Everaldo Canuto <ecanuto@novell.com> · d7e6b0ac
      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
      d7e6b0ac
  2. Apr 08, 2008
  3. Apr 07, 2008
    • Andreia Gaita's avatar
      [Backport to 1.9] · 07149c0c
      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
      07149c0c
  4. Apr 05, 2008
  5. Apr 04, 2008
  6. Apr 03, 2008
  7. Apr 01, 2008
    • Lluis Sanchez's avatar
      2008-04-01 Lluis Sanchez Gual <lluis@novell.com> · 1003c2df
      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
      1003c2df
    • Lluis Sanchez's avatar
      2008-04-01 Lluis Sanchez Gual <lluis@novell.com> · 693a5e75
      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
      693a5e75
    • Lluis Sanchez's avatar
      2008-04-01 Lluis Sanchez Gual <lluis@novell.com> · aa8d4775
      Lluis Sanchez authored
      	* XmlSerializerTestClasses.cs, XmlSerializerTests.cs: Test nullable
      	  enums.
      
      
      svn path=/branches/mono-1-9/mcs/; revision=99522
      aa8d4775
  8. Mar 27, 2008
    • Kornél Pál's avatar
      Backport r99106 · 5a596b48
      Kornél Pál authored
      svn path=/branches/mono-1-9/mcs/; revision=99108
      5a596b48
    • Lluis Sanchez's avatar
      2008-03-26 Lluis Sanchez Gual <lluis@novell.com> · 5a717ac5
      Lluis Sanchez authored
      	* ServiceDescriptionReflectorTest.cs: Added another test for bug
      	  #345448.
      
      
      svn path=/branches/mono-1-9/mcs/; revision=99104
      5a717ac5
    • Lluis Sanchez's avatar
      2008-03-26 Lluis Sanchez Gual <lluis@novell.com> · f762e388
      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
      f762e388
    • Kornél Pál's avatar
      Backport r96613 · bf74a8fe
      Kornél Pál authored
      svn path=/branches/mono-1-9/mcs/; revision=99100
      bf74a8fe
  9. Mar 17, 2008
  10. Mar 13, 2008
  11. Mar 12, 2008
  12. Mar 06, 2008
    • Jonathan Pobst's avatar
      2008-02-22 Jonathan Pobst <monkey@jpobst.com> · e80fe9ef
      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
      mono-1.9
      e80fe9ef
    • Ivan Zlatev's avatar
      2008-03-06 Ivan N. Zlatev <contact@i-nz.net> · 689eabf6
      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
      689eabf6
    • Ivan Zlatev's avatar
      2008-03-06 Ivan N. Zlatev <contact@i-nz.net> · b3e85147
      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
      b3e85147
    • Ivan Zlatev's avatar
      2008-03-06 Ivan N. Zlatev <contact@i-nz.net> · de49cf51
      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
      de49cf51
    • Paolo Molaro's avatar
      · d4b13e6d
      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
      d4b13e6d
  13. Mar 04, 2008
Loading