Commit graph

1098 commits

Author SHA1 Message Date
Elias Naur
4f6eaa7280 Fix rest of the openal examples 2004-04-09 21:38:31 +00:00
Elias Naur
ebff02b15a *** empty log message *** 2004-04-09 19:26:53 +00:00
Elias Naur
942dfb758d removed size argument from alBufferData and added additional buffer types 2004-04-09 15:22:20 +00:00
Elias Naur
4974a66398 Folded read into poll to simplify interface 2004-04-07 07:55:42 +00:00
Elias Naur
8065870592 Removed Keyboard.initIDs 2004-04-07 07:48:37 +00:00
Elias Naur
cc367fa4b5 LINUX: Implemented reference counted display connection to let Cursors be created and destroyed without a window or a mouse 2004-04-07 07:46:03 +00:00
Elias Naur
4779a2e29f Updated Mouse.h 2004-04-06 14:46:40 +00:00
Elias Naur
b3b2c4a145 win32 fixup 2004-04-06 14:40:36 +00:00
Elias Naur
bf8cce9b59 Make poll deltas accumulative, and only reset on getD* 2004-04-06 14:23:19 +00:00
Elias Naur
65c16c3741 *** empty log message *** 2004-04-05 14:19:25 +00:00
Elias Naur
949977b485 Updated docs to reflect the dirty flag change 2004-04-04 14:10:19 +00:00
Elias Naur
40373ec422 Reverted the dirty flag change, because it might be used as a flag to check if the back buffer is corrupted when creating textures from the it. You can't just swap the back buffer in to clear the flag in that case. So we need the flag to be cleared also when isDirty is called 2004-04-04 14:09:12 +00:00
Caspian Rychlik-Prince
6f4a3afd26 Tweaking 2004-04-04 13:43:43 +00:00
Caspian Rychlik-Prince
0e733a1fb7 Tweaking 2004-04-04 13:39:10 +00:00
Caspian Rychlik-Prince
bd0091b8d9 *** empty log message *** 2004-04-04 13:38:18 +00:00
Elias Naur
ffc4758d6d Pulled global isUndecorated into function 2004-04-04 13:24:34 +00:00
Caspian Rychlik-Prince
7c9f237563 *** empty log message *** 2004-04-04 13:19:54 +00:00
Elias Naur
ee05436c65 Fixed a small glitch in the test conversion 2004-04-04 13:18:16 +00:00
Caspian Rychlik-Prince
ddabfaa81a Rules with mighty fist. New API killed off before it even sees light of day. Some refactoring. 2004-04-04 13:01:53 +00:00
Caspian Rychlik-Prince
85130ebd90 Rules with mighty fist. New API killed off before it even sees light of day. Some refactoring. 2004-04-04 12:53:45 +00:00
Elias Naur
a538d84eb1 Implemented the undecorated flag and reshape on linux 2004-04-04 09:34:11 +00:00
Elias Naur
8e6568d3d6 Fixed compile problems 2004-04-04 08:36:55 +00:00
Elias Naur
42741ea819 Fixed typo 2004-04-04 08:10:48 +00:00
Elias Naur
b0a9be7721 Fixed a possible buffer overflow bug in Mouse 2004-04-04 07:37:22 +00:00
Caspian Rychlik-Prince
9fd5799a55 Added clamping to window bounds 2004-04-03 23:14:19 +00:00
Caspian Rychlik-Prince
37262e6727 New window sizing & undecorated code 2004-04-03 23:01:39 +00:00
Caspian Rychlik-Prince
4a513f9329 Superfluous import 2004-04-03 21:08:23 +00:00
Caspian Rychlik-Prince
7c4412fcf3 Added four boolean properties to alter default behaviour in non-standard apps 2004-04-03 21:05:57 +00:00
Brian Matzon
70e36d8058 center mouse as cursor is 2004-04-03 18:18:25 +00:00
Ioannis Tsakpinis
7427ba13f6 Bugs fixed 2004-03-31 21:03:20 +00:00
Ioannis Tsakpinis
efd6d8bda6 Fixed bugs 2004-03-31 17:43:46 +00:00
Ioannis Tsakpinis
79e83e4533 Added shader tests 2004-03-30 23:25:17 +00:00
Ioannis Tsakpinis
8fe46e0223 Restored hierarchies and completed EXT_pixel_buffer_object 2004-03-30 17:13:35 +00:00
Elias Naur
3382ee14f6 Add error message to the buffer overflow exception 2004-03-29 19:09:10 +00:00
Ioannis Tsakpinis
0e70f051bd New extensions and static import modifications 2004-03-29 16:55:27 +00:00
Elias Naur
17cef91b6a The client attrib stack tracked by VBOTracter is now at least 1 2004-03-29 11:28:36 +00:00
Elias Naur
e5e492a285 added missing software flag checks in linux 2004-03-29 11:26:26 +00:00
Elias Naur
27633adfcb Fixed newlines 2004-03-29 07:53:36 +00:00
Elias Naur
351b8165ef Fixed naming 2004-03-29 07:32:37 +00:00
Ioannis Tsakpinis
5fb7f5e0e2 Fixed vsync bug 2004-03-28 20:29:52 +00:00
Elias Naur
9d55bbb302 Renamed LWJGLErrorException to LWJGLException 2004-03-27 15:05:24 +00:00
Elias Naur
63b33930b1 Added LWJGLErrorException to replace the too general Exception 2004-03-27 14:42:47 +00:00
Elias Naur
021e03eea5 Implemented version check to check for incompatible native libraries 2004-03-27 14:09:55 +00:00
Elias Naur
b98677fb47 All classes use Sys.initialize now 2004-03-27 13:48:58 +00:00
Elias Naur
c093f3ace1 Replaced asserts with proper runtime exceptions 2004-03-27 11:55:07 +00:00
Brian Matzon
afb8491cfa fixed tests according to new way
cleaned up imports
2004-03-26 21:57:57 +00:00
Elias Naur
8a2d246060 Saved input events for win32 2004-03-26 21:49:10 +00:00
Elias Naur
0a576f8e33 Save unread buffered input events between read()s 2004-03-26 21:11:20 +00:00
Elias Naur
f996e36d6c set native cursor to null at Mouse.destroy() 2004-03-26 16:18:27 +00:00
Brian Matzon
44cbb3ca02 removed Window.paint() references 2004-03-26 15:03:07 +00:00