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
path: root/awt
AgeCommit message (Expand)Author
2011-04-16Add a emulation for fixed metrix to make drawString and stringWidth compatible.smallsql
2011-02-22An additional MOUSE_CLICKED event will now be generated OnMouseUp for double ...smallsql
2011-02-14Remove unused code instead of commenting it out.jfrijters
2011-01-25- Commented out unused (or write-only) fields.jfrijters
2011-01-25Removed bogus comparisons of IntPtr with null.jfrijters
2011-01-24Implementation of several print attributes (Copies, Collation, Orientation, M...smallsql
2011-01-23Currently there are an inconsistency between NetFontMetrics and FontDesignMet...smallsql
2011-01-20Fix bogus IntPtr == null check.jfrijters
2010-12-28remove NetProducerImage and replace it with ToolkitImagesmallsql
2010-12-27remove some Image methods from NetToolkit and use the original of SunToolkitsmallsql
2010-12-19If we set the bound back to Java then we need to add the windows insets that ...smallsql
2010-12-18complete the peer of Canvas and Panelsmallsql
2010-12-17fix clearRect, must be independent from compositesmallsql
2010-12-15Some fixes on the printing API from Karsten Heinrichsmallsql
2010-12-15drawString should use the same StringFormat like font metricssmallsql
2010-12-15remove an indentsmallsql
2010-12-15Not use method removedsmallsql
2010-12-15There seems no difference between fractional and not fractional font metrics ...smallsql
2010-12-10Fix the stealing of focus from a tooltip which is partly outside of the windo...smallsql
2010-12-01Added .NET 4 security attributes.jfrijters
2010-11-28Fix some stroke bugssmallsql
2010-11-16Add support for keys with ALT_GR or ALT+CTRL.smallsql
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-09Documentationsmallsql
2010-11-08Added ShellApi.csjfrijters
2010-11-08Activate the new Shell Folder API for a better support of virtual folder like...smallsql
2010-11-08New implementation of the Shell Folder API for a better support of virtual fo...smallsql
2010-11-01Install SynchronizationContext on the event dispatcher thread to allow C# 5 a...jfrijters
2010-11-01Removed "var" to maintain C# 2.0 compatibility.jfrijters
2010-11-01Added composite.cs.jfrijters
2010-11-01Implementation for some of alpha composite blendingsmallsql
2010-10-28Implemented popup menu.jfrijters
2010-10-28Fixed background painting of Frame and Window. For AWT we should paint the ba...jfrijters
2010-10-28- Implemented screen insets.jfrijters
2010-10-28Massive AWT peer restructuring.jfrijters
2010-10-22PixelOffsetMode also clonesmallsql
2010-10-21Fix bug with empty shapesmallsql
2010-10-21implementation of getOutline in toolkitsmallsql
2010-10-21Some optimizations to receive more a output like Javasmallsql
2010-10-21Add some converter functions for GlyphVector.getOutlinesmallsql
2010-10-11use renderings hinds of FontMetrics for drawGlyphVectorsmallsql
2010-10-11Made default graphics into a thread local to avoid sharing the graphics objec...jfrijters
2010-10-07Implements Graphics.setPaint with a LinearGradientPaint for Nimbus.smallsql
2010-10-06implements createCompatibleVolatileImage for Nimbussmallsql
2010-10-06Fix a rounding problem with FontMetricssmallsql
2010-09-24create() for ButtonPeer and LabelPeer implementedsmallsql
2010-09-07Fix the metrix junit tests.smallsql
2010-09-03implements drawImage with AffineTransformsmallsql
2010-08-20- Removed the requirement to have peverify and ilasm in the PATH. They are no...jfrijters