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
2014-06-07performance increment. Does not sync a Bitmap buffer before dispose.smallsql
2014-06-03- Prevent unfocable windows from being activated by mouse click.jfrijters
2013-08-14Fixed the SHFILEINFO declaration. Thanks to Andras Kovacs for reporting this.jfrijters
2013-02-16Prevent System.MethodAccessExceptionsmallsql
2013-02-13Also broken ToolkitImage need to return a ImageSourcesmallsql
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-12-12Changed build infrastructure to support targetting .NET 4.0 on systems where ...jfrijters
2012-08-30Added IconFactory.cs to project.jfrijters
2012-08-30Fix Window.setIconImages. Now all images are used. Before only the first imag...smallsql
2012-08-30Add a factory for an Icon object with multiple image sizes.smallsql
2012-05-22Refactored WindowPeer construction to remove calls from WinForms thread back ...jfrijters
2012-04-11Made WinForms message loop thread creation lazy to hopefully allow more appli...jfrijters
2012-03-21Fixed the .NET 4 security attributes.jfrijters
2012-03-21Added theming.cs to VS project.jfrijters
2012-03-21Use XP style for FileChooserIconssmallsql
2012-03-20Revert the usage of generics for subclasses of NetWindowPeersmallsql
2012-03-18Merge Win32SchellFolder code with JDK7 sources to fix a bug with Windows7smallsql
2012-03-11* extends the generics from NetContainerPeer to NetWindowPeersmallsql
2012-03-10Fix a NullReferenceExceptionsmallsql
2012-03-10Fix a deadlock for TooltipImages which complete with a ImageObserver.FRAMEBIT...smallsql
2012-03-01We should override Toolkit.areExtraMouseButtonsEnabled() to avoid infinite re...jfrijters
2012-02-04Fix the native file dialog, it was created in the wrong thread and the method...smallsql
2012-02-04Fix a bug with a ToolkitImage as frame icon.smallsql
2011-11-28Fix for #3441959.jfrijters
2011-11-25Graphics2D.clip(null) should only throw NPE for a Component graphics.jfrijters
2011-10-22Removed unused fields.jfrijters
2011-07-28Complete migration to OpenJDK 7. Thanks to Volker Berlin for the bulk of this...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-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