mono.git
2010-12-12 Jonathan PryorMerge branch 'master' of https://github.com/XTZGZoReX...
2010-12-12 XTZGZoReX[Monodoc] add GetDeclaringType(this CustomAttribute...
2010-12-12 XTZGZoReX[monodoc] don't display methods with ContractInvariantM...
2010-12-12 XTZGZoReX[Monodoc] eliminate a few warnings.
2010-12-12 Thomas Goldstein[winforms] Small optimizations, use properties that...
2010-12-11 Zoltan VargaAdd an 'mtriple' aot option to set the target triple...
2010-12-11 Zoltan VargaAdd a mono_arch_set_target () function to set the targe...
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 jonchamUse 2.0 instead of 1.0 when probing install dirs.
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-11 Miguel de IcazaUpdate docs
2010-12-10 Sebastien PouliotEnsure types are resolved when checking fields under...
2010-12-10 Rodrigo KumperaFix marshaling of Ansi strings.
2010-12-10 Alex[monodoc] display setter after the getter
2010-12-10 Zoltan VargaFix handling of gshared methods declared in generic...
2010-12-10 Marek SafarRevert unwanted makefile change
2010-12-10 Marek SafarAdd v1 runtime target (broken by design)
2010-12-10 Marek SafarResolve entire base initializer block in correct context
2010-12-10 Marek SafarRemoved compiler generated attributes
2010-12-10 Marek SafarBase constructor method calls have to be static
2010-12-10 Marek SafarReport missing types (some of them for now)
2010-12-10 Marek SafarAdd missing dependency
2010-12-10 Marek SafarTry to handle missing generic type definition
2010-12-10 Zoltan VargaUse the mono calling convention for all LLVM methods...
2010-12-10 Gonzalo Paniagua... Get system.web/httpRuntime only once
2010-12-09 Rodrigo KumperaAdd a few more undocumented bits to allowed AssemblyFlags
2010-12-09 Rodrigo KumperaCheck for coded token with zero index for typedef:...
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 SafarNew test
2010-12-09 Marek SafarRead custom attribute name without resolving attribute...
2010-12-09 Marek SafarRedirect all mscorlib loads into assembly builder when...
2010-12-09 Marek SafarFix parameter name
2010-12-09 Marek SafarAdd initial handling of missing assemblies
2010-12-09 Marek SafarAdd internal --runtime option
2010-12-09 Marek SafarAdd references loading trace
2010-12-09 Marek SafarRemoved check for generics on 1.1 runtime
2010-12-09 Zoltan VargaUnify the rgctx/non-rgctx call emission functions in...
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 Geoff NortonAvoid leaking our unwind ops when not populating the...
2010-12-08 Geoff NortonAvoid leaking the name buffer since we already resolve...
2010-12-08 Rodrigo KumperaFix some memleaks under -v
2010-12-08 Rodrigo KumperaFix a memleak when returning SRE cattrs.
2010-12-08 Rodrigo KumperaHandle GTDs used as element or type arguments.
2010-12-08 Zoltan VargaMark runtime invoke wrappers as pinvoke, since they...
2010-12-08 Zoltan VargaGet rid of the 'is_pinvoke' argument to get_call_info...
2010-12-08 Gonzalo Paniagua... InitOnce does not throw
2010-12-08 Gonzalo Paniagua... Fixes problem with exceptions on init
2010-12-08 Zoltan VargaUpdate a comment.
2010-12-08 Mark Probst[sgen] Have an allocated block list for fixed-heap...
2010-12-08 Mark Probst[sgen] Don't increase degraded_mode in alloc_degraded().
2010-12-08 Zoltan VargaTidy up the assembly loading log messages a bit.
2010-12-08 Zoltan VargaClean up the appdomain at the end of the remoting4...
2010-12-07 Marek SafarPut back actual save of module target
2010-12-07 Marek SafarRevert ordering of compiler tests
2010-12-07 Marek SafarCheck file extension manually
2010-12-07 Marek SafarSymbol writer has to use 4.0 methods in static mode
2010-12-07 Gonzalo Paniagua... Delete end local endpoint when stopping the server
2010-12-07 Zoltan VargaLog images still loaded during shutdown.
2010-12-07 Zoltan VargaFix some small memory leaks.
2010-12-07 Rodrigo KumperaFix memberref method signature verification.
2010-12-07 Rodrigo KumperaCorrectly check for ptr compatibility.
2010-12-07 Rodrigo KumperaSet a default element class for failed enums.
2010-12-07 Marek SafarAdd IKVM.Reflection support
next