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

2810 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 459bd89fa9 Added ikvm.runtime.Startup.addBootClassPathAssemby() API. 2010-12-28 09:03:38 +00:00
jfrijters 1874857e15 Removed VMThread class which only existed as a container for the jniDetach method. 2010-12-28 08:42:10 +00:00
jfrijters ba65584480 Updated base addresses. 2010-12-28 08:23:05 +00:00
jfrijters 0240e272c8 - Clean up imports.
- Use class literals instead of Type.GetType().
2010-12-28 08:22:39 +00:00
smallsql f11ad4940d remove NetProducerImage and replace it with ToolkitImage 2010-12-27 21:16:43 +00:00
smallsql ed4cc46c04 remove some Image methods from NetToolkit and use the original of SunToolkit 2010-12-27 10:36:00 +00:00
smallsql ac51c2c8a3 * Added Image Content Handler in package sun.net.www.content.image
* Replace NetProducerImage with the original ToolkitImage and ImageRepresentation. Now this image work correctly with the MediaTracker together.
* remove some methods Image methods from NetToolkit and use the original of SunToolkit
2010-12-27 10:33:40 +00:00
smallsql f8c4f6517a set the system property java.content.handler.pkgs to sun.net.www.content. This is used from URLConnection.getContent(). 2010-12-27 10:24:20 +00:00
jfrijters cc17784bbd Revert change by Volker. We don't want to set the cause, because that is a breaking change. 2010-12-27 05:51:42 +00:00
jfrijters 8ad03c95b0 Fix for NPE if type parameter type cannot be loaded. 2010-12-24 08:34:05 +00:00
jfrijters 8d3bccd838 Generate lib/ikvm-api.jar to expose the ikvm API more easily to java code (by shipping this jar as part of ikvmbin.zip). 2010-12-24 08:00:53 +00:00
jfrijters 1ece86e9fa Added -namespace: option to only process types in the specified namespace(s). 2010-12-24 07:59:56 +00:00
jfrijters 16743172bf Added -out: option and improved usage message. 2010-12-24 06:18:27 +00:00
jfrijters 3c875f22f3 Fixed to work with "new" ikvmstub. 2010-12-24 06:17:00 +00:00
smallsql 45a9186be3 check width and heigth to valid range; reused existing Bitmap 2010-12-21 11:28:02 +00:00
jfrijters 4d4e2b91f7 Don't create duplicate ClassLayout table records when using the DefineType overload that specifies the size and also applying a StructLayoutAttribute. 2010-12-20 18:11:09 +00:00
jfrijters 6be0ac8b26 Set stack height to zero at the entry of an exception block (instead of -1), otherwise an empty try block will not get an automatic leave in "clever" mode. 2010-12-20 14:07:55 +00:00
smallsql c95850be73 If we set the bound back to Java then we need to add the windows insets that be have subtract before. 2010-12-19 15:04:30 +00:00
smallsql 5e3477e212 show original exception as inner exception 2010-12-19 12:40:23 +00:00
smallsql e5733a3d5c complete the peer of Canvas and Panel 2010-12-17 22:08:15 +00:00
smallsql b900d627e9 fix clearRect, must be independent from composite 2010-12-17 15:11:04 +00:00
smallsql 95a75146ee fix ColorSpace.isCS_sRGB use the correct super implementation 2010-12-17 13:52:51 +00:00
smallsql 8270a2d62e Some fixes on the printing API from Karsten Heinrich 2010-12-15 14:53:33 +00:00
smallsql 46be1e2aa9 drawString should use the same StringFormat like font metrics 2010-12-15 14:33:04 +00:00
smallsql 8dd1fb9229 remove an indent 2010-12-15 14:29:16 +00:00
smallsql 4cea045eac Not use method removed 2010-12-15 14:27:41 +00:00
smallsql 81bea73d47 There seems no difference between fractional and not fractional font metrics for the outline of a GlyphVector. 2010-12-15 14:27:20 +00:00
smallsql 6bc9586f3e Fix the stealing of focus from a tooltip which is partly outside of the window. The bug was a not working updateFocusableWindowState(). 2010-12-10 14:43:31 +00:00
jfrijters d6eb6961ca AssemblyResolve event should fire before resolving to AssemblyBuilder. 2010-12-10 10:26:42 +00:00
jfrijters 53ab97d7ce Add new files to project. 2010-12-10 06:32:15 +00:00
jfrijters ce7dfdf572 Ported fdlibm/floor and fdlibm/tan (and dependencies). 2010-12-10 06:31:08 +00:00
jfrijters 9fc4e5da62 Prepare for fork/port to C#. 2010-12-10 06:28:00 +00:00
jfrijters d438a378a9 Ported fdlibm/s_log1p. 2010-12-10 05:27:07 +00:00
jfrijters 175cf458ec Ported fdlibm/e_hypot. 2010-12-10 05:19:00 +00:00
jfrijters e62e2ec6b1 Prepare for fork/port to C#. This time with the right filename. 2010-12-10 05:13:46 +00:00
jfrijters d0694cb45e - Ported fdlibm/s_exmp1.
- Fixed signed/unsigned issues in fdlibm/e_pow.
- Moved constants into method for fdlibm/e_pow and fdlibm/s_scalbn.
2010-12-10 05:09:46 +00:00
jfrijters a2faba3b8b Prepare for fork/port to C#. 2010-12-10 04:55:34 +00:00
jfrijters b677536290 Ported fdlibm cbrt to C# and use that for StrictMath.cbrt(). 2010-12-09 14:15:25 +00:00
jfrijters 371f4f326b Prepare for fork/port to C#. 2010-12-09 14:06:59 +00:00
jfrijters bfe0a3a46c - Added fdlibm files to project.
- Changed StrictMath.pow() to use new fdlibm version.
2010-12-09 13:53:50 +00:00
jfrijters 3f8e005758 Ported e_pow and s_scalbn to C# and added some support methods. 2010-12-09 13:51:42 +00:00
jfrijters f6f373a4ce Prepare for fork/port to C#. 2010-12-09 13:44:17 +00:00
jfrijters 426fc0ea15 Fixed stupid copy/paste bug in AssemblyBuilder.GetTypeImpl(). The modules list was iterated twice instead of looking through both modules and addedModules. 2010-12-09 13:31:58 +00:00
jfrijters c0dfebfa18 On Marek's request changed __TypeName property to __ReadTypeName() to avoid creating new strings. 2010-12-09 13:30:25 +00:00
jfrijters 0c1f86a2cc Added CustomAttributeData.__TypeName property to allow the custom attribute type name to be queried without requiring the assembly containing the type to be present. 2010-12-09 07:32:15 +00:00
jfrijters 274d83e1ae Made CustomAttributeData more lazy (when all custom attributes are queried, regardless of type). 2010-12-09 07:16:28 +00:00
jfrijters af092c964f According to Marek, Mono requires the PropertyMap table to be sorted. 2010-12-09 06:12:19 +00:00
jfrijters 6395aaffb6 Use Universe.System_AttributeUsageAttribute instead of importing the type here. 2010-12-08 16:10:38 +00:00
jfrijters 627ab3bfa4 System.mapLibraryName() should throw NPE for null arg. 2010-12-08 08:20:01 +00:00
jfrijters f0f8a879d3 Ignore LoadRemappedTypes() if it is called redundantly. 2010-12-08 08:09:11 +00:00