Elias Naur
|
dd41c22da7
|
Windows: Don't exclude PFD_GENERIC_ACCELERATED formats when selecting pixel formats. Hopefully this will enable LWJGL to use the directx emulated opengl implementation on vista
|
2007-02-17 09:49:44 +00:00 |
|
Elias Naur
|
97db4ca4b2
|
Windows: Don't use UpdateWindow after all. Instead, don't use a background brush at all to avoid windows clearing windows with non OpenGL drawing commands. Hopefully this will improve compatibility (The NeHe tutorials also don't specify a background brush).
|
2007-01-04 14:00:45 +00:00 |
|
Elias Naur
|
0234336feb
|
Windows: Re-add UpdateWindow to make sure fullscreen windows are cleared faster
|
2007-01-04 13:44:23 +00:00 |
|
Elias Naur
|
12c6afef97
|
Windows: Don't use WS_EX_TOPMOST for fullscreen windows.
|
2006-12-22 11:23:45 +00:00 |
|
Elias Naur
|
d4ea142f89
|
Windows: Make window visible after pixel format selection and move code from native WindowsDisplay.nCreate to java side.
|
2006-12-22 10:45:39 +00:00 |
|
Elias Naur
|
d2e9a9fb4a
|
Windows: Simplify context creation and don't cache the extensions information struct in native code. Just reload it at each use (only at setSwapInterval currently).
|
2006-12-22 10:36:04 +00:00 |
|
Elias Naur
|
b80ba7f262
|
Windows: Fix compiler warning
|
2006-10-30 15:49:02 +00:00 |
|
Elias Naur
|
b2e21da777
|
Windows: Implemented AWTInputAdapter.
|
2006-10-30 15:46:42 +00:00 |
|
Elias Naur
|
9f7da6d483
|
Windows: Restore the old ToAscii code used on win9x platforms in an attempt to fix broken keyboard input on win98se machines.
|
2006-10-11 20:26:35 +00:00 |
|
Elias Naur
|
dedfaea500
|
Windows: Don't use a dummy window (HDC) when finding a pixel format but use the actual window directly. This will avoid cases where the pixel format index for the dummy window's HDC wasn't valid for the actual window's HDC. It also avoid unnecessary complexity.
Fix FullScreenWindowedTest to use the Display's current BPP to avoid 24/16 bpp weirdness
|
2006-10-11 13:48:48 +00:00 |
|
Elias Naur
|
c91f78e1f6
|
Windows: Don't ignore errors from CoInitialize
|
2006-09-21 13:49:49 +00:00 |
|
Elias Naur
|
87523ce63a
|
Windows: Got rid of dummy window in WindowsDisplayPeerInfo
|
2006-09-19 14:17:13 +00:00 |
|
Elias Naur
|
26f2014516
|
Windows: Don't discard messages from other windows in the message handler
|
2006-09-19 11:06:02 +00:00 |
|
Elias Naur
|
375a4490cf
|
Windows: Fix warning
|
2006-07-15 21:37:50 +00:00 |
|
Elias Naur
|
bd474ceaa9
|
Windows: Replace _WIN32 macro with _MSC_VER since the conditionals are really for the MSVC compiler, not for the windows platform in general. Code cleanup.
|
2006-07-15 21:01:11 +00:00 |
|
Elias Naur
|
050638760e
|
Windows: Don't use a non-portable anonymous struct in contex.h
|
2006-07-15 20:25:56 +00:00 |
|
Elias Naur
|
5e012ce2e1
|
Windows: Cleanup
|
2006-07-15 19:55:42 +00:00 |
|
Elias Naur
|
d9afe6b784
|
Windows: Moved NativeSysImplementation.java to WindowsSysImplementation.java and moved some native code to java.
|
2006-07-15 19:45:36 +00:00 |
|
Elias Naur
|
008c59a301
|
Windows: Move more of Display.getVersion to java
|
2006-07-15 19:25:13 +00:00 |
|
Elias Naur
|
01f382fa3b
|
Windows: Added NULL check to malloc in display.c
|
2006-07-15 18:45:20 +00:00 |
|
Elias Naur
|
6b68892cc1
|
Windows: Forgot display.c in last commit
|
2006-07-15 18:43:04 +00:00 |
|
Elias Naur
|
52396b5a5c
|
Windows: Don't release clipboard data before use
|
2006-07-15 18:31:09 +00:00 |
|
Elias Naur
|
0c2f7092e2
|
Windows: Removed unused variable from display.c
|
2006-07-15 17:44:53 +00:00 |
|
Elias Naur
|
f15c904fce
|
Windows: Fixed setCursorPosition.
|
2006-07-14 10:38:31 +00:00 |
|
Elias Naur
|
bb8dcf3996
|
Windows: Rename Win32* files to Windows*
|
2006-07-12 18:32:58 +00:00 |
|
Elias Naur
|
7815607e09
|
Windows: move natives from src/native/win32 to src/native/windows because the source really is bitness neutral, not 32 bit specific.
|
2006-07-12 18:09:11 +00:00 |
|