SDL-mirror/include
2012-11-04 09:45:18 -08: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 API for simple messagebox, courtesy of Mike Sartain 2012-10-23 17:11:22 -07: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.in Added an API to get the size of a file - WARNING! ABI CHANGE! 2012-11-03 18:43:36 -07: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 Switch C++ comment to C comment 2012-10-21 22:18:36 -07: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 I'm becoming more and more convinced that the application should never use XRandR, and it's the window manager's responsibility to track and manage display modes for fullscreen windows. 2012-10-04 13:50:41 -07:00
SDL_input.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_joystick.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_keyboard.h Fixed bug 1564 - SDL has no function to open a screen keyboard on Android. 2012-08-11 10:15:59 -07: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 Added an assert log category, and NSLog support on Mac OS X and iOS 2012-10-30 12:30:02 -07:00
SDL_main.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_messagebox.h Added some documentation on the behavior of SDL_ShowMessageBox() 2012-10-30 10:07:32 -07:00
SDL_mouse.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_mutex.h Happy New Year! 2011-12-31 09:28:07 -05:00
SDL_name.h Added a new header file: SDL_loadso.h 2002-03-06 05:20:11 +00:00
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 Happy New Year! 2011-12-31 09:28:07 -05: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 an API to get the size of a file - WARNING! ABI CHANGE! 2012-11-03 18:43:36 -07: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 Added documentation on loading assets on Android. 2012-11-04 09:45:18 -08:00
SDL_syswm.h Happy New Year! 2011-12-31 09:28:07 -05: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 Fixed a typo in the docs. 2012-09-14 18:18:38 -04:00