Commit Graph

1626 Commits

Author SHA1 Message Date
Elias Naur d1f039a1b0 Win32: Compile fixes 2005-01-11 14:05:14 +00:00
Elias Naur c90625eb1f macosx compile fix 2005-01-11 14:03:50 +00:00
Elias Naur 925139bc7d Added a Pbuffer argument to the Pbuffer constructor to enable sharing between pbuffers when the display is not created. Moved Pbuffer native methods into DisplayImplementation. 2005-01-11 13:53:12 +00:00
Elias Naur 28aff73635 Win32: Fixes for previous commit 2005-01-10 09:21:35 +00:00
Elias Naur e31b1ee12d I've discovered that at least one Win XP configuration doesn't support the DirectInput cooperative level NONEXCLUSIVE | FOREGROUND for mouse devices. Fortunately, we don't really need that coop level anyway, so I have replaced it with Unacquire/Acquire. 2005-01-10 08:48:13 +00:00
Elias Naur 69bc20f3f5 Removed enableBuffer() and enableTranslation() from the public API. 2005-01-10 08:19:28 +00:00
Mark Bernard 953e0f7982 iluGetImageInfo now working. 2005-01-09 23:59:33 +00:00
Mark Bernard af70a0ef76 First pass at ILU portion of DevIL. Only basic testing is one. No dynamic loading yet. 3 methods not implemented yet. 2005-01-09 04:59:50 +00:00
Elias Naur 3a320a7cbf call setLocation _after_ window has been created 2005-01-06 14:22:25 +00:00
Elias Naur 4def20c892 Linux: Moved trivial methods from native to java 2005-01-06 14:03:48 +00:00
Elias Naur 323a317658 Win32: Clean up mouse error handling 2005-01-06 13:07:30 +00:00
Elias Naur 7d5528e02c Win32: Clean up mouse error handling 2005-01-06 13:06:41 +00:00
Elias Naur 68c3c8629b More debug output 2005-01-06 11:41:49 +00:00
Elias Naur a07ab9069e Added debugging 2005-01-06 09:18:25 +00:00
Elias Naur da186e5057 Added debugging 2005-01-06 08:56:31 +00:00
Ioannis Tsakpinis 86883c66c1 Added PBO extension 2004-12-28 20:21:37 +00:00
Brian Matzon 94bd9a8af2 move before creation 2004-12-27 21:39:30 +00:00
Brian Matzon abb1a97b3b respect display location 2004-12-27 21:38:50 +00:00
Brian Matzon b032d56cea move window after centering
updated output
2004-12-27 21:32:22 +00:00
Elias Naur b535bd0273 Don't close iconv descriptor if it is opened 2004-12-14 19:12:56 +00:00
Elias Naur 5b54273d2c Linux: Fix missing symbol in fmod3 lib 2004-12-14 12:59:53 +00:00
Caspian Rychlik-Prince d4d8fd9ac6 Fixed openURL 2004-12-14 12:54:25 +00:00
Elias Naur b84e98f8f6 Log ignored exception in Display.destroy() 2004-12-14 08:11:18 +00:00
Brian Matzon 482b840b47 include devil 2004-12-13 17:28:08 +00:00
Brian Matzon 16fc090691 0.94 2004-12-13 17:16:47 +00:00
Brian Matzon 1d6a30fd45 include hidden switches in dist 2004-12-13 17:11:37 +00:00
Brian Matzon 513152dad0 hidden switches 2004-12-13 17:10:26 +00:00
Brian Matzon 9dbf3119d7 include wtypes.h on win32 platforms 2004-12-13 17:06:48 +00:00
Brian Matzon bf3a49ec1d option hell! 2004-12-13 17:05:50 +00:00
Elias Naur d09cdc634f Fixed mac opengl loading bug 2004-12-13 11:11:28 +00:00
Elias Naur 16d13b2320 Mac OS X: Emulate right click on ctrl-left click 2004-12-13 08:06:08 +00:00
Brian Matzon 64fbbb24ac get out if initialization failed 2004-12-13 06:26:23 +00:00
Elias Naur 8419537ef7 More linux debug 2004-12-12 19:02:43 +00:00
Elias Naur 1263176471 *** empty log message *** 2004-12-12 17:07:45 +00:00
Elias Naur 46f9ce6ca4 Added more debug output to linux 2004-12-12 16:55:38 +00:00
Elias Naur 5e33c02133 let extgl_Open throw the exception to gain more information about the failure 2004-12-12 16:21:16 +00:00
Brian Matzon 9494a40140 using vsnprintf for printfDebugJava *fix* 2004-12-12 10:44:34 +00:00
Brian Matzon fffb5c2e42 dont do anything in nCreate untill dynamic loading is implemented 2004-12-12 10:43:42 +00:00
Brian Matzon ca774aa3ad using vsnprintf for printfDebugJava 2004-12-12 10:39:45 +00:00
Elias Naur 3f11e82950 Fixed up DevIL and added linux makefiles 2004-12-12 10:13:55 +00:00
Brian Matzon 4df51c137a make it compile 2004-12-12 10:12:49 +00:00
Elias Naur d1fb731587 Added java debug to all of linux native code 2004-12-11 20:18:18 +00:00
Elias Naur 7e4fc4c3b9 Added java debug output to linux display.c 2004-12-11 20:09:04 +00:00
Elias Naur 5ee6565bb5 Tweaked linux native isActive() and added printfDebugJava to print debug from native through Sys.log 2004-12-11 19:44:53 +00:00
Elias Naur 1e7a67673d Added initial mode debug output 2004-12-11 16:44:56 +00:00
Elias Naur a65a9a3001 More linux fixes 2004-12-11 11:29:07 +00:00
Elias Naur 402f46e64d More linux fixes 2004-12-11 11:21:01 +00:00
Elias Naur f8dc7fa67b Linux: Fix more mouse handling bugs 2004-12-11 11:11:23 +00:00
Elias Naur 69fc946640 Mac OS X: Added support for org.lwjgl.opengl.Window.undecorated 2004-12-11 10:50:05 +00:00
Elias Naur bc6cabc1fd Support org.lwjgl.opengl.Window.allowSoftwareOpenGL on Mac OS X 2004-12-11 10:47:21 +00:00
Elias Naur 644bbc9ac0 Improved fullscreen pointer handling 2004-12-11 08:10:44 +00:00
Mark Bernard 270380194f Test for DevIL library. 2004-12-11 02:14:07 +00:00
Mark Bernard 4010309a94 Added load methods to read from a stream and URL 2004-12-11 01:55:49 +00:00
Elias Naur 3e59db54ab *** empty log message *** 2004-12-10 19:49:11 +00:00
Mark Bernard c5ad32857d Dynamic loading temporarily removed. 2004-12-10 19:33:56 +00:00
Elias Naur ddeaa00e55 MacOSX: improved key mapping 2004-12-10 10:01:21 +00:00
Mark Bernard 28393542a1 Dynamic loading 2004-12-10 01:42:35 +00:00
Mark Bernard c6b7a8b9b0 Change to ASCII. 2004-12-10 01:42:00 +00:00
Elias Naur 3fc0fc9df4 Fix win32 build script 2004-12-09 15:48:49 +00:00
Elias Naur 46967b394c Converted win32 specific native source from C++->C (removes the strange debug flag behaviour exhibited by SourceLimitTest.java) 2004-12-09 15:36:13 +00:00
Elias Naur 3640f60f47 Fix small bugs in SourceLimitTest.java 2004-12-08 21:02:50 +00:00
Mark Bernard 074af135eb Fixed native exception. 2004-12-08 19:27:12 +00:00
Mark Bernard da5f3d9577 Add all functions that can be called platform independently. 2004-12-08 19:16:28 +00:00
Mark Bernard 0b746d6392 Add dynamic loading for DevIL routines. Add all functions that can be called platform independently. 2004-12-08 19:15:50 +00:00
Brian Matzon df870c3861 case insensitive key lookup, reported by zhuzheng 2004-12-07 23:07:03 +00:00
Brian Matzon f4ed91d9a5 using grabbed mode 2004-12-07 22:01:15 +00:00
Brian Matzon 7aa6e52e4b using grabbed mode 2004-12-07 21:56:07 +00:00
Brian Matzon 47200a16c7 fixed displaymode
using grabbed mouse mode
empty mouse buffer
2004-12-07 21:54:43 +00:00
Brian Matzon 5a01a1313a simple optimization 2004-12-07 21:50:30 +00:00
Brian Matzon 8f4b0eb455 cleanup and fixes 2004-12-07 21:44:57 +00:00
Brian Matzon d8d223964c fixed display mode bug 2004-12-07 21:34:02 +00:00
Brian Matzon fa9cd75463 check that controller is actually created! 2004-12-07 21:29:17 +00:00
Brian Matzon 2c5cab2fa1 comment fixing 2004-12-07 06:38:37 +00:00
Caspian Rychlik-Prince 5c72fa9cb2 *** empty log message *** 2004-12-07 00:24:29 +00:00
Caspian Rychlik-Prince 668e59f52d Shoved resolution down into ints for better wrap handling 2004-12-07 00:23:20 +00:00
Mark Bernard 9c0095b02c Made native win32 compile only run if changes are made to source. 2004-12-05 02:33:19 +00:00
Caspian Rychlik-Prince 62ba34e5fb *** empty log message *** 2004-12-03 00:56:14 +00:00
Caspian Rychlik-Prince a16f7c2268 Fixed timer wrapping problem 2004-12-03 00:54:01 +00:00
Caspian Rychlik-Prince f334272243 Tweak to trap getClipboard properly 2004-11-30 21:05:04 +00:00
Elias Naur 59aa0586f7 Minimum requirements for PixelFormat is 8 bit depth 2004-11-29 08:20:13 +00:00
Elias Naur fd32c5b9b9 *** empty log message *** 2004-11-29 08:16:21 +00:00
Brian Matzon 3ae8c81129 only generate events if mouse is actually alive 2004-11-27 10:17:15 +00:00
Ioannis Tsakpinis 83dd8b6bbc Code cleanup 2004-11-25 22:31:38 +00:00
Ioannis Tsakpinis 3041c0494d Code cleanup 2004-11-25 22:20:45 +00:00
Ioannis Tsakpinis f86b00c9ba glTexImageXD now accept null buffers 2004-11-25 22:18:29 +00:00
Ioannis Tsakpinis 76de417bf7 glTexImageXD now accept null buffers 2004-11-25 22:11:16 +00:00
Caspian Rychlik-Prince c7eed98e57 Now added URL encoding 2004-11-22 21:54:06 +00:00
Elias Naur 567f89515d Mac OS X: Implemented MacOSXDisplay.openURL() 2004-11-22 21:40:13 +00:00
Caspian Rychlik-Prince 2ee1ff3713 Uses Webstart services for Sys.openURL now 2004-11-22 21:38:08 +00:00
Elias Naur 2577ffd377 Split up Sys.openURL into the platform specific DisplayImplementation 2004-11-22 21:22:30 +00:00
Caspian Rychlik-Prince 23b6e400eb Centres windowed mode now. 2004-11-22 21:12:51 +00:00
Elias Naur 4d0a4ac6fc Mac OS X: Fix bogus repeated mouse deltas when grabbed 2004-11-22 19:32:40 +00:00
Caspian Rychlik-Prince 282ac78fc1 Fixed a fullscreen/displaymode setting bug 2004-11-22 13:42:28 +00:00
Elias Naur bc788f00c9 Mac OS X: Ignore repeating key press events 2004-11-22 12:52:57 +00:00
Elias Naur 8412ce40ed Fix Mac OS X Webstart OpenAL by searching for thw lwjgl library in addition to the openal library 2004-11-22 09:43:52 +00:00
Brian Matzon d04c4920b8 use safeGetBufferAddress when loading data
use correct size of image, instead of size of pointer (!)
2004-11-21 10:10:05 +00:00
Brian Matzon db1952489a call correct native method! 2004-11-21 10:06:52 +00:00
Brian Matzon 6fd2a42ef0 import cleanup 2004-11-20 16:46:44 +00:00
Brian Matzon 9814e10832 fix sphere bug reported by Ken Russell 2004-11-20 02:48:38 +00:00
Elias Naur f3221396ed Mac OS X: Handle frame == null case 2004-11-19 15:18:29 +00:00