Commit graph

2938 commits

Author SHA1 Message Date
kappa1
6b0b033162 When an applet is run in debug mode, output in console that a cached version of the applet is being loaded.
A number of people were having problems with applets not updating, this was due to them leaving the cache tag on by mistake, hopefully this should alert them earlier and avoid time being wasted in tracking the issue.
2009-03-10 15:34:38 +00:00
kappa1
a33207320d fixed focus loop when using Display.setParent() on linux, this caused input keys to be missed as the focus shifted from parent to Display and back again. 2009-03-09 21:53:11 +00:00
Brian Matzon
8f91dfcdc7 updating version to 2.1.0 2009-03-09 21:07:38 +00:00
Ioannis Tsakpinis
2aaf0f6513 Added support for glNamedBufferDataEXT(int buffer, long size, int usage). 2009-02-05 16:18:42 +00:00
Elias Naur
2f3fbf28de Added Display.setDisplayModeAndFullscreen(mode) to switch mode and set fullscreen in one call (idea stolen from MatthiasM). Tweaked FullScreenWindowedTest to use the new method. 2008-12-28 19:30:43 +00:00
Elias Naur
825e724904 Renamed DisplayMode.isFullscreen() to DisplayMode.isFullscreenCapable and made it public 2008-12-28 17:50:08 +00:00
Elias Naur
07ac2ee5b4 jdkhome should be a jdk path, not a jre path 2008-12-22 16:51:26 +00:00
Elias Naur
7ca090659a mingw_ant/build.xml improvements 2008-12-22 16:50:00 +00:00
Elias Naur
d738cefd0c Support win64 build from mingw_ant/build.xml 2008-12-22 16:47:35 +00:00
Elias Naur
94bd43ce19 Windows: Handle missing va_copy macro in MSVC 2008-12-22 16:38:57 +00:00
Elias Naur
f8d5028de3 Made sprintfJavaString handle arbitrary length strings and reduce stack usage 2008-12-22 16:27:21 +00:00
Elias Naur
4b93774ef7 Windows 64: Enabled lwjgl64.dll and fixed crash 2008-12-22 11:55:28 +00:00
Brian Matzon
599b447cb5 updated local path, ignore builds 2008-12-14 19:10:45 +00:00
Brian Matzon
ccea0dbbe8 support for eclipse update site (donated by Jens von Pilgrim) 2008-12-14 19:00:48 +00:00
Brian Matzon
50a08f1de4 missing @OutParameter on alSourceUnqueueBuffers 2008-12-03 19:22:20 +00:00
Brian Matzon
97ef35f857 create and include non-pack200, lzma jars - for those 1.4 only macs 2008-11-26 20:05:59 +00:00
Brian Matzon
3f87405b92 compiled for 1.4 instead of 1.5 2008-11-26 19:41:23 +00:00
Brian Matzon
e7d6c7fffc openal-soft 1.6.372 2008-11-25 20:00:25 +00:00
Elias Naur
ac74840f8d Removed dinput references from mingw build.xml 2008-11-24 10:06:29 +00:00
Brian Matzon
2df7515023 openal-soft 1.6.372 2008-11-23 13:08:41 +00:00
Brian Matzon
cbb616a59d openal-soft 1.6.372 2008-11-23 12:51:52 +00:00
Brian Matzon
f9928176d3 openal-soft 1.6.372 2008-11-23 12:21:52 +00:00
Elias Naur
c6dac86af5 Windows: Fixed type punning compiler warnings 2008-11-22 15:05:07 +00:00
Elias Naur
c8990c0915 Windows: Fixed pointer size compiler warning 2008-11-22 15:00:44 +00:00
Elias Naur
e436a32741 Windows: Removed unused variable 2008-11-22 14:54:15 +00:00
Elias Naur
69f0e13e3b Windows: Removed unused variable 2008-11-22 14:51:36 +00:00
Brian Matzon
b4f3c0e54b windows compile fixes 2008-11-10 20:38:55 +00:00
Elias Naur
b5846167bb extgl.h should use definitions from the BSD licensed Mesa gl.h and glext.h instead of the original SGI gl.h/glext.h to avoid the SGI license 2008-11-10 20:07:21 +00:00
Brian Matzon
071f73c25c include 64bit openal-soft 2008-11-09 19:20:49 +00:00
Brian Matzon
7c5435c6c3 fresh release build 2008-11-05 19:01:25 +00:00
Brian Matzon
54401f5ceb yum yum, freshly build... 2008-11-03 19:46:59 +00:00
Brian Matzon
e419f96716 2.0.1 version string 2008-11-03 19:39:23 +00:00
Elias Naur
ed1f8d70f4 Removed redundant fullscreen argument from DisplayImplementation.createWindow 2008-10-28 10:05:37 +00:00
Elias Naur
69080599cb Windows: Bumped JNI_VERSION 2008-10-28 09:54:25 +00:00
Elias Naur
41c90bc7cc Windows: Merged native handling of undecorated and fullscreen window property 2008-10-28 09:53:16 +00:00
Elias Naur
d464876fe0 Windows: Only clip mouse to window borders if the lwjgl window is the foreground window 2008-10-27 14:04:12 +00:00
Brian Matzon
984c5a4e81 release 2.0 2008-10-13 19:51:26 +00:00
Elias Naur
a0e5788d50 really enable openal checks 2008-10-11 20:35:03 +00:00
Elias Naur
f876246091 enabled openal checks 2008-10-11 20:12:33 +00:00
Elias Naur
95a13203a1 Properly handle non-fullscreen DisplayModes 2008-10-02 08:10:47 +00:00
Elias Naur
a7accb99a0 Added Display.getDesktopDisplayMode() 2008-10-02 07:34:22 +00:00
Brian Matzon
f109841108 statically linked (against vc runtime 8) 1.5.304 2008-09-24 18:02:05 +00:00
Ioannis Tsakpinis
8525a64d54 Fixed missing braces 2008-09-23 11:49:41 +00:00
Ioannis Tsakpinis
b9b1d0b275 Potential fix for PixelFormat choice on ATI cards. 2008-09-17 11:27:49 +00:00
Brian Matzon
56538d3a78 solaris support 2008-09-15 18:34:21 +00:00
Brian Matzon
267ca6ea19 solaris package support
rc2 version string
2008-09-15 18:28:47 +00:00
Elias Naur
36d9d31dab Mac OS X: Be less aggressive when grabbing mouse to allow dragging of lwjgl windows with grabbed mouse 2008-09-11 09:52:23 +00:00
Brian Matzon
ca0023a05d release build 2008-09-09 17:58:17 +00:00
Brian Matzon
1fc35ba0fb openal-soft 1.5.304 with native solaris backend 2008-09-09 17:55:02 +00:00
Brian Matzon
5c0a4249bd release build 2008-09-07 18:59:48 +00:00