Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-16Add a emulation for fixed metrix to make drawString and stringWidth compatible.smallsql
2011-01-24Implementation of several print attributes (Copies, Collation, Orientation, M...smallsql
2011-01-23Currently there are an inconsistency between NetFontMetrics and FontDesignMet...smallsql
2010-12-17fix clearRect, must be independent from compositesmallsql
2010-12-15drawString should use the same StringFormat like font metricssmallsql
2010-11-28Fix some stroke bugssmallsql
2010-11-16set the default InterpolationMode to NearestNeighbor like in Javasmallsql
2010-11-16Because not all methods that modify the transaction has saved the Java transa...smallsql
2010-11-01Implementation for some of alpha composite blendingsmallsql
2010-10-28- Implemented screen insets.jfrijters
2010-10-22PixelOffsetMode also clonesmallsql
2010-10-21Some optimizations to receive more a output like Javasmallsql
2010-10-11use renderings hinds of FontMetrics for drawGlyphVectorsmallsql
2010-10-07Implements Graphics.setPaint with a LinearGradientPaint for Nimbus.smallsql
2010-10-06implements createCompatibleVolatileImage for Nimbussmallsql
2010-09-07Fix the metrix junit tests.smallsql
2010-09-03implements drawImage with AffineTransformsmallsql
2009-12-11Add the Java symbolic font names to the list of all available font names.smallsql
2009-11-08implements copyAreasmallsql
2009-11-08implement getColorModel() and fix a junit testsmallsql
2009-11-01PrintGraphics addedsmallsql
2009-10-16code reorderingnatl
2009-10-02reduce number of instances needed for finalizers to reduce GC worknatl
2009-09-30fix a bug where the default foreground/background color in paint method are n...natl
2009-08-19Avoid obsoleted FontFamily.GetFamilies() and use more efficient FontFamily.Fa...jfrijters
2009-08-18make sure PointToScreen is called in the UI threadnatl
2009-08-15fix scrolling update and screen update during frame movenatl
2009-07-26Graphics.setFont has set the wrong .NET fontsmallsql
2009-06-22Fix a NPE with Graphics2D.setBackgound(null)smallsql
2009-06-09More component work.jfrijters
2009-06-05foreground color, background color and font fixes. Background color still isn...jfrijters
2009-06-05- Changed NetComponentPeer construction to match JDK's WComponentPeer structure.jfrijters
2009-05-31fixing the painting of the GlyphVector with the StandardGlyphVector from Sunsmallsql
2009-05-26fix a System.InvalidOperationException: Object is currently in use elsewheresmallsql
2009-05-23Implement createCompatibleVolatileImage(int,int)smallsql
2009-05-16Replace the GNU ClasspathToolkit with the SunToolkit in .NET Code. Replace th...smallsql
2009-05-07Loading the GraphicsEnvironment with the Sun mechanismsmallsql
2009-05-04Add the new methods of the JDK6 peers with a NotImplementedExceptionsmallsql
2009-04-17Handle Graphics2D.setPaint(null) correctly.jfrijters
2009-04-15converter.csjfrijters
2009-03-13Graphics improvementsmallsql
2009-02-17Moved Y correction to Graphics2D float overload of drawString, so that it too...jfrijters
2009-02-17Set foreground/background colors for Graphics created from Image correctly.jfrijters
2009-02-10"implemented" Graphics.setComposite/getComposite/getFontRenderContext.jfrijters
2008-12-31Hide new public methods in BufferedImagesmallsql
2008-12-30Remove NetBufferedImage and merge the code in the class BufferedImage. Now th...smallsql
2008-09-21- Lock bitmap when drawing it, to make modifying the bitmap from another thre...jfrijters
2008-08-15Generified all collections.jfrijters
2008-05-09Convert rotation angle from radians (Java) to degrees (.NET).jfrijters
2007-11-26- Removed .NET 1.1 specific codejfrijters