SDL-mirror/include
Ryan C. Gordon c8713a62c1 Updated Linux joystick code to support hotplug, GUIDs, etc.
This uses libudev for hotplug, but it's optional, so we'll just try to find
 some reasonable defaults without it (maybe an older Linux box or under
 FreeBSD's Linux emulation?).
2012-12-11 12:07:06 -05:00
..
begin_code.h Fixed structure alignment mismatch between Visual Studio and gcc on 64-bit architectures. 2012-01-09 07:07:43 -05:00
close_code.h Happy New Year! 2011-12-31 09:28:07 -05:00
doxyfile Removing some more references to SDL 1.3 2012-01-22 17:26:45 -05:00
SDL.h Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds 2012-11-26 16:37:54 -08:00
SDL_assert.h Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
SDL_atomic.h Make SDL_atomic.h depend on the void pointer size determined at compile time 2012-09-26 15:57:28 -03:00
SDL_audio.h Removing some more references to SDL 1.3 2012-01-22 17:26:45 -05:00
SDL_blendmode.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_clipboard.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_config.h Updated the copyright date on the default config file 2012-10-23 15:59:07 -07:00
SDL_config.h.cmake Updated Linux joystick code to support hotplug, GUIDs, etc. 2012-12-11 12:07:06 -05:00
SDL_config.h.in Updated Linux joystick code to support hotplug, GUIDs, etc. 2012-12-11 12:07:06 -05:00
SDL_config_android.h Fixed bug 1606 - SDL does not implement SDL_GetPowerInfo() for Android. 2012-09-23 01:37:44 -07:00
SDL_config_iphoneos.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_config_macosx.h Fixed building on Mac OS X with Xcode 4.4 (OS X 10.8 SDK). 2012-08-09 15:43:39 -04:00
SDL_config_minimal.h Check for _STDINT_H in SDL_config_minimal.h 2012-02-07 01:26:00 -05:00
SDL_config_nintendods.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_config_pandora.h Initial support for XInput2 by Dimitris Zenios 2012-05-30 11:25:35 -04:00
SDL_config_windows.h Make it possible to build a DLL with mingw that's ABI compatible with Visual C++ built applications 2012-10-20 00:14:58 -07:00
SDL_config_wiz.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_copying.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_cpuinfo.h Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
SDL_endian.h Fixed inline assembly warning for PPC 2012-01-14 00:49:25 -05:00
SDL_error.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_events.h Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds 2012-11-26 16:37:54 -08:00
SDL_gamecontroller.h Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds 2012-11-26 16:37:54 -08:00
SDL_gesture.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_haptic.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_hints.h Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds 2012-11-26 16:37:54 -08:00
SDL_input.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_joystick.h Organized joystick hotplug code a bit. 2012-11-27 00:58:12 -08:00
SDL_keyboard.h Synchronized the on-screen keyboard state with whether we are accepting text input. 2012-11-04 21:53:28 -08:00
SDL_keycode.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_loadso.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_log.h Add log, assert and harness (partial) to test lib 2012-11-30 23:25:34 -08:00
SDL_main.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_messagebox.h Removed some tab chars. 2012-11-21 23:00:06 -05:00
SDL_mouse.h Added code to testwm2 to test the system cursor support 2012-11-19 20:38:52 -08:00
SDL_mutex.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_name.h
SDL_opengl.h Patched to compile on FreeBSD 8.2. 2012-07-11 22:20:02 -04:00
SDL_opengles.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_opengles2.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_pixels.h Fixed clang -Weverything warnings 2012-11-22 11:55:11 -08:00
SDL_platform.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_power.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_quit.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_rect.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_render.h Added SDL_GetRenderTarget() API function 2012-10-12 02:20:10 -07:00
SDL_revision.h Unofficial builds should have a 0 revision number - if this accidentally gets checked in with a different revision, this file should be reverted to this content. 2012-01-14 13:17:01 -05:00
SDL_rwops.h Added SDL_ReadU8() and SDL_WriteU8() for consistency with the rest of the API. 2012-11-04 23:44:13 -08:00
SDL_scancode.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_shape.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_stdinc.h We might actually have PI 2012-11-01 00:12:57 -07:00
SDL_surface.h Re-added SDL_SWSURFACE, because it looks silly to always pass 0 to SDL_CreateRGBSurface() 2012-01-22 18:37:46 -05:00
SDL_system.h Fixed clang -Weverything warnings 2012-11-22 11:55:11 -08:00
SDL_syswm.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_test.h Added existing common.c/.h functions to test lib; minor assert refactoring 2012-12-09 17:56:19 -08:00
SDL_test_assert.h Added existing common.c/.h functions to test lib; minor assert refactoring 2012-12-09 17:56:19 -08:00
SDL_test_common.h Added existing common.c/.h functions to test lib; minor assert refactoring 2012-12-09 17:56:19 -08:00
SDL_test_crc32.h Add crc32 and md5 to test lib 2012-11-28 19:19:57 -08:00
SDL_test_font.h Work in progress on an SDL test library 2012-11-26 07:53:56 -08:00
SDL_test_fuzzer.h Add fuzzer to test lib 2012-11-27 21:40:46 -08:00
SDL_test_harness.h Added to harness in test lib (work in progress) 2012-12-04 19:21:10 -08:00
SDL_test_log.h Add log, assert and harness (partial) to test lib 2012-11-30 23:25:34 -08:00
SDL_test_md5.h Add crc32 and md5 to test lib 2012-11-28 19:19:57 -08:00
SDL_test_random.h Add crc32 and md5 to test lib 2012-11-28 19:19:57 -08:00
SDL_thread.h Removed Windows CE support from SDL 2.0. 2012-09-15 10:59:39 -04:00
SDL_timer.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_touch.h Fixed bug 1542 - SDL_Touch should reserve tilt_x and tilt_y 2012-07-18 15:53:33 -07:00
SDL_types.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_version.h Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2 2012-01-22 17:21:00 -05:00
SDL_video.h SetMinimumWindowSize for OS X 2012-11-18 15:45:12 +03:00