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

2810 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 65cd030688 Made ProtectionDomain for assembly class loader lazy. 2010-11-22 07:07:35 +00:00
jfrijters 21a62b4cc8 Prepare ProtectionDomain.java for forking. 2010-11-22 06:50:24 +00:00
jfrijters 1eeadb5333 - Replaced reflection based implementation of isCCLOverridden() with an MSIL version that directly compares the method pointers.
- Always use isCCLOverridden() to determine if we need to call parent.getContextClassLoader(), this avoids resolving ClassLoader.DUMMY when we're creating a new thread.
2010-11-20 07:41:00 +00:00
jfrijters d22a8e25af Fixed regression introduced by x64 v4 JIT bug workaround. Only (in)equality comparison branches should match the pattern. 2010-11-20 07:35:26 +00:00
jfrijters 8f84f639ef Added ldftn/ldvirtftn/and opcodes. 2010-11-20 07:33:10 +00:00
jfrijters 4ce877282d Added workaround for https://connect.microsoft.com/VisualStudio/feedback/details/566946/x64-jit-optimization-bug 2010-11-19 08:13:57 +00:00
jfrijters d869e817ae File.lastModified() should return 0 for non-existing files. Fix for #3111432. Thanks to Stephen White for the patch. 2010-11-18 11:12:20 +00:00
jfrijters 4e05d745ad Add support for serializing .NET exceptions. We don't serialize the actual object, but a placeholder instead, to avoid having to implement full .NET serialization interop. 2010-11-18 08:19:59 +00:00
jfrijters 281d4c565f Updated base addresses. 2010-11-18 05:57:25 +00:00
jfrijters b5e0d64fcc Exception cause in stack trace should use Throwable.toString() not System.Exception.ToString(). 2010-11-17 13:08:21 +00:00
smallsql 23eefca3fc Add support for keys with ALT_GR or ALT+CTRL. 2010-11-16 15:59:27 +00:00
jfrijters 09929413b5 Fixed parsing/generating VFS directory names of assemblies with underscores in the name. 2010-11-16 13:52:49 +00:00
smallsql 77e06bbeb6 set the default InterpolationMode to NearestNeighbor like in Java 2010-11-16 11:09:08 +00:00
smallsql 9f3dac88c0 Because not all methods that modify the transaction has saved the Java transaction that it make no sense to hold a copy of the Java transaction. In most cases it is wrong. 2010-11-16 10:13:04 +00:00
jfrijters 7ab91d4144 Added user story. 2010-11-15 16:17:07 +00:00
smallsql 8919ccce54 Documentation 2010-11-09 15:41:43 +00:00
jfrijters aea7b84a5d Added ShellApi.cs 2010-11-08 16:07:28 +00:00
smallsql e284f019ea Activate the new Shell Folder API for a better support of virtual folder like Desktop, Computer, etc 2010-11-08 15:42:32 +00:00
smallsql d62a07139a New implementation of the Shell Folder API for a better support of virtual folder like Desktop, Computer, etc 2010-11-08 15:41:11 +00:00
smallsql 441c82407f The return value from "ProviderType" seems more a OdbcType as a DbType. The both enumerations are to over 90% compatible. Bad API!!! 2010-11-08 14:54:07 +00:00
smallsql 74e66dcecb Use Invariant Culture for converting Decimal <--> BigDecimal else there are problems with languages with different punctuation as English 2010-11-08 11:39:12 +00:00
smallsql acb82241c9 Use the GNU ColorSpace converter 2010-11-08 10:03:31 +00:00
smallsql a96ed5bbe1 GNU ColorSpace Converter with minimal changes 2010-11-08 10:00:10 +00:00
jfrijters 7a7f4cbfe7 Removed w3c validation icons, the page doesn't validate. 2010-11-07 11:58:08 +00:00
smallsql 0bbc624f5c implements getGlyphMetrics(), getGlyphPosition(), getGlyphPositions() and fixed getGlyphLogicalBounds(), getGlyphVisualBounds() in class StandardGlyphVector 2010-11-04 11:10:43 +00:00
smallsql 4ad15dc165 Fix setting of system properties with an equals character in the value like -Dabc=x=y 2010-11-03 12:25:09 +00:00
jfrijters 5a3a196d92 Avoid security manager check for assembly class loaders. The runtime should be priviliged to create the default assembly class loader and a custom security manager might recursively require the assembly class loader to be loaded (which is only "supported" for custom assembly class loaders). 2010-11-03 07:55:11 +00:00
smallsql 32238d1dcd Support Images with larger pixel data 2010-11-01 15:48:41 +00:00
jfrijters 96efb554fe Install SynchronizationContext on the event dispatcher thread to allow C# 5 async feature to stay on the event thread. 2010-11-01 12:52:00 +00:00
jfrijters 716d39f736 Removed "var" to maintain C# 2.0 compatibility. 2010-11-01 12:50:22 +00:00
jfrijters 9988b73577 Added composite.cs. 2010-11-01 12:42:22 +00:00
smallsql 71210ee5d7 Implementation for some of alpha composite blending 2010-11-01 12:30:14 +00:00
jfrijters c7c7ca100c Implemented popup menu. 2010-10-28 16:03:22 +00:00
jfrijters bfddc0b2ac Fixed background painting of Frame and Window. For AWT we should paint the background, but for Swing we shouldn't. 2010-10-28 11:15:21 +00:00
jfrijters f7e45f0d05 - Implemented screen insets.
- Moved bound setting to UI thread.
- Take menu presence into account for frame insets.
2010-10-28 08:25:12 +00:00
jfrijters 417745f1c6 Massive AWT peer restructuring. 2010-10-28 08:19:38 +00:00
jfrijters 729174360e Added optimization to remove redundant memory barriers. 2010-10-22 11:47:15 +00:00
smallsql b45c24fb2f PixelOffsetMode also clone 2010-10-22 08:26:56 +00:00
jfrijters a019709849 Add explicit memory barriers after volatile stores. 2010-10-22 06:07:25 +00:00
jfrijters 4395037838 Empty sig attribute on call should be interpreted as zero length argument list. 2010-10-22 06:06:56 +00:00
smallsql f0919deab5 Fix bug with empty shape 2010-10-21 13:01:05 +00:00
jfrijters f111998725 Volatile stores require a memory barrier. Fix for #3086040. 2010-10-21 12:20:13 +00:00
smallsql 2cf440a88f Java part of StandardGlypVector.getOutline 2010-10-21 12:17:22 +00:00
smallsql 9eb0f06e7e implementation of getOutline in toolkit 2010-10-21 11:18:33 +00:00
smallsql edb583ce3a Some optimizations to receive more a output like Java 2010-10-21 11:17:36 +00:00
smallsql 6db13c123f Add some converter functions for GlyphVector.getOutline 2010-10-21 11:15:40 +00:00
jfrijters 5f9d6733fa Fixed class name resolution for xml remapping instructions. 2010-10-21 10:58:57 +00:00
jfrijters 60fdbaf04d Special case MethodImplAttribute to allow it to be used as an annotation. 2010-10-21 10:58:14 +00:00
jfrijters 407ba98287 Added error handling for -remap file errors. 2010-10-14 15:48:11 +00:00
jfrijters 8a853ef41d Updated base addresses. 2010-10-13 06:37:03 +00:00