Commit graph

1115 commits

Author SHA1 Message Date
Caspian Rychlik-Prince
4d4ee0b7e5 The new utils package! 2004-04-18 16:24:58 +00:00
Brian Matzon
863e4e1fee missing function found by llewmason 2004-04-18 03:20:04 +00:00
Caspian Rychlik-Prince
5b0894e44b First example code checked in! 2004-04-16 10:46:30 +00:00
Brian Matzon
400251cd7d ready for 0.9 2004-04-13 20:09:12 +00:00
Elias Naur
0011e75a6e LINUX: Improved input handling 2004-04-13 12:13:32 +00:00
Brian Matzon
a9506354ee fixed mouse issues, setGrabbed & native cursor now works (afaik ;)) 2004-04-12 14:46:18 +00:00
Brian Matzon
b21e4a7f93 removed resetAnimation 2004-04-12 14:37:20 +00:00
Elias Naur
1907fb3ff6 LINUX: Turn off keyboard repeat rate at Window.create too 2004-04-12 14:29:55 +00:00
Elias Naur
b641b66e12 LINUX: Fixed warp ignores 2004-04-12 12:20:59 +00:00
Brian Matzon
84eae4c6f6 removed restriction about native cursors, and fixed mouse not showing on setNativeCursor(null); 2004-04-12 10:37:50 +00:00
Elias Naur
e034c76f19 LINUX:Improved warp event ignore 2004-04-12 10:33:39 +00:00
Elias Naur
0085c8862c LINUX: Implemented setGrabbed 2004-04-12 10:05:13 +00:00
Elias Naur
e7eb679f24 Cursor.java:Fixed case where delays == null 2004-04-12 07:20:01 +00:00
Elias Naur
6f1f14facb Reverted the relative coordinate 'bug' - that's the required behaviour when Window.update is calling Mouse.poll. Consider the case where we call Window.update twice before checking getD*: with the old behaviour, only the deltas between the updates are reported, not those before the first update 2004-04-12 07:13:36 +00:00
Brian Matzon
86eb042b81 reworked animated native cursors, to use X animation when required
added initial setGrabbed(boolean) feature - Work in progress
both needs verification on linux
2004-04-12 00:33:01 +00:00
Brian Matzon
438e790987 fixed relative coordinate bug 2004-04-11 16:03:40 +00:00
Elias Naur
368207e9e2 Various fixes 2004-04-09 21:52:42 +00:00
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