.. |
SDL_msctf.h
|
|
|
SDL_vkeys.h
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
SDL_windowsclipboard.c
|
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
|
2013-08-29 08:30:21 -07:00 |
SDL_windowsclipboard.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_windowsevents.c
|
Fixed the windows message debug output so it works without HAVE_LIBC
|
2013-10-14 08:56:50 -07:00 |
SDL_windowsevents.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_windowsframebuffer.c
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
SDL_windowsframebuffer.h
|
Fixed bug 1763 - Constify SDL_UpdateWindowSurfaceRects()
|
2013-03-19 21:53:33 -07:00 |
SDL_windowskeyboard.c
|
Fixed bug 1938 - Buffer overflows in the Windows IME code
|
2013-07-12 23:45:12 -07:00 |
SDL_windowskeyboard.h
|
Cleaned up and fixed the Windows keyboard mapping code.
|
2013-02-28 21:40:08 -08:00 |
SDL_windowsmessagebox.c
|
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
2013-08-29 08:29:21 -07:00 |
SDL_windowsmessagebox.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_windowsmodes.c
|
Bug 1786 - memory leak in WIN_GetDisplayModes by Marcel Bakker
|
2013-04-24 11:49:52 -03:00 |
SDL_windowsmodes.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_windowsmouse.c
|
Cursor mask was uninitialized data, causing problems.
|
2013-07-21 00:07:43 -04:00 |
SDL_windowsmouse.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_windowsopengl.c
|
Move the fix for Bugzilla #1395 into WIN_GL_SetupWindow() directly.
|
2013-08-01 00:27:22 -04:00 |
SDL_windowsopengl.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
SDL_windowsshape.c
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
SDL_windowsshape.h
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
SDL_windowsvideo.c
|
Moved SDL_Direct3D9GetAdapterIndex() to SDL_windowsvideo.c since it doesn't belong in the window code.
|
2013-09-28 14:06:59 -07:00 |
SDL_windowsvideo.h
|
Moved SDL_Direct3D9GetAdapterIndex() to SDL_windowsvideo.c since it doesn't belong in the window code.
|
2013-09-28 14:06:59 -07:00 |
SDL_windowswindow.c
|
Fixed bug 2130 - Two members of Windows WindowData not initialized
|
2013-10-03 00:54:58 -07:00 |
SDL_windowswindow.h
|
Moved SDL_Direct3D9GetAdapterIndex() to SDL_windowsvideo.c since it doesn't belong in the window code.
|
2013-09-28 14:06:59 -07:00 |
wmmsg.h
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |