Commit graph

158 commits

Author SHA1 Message Date
Elias Naur
2577ffd377 Split up Sys.openURL into the platform specific DisplayImplementation 2004-11-22 21:22:30 +00:00
Elias Naur
8dbce4dfde Win32: Don't pretend we're minimized when we're just inactive 2004-10-24 17:29:24 +00:00
Brian Matzon
e6feeb3d5c moved clipboard stuff to PlatformAdapter 2004-10-17 17:25:29 +00:00
Caspian Rychlik-Prince
309284a55e Now ungrabs the mouse when alert() is called 2004-08-13 15:24:47 +00:00
Elias Naur
483f03a4ec Implemented default AWT implementation of Sys.getClipboard() 2004-08-12 15:22:48 +00:00
Caspian Rychlik-Prince
f0954a9a70 Put getClipboard back. 2004-08-12 14:30:13 +00:00
Caspian Rychlik-Prince
6c3f89f3c1 *** empty log message *** 2004-08-12 14:22:37 +00:00
Caspian Rychlik-Prince
dd0886851a *** empty log message *** 2004-08-11 15:37:40 +00:00
Brian Matzon
62ed747bce 0.91 release 2004-07-21 15:00:24 +00:00
Caspian Rychlik-Prince
2276bf0c2d *** empty log message *** 2004-07-06 16:06:59 +00:00
Elias Naur
4a13ffa90f *** empty log message *** 2004-07-03 17:39:25 +00:00
Elias Naur
84110e9c13 Linux part:
Merged Window and Display into org.lwjgl.Display
Added support for persistent context. This will enable LWJGL games
to avoid recreating the context resources like textures and display
lists when switching between windowed and fullscreen and/or context
dimensions.

Added PixelFormat class instead of individual parameters to Display.create
and Pbuffer constructor.
2004-07-02 19:02:00 +00:00
Brian Matzon
4cea3e191b header unification 2004-06-12 20:28:34 +00:00
Caspian Rychlik-Prince
b697fb3ecf Removed Sys.setTime(), Sys.getPlatform()
Changed Sys.getTime()
Added Display.sync()
2004-05-05 14:28:40 +00:00
Elias Naur
9d55bbb302 Renamed LWJGLErrorException to LWJGLException 2004-03-27 15:05:24 +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
Brian Matzon
27f67d1ffa PLATFORM now specifiable from properties
AWTAdapter renamed to SwingAdapter
Adapter renamed to PlatformAdapter
2004-03-07 15:20:28 +00:00
Caspian Rychlik-Prince
9592f68c8e New context stuff - complete for win32, incomplete for linux / mac 2004-02-24 14:31:39 +00:00
Caspian Rychlik-Prince
6a58bc26e6 New context management code (incomplete) 2004-02-23 23:42:58 +00:00
Caspian Rychlik-Prince
0730597b52 *** empty log message *** 2003-12-20 22:28:00 +00:00
Caspian Rychlik-Prince
3d1f4c8a52 *** empty log message *** 2003-12-20 22:17:52 +00:00
Elias Naur
615bdfb113 Reduced Sys.debug from bool -> int 2003-12-20 22:07:19 +00:00
Elias Naur
97cb16eb74 Reduced Sys.debug from bool -> int 2003-12-20 22:07:19 +00:00
Elias Naur
790b01a01b Reduced Sys.debug from bool -> int 2003-12-20 22:03:25 +00:00
Elias Naur
fb8fd0a2d7 Implemented proper debug levels 2003-12-20 14:01:31 +00:00
Elias Naur
472b5337d4 Replaced debug libraries with runtime debug condition 2003-12-15 11:49:17 +00:00
Caspian Rychlik-Prince
2852cdaa47 *** empty log message *** 2003-10-28 21:44:46 +00:00
Caspian Rychlik-Prince
a4facc93f0 *** empty log message *** 2003-10-28 19:26:51 +00:00
Caspian Rychlik-Prince
754f917730 New Sys.openURL command added 2003-10-28 16:23:17 +00:00
Caspian Rychlik-Prince
2385672fb6 Added shutdown hook to clean up nicely 2003-08-17 16:14:36 +00:00
Caspian Rychlik-Prince
0886f84ed8 *** empty log message *** 2003-08-07 21:53:06 +00:00
Brian Matzon
a0bed5c78e remove unneded import 2003-08-06 19:25:43 +00:00
Elias Naur
35a1538f82 Implemented safe VBO indices (phew) 2003-08-04 23:00:49 +00:00
Elias Naur
3f18bd15c4 Removed Sys.NULL 2003-08-03 11:02:57 +00:00
Elias Naur
907d5f083d Converted various GL sizes to buffer.remaining() 2003-08-02 15:21:55 +00:00
Elias Naur
baa39830c0 Renamed Sys.createARBVBOBuffer to Sys.createIndexBuffer 2003-07-29 11:09:44 +00:00
Elias Naur
794c802253 Added createARBVBOBuffer to enable VBO indexing with Buffers 2003-07-17 09:16:51 +00:00
Brian Matzon
1b06cc27cb bugger off buffer! 2003-07-02 22:37:45 +00:00
Elias Naur
315375dee5 Ported OpenGL to Buffers 2003-06-24 12:24:55 +00:00
Caspian Rychlik-Prince
13edf0ce99 *** empty log message *** 2003-06-12 14:08:10 +00:00
Elias Naur
5da72080f0 Don't call nGetNULLValue before loading the library 2003-04-03 21:02:23 +00:00
Elias Naur
3018edde4c Added Sys.NULL constant 2003-04-03 20:20:29 +00:00
Caspian Rychlik-Prince
c6a231cf43 New getPlatform() method added 2003-03-21 17:08:26 +00:00
Caspian Rychlik-Prince
8575ae0496 New getPlatform() method added 2003-03-21 16:57:56 +00:00
Caspian Rychlik-Prince
c1fd8957df New getPlatform() method added 2003-03-21 16:53:19 +00:00
Brian Matzon
951a036ae3 Lightweight actually spelled right! 2002-12-21 12:37:20 +00:00
Caspian Rychlik-Prince
1bf98ef323 Added DEBUG constant 2002-12-15 22:12:46 +00:00
Caspian Rychlik-Prince
0f2936e709 Mainly Javadoc fixes and Math stuff 2002-08-23 16:14:38 +00:00
Caspian Rychlik-Prince
c564bc582d Encapsulated LIBRARY_NAME (properly!) 2002-08-19 14:29:54 +00:00