kappaOne
9931e5dbfc
Fix native crash when closing the OS X Display window using the
...
close button
2012-11-22 22:43:43 +00:00
kappaOne
5f37b11857
just a test commit to see if git is working, will undo in next patch
2012-11-20 23:18:11 +00:00
kappa1
141b9c2632
Implement Mouse Dragging when using the Right Mouse Button or the Scroll Wheel Button
2012-11-16 13:36:41 +01:00
kappa1
4f4cb832af
Cleaned up code by removing unneeded java classes MacOSXFrame and MacOSXMouseEventQueue and native code by removing mouse.c
2012-11-13 21:13:11 +00:00
kappa1
7bbfcadcef
fix resizing when using Display.setParent()
2012-11-11 19:03:50 +00:00
kappa1
a749ad5c10
implement missing functionality for Display.getWidth() and Display.getHeight() not updating correctly on resize
2012-11-11 18:43:14 +00:00
kappa1
f7012a3020
Run some Cocoa methods in nCreateWindow on the main thread (Thread-0) instead of the JNI thread.
2012-11-11 15:48:08 +00:00
kappa1
49f92189ec
Switch to using the correct Cocoa method for Display.isCloseRequested()
2012-11-10 00:42:34 +00:00
kappa1
9655b45e55
remove unused AWT import
2012-11-06 00:34:36 +00:00
kappa1
ce6f4b71f0
Remove unneeded old hack for OS X 10.3 in the mac Sys class implementation which loaded the AWT Toolkit
2012-11-05 23:19:46 +00:00
kappa1
4eaea5850c
Tiny Clean up and remove some more references to JNF
2012-11-04 20:11:03 +00:00
kappa1
0c4008c885
Remove unused dependency on JavaNativeFoundation
2012-11-04 20:04:30 +00:00
kappa1
94c23298c8
Fix a native crash on startup of some applications
2012-11-03 18:06:08 +00:00
kappa1
460b6f05dd
Fix memory leaks by adding an NSAutoreleasePool when creating a windows and draining it on window destroy
2012-11-01 22:39:22 +00:00
kappa1
2c811ac289
Updated macosx_ant build.xml, removed PPC support, bumped the minimum OS X SDK for 32/64bit native to SDK 10.5. Commented out some code in Display.m that required SDK 10.7+, namely NSApplicationPresentationFullScreen, etc
2012-11-01 22:21:23 +00:00
Brian Matzon
c09f5698b4
Comitting EmuMogs 28008537/src.zip drop to branch
2012-11-01 20:54:17 +00:00
Ioannis Tsakpinis
65009d8274
Added support for AMD_shader_trinary_minmax, INTEL_map_texture and NV_draw_texture.
2012-10-16 14:53:19 +00:00
Ioannis Tsakpinis
53c1a65255
Added support for EXT_multiview_draw_buffers. [GLES]
2012-09-30 09:48:01 +00:00
Ioannis Tsakpinis
8a39908698
Added support for AMD_sparse_texture.
2012-09-29 11:48:28 +00:00
Ioannis Tsakpinis
ed0f117dfc
Added new GLES extensions.
2012-09-21 00:27:14 +00:00
kappa1
efbdd35845
Set a name for LWJGL's Sync class timer accuracy thread ("LWJGL Timer") for debugging purposes. RFE by NateS.
2012-09-12 21:00:48 +00:00
kappa1
b59d60c4ba
Fix Matrix*f.negate(Matrix*f dest) methods in Matrix2f, Matrix3f and Matrix4f classes. Thx to Jegorex for finding, reporting and providing fix on forum.
2012-09-12 11:29:40 +00:00
Ioannis Tsakpinis
c58a34ee2e
Changed keyName array size to match KEYBOARD_SIZE.
2012-09-10 07:51:13 +00:00
Ioannis Tsakpinis
b824d786c4
Made GLContext.getCapabilities throw a RuntimeException instead of returning null when there's no GL context current in the current thread.
2012-09-06 07:11:54 +00:00
kappa1
43426ac8d8
AppletLoader: Fix NumberFormatException when parsing version string on an EA or beta JVM, thx to UltraMoogleMan for spotting and reporting
2012-09-05 22:37:11 +00:00
Ioannis Tsakpinis
cd011c6309
Fixed test.
2012-09-03 20:44:11 +00:00
Ioannis Tsakpinis
254e2937d7
Removed GL_BGRA.
2012-09-03 20:27:09 +00:00
Ioannis Tsakpinis
bce0769065
Removed some re-defined GL11 enums.
2012-09-03 19:47:05 +00:00
Ioannis Tsakpinis
092c224534
Translate extended keys before the state check.
2012-08-28 09:06:36 +00:00
Ioannis Tsakpinis
455b429984
Let repeat events pass the same-state filter.
2012-08-23 14:20:58 +00:00
Ioannis Tsakpinis
9ffdd18a3f
Filter TAB key up event when we alt-tab focus the Display.
2012-08-23 12:38:45 +00:00
Ioannis Tsakpinis
814f9a141e
Attempt to fix lost key up events when Display is out of focus. (Windows)
2012-08-23 10:36:12 +00:00
Ioannis Tsakpinis
ad4f4c74eb
Restored (most of) the removed methods from the previous commit and added deprecation warnings.
2012-08-19 06:56:25 +00:00
Ioannis Tsakpinis
e7edecf2ae
Fixes related to the new alternate signatures.
2012-08-18 14:00:45 +00:00
Ioannis Tsakpinis
220e194f0d
Keep type postfix on alternative functions that return primitive values.
2012-08-18 11:46:25 +00:00
Ioannis Tsakpinis
cab3d10c46
Changed ALC10's alcGetString and alcOpenDevice to use UTF8 decoding/encoding.
...
New GL extensions: NV_compute_program5, NV_shader_storage_buffer_object, NV_shader_atomic_counters, NV_deep_texture3D
New GLES extension: QCOM_binning_control
2012-08-16 18:58:41 +00:00
Ioannis Tsakpinis
bfd995bb05
Removed ARB_debug_group, ARB_debug_label and ARB_debug_output2. They're part of KHR_debug and weren't supposed to be posted in the GL registry.
2012-08-14 12:53:54 +00:00
Ioannis Tsakpinis
929817a4eb
Added support for OpenGL 4.3 and OpenGL ES 3.0.
...
Modified the generator process to use relative paths. We were hitting the command line length limit on Windows.
Some extension improvements, fixes and spec updates.
2012-08-07 15:14:03 +00:00
Brian Matzon
b4cc6176e7
fixed issue with win32 get x/y returning client-area coords
2012-07-14 23:29:21 +00:00
Ioannis Tsakpinis
2168369bda
Removed @Constant("0") from pathBase parameters.
2012-06-29 10:25:36 +00:00
Ioannis Tsakpinis
a2edb189cb
Removed unnecessary GL_RED from GL30.
...
Added AMD_query_buffer_object.
2012-06-19 10:44:02 +00:00
Brian Matzon
39a4731583
bumping to 2.8.5, adding changelogs
2012-06-03 19:07:57 +00:00
kappa1
6c0e3d0484
Minor tweak to remove unused code
2012-05-13 18:03:05 +00:00
kappa1
f74af79c19
Display.wasResized() should now work correctly when using Display.setParent()
2012-05-13 18:01:12 +00:00
kappa1
afaf86df66
AppletLoader: fixed issue with applets on linux with Java 7 where the natives where LWJGL natives were failing to load.
2012-05-13 13:50:52 +00:00
kappa1
5f1efa0de3
Fix Mouse.getDX() and Mouse.getDY() values when mouse moves outside Display window & clipping is on. Thanks to ra4king for patch.
2012-05-13 12:11:12 +00:00
kappa1
22e0831d8a
AppletLoader: fix to ensure a jar file download is attempted 3 times even if it throws some download exception.
2012-05-08 19:38:17 +00:00
Ioannis Tsakpinis
46922c0299
GL spec 20120427 updates.
2012-05-04 17:23:36 +00:00
kappa1
89a3558e3b
AppletLoader: add further checks to prevent Java default caching
2012-04-26 13:19:18 +00:00
kappa1
15d4e8af94
AppletLoader: set all streams that are open to use try/finally blocks to close the streams
2012-04-22 23:05:10 +00:00