summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Make autoconf-based build quiet by default.Sam Clegg1-5/+14
2014-06-05Added missing headers that should be installed.Sam Lantinga1-1/+6
2014-06-05Added SDL_opengl_glext.h to the list of headers to install.Ryan C. Gordon1-0/+1
2014-04-19Set the tag type in libtool invocationsSteven Stewart-Gallus1-1/+1
2013-08-20Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.Ryan C. Gordon1-0/+1
2013-07-09Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/Ryan C. Gordon1-0/+1
2013-07-08Removed deprecated SDL_types.h header.Ryan C. Gordon1-1/+0
2013-05-26Renamed WhatsNew so it can be easily read on WindowsSam Lantinga1-1/+1
2013-05-26Renamed documentation files to .txt and converted them to DOS line endings so...Sam Lantinga1-25/+2
2013-02-19The input API was never implemented, so removing it before release.Sam Lantinga1-1/+0
2013-02-15Added native Debian package informationSam Lantinga1-1/+2
2013-02-12Don't clobber refcounting in SDL_Init.Jørgen P. Tjernø1-0/+1
2013-01-13We don't have Visual CE support anymoreSam Lantinga1-1/+1
2012-11-26Added hotplug joystick support and simplified game controller API, courtesy o...Sam Lantinga1-0/+1
2012-11-26Include all the test headers in the test library header installSam Lantinga1-2/+1
2012-11-26Work in progress on an SDL test librarySam Lantinga1-4/+17
2012-10-23Needed to add SDL_messagebox.h to installed headersSam Lantinga1-0/+1
2012-06-23Added SDL_system.h to the various projectsSam Lantinga1-0/+1
2012-01-22Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga1-1/+0
2012-01-22Removed unsupported Watcom filesSam Lantinga1-1/+1
2012-01-22Removed unsupported Borland related filesSam Lantinga1-1/+1
2012-01-22Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2Sam Lantinga1-22/+21
2012-01-19Switched back to configure generating SDL_config.hSam Lantinga1-9/+2
2012-01-14Make sure that we use consistent configuration options on platforms like Wind...Sam Lantinga1-2/+9
2012-01-09Fixed bug 1366 - SDL_opengles2.h is not installed in "include/SDL" under LinuxSam Lantinga1-0/+1
2012-01-05Updated iOS projects and renamed iPhoneOS to iOSSam Lantinga1-1/+1
2011-03-15Make it possible to run "make dist" from a separate build directory.Sam Lantinga1-2/+4
2011-02-24SDL 1.3 doesn't use nasm anymore. :)Sam Lantinga1-1/+0
2011-02-18update-revision is still phony. :)Sam Lantinga1-1/+1
2011-02-18Added a better way to include build rules in the MakefileSam Lantinga1-8/+10
2011-02-17Don't remove the pseudo-generated headers because this command might be run f...Sam Lantinga1-1/+1
2011-02-17Fixed make installSam Lantinga1-1/+1
2011-02-16The library target directly depends on SDL_revision.hSam Lantinga1-2/+2
2011-02-16Fixed SDL_revision.h dependenciesSam Lantinga1-3/+3
2011-02-16Building SDL_revision.h is a dependency of installing the headers. :)Sam Lantinga1-1/+1
2011-02-16Made it possible to build SDL from a fresh checkout without any additional st...Sam Lantinga1-11/+4
2011-02-07Added a simple log message APISam Lantinga1-0/+1
2011-02-05Added a hint system to allow configuration hints to be specified by the appli...Sam Lantinga1-0/+1
2011-02-01Split the rendering API out into a separate header file.Sam Lantinga1-0/+1
2011-01-31Making the API simpler, scaling is always defined as linear interpolation and...Sam Lantinga1-1/+0
2011-01-21Fixed bug #945Sam Lantinga1-5/+0
2011-01-19PS3 Linux is no more...Sam Lantinga1-5/+0
2011-01-10Include the Android Makefile in the distribution filesSam Lantinga1-1/+1
2010-12-12Use the enumerated type for blend and scale mode instead of intSam Lantinga1-1/+46
2010-08-22Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windowsSam Lantinga1-1/+1
2010-07-12Merged changes from the main SDL codebaseSam Lantinga1-1/+1
2010-07-11Added some files I had previosuly missedJim Grandpre1-1/+1
2010-07-07Need to add new headers to Makefile.inSam Lantinga1-1/+1
2010-06-30Finished X11 shaped-window functionality and removed ellipse+polygon rendering.Eli Gottlieb1-1/+1
2010-06-14Added gesture test c file. Beginning of gesture recognition.Jim Grandpre1-1/+1