SDL2/include
Ozkan Sezer 7b21eaddce remove autotools build system
- TODO: update INSTALL.txt to replace the autotools configure
        instructions with cmake.
- TODO: update make build system to provide an equivalent to
        autotools' `make dist` ?
- TODO: update / revise github actions, replace autotools-only
        ones with cmake (e.g.: vmactions.yml for FreeBSD.)

Reference issue: https://github.com/libsdl-org/SDL/issues/6571
2022-11-25 15:37:30 -08:00
..
begin_code.h Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
close_code.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL.h Sync SDL3 wiki -> header 2022-11-22 23:21:29 +00:00
SDL_assert.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_atomic.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_audio.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_bits.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_blendmode.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_clipboard.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_config.h Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
SDL_config.h.cmake Removed check for _HAVE_STDINT_H 2022-11-25 13:12:58 -08:00
SDL_config_android.h reverted opengles removal. 2022-11-23 18:50:02 +03:00
SDL_config_emscripten.h removed M_PI detection from cmake, removed HAVE_M_PI from config files. 2022-11-25 22:35:40 +03:00
SDL_config_iphoneos.h removed M_PI detection from cmake, removed HAVE_M_PI from config files. 2022-11-25 22:35:40 +03:00
SDL_config_macosx.h removed M_PI detection from cmake, removed HAVE_M_PI from config files. 2022-11-25 22:35:40 +03:00
SDL_config_minimal.h Assume that stdint.h is available on Windows with compilers other than MSVC <= 2008 2022-09-05 09:01:31 -07:00
SDL_config_ngage.h N-Gage port: add changes from code reviews, overall cleanup (#5618) 2022-05-11 09:31:34 -07:00
SDL_config_windows.h fixed SDL_config_windows.h (was broken by 1e4cd682) 2022-11-25 23:04:04 +03:00
SDL_config_wingdk.h fixed SDL_config_windows.h (was broken by 1e4cd682) 2022-11-25 23:04:04 +03:00
SDL_config_winrt.h removed M_PI detection from cmake, removed HAVE_M_PI from config files. 2022-11-25 22:35:40 +03:00
SDL_config_xbox.h fixed SDL_config_windows.h (was broken by 1e4cd682) 2022-11-25 23:04:04 +03:00
SDL_copying.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_cpuinfo.h Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
SDL_egl.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2022-09-14 09:14:47 -07:00
SDL_endian.h Applied DragonFly BSD patch 2022-07-30 16:32:21 -07:00
SDL_error.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_events.h Use alias types for which members of event structs instead of plain types 2022-11-23 10:19:13 -08:00
SDL_filesystem.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_gamecontroller.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_gesture.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_guid.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_haptic.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_hidapi.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_hints.h x11: Remove deprecated/defunct X11 hints 2022-11-25 13:46:47 -08:00
SDL_joystick.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_keyboard.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_keycode.h Add SDL_SCANCODE_CALL and SDL_SCANCODE_ENDCALL 2022-05-10 16:12:10 -07:00
SDL_loadso.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_locale.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_log.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_main.h Sync SDL3 wiki -> header 2022-11-23 19:59:15 +00:00
SDL_messagebox.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_metal.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_misc.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_mouse.h Use alias types for which members of event structs instead of plain types 2022-11-23 10:19:13 -08:00
SDL_mutex.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_name.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_opengl.h removed os2 support & support for building SDL with watcom. 2022-11-22 19:18:47 +03:00
SDL_opengl_glext.h fix permissions of SDL_opengl_glext.h 2022-09-15 11:55:04 +03:00
SDL_opengles.h reverted opengles removal. 2022-11-23 18:50:02 +03:00
SDL_opengles2.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_opengles2_gl2.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2022-09-14 09:14:47 -07:00
SDL_opengles2_gl2ext.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2022-09-14 09:14:47 -07:00
SDL_opengles2_gl2platform.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2022-09-14 09:14:47 -07:00
SDL_opengles2_khrplatform.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2022-09-14 09:14:47 -07:00
SDL_pixels.h Remove SDL_CalculateGammaRamp. 2022-11-25 13:28:56 -08:00
SDL_platform.h Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
SDL_power.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_quit.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_rect.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_render.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_revision.h build: Add a mechanism to mark builds with vendor info 2022-10-22 09:27:10 -07:00
SDL_revision.h.cmake build: Add a mechanism to mark builds with vendor info 2022-10-22 09:27:10 -07:00
SDL_rwops.h Removed SDL_RWFromFP from the public API 2022-11-25 10:46:26 -08:00
SDL_scancode.h Added documentation for some scancodes 2022-10-14 06:33:38 -07:00
SDL_sensor.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_shape.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_stdinc.h fix SDL_PI_D (L suffix is for long double, not double.) 2022-11-25 22:40:37 +03:00
SDL_surface.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_system.h Sync SDL3 wiki -> header 2022-11-23 18:43:14 +00:00
SDL_syswm.h Sync SDL3 wiki -> header 2022-11-23 22:07:15 +00:00
SDL_test.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_assert.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_common.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_compare.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_crc32.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_font.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_fuzzer.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_harness.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_images.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_log.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_md5.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_memory.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_test_random.h First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
SDL_thread.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_timer.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_touch.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00
SDL_types.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_version.h Removed SDL_GetRevisionNumber() 2022-11-25 13:36:14 -08:00
SDL_video.h Remove SDL_SetWindowBrightness and SDL_SetWindowGammaRamp. 2022-11-25 13:28:56 -08:00
SDL_vulkan.h Sync SDL wiki -> header 2022-11-22 22:40:14 +00:00