2004-07-27 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class /
2004-07-27 Atsushi Eno2004-07-27 Atsushi Enomoto <atsushi@ximian.com>
2004-07-27 Gonzalo Paniagua... 2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-07-27 Jordi Mas i Hernandezfixes trackbar events, def classname, methods signature
2004-07-27 Jordi Mas i Hernandezfixes scrollbar events
2004-07-27 Gonzalo Paniagua... 2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-07-27 Gonzalo Paniagua... 2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-07-27 Carlos Guzmán Álvarez2004-07-27 Carlos Guzman Alvarez <carlosga@telefonica...
2004-07-27 Jordi Mas i Hernandezchanges to be able to run winforms samples
2004-07-27 Jochen WezelFixed API: added missing attribute System.Serializable
2004-07-27 Jochen WezelOoops: use System.Serializable instead of System.Serial...
2004-07-27 Jochen WezelFixed API: removed public constructor
2004-07-27 Jochen WezelFixed API: removed public constructors
2004-07-27 Jochen WezelFixed API: removed public constructor
2004-07-27 Jochen WezelFixed API: Added missing attribute System.SerializableA...
2004-07-27 Jochen WezelFixed API: removed public constructor
2004-07-27 Alon GazitReplaced foreach statement with for statement,in order...
2004-07-27 Alon GazitWebControl.cs: changed RenderBeginTag()to use TagKey...
2004-07-27 Jochen WezelFixed Cr and Lf assignments
2004-07-27 Alon GazitChanged the implementation of TemplateSourceDirectory...
2004-07-27 Alon Gazitchanged the implementation of GetViewStateString().
2004-07-27 Atsushi Eno2004-07-27 Atsushi Enomoto <atsushi@ximian.com>
2004-07-26 Martin Baulig2004-07-27 Martin Baulig <martin@ximian.com>
2004-07-26 Martin Baulig2004-07-27 Martin Baulig <martin@ximian.com>
2004-07-26 Martin BauligUse my correct email address in the copyright info.
2004-07-26 Lluis Sanchez * MapCodeGenerator.cs: CreateFieldMember now adds...
2004-07-26 Lluis Sanchez * HttpSimpleProtocolImporter.cs: Implemented internal...
2004-07-26 Gonzalo Paniagua... 2004-07-26 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-07-26 Martin BauligRemoved unneeded using clause.
2004-07-26 Jordi Mas i HernandezTheme support
2004-07-26 Martin BauligRemoved unneeded using.
2004-07-26 Atsushi Eno2004-07-26 Atsushi Enomoto <atsushi@ximian.com>
2004-07-26 Atsushi Eno2004-07-26 Atsushi Enomoto <atsushi@ximian.com>
2004-07-26 Atsushi Enooops, forgot to commit ChangeLog.
2004-07-26 Lluis Sanchez * SoapMessageFormater.cs: In BuildSoapMessageFromMetho...
2004-07-26 Jordi Mas i Hernandezinitial messagebox implementation
2004-07-26 Atsushi Eno2004-07-26 Atsushi Enomoto <atsushi@ximian.com>
2004-07-26 Atsushi Eno2004-07-26 Atsushi Enomoto <atsushi@ximian.com>
2004-07-26 Atsushi Eno2004-07-26 Atsushi Enomoto <atsushi@ximian.com>
2004-07-24 Martin Baulig2004-07-24 Martin Baulig <martin@ximian.com>
2004-07-23 Jackson Harper * PEAPI.cs: Make the type index modifiable...
2004-07-23 Atsushi Eno2004-07-23 Atsushi Enomoto <atsushi@ximian.com>
2004-07-23 Atsushi Eno2004-07-23 Atsushi Enomoto <atsushi@ximian.com>
2004-07-23 Atsushi Eno2004-07-23 Atsushi Enomoto <atsushi@ximian.com>
2004-07-23 Atsushi Eno2004-07-23 Atsushi Enomoto <atsushi@ximian.com>
2004-07-23 Atsushi Eno2004-07-23 Atsushi Enomoto <atsushi@novell.com>
2004-07-23 Lluis Sanchez * CodeGenerationOptions.cs: Made the class internal...
2004-07-23 Lluis Sanchez * ServiceDescriptionImporter.cs: Fixed bug when gettin...
2004-07-23 Atsushi Eno2004-07-23 Atsushi Enomoto <atsushi@ximian.com>
2004-07-22 Geoff NortonPatch for bug #61802 (Approved by miguel)
2004-07-22 Martin Baulig2004-07-22 Martin Baulig <martin@ximian.com>
2004-07-22 Duncan Mak2004-07-21 Duncan Mak <duncan@ximian.com>
2004-07-22 Lluis Sanchez * ProtocolImporter.cs: Added some internal properties...
2004-07-22 Lluis Sanchez* CSharpCodeCompiler.cs: Hack to make code generation...
2004-07-22 Jordi Mas i Hernandezlink label: check link overlapping, implement events...
2004-07-22 Sachin KumarAdded license
2004-07-22 Lluis Sanchez * ObjRef.cs: Fixed type check in in ObjRef constructor...
2004-07-22 Lluis Sanchez * Environment.cs: Return the MS.NET 2.0 beta1 runtime...
2004-07-22 Sachin KumarScript to executes exe's and store results in html...
2004-07-22 Lluis Sanchez * MethodCall.cs: Use RemotingServices.GetMethodBaseFro...
2004-07-22 Lluis Sanchez * RemotingServices.cs: Changed GetMethodBaseFromMethod...
2004-07-22 Sachin KumarAdded VB runtime tests
2004-07-22 RavindraSome formatting
2004-07-22 RavindraFlushing
2004-07-22 Jambunathan KFixed the vbCr, vbLf, vbCrLf and vbNewLine
2004-07-22 Ravindra * gdipFunctions.cs: Corrected signatures of GdipPathIt...
2004-07-21 Jackson Harper * PEAPI.cs: Do all the index size checks. I...
2004-07-21 Jordi Mas i Hernandezfixes comments filenames
2004-07-21 Jordi Mas i HernandezLinkLabel control implementation
2004-07-21 Atsushi Eno2004-07-21 Atsushi Enomoto <atsushi@ximian.com>
2004-07-21 Atsushi Eno2004-07-21 Atsushi Enomoto <atsushi@ximian.com>
2004-07-21 Atsushi Eno2004-07-21 Atsushi Enomoto <atsushi@ximian.com>
2004-07-21 Atsushi Eno2004-07-20 Atsushi Enomoto <atsushi@ximian.com>
2004-07-21 Atsushi Eno2004-07-21 Atsushi Enomoto <atsushi@ximian.com>
2004-07-21 Jackson Harper * PEAPI.cs: Create ClassRefInsts with types...
2004-07-21 Jordi Mas i Hernandezfixes Graphics.MeasureCharacterRanges and StringFormat...
2004-07-21 Lluis Sanchez * HttpWebClientProtocol.cs: Add received cookies to...
2004-07-21 Gonzalo Paniagua... 2004-07-21 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-07-21 Umadevi S2004-07-21 Umadevi S <sumadevi@novell.com>
2004-07-20 Gonzalo Paniagua... hit ]
2004-07-20 Gonzalo Paniagua... 2004-07-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-07-20 Gonzalo Paniagua... 2004-07-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-07-20 Umadevi S2004-07-20 Umadevi S <sumadevi@novell.com>
2004-07-20 Umadevi S2004-07-21 Umadevi S <sumadevi@novell.com>
2004-07-20 Atsushi Eno2004-07-20 Atsushi Enomoto <atsushi@ximian.com>
2004-07-20 Atsushi Eno2004-07-20 Atsushi Enomoto <atsushi@ximian.com>
2004-07-19 Jordi Mas i Hernandezlabel control re-written: added missing functionlity...
2004-07-19 César Natarén2004-07-19 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
2004-07-19 César Natarénport of rhino's parser for Mono
2004-07-19 César Natarénport of rhino's lexer for Mono
2004-07-19 César Nataréntoken class for new lexer
2004-07-19 Jordi Mas i Hernandezfixes SetBounds logic
2004-07-19 Jordi Mas i HernandezCall RefreshWindow only if the window has created
2004-07-17 Martin Baulig2004-07-18 Martin Baulig <martin@ximian.com>
2004-07-17 Martin Baulig2004-07-17 Martin Baulig <martin@ximian.com>
2004-07-17 Martin Baulig2004-07-17 Martin Baulig <martin@ximian.com>
2004-07-17 Martin BauligAdded a newline at the end of the file.
2004-07-17 Martin Baulig2004-07-17 Martin Baulig <martin@ximian.com>
2004-07-17 Jackson Harper Add MDTable.Field to the list of tables that can
2004-07-17 Jackson Harper * PEAPI.cs: make sure small index sizes get...
2004-07-16 Ravindra * GraphicsPathIterator.cs: New implementation using...
next