source: trunk/openjdk/jdk/src/windows

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @413   13 years dmik jdk: Fix broken file open dialog in AWT apps. It couldn't be …
(edit) @412   13 years dmik jdk: Fix missing menu bar in AWT applications. Turned out to be a …
(edit) @411   13 years dmik jdk: Make sure RICHED32.DLL is used for java.awt.TextArea. This makes …
(edit) @406   13 years dmik trunk: Merged in openjdk6 b27 from branches/vendor/oracle.
(edit) @395   13 years dmik Make sure BEGINLIBPATH is not necessary when loading JVM. …
(edit) @390   13 years dmik trunk: Merged in openjdk6 b25 from branches/vendor/oracle. This …
(edit) @373   13 years dmik icedtea-web: Make java.io.FileDescriptor work with LIBC file …
(edit) @346   13 years dmik Disable Win32 TIB mode since SEH now works in OS/2 context. This …
(edit) @339   13 years dmik Switch JNI calling convention from stdcall to _System on OS/2. This …
(edit) @334   13 years dmik jdk: Fix another bunch of warnings. That should be it now.
(edit) @333   13 years dmik jdk: Fix a whole bunch of warnings and a few build errors. GCC is …
(edit) @330   13 years dmik jdk: Fix a bunch of warnings. GCC is more strict than MSVC.
(edit) @329   13 years dmik jdk: Typedef jint as int and jbyte as char under GCC. This is for …
(edit) @309   14 years dmik trunk: Merged in openjdk6 b24 from branches/vendor/oracle.
(edit) @295   14 years dmik jdk: Use the respective Odin call to get access to the thread's NT_TIB …
(edit) @294   14 years dmik jdk: Don't allow to use two different JVM types at a time (as it is …
(edit) @286   14 years dmik jdk: Fixed a crash when showing the print dialog in many applications …
(edit) @278   14 years dmik trunk: Merged in openjdk6 b22 from branches/vendor/oracle.
(edit) @270   14 years dmik java_props_md.c: More GCC warnings and also fixed a wrong array …
(edit) @269   14 years dmik java_props_md.c: Fixed GCC warnings.
(edit) @263   14 years dmik make: Global DLL rename by adding the 'j' prefix to avoid possible …
(edit) @255   15 years dmik jdk/jsound: Adapted MIDI and DirectAudio code to OS/2 to make sound …
(edit) @254   15 years dmik jdk/jsound: Using extern "C" around headers is plain wrong.
(edit) @253   15 years dmik jdk/jsound: Using extern "C" around headers is plain wrong.
(edit) @249   15 years dmik jdk: Adopted JPDA to OS/2 and included in the build (closes #19).
(edit) @239   15 years dmik jdk: Fixed wrong message order during Drag & Drop that could lead to a …
(edit) @237   15 years dmik jdk: Fixed Drag & Drop on OS/2 and Windows. The drag distance integer …
(edit) @220   15 years dmik jdk/awt: Fixed ILINK build: Made new[]/delete[] overloads extern so …
(edit) @216   15 years dmik jdk: Disabled SetWindowSubclass API for the time being since it's …
(edit) @215   15 years dmik jdk: Antialias fonts on OS/2 by default due to bad quality of standard …
(edit) @213   15 years dmik jdk: Search for font files in directories where registered fonts from …
(edit) @212   15 years dmik jdk: Define proper IS_WIN32, IS_NT and friends on OS/2.
(edit) @208   15 years dmik jdk: Made build splashscreen.dll, jpeg.dll, lcms.dll.
(edit) @206   15 years dmik jdk: delete and delete[] operators are different in GNU C++ but both …
(edit) @204   15 years dmik jdk: awt: SystemParametersInfo() may not support some SPI_ value, …
(edit) @203   15 years dmik jdk: Shortened 5 other DLL names.
(edit) @200   15 years dmik jdk: Made fontmanager.dll build.
(edit) @195   15 years dmik jdk: Added jsafe_cast<> template intended to safely cast between …
(edit) @194   15 years dmik jdk: Using #include within extern "C" {} is always wrong.
(edit) @193   15 years dmik jdk: Finally made awt.dll build.
(edit) @191   15 years dmik jdk: awt: Disabled the set_new_handler() code completely as in the …
(edit) @190   15 years dmik jdk: awt: Continuing.
(edit) @187   15 years dmik jdk/awt: Continued.
(edit) @186   15 years dmik jdk/awt: java2d: Disabled Direct3D on OS/2 (see #30).
(edit) @185   15 years dmik jdk/awt: java2d: Continued.
(edit) @184   15 years dmik jdk/awt: Continued.
(edit) @183   15 years dmik jdk: Cast jchar* <-> WCHAR* by hand as wchar_t is incompatible with …
(edit) @182   15 years dmik jdk: Ported java2d (DirectDraw) bits.
(edit) @181   15 years dmik jdk: Building awt in progress (2).
(edit) @180   15 years dmik jdk: AWT assumes UNICODE (wide char API).
(edit) @177   15 years dmik jdk: Building awt in progress.
(edit) @167   15 years dmik jdk: pass command line arguments converted to ANSI to the Java main …
(edit) @162   15 years dmik jdk: Addition to r159.
(edit) @160   15 years dmik jdk: Fixed: WSAStartup wasn't called on OS/2.
(edit) @159   15 years dmik jdk: Make sure we don't attempt to use the missing modern dual Windows …
(edit) @155   15 years dmik jdk: Adopted com.sun.security.auth.module package.
(edit) @153   15 years dmik jdk: Adopted and enabled com.security.mscapi package.
(edit) @149   15 years dmik jdk: Use DosQueryCp() to set the file.encoding value on OS/2.
(edit) @148   15 years dmik jdk: Use the %HOME% environment variable for detecting user.home …
(edit) @146   15 years dmik jdk: Return correct values for os.name, os.version, sun.os.patch.level …
(edit) @140   15 years dmik jdk. sun.tools.attach: Partly adopted to OS/2.
(edit) @134   15 years dmik jdk: launchers: Make sure both <JRE>\bin and <JRE>\<jvmtype> are added …
(edit) @117   15 years dmik jdk: Fixed: java[w].exe overwrote BEGINLIBPATH which broke loading of …
(edit) @107   15 years dmik jdk: Adopted instrument.dll for OS/2.
(edit) @106   15 years dmik jdk: Adopted management.dll for OS/2.
(edit) @105   15 years dmik How come this is not part of r104?
(edit) @104   15 years dmik jdk: Adopted nio.dll for OS/2.
(edit) @101   15 years dmik jdk: Ported net.dll to OS/2.
(edit) @99   15 years dmik jdk: Made hprof.dll build on OS/2.
(edit) @93   15 years dmik jvm/java/main: On OS/2, add the path that contains the loaded JVM.DLL …
(edit) @91   15 years dmik jdk/src: Adopted java.exe and javaw.exe to OS/2.
(edit) @86   15 years dmik jdk/src: Continue porting to OS/2.
(edit) @84   15 years dmik jdk/src: jvm_md.h: Add O_TEMPORARY and underscored vesions of _O_XXX …
(edit) @66   15 years dmik jdk/src: EMX: use built-in int64_t.
(edit) @39   15 years dmik jdk/hpi/windows: Compiler warnings.
(edit) @38   15 years dmik jdk/hpi: Port windows/sys_api_md, system_md and threads_md to EMX/os2.
(edit) @35   15 years dmik jdk/hpi: Port windows/monitor_md to EMX.
(edit) @34   15 years dmik jdk/hpi: Adopt windows thread_md/memory_md sources and related headers …
(edit) @32   15 years dmik jdk/hpi/windows: Compiler warnings.
(edit) @31   15 years dmik jdk/windows: socket_md.c: Greatly simplify function pointer …
(copy) @4   15 years dmik Copied OpenJDK 6 b19 to trunk.
copied from branches/vendor/oracle/openjdk6/current/jdk/src/windows
(add) @2   15 years dmik Imported OpenJDK 6 b19 sources from Oracle.
Note: See TracRevisionLog for help on using the revision log.