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
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
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