Граф коммитов

127 Коммитов

Автор SHA1 Сообщение Дата
jfrijters b236ec07f1 Moved Y correction to Graphics2D float overload of drawString, so that it too positions the text (approx.) correctly. 2009-02-17 09:38:31 +00:00
jfrijters 46a4f6c9fb Set foreground/background colors for Graphics created from Image correctly. 2009-02-17 08:12:48 +00:00
jfrijters 1a4091fad9 "implemented" Graphics.setComposite/getComposite/getFontRenderContext. 2009-02-10 09:34:12 +00:00
smallsql 6510c2726a convert a Java filename to a .NET filename in createImage(String) 2009-01-07 14:52:20 +00:00
smallsql ea4f6fa809 Hide new public methods in BufferedImage 2008-12-31 15:37:28 +00:00
smallsql 3d2604205a Remove NetBufferedImage and merge the code in the class BufferedImage. Now the class BufferedImage has 2 buffers. A Java Raster and .NET Bitmap. 2008-12-30 10:28:10 +00:00
jfrijters 968e7e067c Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
jfrijters 54d34837f2 Removed GNU Classpath support left overs. 2008-12-22 05:50:30 +00:00
jfrijters 90fd546fdb - Partially implemented FileDialog peer.
- Implemented isFocusTraversable() (by always returning true).
2008-09-21 09:38:15 +00:00
jfrijters bb9b51fe46 - Lock bitmap when drawing it, to make modifying the bitmap from another thread safe.
- Make setPixels() lots faster by using direct memory copy (although this requires full trust).
2008-09-21 09:33:09 +00:00
jfrijters 472891289e Implemented java.awt.Frame.setResizable() support. 2008-09-18 05:41:54 +00:00
jfrijters 684cdf651e Generified all collections. 2008-08-15 12:01:06 +00:00
jfrijters b4f779b52e patch #1979656 by Daniel Wilson 2008-06-01 08:11:12 +00:00
jfrijters 866cc25de6 Convert rotation angle from radians (Java) to degrees (.NET). 2008-05-09 06:00:46 +00:00
jfrijters 03657a702b Override not implemented method because base class returns null. 2008-04-14 05:04:10 +00:00
jfrijters d8e0a53a77 *** empty log message *** 2008-02-19 04:51:18 +00:00
jfrijters abdba87542 - Moved common assembly attributes to single file (CommonAssemblyInfo.cs).
- Added IKVM.Runtime.JNI project to Visual Studio solution.
- Added atomic.cs to Visual Studio projects.
- Added SecurityCritical and AllowPartiallyTrustedCallers attributes to IKVM.Runtime.dll.
2008-01-03 09:45:49 +00:00
jfrijters 3072c89696 - Removed .NET 1.1 specific code
- Removed conditional compilation of .NET 2.0 specific code
2007-11-26 08:38:38 +00:00
jfrijters 83c6e5105d - .NET 1.1 is no longer supported
- Removed .NET 2.0 warnings (except for the "unreachable code" ones)
2007-11-26 05:50:57 +00:00
jfrijters ba7a5a69bd - Removed Visual Studio 2003 solution/project files.
- Added Visual Studio 2008 solution.
2007-11-21 07:15:42 +00:00
jfrijters 8a79587e64 Updated version numbers to 0.37. 2007-10-22 15:45:52 +00:00
jfrijters 902cd58a62 Renamed IKVM.Hybrid.GNU.Classpath.OpenJDK.dll to IKVM.OpenJDK.ClassLibrary.dll and made OpenJDK build the default. 2007-08-22 11:51:14 +00:00
jfrijters 4ece7a11be Removed gnu.classpath.SystemProperties usage. 2007-08-17 09:10:18 +00:00
jfrijters 786a4c3345 - Switched GNU Classpath AWT/Swing back to version 0.95.
- Copied GNU Classpath version of java.text.Bidi into openjdk directory.
- Copied and integrated GNU Classpath's pure Java zip support with OpenJDK zip classes.
- Added GNU Classpath 0.95 compatible versions of awt\font.cs and awt\toolkit.cs.
2007-08-16 09:53:02 +00:00
jfrijters d691f24a49 *** empty log message *** 2007-07-18 07:42:40 +00:00
jfrijters 292fe036e6 Fixed to compile against .NET 1.1. 2007-07-04 09:16:40 +00:00
jfrijters fef5a8394d Updated to compile with Classpath HEAD again. 2007-07-03 06:34:54 +00:00
jfrijters a1b74645cb Added "hybrid" target. 2007-07-03 06:31:25 +00:00
jfrijters e710375809 Switched Visual Studio project to hybrid build. 2007-06-22 07:00:56 +00:00
jfrijters 43b7e4a70f Integrated OpenJDK's java.lang.reflect.* classes (except for Array). 2007-05-29 16:27:08 +00:00
jfrijters 595e22437e Integrated GNU Classpath / OpenJDK hybrid build. 2007-05-24 12:17:38 +00:00
jfrijters a9c461eb0a *** empty log message *** 2007-04-12 09:30:29 +00:00
jfrijters 321b67182e Updated version numbers. 2007-04-09 08:32:48 +00:00
jfrijters 96507f1100 New Visual Studio 2005 solution and project files. 2007-03-29 09:21:09 +00:00
jfrijters 870e2468f5 Removed .NET 2.0 specific code introduced in previous patch. 2007-03-15 07:59:33 +00:00
jfrijters f3448608ef Implemented java.awt.Desktop peer. 2007-03-13 08:10:13 +00:00
jfrijters 14edf6e8a4 Set AWT/WinForms thread as Background to stop it from keeping the process alive. 2007-03-09 07:11:52 +00:00
smallsql aa6a2b79d2 Regression with setBounds() --> StackOverflow 2007-01-28 09:57:28 +00:00
smallsql 7e3ed06e95 Robot for Windows Implementiert 2007-01-27 15:40:41 +00:00
smallsql a4e6e91923 Some fixes for GraphicsDevice 2007-01-27 15:37:35 +00:00
smallsql d05b4a5adf Fix some Winforms thread problems with calling of Invoke. 2007-01-21 20:29:52 +00:00
smallsql a8104b54ae Restructing the awt project part 2 2007-01-21 14:18:02 +00:00
smallsql e1f31c1f66 getPaint and setPaint implemented 2007-01-21 13:04:58 +00:00
smallsql 370d5019bf * canDisplay and canDisplayUpTo added with a hack 2007-01-21 13:03:05 +00:00
smallsql b6c778f083 * ConvertColor added
* ConvertPoint added
* ConvertFont changed
2007-01-21 12:59:59 +00:00
smallsql ba7aab9af2 Some fixes for SwingSet2 from Jeroen 2007-01-14 16:13:51 +00:00
smallsql 5c2c1adb14 * many problems with MouseEvents fix
* bee() implemented
* getInsets() optimized
2007-01-07 13:59:43 +00:00
jfrijters 2c274405f2 *** empty log message *** 2007-01-05 08:14:18 +00:00
smallsql 782d2c2ca2 * First Implementation of GlyphVector for .Net 1.1
* Compilerproblem with .NET 1.1 fixed
2007-01-04 20:43:41 +00:00
jfrijters ccb2ddb757 *** empty log message *** 2007-01-04 07:46:38 +00:00