[sgen] Always use the GC descriptor instead of MonoClass.has_references.
[mono.git] / mcs / class /
2010-12-14 Jeffrey StedfastFixed AesManaged parameter names to make gui-compare...
2010-12-14 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-14 Jeffrey StedfastAdd TypeForwardedTo for Aes on MOONLIGHT and BOOTSTRAP_...
2010-12-14 Michael HutchinsonSocket.Dispose is public in 4.0.
2010-12-14 Atsushi EnoAdd experimental "#if NET_2_1" mode (it builds w/o...
2010-12-14 Marek Habersack[asp.net] Fix for bug #467221. Properly match location...
2010-12-14 Marek Habersack[asp.net] Added verbose mode to the standalone test...
2010-12-14 Atsushi Enoadd missing method in IAmbientProvider.
2010-12-13 Gonzalo Paniagua... Don't throw in EndReceive/EndSend + out error
2010-12-13 Gonzalo Paniagua... Change parameter name.
2010-12-13 Michael HutchinsonFixi soft debugger dll crash on Windows w/redirected...
2010-12-13 Michael HutchinsonRemove default arg usage from sdb dll so it can be...
2010-12-13 Lluis SanchezFix several issues in the code generator
2010-12-13 Bojan RajkovicUpdate build-csproj2k5 script to use /bin/sh, since...
2010-12-13 Atsushi EnoFix enum serialization too.
2010-12-13 Jérémie LavalIncrement Count even on single-processor in SpinWait...
2010-12-13 Marek Habersack[asp.net] Test suite configuration updates for 4.0
2010-12-13 Lluis SanchezFix code generation issue with nested generic types
2010-12-13 Lluis SanchezFix flags enum deserialization
2010-12-13 Lluis SanchezThrow correct exceptions when using generated serializer
2010-12-13 Marek SafarRe-enable EmbedResourceFile overload used by al.exe
2010-12-13 Marek Habersack[asp.net] Fix for bug #658278. Panels render children...
2010-12-13 Marek Habersack[asp.net] Implmeneted the System.Web.Configuration...
2010-12-13 Miguel de Icaza[winforms] Pass 4 of removing NET_2_0 from winforms
2010-12-13 Miguel de Icaza[winforms] Pass 3 of removing NET_2_0 from winforms
2010-12-13 Miguel de Icaza[winforms] Pass 3 of removing NET_2_0 from winforms
2010-12-13 Miguel de Icaza[winforms] Pass 2 of removing NET_2_0 from winforms
2010-12-13 Miguel de Icaza[winforms] Pass 2 of removing NET_2_0 from winforms
2010-12-13 Miguel de IcazaPass 1 of removing NET_2_0 from winforms
2010-12-12 Jonathan PryorMerge branch 'master' of https://github.com/XTZGZoReX...
2010-12-12 Thomas Goldstein[winforms] Small optimizations, use properties that...
2010-12-11 Miguel de Icaza[winforms] Style, braces
2010-12-11 Miguel de Icaza[winforms] Use conditional attributes, not ifdefs to...
2010-12-11 Miguel de Icaza[winforms] Use conditional attributes, not ifdefs to...
2010-12-11 Gonzalo Paniagua... Line endings
2010-12-11 Ralph Leckett[System.Drawing] Remove unnecessary verbosity
2010-12-11 Ralph Leckett[System.Drawing] On image load from stream errors,...
2010-12-11 Ralph Leckett[winforms] Fix graphics leak
2010-12-11 Ralph Leckett[winforms] Fix graphics leak
2010-12-11 Ralph Leckett[winforms] For what it appeared to be a crasher from...
2010-12-11 Ralph Leckett[winforms] Reorder code a bit
2010-12-11 Ralph Leckett[winforms] Avoid leaking the Graphics
2010-12-11 Ralph Leckett[winforms] Avoid leaking the Graphics + style
2010-12-11 Ralph Leckett[winforms] Cope with null current regions
2010-12-11 Ralph Leckett[winforms] Cope with small windows
2010-12-11 Ralph Leckett[winforms] Style
2010-12-11 Ralph Leckett[winforms] Style
2010-12-11 Ralph Leckett[winforms] Style, reduce full sizes of common types
2010-12-11 Ralph Leckett[winforms] Do not leak Graphics in Invalidate + some...
2010-12-11 Miguel de Icaza[winforms] style, and NET_2_0 dropped
2010-12-11 Ralph Leckett[winforms] Style
2010-12-11 Ralph Leckett[winforms] Cope with null Hwnd value from Hwnd.ObjectFr...
2010-12-11 Ralph Leckett[winforms] Win32 fixes for window class name
2010-12-11 Thomas Goldstein[winforms] quick cleanup patches for a few WinForms...
2010-12-11 Thomas Goldstein[winforms] Small optimization
2010-12-11 Miguel de Icaza[winforms] Prepare for Gnome 3, by not depending on...
2010-12-11 Tom Hindle[winforms] Fix ContextMenuStrip vertical position can...
2010-12-11 Tom Hindle[winforms] WM_SETFOCUS is sent before Keyboard Focus...
2010-12-11 Tom Hindle[winforms] Allow WinForm controls to use on-the-spot...
2010-12-11 Tom Hindle[winforms] Add modal support to Forms
2010-12-11 Tom Hindle[winforms] DataGridView.cs : Made MoveCurrentCell not...
2010-12-11 Tom Hindle[winforms,fix] Prevent Clipboard APIs from running...
2010-12-11 Thomas Goldstein[winforms, fix] Keep the carret in sync with changes...
2010-12-11 Andy Hume[fix, winforms] Fix the ProgressBar speed in Marquee...
2010-12-11 Nagappan Alagappan[winforms, datagrid, fix] fixes crasher reported in...
2010-12-10 Marek SafarRemoved compiler generated attributes
2010-12-10 Marek SafarBase constructor method calls have to be static
2010-12-10 Marek SafarAdd missing dependency
2010-12-10 Gonzalo Paniagua... Get system.web/httpRuntime only once
2010-12-09 Jérémie LavalFix semantic of CountdownEvent Reset methods. Fix ...
2010-12-09 Jérémie LavalImplement CreateSetComparer method in HashSet
2010-12-09 Jérémie LavalRefactor Add/Take/TryAdd/TryTake methods into a common...
2010-12-09 Jérémie LavalFix GetConsumingEnumerable exception handling in Blocki...
2010-12-09 Jérémie Laval[PLinq] Detect when AsParallel is called multiple time...
2010-12-09 Marek SafarFix parameter name
2010-12-09 Jérémie LavalFix behavior of Partitioner.Create when more than one...
2010-12-09 Geoff NortonEnsure we always save the GState, not just when the...
2010-12-08 Gonzalo Paniagua... InitOnce does not throw
2010-12-08 Gonzalo Paniagua... Fixes problem with exceptions on init
2010-12-07 Gonzalo Paniagua... Delete end local endpoint when stopping the server
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-07 vvaradhan2010-12-07 Veerapuram Varadhan <vvaradhan@novell...
2010-12-07 Guillaume PouilletFix bug in BlockingCollection<T>.TryTake Add correspond...
2010-12-07 Atsushi EnoImplemented XData support in XamlObjectWriter.
2010-12-07 Atsushi EnoImplement XData support in XamlXmlReader.
2010-12-07 Atsushi EnoXData support in XamlXmlWriter.
2010-12-07 Atsushi EnoImplemented XData object reader support. Add missing...
2010-12-07 Atsushi EnoAdd another couple of IXmlSerializable tests.
2010-12-06 Geoff NortonEnsure we save and restore the gstate
2010-12-06 Gonzalo Paniagua... Workaround bug in AcquireWriterLock
2010-12-06 Jérémie Laval[System.Xml] Enable existing API under 4.0 profile too
2010-12-06 Jonathan Pryor[mono.options] Ensure that IEnumerators are disposed.
2010-12-06 Atsushi EnoAdd missing xml file.
2010-12-06 Atsushi EnoFinally got XData tests that make sense. Implemented...
2010-12-06 Atsushi EnoEnable another test.
2010-12-06 Atsushi EnoAdd missing files.
2010-12-06 Atsushi EnoImplemented Reference resolution in XamlObjectWriter.
2010-12-05 Geoff NortonEnsure we properly translate the CTM for NSView's when...
2010-12-05 Gonzalo Paniagua... Handle closed sockets in the callbacks
next