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
2016-02-27Remove the parts of IKVM that we do not useMiguel de Icaza
2015-06-01Fixed typo. Fix by Daniel Zatonyi <dzatonyi@chemaxon.com>.jfrijters
2015-03-05Bug fix. Return background color (instead of foreground color). Fix by Daniel...jfrijters
2014-11-17Bug fix. NetGraphicsDevice.getDefaultConfiguration() should take the screen i...jfrijters
2014-06-07performance increment. Does not sync a Bitmap buffer before dispose.smallsql
2013-02-01add support for setPaint with custom Paint implementingsmallsql
2013-01-28Fix TexturePaint bugs. The anchor rectangle of Java has nothing to do with C#...smallsql
2013-01-25Fix a bug with Graphics.setComposite(x) before any color or paint was set. Th...smallsql
2013-01-24Implements cycle of RadialGradientPaint in Graphics.setPaintsmallsql
2013-01-19First support für RadialGradientPaint in Graphics.setPaintsmallsql
2012-03-11* extends the generics from NetContainerPeer to NetWindowPeersmallsql
2011-11-25Graphics2D.clip(null) should only throw NPE for a Component graphics.jfrijters
2011-10-22Removed unused fields.jfrijters
2011-07-15correct a copy & paste errors with RenderingHintssmallsql
2011-06-17fix a NPE with printing after the last changesmallsql
2011-06-16save TEXT_ANTIALIASING hint in a variable to more compatible behavioursmallsql
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