Commit graph

2851 commits

Author SHA1 Message Date
kappa1
164b6f9008 added support for displaying the current download speed 2008-05-22 00:04:11 +00:00
kappa1
fab73d2e8f removed repaint() which had no effect. 2008-05-11 14:41:46 +00:00
kappa1
c11fa3f1ee workaround no longer needed for paint() and switchApplet(), removes blank screen delay between java2d and lwjgl switch. 2008-05-06 21:47:49 +00:00
Elias Naur
9293ee4073 Windows: Split WindowsDisplay.nDestroyWindow into nReleaseDC and nDestroyWindow 2008-05-05 17:24:42 +00:00
Elias Naur
5e06f19944 Windows: Generalized WindowsDispaly.nCreateWindow 2008-05-05 16:46:16 +00:00
Elias Naur
b6b83936ac Windows: Clean up window in case of exception thrown from WindowsDisplay.createWindow 2008-05-02 11:05:49 +00:00
Elias Naur
b11fcc99f6 Windows: Moved pixel format logic from WindowsDisplayPeerInfo.initDC to WindowsDisplay.createWindow 2008-05-01 09:55:54 +00:00
Elias Naur
bf4b5a5890 Windows: Made WindowsPeerInfo.choosePixelFormat static and let WindowsPeerInfo.setPixelFormat be called seperately 2008-05-01 09:44:19 +00:00
Elias Naur
ef5bf0361b Windows: Split nChoosePixelFormat's applyPixelFormat() out in a seperate function 2008-05-01 09:37:21 +00:00
Elias Naur
0a3bf6e075 Windows: Moved icon handles to java 2008-05-01 09:20:57 +00:00
Elias Naur
4dde43f5fe Windows: Check for Display.isCreated in Sys.getHwnd() 2008-04-30 19:00:08 +00:00
Elias Naur
bcb909f5a9 Windows: Moved hwnd and hdc to java 2008-04-30 16:40:14 +00:00
Elias Naur
1006aed308 Windows: Made WindowsDisplayPeerInfo take hwnd and hdc arguments 2008-04-30 16:01:25 +00:00
Elias Naur
2420133bb9 Windows: Moved child window style selection to java 2008-04-30 15:29:39 +00:00
Elias Naur
8b0b1b8b63 Added platform specific getJNIVersion implementations 2008-04-30 14:58:47 +00:00
Elias Naur
100dfa86a6 Moved Sys.JNI_VERSION to SysImplementation.getRequiredJNIVersion() to enable platform specific native library versions. 2008-04-30 14:34:54 +00:00
Elias Naur
e584a5e0a0 Mac OS X: Worked around another Display.destroy hang when parented to an applet 2008-04-30 13:47:26 +00:00
Elias Naur
19a3f6e359 Mac OS X: Fixed a hang on Display.destroy in applets 2008-04-30 13:16:53 +00:00
Elias Naur
0f6d7a82db Don't use reflection for AWTUtil.getPointerLocation 2008-04-30 12:46:54 +00:00
Elias Naur
ccb0bfe4fd Windows: Improved error messages for nChoosePixelFormat 2008-04-29 18:56:46 +00:00
Elias Naur
cf6ade2b72 Windows: Fixed compile error 2008-04-29 18:37:51 +00:00
Elias Naur
97405f860f Windows: Added error handling to nCreateWindow 2008-04-29 18:32:08 +00:00
kappa1
ed19908f31 switch caching off globally instead of on a per connection bases. 2008-04-27 13:37:00 +00:00
Elias Naur
add0189490 NewStringNativeUnsigned should return NULL if argument string is NULL 2008-04-25 17:21:59 +00:00
kappa1
f045569a90 Fix for caching problem, now ensures latest jars are downloaded when using the appletloader caching tag, also no longer fails on receiving incorrect content-type from server. 2008-04-25 02:18:27 +00:00
kappa1
a7dd394fe5 Firefox workaround no longer needed to get applet going. 2008-04-24 20:43:42 +00:00
Elias Naur
2de3d18566 Mac OS X: Added JNI_* methods to exported symbol list 2008-04-24 17:45:50 +00:00
Elias Naur
d46bc5d297 Fixed KeyboardTest 2008-04-22 21:26:39 +00:00
kappa1
cdd0d2b501 added check to prevent multiple applet instances starting. 2008-04-22 20:32:32 +00:00
Elias Naur
84e6263a8e Mac OS X: Removed reflection from MacOSXSysImplementation 2008-04-22 19:59:47 +00:00
Elias Naur
31c2b22dd8 Added GearsApplet test 2008-04-22 18:09:45 +00:00
Ioannis Tsakpinis
5b306a6a78 Added GL_LAYER_NV 2008-04-22 17:56:41 +00:00
Elias Naur
4e432b9e3e Added ApplejavaExtensions.jar to be able to use apple extensions without reflection 2008-04-22 16:52:16 +00:00
Brian Matzon
da172b29c6 correct mac native 2008-04-21 20:53:18 +00:00
Brian Matzon
ad7d6409d8 compiled using target 1.5 2008-04-21 20:51:23 +00:00
Brian Matzon
49d3099666 update version string to 2.0 beta 1 2008-04-20 20:06:42 +00:00
Brian Matzon
c7851d451b mention lzma 2008-04-20 20:05:09 +00:00
Brian Matzon
61957e6000 use lzma and pack200 for applet example 2008-04-20 20:03:51 +00:00
Brian Matzon
6d490eef53 use lzma and pack200 compression for applet distribution 2008-04-20 20:02:02 +00:00
Brian Matzon
83bbe5d68d fixed percentage calculation error in extractJars
added subtask messages to extractJars
reworked debug/sleep
2008-04-20 19:55:55 +00:00
Brian Matzon
90d03c3df3 split build file into components 2008-04-20 18:46:34 +00:00
Brian Matzon
f256e7fa91 fix: native file name also has to be updated if they are using lzma or pack 2008-04-20 16:59:57 +00:00
Ioannis Tsakpinis
6482a8b530 Added NV_conditional_render extension. 2008-04-20 15:53:11 +00:00
Brian Matzon
413899809a fixed issue with filenames when cache is turned on 2008-04-19 18:42:02 +00:00
Brian Matzon
763b163ee6 lzma support for appletloader 2008-04-18 22:41:05 +00:00
Brian Matzon
61b2170c9f support for pack200 and lzma jars 2008-04-18 22:34:11 +00:00
Elias Naur
5d1651b425 Linux: Another applet focus tweak 2008-04-13 19:12:51 +00:00
Elias Naur
88665c3dae Linux: Another focus fix 2008-04-13 18:46:25 +00:00
Elias Naur
be0fbdf13b Applet focus fixes 2008-04-13 18:43:27 +00:00
Elias Naur
37ab6afff2 Don't set icon when Display is parented 2008-04-13 18:26:22 +00:00