log

age author description
2008-08-06 Edgar Simo Finished implementing the haptic<->joystick functions. gsoc2008_force_feedback
2008-08-06 Edgar Simo Moved the directinput joystick hwdata stuff into a seperate header file. gsoc2008_force_feedback
2008-08-06 Edgar Simo Implemented SDL_SYS_HapticMouse on windows. gsoc2008_force_feedback
2008-08-06 Edgar Simo Fixed another typo. gsoc2008_force_feedback
2008-08-06 Edgar Simo Fixed typo. gsoc2008_force_feedback
2008-08-06 Edgar Simo Check for capabilities at init. gsoc2008_force_feedback
2008-08-06 Edgar Simo Enabled capabilities again. gsoc2008_force_feedback
2008-08-05 Edgar Simo Added FFEFF_OBJECTOFFSETS to darwin port. gsoc2008_force_feedback
2008-08-05 Edgar Simo CONVERT now checks for overflows. gsoc2008_force_feedback
2008-08-05 Edgar Simo Using same syntax as the windows port for updating effects. gsoc2008_force_feedback
2008-08-05 Edgar Simo Undocumented hack to get all force feedback devices. gsoc2008_force_feedback
2008-08-05 Edgar Simo Some correctness, especially on axes. gsoc2008_force_feedback
2008-08-05 Edgar Simo Make sure axes have force feedback actuators. gsoc2008_force_feedback
2008-08-05 Edgar Simo Better handling of direction axes. gsoc2008_force_feedback
2008-08-05 Edgar Simo Fixed mistake in CONVERT. gsoc2008_force_feedback
2008-08-05 Edgar Simo Typo. gsoc2008_force_feedback
2008-08-05 Edgar Simo Get number of axes. gsoc2008_force_feedback
2008-08-05 Edgar Simo Using DIEFF_OBJECTOFFSETS now that seems obligatory. gsoc2008_force_feedback
2008-08-05 Edgar Simo With no axes use spherical direction by default. gsoc2008_force_feedback
2008-08-05 Edgar Simo Fixed stupid mistake. gsoc2008_force_feedback
2008-08-05 Edgar Simo Fixed only supporting last effect. gsoc2008_force_feedback
2008-08-05 Edgar Simo Missed a closing parenthesis. gsoc2008_force_feedback
2008-08-05 Edgar Simo GUID is not a pointer as I thought. gsoc2008_force_feedback
2008-08-05 Edgar Simo Changed EFFECT_TEST again for win32. gsoc2008_force_feedback
2008-08-04 Edgar Simo Missed closing parenthesis. gsoc2008_force_feedback
2008-08-04 Edgar Simo Changed effect comparison a bit. gsoc2008_force_feedback
2008-08-04 Edgar Simo Disabled getting capabilities (not used atm). gsoc2008_force_feedback
2008-08-04 Edgar Simo Seems like you have to get capabilities after setting data format. gsoc2008_force_feedback
2008-08-04 Edgar Simo Fixed typo. gsoc2008_force_feedback
2008-08-04 Edgar Simo Seems like you have to set the data format too. gsoc2008_force_feedback
2008-08-04 Edgar Simo Need to get cooperative level before acquiring. gsoc2008_force_feedback
2008-08-04 Edgar Simo Set an event handler for the Helper Window. gsoc2008_force_feedback
2008-08-04 Edgar Simo Trying to fix some issues with the Helper Window. gsoc2008_force_feedback
2008-08-04 Edgar Simo Seems like you have to register the class and other black magic too. gsoc2008_force_feedback
2008-08-04 Edgar Simo A bit of windows debugging. gsoc2008_force_feedback
2008-08-04 Edgar Simo Fixed warning. gsoc2008_force_feedback
2008-08-04 Edgar Simo Minor changes for it to compile. gsoc2008_force_feedback
2008-08-04 Edgar Simo Added the concept of the HelperWindow to help with DirectInput. gsoc2008_force_feedback
2008-08-03 Edgar Simo Used dxerr instead of dxerr9 in directinput joystick driver. gsoc2008_force_feedback
2008-08-03 Edgar Simo Attempt to fix windows haptic port compilation errors. gsoc2008_force_feedback
2008-07-31 Edgar Simo Fixed some lone malloc and free. gsoc2008_force_feedback
2008-07-31 Edgar Simo Converted some functions to SDL_mem*. gsoc2008_force_feedback
2008-07-31 Edgar Simo Fixed some stray memcpy and free. gsoc2008_force_feedback
2008-07-31 Edgar Simo Windows build should compile after this. gsoc2008_force_feedback
2008-07-31 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
2008-07-31 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
2008-07-31 Edgar Simo Another windows patch. gsoc2008_force_feedback
2008-07-31 Edgar Simo Another patch for windows haptic. gsoc2008_force_feedback
2008-07-31 Edgar Simo Another set of fixes to try to get haptic subsystem compiling on windows. gsoc2008_force_feedback
2008-07-31 Edgar Simo First attempt to fix compilation on windows. gsoc2008_force_feedback
2008-07-31 Edgar Simo Configure should try to use haptic on windows with directinput. gsoc2008_force_feedback
2008-07-31 Edgar Simo Basic haptic support for windows should work. Needs testing (probably won't compile). gsoc2008_force_feedback
2008-07-31 Edgar Simo Fixed broken envelopes. gsoc2008_force_feedback
2008-07-31 Edgar Simo Missed a bracket. gsoc2008_force_feedback
2008-07-31 Edgar Simo More verbose about envelopes. gsoc2008_force_feedback
2008-07-31 Edgar Simo Fixed memory leak. gsoc2008_force_feedback
2008-07-31 Edgar Simo Correctness patch, it's up to the SDL_haptic.c to clean up effects, not SDL_syshaptic.c. gsoc2008_force_feedback
2008-07-31 Edgar Simo Made ValidHaptic cleaner. gsoc2008_force_feedback
2008-07-30 Edgar Simo Allow effects with no axes. gsoc2008_force_feedback
2008-07-30 Edgar Simo Fixed some typos. gsoc2008_force_feedback
2008-07-30 Edgar Simo Made envelopes behave correctly with length of 0. gsoc2008_force_feedback
2008-07-30 Edgar Simo Updated button trigger stuff. gsoc2008_force_feedback
2008-07-30 Edgar Simo Not being able to compile locally gets on my nerves. gsoc2008_force_feedback
2008-07-30 Edgar Simo Warn about using button triggers. gsoc2008_force_feedback
2008-07-30 Edgar Simo Fixed typo. gsoc2008_force_feedback
2008-07-30 Edgar Simo Removed invalid type check. gsoc2008_force_feedback
2008-07-30 Edgar Simo First version of the windows haptic port, won't compile yet. gsoc2008_force_feedback
2008-07-30 Edgar Simo Reset device and enable actuators when initializing. gsoc2008_force_feedback
2008-07-28 Edgar Simo Put haptic defines in SDL_configs, patch by Alam. gsoc2008_force_feedback
2008-07-28 Edgar Simo Updated xcode. gsoc2008_force_feedback
2008-07-22 Edgar Simo Accidently left in hidDevice. gsoc2008_force_feedback
2008-07-22 Edgar Simo Attempt to fix HIDGetDeviceProduct. gsoc2008_force_feedback
2008-07-22 Edgar Simo Allow haptic subsystem to build on mac. gsoc2008_force_feedback
2008-07-22 Edgar Simo Alam pointed out that the dummy haptic driver does not compile. gsoc2008_force_feedback
2008-07-20 Edgar Simo Commented out a bit until definition is found. gsoc2008_force_feedback
2008-07-20 Edgar Simo Fixed some stupid mistakes. gsoc2008_force_feedback
2008-07-20 Edgar Simo More verbose errors. gsoc2008_force_feedback
2008-07-20 Edgar Simo Synced with trunk. gsoc2008_force_feedback
2008-07-20 Edgar Simo Properly support INFINITY length haptic effects on linux. gsoc2008_force_feedback
2008-07-20 Edgar Simo Improved correctiveness in CreateEffect. gsoc2008_force_feedback
2008-07-19 Edgar Simo Support for SDL_HapticName in darwin. gsoc2008_force_feedback
2008-07-19 Edgar Simo Fixed some typos in the doxygen. gsoc2008_force_feedback
2008-07-19 Edgar Simo Added custom effect with support on darwin. gsoc2008_force_feedback
2008-07-18 Edgar Simo Was a typo in the mac os x documentation. gsoc2008_force_feedback
2008-07-18 Edgar Simo Added SDL_HAPTIC_RAMP support for darwin. gsoc2008_force_feedback
2008-07-18 Edgar Simo More comments. gsoc2008_force_feedback
2008-07-18 Edgar Simo Fixed some inconsistancies in coding style. gsoc2008_force_feedback
2008-07-18 Edgar Simo More comments. gsoc2008_force_feedback
2008-07-18 Edgar Simo Can't believe I missed this typo. gsoc2008_force_feedback
2008-07-18 Edgar Simo Fixed some typos. gsoc2008_force_feedback
2008-07-18 Edgar Simo Handle axes for darwin now. gsoc2008_force_feedback
2008-07-18 Edgar Simo More documentation. gsoc2008_force_feedback
2008-07-17 Edgar Simo Added third axis to condition effects. gsoc2008_force_feedback
2008-07-17 Edgar Simo Better handling of opening haptics from joysticks. gsoc2008_force_feedback
2008-07-17 Edgar Simo Haptic subsystem handles haptic axes now. gsoc2008_force_feedback
2008-07-15 Edgar Simo Now compiles cleanly (has yet to work though). gsoc2008_force_feedback
2008-07-15 Edgar Simo Many typo and silly mistake fixes. gsoc2008_force_feedback
2008-07-15 Edgar Simo Adding initial darwin port of haptic subsystem - broken atm. gsoc2008_force_feedback
2008-07-15 Edgar Simo More explicit with iterations and length. gsoc2008_force_feedback
2008-07-15 Edgar Simo * Removed unneeded int. gsoc2008_force_feedback
2008-07-10 Edgar Simo Broke API by introducing iterations to SDL_HapticRunEffects(). gsoc2008_force_feedback
2008-07-10 Edgar Simo Created win32 and darwin dirs. gsoc2008_force_feedback
2008-07-10 Edgar Simo Added SDL_HapticNumEffectsPlaying(). gsoc2008_force_feedback
2008-07-10 Edgar Simo Minor corrections. gsoc2008_force_feedback
2008-07-10 Edgar Simo Prefixed all haptic errors with "Haptic:" for easier readability. gsoc2008_force_feedback
2008-07-10 Edgar Simo Improved some ioctl handling. gsoc2008_force_feedback
2008-07-09 Edgar Simo Fixed bugs in documentation. gsoc2008_force_feedback
2008-07-09 Edgar Simo Implemented SDL_HAPTIC_CARTESIAN on linux. gsoc2008_force_feedback
2008-07-09 Edgar Simo Dummy SDL haptic driver finally builds now. gsoc2008_force_feedback
2008-07-09 Edgar Simo Fixed some typos preventing SDL from compiling with the haptic dummy driver. gsoc2008_force_feedback
2008-07-08 Edgar Simo Gain is set to max on haptic device open. gsoc2008_force_feedback
2008-07-08 Edgar Simo Added SDL_HapticOpened(). gsoc2008_force_feedback
2008-07-08 Edgar Simo Added SDL_HapticIndex. gsoc2008_force_feedback
2008-07-07 Edgar Simo Fixed more mistakes in documentation. gsoc2008_force_feedback
2008-07-07 Edgar Simo Another important typo mistake. gsoc2008_force_feedback
2008-07-07 Edgar Simo Fixed linux directions being inverted. gsoc2008_force_feedback
2008-07-07 Edgar Simo Fixed mistake in example. gsoc2008_force_feedback
2008-07-06 Edgar Simo Implemented polar coordinates in linux. gsoc2008_force_feedback
2008-07-06 Edgar Simo Created SDL_HapticDirection. gsoc2008_force_feedback
2008-07-06 Edgar Simo Fixed various mistakes in the doxygen. gsoc2008_force_feedback
2008-07-06 Edgar Simo Renamed SDL_HapticQueryEffects to SDL_HapticQuery. gsoc2008_force_feedback
2008-07-03 Edgar Simo Using errno for more verbosity in errors. gsoc2008_force_feedback
2008-07-03 Edgar Simo Added SDL_HapticGetEffectStatus(). gsoc2008_force_feedback
2008-07-03 Edgar Simo Haptic subsystem should finally be properly attached to the build system. gsoc2008_force_feedback
2008-07-03 Edgar Simo Fixed regex replace mistake. gsoc2008_force_feedback
2008-07-02 Edgar Simo Updated the haptic dummy driver. gsoc2008_force_feedback
2008-07-02 Edgar Simo Commented SDL_syshaptic.h. gsoc2008_force_feedback
2008-07-02 Edgar Simo Some more error checking. gsoc2008_force_feedback
2008-07-02 Edgar Simo Exposed some of the joystick stuff to the haptic subsystem. gsoc2008_force_feedback
2008-07-01 Edgar Simo Added SDL_HapticUpdateEffect(). gsoc2008_force_feedback
2008-07-01 Edgar Simo Merged seperate waveforms into types to be more compatible. gsoc2008_force_feedback
2008-07-01 Edgar Simo Added SDL_HAPTIC_CUSTOM (not supported on linux). gsoc2008_force_feedback
2008-07-01 Edgar Simo Added SDL_HapticStopEffect(). gsoc2008_force_feedback
2008-07-01 Edgar Simo HapticSetGain checks to see if device supports it. gsoc2008_force_feedback
2008-07-01 Edgar Simo Setting effects memory to 0. gsoc2008_force_feedback
2008-07-01 Edgar Simo Removed the linux only SDL_HAPTIC_RUMBLE (use PERIODIC instead). gsoc2008_force_feedback
2008-07-01 Edgar Simo More comments. gsoc2008_force_feedback
2008-07-01 Edgar Simo Some more error reporting. gsoc2008_force_feedback
2008-06-30 Edgar Simo Added some preliminary support for haptic effect control. gsoc2008_force_feedback
2008-06-30 Edgar Simo Added query functions for haptic devices. gsoc2008_force_feedback
2008-06-30 Edgar Simo Starting to add infrastructure to handle haptic effects. gsoc2008_force_feedback
2008-06-23 Edgar Simo * Implemented opening and closing of haptic devices. gsoc2008_force_feedback
2008-06-01 Edgar Simo Some code cleanup. gsoc2008_force_feedback
2008-06-01 Edgar Simo Properly quit the SDL_haptic subsystem. gsoc2008_force_feedback
2008-06-01 Edgar Simo Properly install the SDL_haptic header. gsoc2008_force_feedback
2008-06-01 Edgar Simo First commit of the SDL_haptic subsystem. gsoc2008_force_feedback
2008-04-23 Sam Lantinga Creating GSoC 2008 code branches gsoc2008_force_feedback
2008-08-18 Holmes Futrell Updated Template script to include symbolic links during copy gsoc2008_iphone
2008-08-18 Holmes Futrell Updated template to include CoreGraphics framework (needed), updated template build script to copy config.h.default (necessary file) gsoc2008_iphone
2008-08-18 Holmes Futrell removed build folder from branch gsoc2008_iphone
2008-08-18 Holmes Futrell Fixed problem where creating the view passed NULL as the context for setting current context ... needed to actually pass the context. gsoc2008_iphone
2008-08-18 Holmes Futrell updated template build settings gsoc2008_iphone
2008-08-18 Holmes Futrell Added instruction to set the active SDK gsoc2008_iphone
2008-08-18 Holmes Futrell modified template build script gsoc2008_iphone
2008-08-18 Holmes Futrell update template script gsoc2008_iphone
2008-08-18 Holmes Futrell updated template script gsoc2008_iphone
2008-08-18 Holmes Futrell grammar, typos gsoc2008_iphone
2008-08-18 Holmes Futrell added description gsoc2008_iphone
2008-08-18 Holmes Futrell Grammar, spelling, clarity. gsoc2008_iphone
2008-08-16 Holmes Futrell updated project for new file paths gsoc2008_iphone
2008-08-16 Holmes Futrell (none) gsoc2008_iphone
2008-08-16 Holmes Futrell Renamed functions and structures to GLES (rather than GL) to avoid confusion with the OpenGL renderer, which prior used the same names. Removed references to GL_IMG_texture_format_BGRA8888, which will not be supported here. Made it so renderer no longer caches texture filter mode, because I think that is actually bound to specific textures, so we'd need to cache the currently bound texture too ... I don't want to go through that trouble. DOES cache blend function though. gsoc2008_iphone
2008-08-16 Holmes Futrell Filled in list of all OpenGL ES functions, used to contain only functions that were in use. gsoc2008_iphone
2008-08-16 Holmes Futrell whitespace gsoc2008_iphone
2008-08-16 Holmes Futrell removed NULL comment ... it's UIKit now, not NULL gsoc2008_iphone
2008-08-16 Holmes Futrell whitespace gsoc2008_iphone
2008-08-16 Holmes Futrell removed comment about NULL video driver ... it's not null anymore, it's the UIKit video driver. gsoc2008_iphone
2008-08-16 Holmes Futrell Added comments, view now deletes keyboard upon dealloc, function declarations for iPhone keyboard additions now moved to SDL_uikitkeyboard.h. gsoc2008_iphone
2008-08-16 Holmes Futrell comments and trivials gsoc2008_iphone
2008-08-16 Holmes Futrell updated #include path, added comments. gsoc2008_iphone
2008-08-16 Holmes Futrell Added comments gsoc2008_iphone
2008-08-16 Holmes Futrell Cleaned up, updated header include path gsoc2008_iphone
2008-08-16 Holmes Futrell added comment gsoc2008_iphone
2008-08-16 Holmes Futrell Added comments, updated included header name gsoc2008_iphone
2008-08-15 Holmes Futrell Header files that users of the library can include for additional iPhone keyboard functions. gsoc2008_iphone
2008-08-15 Holmes Futrell renamed and moved up one directory gsoc2008_iphone
2008-08-15 Holmes Futrell Elaborated on features and limitations of SDL for iPhone. renamed and moved readme with all the other readmes. gsoc2008_iphone
2008-08-15 Holmes Futrell Renamed jump.c and jump.h to jumphack.c and jumphack.h ... why? Because they are undesirable hacks used to allow an SDL programmer to execute his/her own code upon program exit. gsoc2008_iphone
2008-08-15 Holmes Futrell Cleaned up code, added comments. gsoc2008_iphone
2008-08-15 Holmes Futrell Added macro so that targetconditionals.h isn't included when compiling from versions of Mac OS X earlier than 10.3 (the header file doesn't exist there). Instead, it is just assumed that you want to compile for Mac OS X rather than iPhone ... a fine assumption since you need 10.5 to compile for iPhone. gsoc2008_iphone
2008-08-15 Holmes Futrell Added comments, link to Kronos site. gsoc2008_iphone
2008-08-15 Holmes Futrell Removed useless lines, added comments. gsoc2008_iphone
2008-08-15 Holmes Futrell changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_config_minimal_h. gsoc2008_iphone
2008-08-15 Holmes Futrell Added string for iPhone OS platform to the list gsoc2008_iphone
2008-08-15 Holmes Futrell Added line to set proper display resolution on iPhone OS gsoc2008_iphone
2008-08-15 Holmes Futrell Added lines to change path when run on iPhone. Reason: iPhone operates in sandbox and so cannot write files just anywhere ... I use the documents folder in this test. gsoc2008_iphone
2008-08-15 Holmes Futrell Added some code to set proper screensize on iPhone gsoc2008_iphone
2008-08-15 Holmes Futrell A version of testgl2 written using OpenGL ES calls. Necessary because there's no glBegin/glEnd, etc. gsoc2008_iphone
2008-08-15 Holmes Futrell testdyngles is exactly what it sounds like -- a version of testdyngl that uses OpenGL ES calls instead of OpenGL. Was necessary to create because glOrtho is called glOrthof in OpenGL ES, and OpenGL ES doesn't have glBegin() type semantics for specifying geometry. gsoc2008_iphone
2008-08-15 Holmes Futrell Added macros SDL_IPHONE_MAX_GFORCE (which is used in converting the floating point g-force value returned by the iPhone accelerometer to the Sint16 required by SDL_Joystick) and SDL_IPHONE_MULTIPLE_MICE, which when enabled allows multi-touch to be emulated as multiple mice. gsoc2008_iphone
2008-08-15 Holmes Futrell changed macro MAX_G_FORCE to SDL_IPHONE_MAX_GFORCE and moved it to the SDL_config_iphoneos.h file. This should allow users to convert between the Sint16 returned by polling the joystick and units of g-force, which better describe what is going on with the iPhone (and are what the iPhone OS actually gives you). This conversion wouldn't be necessary except that we'd need floating point to store everything as g-force. gsoc2008_iphone
2008-08-15 Holmes Futrell Removed log messages gsoc2008_iphone
2008-08-15 Holmes Futrell Removed log messages (printf and NSLog) gsoc2008_iphone
2008-08-15 Holmes Futrell Added references to SDL_IPHONE_MAX_GFORCE ... that way this value can change without altering the demos behavior. More understandable too. gsoc2008_iphone
2008-08-15 Holmes Futrell Added conditional compilation line #ifdef __IPHONE_OS__ to prevent other platforms from including iPhone specific line of code that is used to toggle keyboard visibility. gsoc2008_iphone
2008-08-15 Holmes Futrell Just re-ordered some things logically in the project file gsoc2008_iphone
2008-08-15 Holmes Futrell Readme file for iPhone OS Demo applications gsoc2008_iphone
2008-08-15 Holmes Futrell (none) gsoc2008_iphone
2008-08-13 Holmes Futrell Originally keyboard support was in the form of a category of the class SDL_uikitview. It turns out this can cause problems with compilation where the code is not actually included and doesn't fail until dynamic dispatch. This is just awful, so I've moved to the code into the SDL_uikitview class itself. gsoc2008_iphone
2008-08-13 Holmes Futrell (none) gsoc2008_iphone
2008-08-13 Holmes Futrell Cleaned up code, added comments, added randomized colors, added check for extension GL_POINT_SIZE_ARRAY_OES, which not all OpenGL ES systems have. gsoc2008_iphone
2008-08-13 Holmes Futrell Fixed a bug where bad access would occur if UIKIT_MakeCurrent is passed NULL for the parameter 'SDL_GLContext context'. Instead, it clears the current context. gsoc2008_iphone
2008-08-13 Holmes Futrell updated XCode project, now includes files for keyboard support (oops) gsoc2008_iphone
2008-08-02 Holmes Futrell Bitmap font used in bitmap font / keyboard demo, along with licsense. The license is Common Public License Version 1.0, so I don't see any problems here. gsoc2008_iphone
2008-08-02 Holmes Futrell just updating XCode project files to include keyboard example as target gsoc2008_iphone
2008-08-02 Holmes Futrell keyboard.c contains the source code for the bitmap font keyboard example. gsoc2008_iphone
2008-07-29 Holmes Futrell whitespace gsoc2008_iphone
2008-07-29 Holmes Futrell removed reference to pthread.h gsoc2008_iphone
2008-07-29 Holmes Futrell This is the header file for SDL_uikitview.m ... somehow this file was not committed. gsoc2008_iphone
2008-07-29 Holmes Futrell Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not. gsoc2008_iphone
2008-07-29 Holmes Futrell keyinfotable.h contains information which SDL_uikitkeyboard uses to convert between unichar characters that it reads from the text field (which acts as the keyboard's target) to SDL_scancodes and key modifiers which are sent to SDL's keyboard system. gsoc2008_iphone
2008-07-29 Holmes Futrell SDL_uikitkeyboard extends SDL_uikitview to add keyboard support. It adds several methods to the SDL_uikitview class for keyboard initialization, showing, and hiding. SDL_uikitkeyboard.m contains the implementation of these methods as well as the implementation of some iPhone specific additions to SDL so that a programmer can access the functionality of hiding and showing the keyboard. gsoc2008_iphone
2008-07-29 Holmes Futrell Added keyboard support in view initialization and proper deallocation of keyboard in -(void)dealloc, if keyboard is enabled gsoc2008_iphone
2008-07-29 Holmes Futrell Added textField view and member variable which shows if keyboard is shown gsoc2008_iphone
2008-07-22 Holmes Futrell Added standard SDL header comments gsoc2008_iphone
2008-07-22 Holmes Futrell removed references to singletons, now uses SDL_WindowData information instead. gsoc2008_iphone
2008-07-22 Holmes Futrell turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate. gsoc2008_iphone
2008-07-22 Holmes Futrell removed white space gsoc2008_iphone
2008-07-22 Holmes Futrell Added SDL_WindowData for UIKit video driver. Now looks up instances here instead of assuming we're referring to a singleton. gsoc2008_iphone
2008-07-18 Holmes Futrell Fixed path to plist in fireworks target. gsoc2008_iphone
2008-07-18 Holmes Futrell fixed typo gsoc2008_iphone
2008-07-18 Holmes Futrell XCode template for iPhone SDL projects gsoc2008_iphone
2008-07-18 Holmes Futrell XCode files for iPhone SDL libraries gsoc2008_iphone
2008-07-18 Holmes Futrell ugh gsoc2008_iphone
2008-07-18 Holmes Futrell renamed to README gsoc2008_iphone
2008-07-18 Holmes Futrell XCode project for iPhone SDL libraries. gsoc2008_iphone
2008-07-18 Holmes Futrell (none) gsoc2008_iphone
2008-07-18 Holmes Futrell Xcode template gsoc2008_iphone
2008-07-18 Holmes Futrell XCode files for test applications (the ones previously bundled with the source, mostly SDL 1.2 demos). README contains some notes on various problems. gsoc2008_iphone
2008-07-18 Holmes Futrell graphics for demos gsoc2008_iphone
2008-07-18 Holmes Futrell Drums sounds for mixer demo gsoc2008_iphone
2008-07-18 Holmes Futrell Touch input demo (multitouch) gsoc2008_iphone
2008-07-18 Holmes Futrell Rectangles demo (SDL_RenderFill) gsoc2008_iphone
2008-07-18 Holmes Futrell Drum kit demo (SDL_mixer) gsoc2008_iphone
2008-07-18 Holmes Futrell Happy faces demo (bitmaps) gsoc2008_iphone
2008-07-18 Holmes Futrell fireworks demo gsoc2008_iphone
2008-07-18 Holmes Futrell Files used by all demos (random numbers, screen size, etc) gsoc2008_iphone
2008-07-18 Holmes Futrell Demo of iPhone accelerometer as SDL joystick gsoc2008_iphone
2008-07-18 Holmes Futrell XCode and data files for demos gsoc2008_iphone
2008-07-18 Holmes Futrell iPhone SDL 1.3 demos go here. All these demos are written using pure SDL 1.3 code. No compatibility calls! Perhaps if they are any good they could be use as tests for the SDL 1.3 release. gsoc2008_iphone
2008-07-18 Holmes Futrell Just renamed it... gsoc2008_iphone
2008-07-18 Holmes Futrell just a readme for the files located in this directory gsoc2008_iphone
2008-07-18 Holmes Futrell Root directory for iPhone SDL Xcode projects. gsoc2008_iphone
2008-07-18 Holmes Futrell (none) gsoc2008_iphone
2008-07-18 Holmes Futrell Project files for iPhone SDL gsoc2008_iphone
2008-07-18 Holmes Futrell Fixed typo gsoc2008_iphone
2008-07-18 Holmes Futrell Changed format of video texture to something compatible with iPhone ... a better solution is probably needed. Also set blending mode of video texture to none. gsoc2008_iphone
2008-07-18 Holmes Futrell Added macros to detect if you are compiling for iPhone OS vs Mac OS X. gsoc2008_iphone
2008-07-18 Holmes Futrell Added line to include SDL_config_iphoneos.h when the platform is __IPHONEOS__ gsoc2008_iphone
2008-07-18 Holmes Futrell added SDL_LOADSO_DLOPEN macro gsoc2008_iphone
2008-07-18 Holmes Futrell Added SDL_VIDEO_RENDER_OGL macro back in gsoc2008_iphone
2008-07-18 Holmes Futrell This file serves a similar purpose as SDL_opengl.h, but for OpenGL ES. It is based off of the official OpenGL ES v1.1 header file found at Kronos (http://www.khronos.org/registry/gles/api/1.1/gl.h). gsoc2008_iphone
2008-07-18 Holmes Futrell Added SDL_GL_RETAINED_BACKING to SDL_GLattr enum. Retained backing means the memory for color buffers, depth buffers, etc cannot be overwritten by other applications between frames. The default for this setting is 'on'. I wanted to add this because turning retained backing off on iPhone dramatically increases performance. gsoc2008_iphone
2008-07-18 Holmes Futrell These files contain the audio support for iPhone. They are based on the CoreAudio audio driver for Mac OS X. The principle difference is that the iPhone doesn't seem to have a concept of audio devices ... it just has special units for audio in and audio out. Also had to change some functions to versions which seem to only exist on iPhone and will apparently exist in Mac OS X 10.6(!) gsoc2008_iphone
2008-07-18 Holmes Futrell Fixed a bug where SDL_SYS_JoystickUpdate would send update events even when the accelerometer delegate hadn't received new information from the hardware. gsoc2008_iphone
2008-07-18 Holmes Futrell These files contain the specification for a class which receives updates from the iPhone accelerometer. The class holds the accelerometer information, and is queried by SDL_sysjoystick.m. gsoc2008_iphone
2008-07-18 Holmes Futrell test gsoc2008_iphone
2008-07-17 Holmes Futrell Added declaration of UIKit video bootstrap. Added retained_backing property to glconfig structure. gsoc2008_iphone
2008-07-17 Holmes Futrell These files are the OpenGL ES render driver. You should be able to use them on any platform that supports OpenGL ES -- not just iPhone. The driver is based off the OpenGL render driver. gsoc2008_iphone
2008-07-17 Holmes Futrell This file serves an analoguous purpose as SDL_glfuncs.h, but for OpenGL ES. I haven't put the 'unused' functions in this file yet. gsoc2008_iphone
2008-07-17 Holmes Futrell Added support for OpenGL ES and UIKit Video Driver: gsoc2008_iphone
2008-07-17 Holmes Futrell These files contain some environment storage necessary for an ugly hack I had to write so that SDL_QUIT events would be handled correctly on the platform. Please see the comment in UIKit_PumpEvents located in SDL_uikitevents.m and let me know if there is a better way to do this. gsoc2008_iphone
2008-07-17 Holmes Futrell These files contain the events related functions for the UIKit video driver. Right now this is just UIKit_PumpEvents. gsoc2008_iphone
2008-07-17 Holmes Futrell These files contain the window related functions for the UIKit video driver. gsoc2008_iphone
2008-07-17 Holmes Futrell SDL_uikitview is just a generic view class which SDL_uikitopenglview inherits from. The functionality found in this class relates to (right now) mouse/touch input support. The reason for putting it here is that if someone wanted to write a render driver for iPhone based around CoreGraphics rather than OpenGL ES, they could make their Core Graphics view inherit from this class as well. gsoc2008_iphone
2008-07-17 Holmes Futrell SDL_uikitvideo.m is the main file for the UIKit video driver. It has the UIKit video bootstrap, initialization, device creation, etc. gsoc2008_iphone
2008-07-17 Holmes Futrell SDL_uikitopenglview is an OpenGL ES View class based on the one found in Apple's OpenGL ES based application template. It's created from SDL_uikitopengles.m, normally. gsoc2008_iphone
2008-07-17 Holmes Futrell SDL_uikitopengles is responsible for OpenGLES related functions in the UIKit video driver. The main thing to note is UIKit_GL_CreateContext which creates an instance of the SDL_uikitopenglview class, an OpenGL ES View. Most the real functionality is in SDL_uikitopenglview. gsoc2008_iphone
2008-07-17 Holmes Futrell The class SDL_uikitappdelegate acts as the UIApplicationDelegate for an iPhone SDL project. This class is reponsible for application control flow, including initial setup of working directory, forwarding command line arguments to the user's main function, and handling application termination. gsoc2008_iphone
2008-07-11 Holmes Futrell Just the sysjoystick file for the iPhone accelerometer. It doesn't reveal anything under NDA, but I just wanted to make sure that adding files to the repository is working under XCode right now. gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell Just modified the macro so that iPhone will use the Mac OS X code here gsoc2008_iphone
2008-07-11 Holmes Futrell Added Core Audio iPhone bootstrap gsoc2008_iphone
2008-07-11 Holmes Futrell iPhone port uses custom main gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-11 Holmes Futrell (none) gsoc2008_iphone
2008-07-09 Holmes Futrell just testing commit ... please commit to the right place. gsoc2008_iphone
2008-04-23 Sam Lantinga Creating GSoC 2008 code branches gsoc2008_iphone
2008-03-18 Sam Lantinga So we don't forget to do this...
2008-03-14 Bob Pendleton ran make indent
2008-03-14 Bob Pendleton re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
2008-03-07 Bob Pendleton In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was
2008-03-07 Bob Pendleton oops, need to comment out some debug code.
2008-03-07 Bob Pendleton Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text
2008-03-07 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
2008-03-06 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
2008-03-06 Bob Pendleton Fixing valgrind errors.
2008-03-04 Bob Pendleton SetupWindowData in SDL_X11window.c was realloc()ing the display window list and incrementing numwindows even though those are being updated in functions that call
2008-03-01 Bob Pendleton Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in
2008-02-23 Sam Lantinga Now the program will process all events and then terminate. :)
2008-02-20 Bob Pendleton HandleEvent() returns done each time it is called. If done was set to 0 the program should quit, but because done is not checked until *all* events are handled a
2008-02-11 Sam Lantinga Windows also remaps the numeric keypad... grrr
2008-02-11 Sam Lantinga Checkout directly to the SDL 1.3 folder
2008-02-10 Sam Lantinga Show integer scancode, since that's how it's defined in the header.
2008-02-10 Sam Lantinga Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.
2008-02-10 Sam Lantinga Added support for keypad enter
2008-02-10 Sam Lantinga Updated Visual C++ project
2008-02-09 Sam Lantinga Friggin' Windows remaps alphabetic keys based on keyboard layout.
2008-02-09 Sam Lantinga Undo keyboard layout based alphabetic key mapping. Grr.... HACK HACK HACK...
2008-02-09 Sam Lantinga Implemented text input event for Win32
2008-02-08 Sam Lantinga Untested Win32 keyboard scancode code.
2008-02-07 Sam Lantinga Fixed array overrun
2008-02-07 Sam Lantinga Fixed compile errors
2008-02-07 Sam Lantinga First pass of new SDL scancode concept for X11.
2008-02-05 Sam Lantinga Christian's comment:
2008-02-05 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
2008-02-04 Ryan C. Gordon Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().
2008-01-24 Sam Lantinga Merged fix for bug #542 from SDL 1.2
2008-01-15 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
2008-01-12 Bob Pendleton Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
2008-01-12 Bob Pendleton one more time... I must be brain dead...
2008-01-12 Bob Pendleton More typos
2008-01-09 Bob Pendleton Fixed some typos in SDL_x11keyboard.c
2008-01-08 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
2008-01-03 Sam Lantinga Updated config scripts
2008-01-01 Sam Lantinga Merged fix for bug #531 from SDL 1.2 revision 3511
2007-12-30 Sam Lantinga Merged -fvisibility detection fix from SDL 1.2 revision 3500
2007-12-29 Sam Lantinga Christian Walther fixed bug #529
2007-12-29 Sam Lantinga Christian Walther fixed bug #530
2007-12-29 Sam Lantinga Merged fix for bug #508 from SDL 1.2 revision 3495
2007-12-29 Sam Lantinga Merged fix for bug #482 from SDL 1.2 revision 3492.
2007-12-29 Sam Lantinga Fixed bug #478
2007-12-29 Sam Lantinga Merged fix for bug #503 from SDL 1.2 revision 3487
2007-12-29 Sam Lantinga Fixed bug #497
2007-12-29 Sam Lantinga Fixed bug #464
2007-12-29 Sam Lantinga Merged revision 3472 from SDL 1.2, fixing bug #493
2007-12-28 Sam Lantinga Fixed fatbuild.sh script for building on Mac OS X 10.5
2007-12-28 Sam Lantinga Date: Wed, 14 Nov 2007 22:20:27 -0500
2007-12-28 Sam Lantinga Merged changeset 3463 from SDL 1.2, fixed compile error with Intel compiler.
2007-12-28 Sam Lantinga Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype
2007-12-28 Sam Lantinga Merged revision 3455 from SDL 1.2, fixing documentation typo.
2007-12-13 Bob Pendleton Added SDL_rect.h and SDL_surface.h to the initialization of HDRS in Makefile.in. Because they were missing those header files were not being installed and
2007-09-25 Ryan C. Gordon Merged r3449:3450 from branches/SDL-1.2: SDL_config.h.in Linux joystick fix.
2007-09-10 Sam Lantinga Split out the SDL_rect and SDL_surface functions into their own headers.
2007-09-10 Sam Lantinga indent
2007-08-21 Sam Lantinga Fixed bug #471
2007-08-20 Ryan C. Gordon Minor PulseAudio fixes: corrected OpenDevice return code, human-readable
2007-08-20 Ryan C. Gordon Ported PulseAudio target from 1.2 to 1.3 interfaces, and added it to the trunk.
2007-08-19 Sam Lantinga Date: Sun, 19 Aug 2007 18:29:28 +0200
2007-08-19 Sam Lantinga Whoops, missing file...
2007-08-19 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
2007-08-18 Sam Lantinga Okay, still some bugs, but everything builds again...
2007-08-18 Sam Lantinga More work in progress integrating SDL_Surface and the new SDL_Texture API
2007-08-17 Sam Lantinga More work in progress...
2007-08-17 Sam Lantinga Enabled SSE2 intrinsics
2007-08-17 Sam Lantinga More work in progress, still doesn't compile...
2007-08-17 Sam Lantinga Work in progress: merging new texture features into SDL blit system
2007-08-17 Sam Lantinga Enabled 3DNow! intrinsic support
2007-08-17 Sam Lantinga indent
2007-08-17 Sam Lantinga Date: Fri, 17 Aug 2007 01:12:31 +0200
2007-08-17 Sam Lantinga Date: Fri, 17 Aug 2007 01:12:31 +0200
2007-08-17 Sam Lantinga Moved the colorkey and per-surface alpha into the blit info,
2007-08-16 Sam Lantinga Getting ready to add slow blitters. Everyone will love me. :)
2007-08-16 Sam Lantinga Use MMX intrinsics over GCC inline assembly
2007-08-16 Sam Lantinga Oops, didn't want to rename those files...
2007-08-16 Sam Lantinga Added notes on the next steps for SDL 1.3
2007-08-16 Sam Lantinga Removed unnecessary header (SDL_blit.h has SDL_cpuinfo.h)
2007-08-16 Sam Lantinga SSE and MMX intrinsics work with Visual Studio now...
2007-08-16 Sam Lantinga Fixed a few compiler warnings.
2007-08-16 Sam Lantinga Added SSE and MMX optimization for SDL_FillRect()
2007-08-16 Sam Lantinga Okay, I figured out the intrinsics for SIMD memcpy
2007-08-15 Sam Lantinga Removed hermes since it's LGPL and not compatible with a commercial license.
2007-08-15 Sam Lantinga Added code to enable multi-threaded OpenGL on Mac OS X, pending Ryan's PBO/VBO
2007-08-15 Sam Lantinga Optimization suggested by Ryan:
2007-08-15 Sam Lantinga indent
2007-08-15 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
2007-08-15 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
2007-08-15 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
2007-08-15 Sam Lantinga Fixed crash setting 0 bpp video mode.
2007-08-13 Sam Lantinga Added SSE version of SDL_FillRect() for 32-bit ARGB surfaces
2007-08-13 Sam Lantinga Shark rules!
2007-08-13 Sam Lantinga Advertise the most efficient format for the screen. Of course SDL code needs
2007-08-12 Sam Lantinga This is byte order dependent.
2007-08-12 Sam Lantinga indent
2007-08-12 Sam Lantinga Gained 5 FPS in testsprite because Mac OS X memset is highly optimized
2007-08-12 Sam Lantinga Test using glTextureRangeAPPLE
2007-08-12 Sam Lantinga indent
2007-08-12 Sam Lantinga Fixed compiling the Altivec blit code
2007-08-12 Sam Lantinga Optimized OpenGL renderer for Mac OS X.
2007-08-12 Sam Lantinga Fixed crash if conversion fails. Use ISO name for Latin-1
2007-08-12 Sam Lantinga Fixed compile warnings with Visual C++
2007-08-11 Sam Lantinga Exported the software renderer texture functions to make easier to create
2007-08-11 Sam Lantinga Date: Sat, 11 Aug 2007 02:03:16 +0200 (CEST)
2007-08-11 Sam Lantinga Updated the credits for SDL 1.3
2007-08-11 Sam Lantinga Whoops, it's not quite that easy - fixed bug in SDL_ClearDirtyRects()
2007-08-11 Sam Lantinga Optimized dirty rect code
2007-08-11 Sam Lantinga Emphasized the separation between SDL_Surface and SDL_Texture
2007-08-11 Sam Lantinga indent
2007-08-11 Sam Lantinga Don't run indent on the Xcode templates
2007-08-10 Sam Lantinga Figured out how to optimize the SDL_compat path and simplify writing framebuffer drivers
2007-08-07 Sam Lantinga 1.3 video API design chat
2007-08-07 Sam Lantinga Some thoughts on 1.3 video written down
2007-07-26 Bob Pendleton changed to use SDL_realloc()
2007-07-25 Bob Pendleton make indent
2007-07-25 Bob Pendleton Added gamma table support to X11. Also now supports DirectColor visuals.
2007-07-24 Bob Pendleton make indent
2007-07-23 Sam Lantinga Switched afxres.h to winresrc.h
2007-07-23 Bob Pendleton Oops, meant PsuedoColor not TrueColor
2007-07-23 Sam Lantinga indent
2007-07-23 Sam Lantinga Added support for the --depth command line option
2007-07-22 Sam Lantinga Fixed bug #467
2007-07-21 Sam Lantinga Unpacked project archives to get individual file history in subversion
2007-07-18 Sam Lantinga Better windres detection
2007-07-16 Sam Lantinga Fixed bug #460
2007-07-16 Sam Lantinga Added support for building version.rc in Windows build.
2007-07-16 Sam Lantinga Fixed bug #428
2007-07-15 Sam Lantinga Merged fix for bug #457 from SDL 1.2
2007-07-15 Sam Lantinga indent
2007-07-15 Ryan C. Gordon Merged r3292:3293 from branches/SDL-1.2: testjoystick verbose info.
2007-07-15 Sam Lantinga indent
2007-07-15 Sam Lantinga Split acinclude.m4 into its component parts for easy updating
2007-07-14 Ryan C. Gordon Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__.
2007-07-14 Ryan C. Gordon Reverted r3255:3256. Don't actually need it unless the build is broken. :)
2007-07-14 Ryan C. Gordon Merged r3257:3258 from branches/SDL-1.2: unused MMX variables.
2007-07-14 Ryan C. Gordon Merged r3255:3256 from branches/SDL-1.2: stdlib problem with SDL_memcpy macro.
2007-07-14 Patrice Mandin Use correct function
2007-07-14 Patrice Mandin Missing variable declarations
2007-07-13 Patrice Mandin Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes
2007-07-13 Patrice Mandin Delete old files
2007-07-13 Patrice Mandin Update GEM driver to new API, will have to fill the void later :)
2007-07-13 Patrice Mandin Disable video extensions atm
2007-07-13 Patrice Mandin Missing include file
2007-07-13 Patrice Mandin Simplify setting window title
2007-07-12 Bob Pendleton This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
2007-07-12 Sam Lantinga Merged Ryan's patch from revision 3238 in SDL 1.2
2007-07-12 Sam Lantinga Whoops, needed to remove the other version of getlocale()
2007-07-12 Sam Lantinga Fixed bug #455
2007-07-12 Sam Lantinga Updated version to 1.3, added testgl2 test program
2007-07-12 Sam Lantinga Yes, you need to set the pixel format before creating a context.
2007-07-12 Sam Lantinga Visual C++ compiler warning fixes
2007-07-12 Sam Lantinga Creating a context makes it current, per the documentation.
2007-07-12 Sam Lantinga Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch
2007-07-12 Sam Lantinga Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch
2007-07-12 Sam Lantinga Warn Visual C++ users if they have a stale configure generated SDL_config.h
2007-07-11 Sam Lantinga indent
2007-07-11 Sam Lantinga indent
2007-07-11 Sam Lantinga Fixed compiling YUV code
2007-07-11 Sam Lantinga Fixed compiling the x11 driver
2007-07-11 Sam Lantinga Needed an autorelease pool around the NSText allocation
2007-07-11 Sam Lantinga Added key composition support, courtesy of Kuon
2007-07-11 Ryan C. Gordon Merged r3211:3213 from branches/SDL-1.2: YUV MMX inline asm for GCC.
2007-07-11 Sam Lantinga indent doesn't know how to handle inline asm
2007-07-10 Sam Lantinga Updated SVN checkout instructions
2007-07-10 Ryan C. Gordon Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks.
2007-07-10 Sam Lantinga Merged memory leak fix from SDL 1.2
2007-07-10 Sam Lantinga NAS dynamic loading is going to be have to looked at... *sigh*
2007-07-10 Bob Pendleton Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
2007-07-10 Sam Lantinga Oh yeah, they're boolean values...
2007-07-10 Sam Lantinga Updated to use size_t instead of int for amounts of data.
2007-07-10 Sam Lantinga Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183
2007-07-10 Sam Lantinga Merged part of NetBSD pkgsrc patch-aj:
2007-07-08 Sam Lantinga Fixed bug #451
2007-07-08 Sam Lantinga Fixed configure warning about datarootdir
2007-07-08 Ryan C. Gordon Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
2007-07-06 Bob Pendleton fixed code for printing mousewheel events to match the new format of mousewheel events.
2007-07-06 Sam Lantinga Reverted mousewheel support in 1.2, since it breaks binary compatibility.
2007-07-06 Sam Lantinga Fixed bug #382
2007-07-05 Sam Lantinga Fixed bug #436
2007-07-05 Sam Lantinga Fixed bug #77
2007-07-05 Sam Lantinga Fixed mode code under VMware running Windows 98
2007-07-05 Sam Lantinga I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98.
2007-07-05 Sam Lantinga Removed campatibility behavior for 1.3
2007-07-05 Ryan C. Gordon Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy.
2007-07-05 Ryan C. Gordon Merged r3140:3141 from branches/SDL-1.2: loopwave fix.
2007-07-05 Ryan C. Gordon Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.
2007-07-04 Sam Lantinga Fix for bug #447 merged from SDL 1.2
2007-07-04 Sam Lantinga Fixed bug #349
2007-07-03 Sam Lantinga stupid indent
2007-07-03 Ryan C. Gordon Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
2007-07-02 Sam Lantinga Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
2007-06-30 Sam Lantinga Merged change from 1.2 to add X11 path for OpenGL detection
2007-06-29 Ryan C. Gordon Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
2007-06-28 Sam Lantinga iconv() doesn't write to the data, just make compilers happy
2007-06-28 Sam Lantinga Merge iconv const changes from 1.2
2007-06-27 Ryan C. Gordon Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes.
2007-06-21 Ryan C. Gordon Fixed previous VC6 patch.
2007-06-21 Ryan C. Gordon Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.
2007-06-20 Bob Pendleton Added a WindowID to the user event and cleaned up a little bit of formating
2007-06-19 Sam Lantinga Fixes for compiling with Visual C++ 8.0 Express Edition
2007-06-16 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
2007-06-16 Ryan C. Gordon Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
2007-06-16 Ryan C. Gordon Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support.
2007-06-15 Ryan C. Gordon Removed EPOC port from the 1.3 branch.
2007-06-15 Ryan C. Gordon Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.
2007-06-15 Ryan C. Gordon Subversion should ignore sdl.pc ...
2007-06-15 Ryan C. Gordon Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define.
2007-06-15 Sam Lantinga Don't install the extra SDL config headers or SDL_copying.h
2007-06-14 Ryan C. Gordon Reworked r3067:3068 from branches/SDL-1.2: arts unavailable hardware bug fix.
2007-06-14 Sam Lantinga make indent
2007-06-14 Sam Lantinga Fixed running on Windows under VMware
2007-06-13 Ryan C. Gordon Merged r3062:3063 from branches/SDL-1.2: clear inaccurate x11dyn error strings.
2007-06-13 Ryan C. Gordon Merged r3059:3060 from branches/SDL-1.2: output key event's keysym.
2007-06-09 Patrice Mandin Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt
2007-06-08 Patrice Mandin Set supervisor as volatile as it is modified from an interrupt
2007-06-04 Ryan C. Gordon Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix.
2007-06-04 Ryan C. Gordon Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.
2007-06-04 Ryan C. Gordon Merged r3042:3043 from branches/SDL-1.2: legacy yasm fix.
2007-06-03 Ryan C. Gordon Merged r3037:3038 from branches/SDL-1.2: Mac OS X memcpy/memset selection.
2007-05-31 Sam Lantinga Fixed build issues on Mac OS X
2007-05-29 Ryan C. Gordon Merged r3029:3030 from branches/SDL-1.2: Mac OS X joystick axis fix.
2007-05-27 Patrice Mandin Allow creation of window bigger than visible size
2007-05-26 Patrice Mandin Simply resize existing window
2007-05-26 Patrice Mandin GEM has a window manager, of course
2007-05-22 Ryan C. Gordon Date: Wed, 23 May 2007 00:39:47 +0300
2007-04-04 Ryan C. Gordon Mac OS X port always links with IOKit framework in SDL 1.3.
2007-04-04 Ryan C. Gordon Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks.
2007-04-04 Ryan C. Gordon Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.
2007-04-04 Ryan C. Gordon Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug.
2007-04-01 Ryan C. Gordon Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec
2007-03-30 Ryan C. Gordon Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
2007-03-27 Ryan C. Gordon Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.
2007-03-18 Ryan C. Gordon Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support.
2007-03-14 Ryan C. Gordon Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.
2007-02-20 Ryan C. Gordon Added id of another buggy Microsoft SideWinder to the Linux joystick driver.
2007-02-20 Ryan C. Gordon Merged r2985:2986 from branches/SDL-1.2: directfb yuv coop level fix.
2007-02-15 Ryan C. Gordon Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.
2007-02-15 Ryan C. Gordon Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.
2007-02-14 Ryan C. Gordon Merged r2977:2978 from branches/SDL-1.2: BUGS file cutdown.
2007-02-14 Ryan C. Gordon Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.
2007-02-13 Ryan C. Gordon Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.
2007-02-13 Ryan C. Gordon Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c
2007-02-12 Ryan C. Gordon Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.
2007-02-12 Ryan C. Gordon Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.
2007-02-08 Patrice Mandin make enable match name
2007-02-03 Ryan C. Gordon Merged Bugzilla #354 fix into trunk.
2007-01-23 Sam Lantinga Updated svn repository
2007-01-05 Patrice Mandin Alpha sort the test list, add missing ones, remove removed ones
2006-12-08 Ryan C. Gordon Look for an exact match first when setting a video mode on BeOS.
2006-12-08 Ryan C. Gordon Logic error in BeOS video mode selection ("width" where it should be "height").
2006-12-01 Ryan C. Gordon From: Torsten Giebl
2006-11-29 Ryan C. Gordon Apparently it's possible that MSVC will want to call a built-in function to
2006-11-29 Ryan C. Gordon Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses.
2006-11-29 Ryan C. Gordon Use SDL_strcmp(), not strcmp().
2006-11-29 Ryan C. Gordon Logic error in SDL_video.c (used bitwise OR instead of logical OR).
2006-11-21 Ryan C. Gordon Merged r2913:2914 from SDL-1.2 branch into trunk: alpha blit GCC MMX asm fix.
2006-11-13 Patrice Mandin Save/restore current video mode and palette
2006-11-13 Patrice Mandin xbios: preliminary video mode init
2006-11-13 Ryan C. Gordon Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend.
2006-11-11 Ryan C. Gordon Fixed building of Windows waveout audio.
2006-11-07 Ryan C. Gordon Merged r2903:2904 from SDL-1.2 branch to trunk: BeOS loadso updates.
2006-11-07 Ryan C. Gordon Merged r2901:2902 from SDL-1.2 branch to trunk: printf stupidity fixes.
2006-11-07 Ryan C. Gordon Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.
2006-11-03 Ryan C. Gordon Use dummy joystick backend if subsystem is enabled but no better driver was
2006-10-29 Sam Lantinga @#$% indent
2006-10-29 Sam Lantinga (none)
2006-10-29 Sam Lantinga Merged Ryan's fix, in case we need it later.
2006-10-29 Ryan C. Gordon Removed AmigaOS code for 1.3 branch.
2006-10-29 Ryan C. Gordon Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)
2006-10-28 Sam Lantinga indent is evil
2006-10-28 Sam Lantinga Fixed mouse enter/leave events for a single window.
2006-10-28 Sam Lantinga Fixed focus comptability bug
2006-10-28 Ryan C. Gordon Oh for crying out loud...
2006-10-28 Ryan C. Gordon Whoops, wrong variable name.
2006-10-28 Ryan C. Gordon Fix potential memory leaks if CoreAudio initialization fails.
2006-10-28 Ryan C. Gordon Patched to compile.
2006-10-27 Ryan C. Gordon 1.3 branch version of revision 2878.
2006-10-21 Patrice Mandin Also save/restore fpu register in vbl interrupt
2006-10-20 Ryan C. Gordon Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the
2006-10-18 Ryan C. Gordon Patched to compile again (thanks, Rasmus!).
2006-10-17 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
2006-10-01 Ryan C. Gordon Double Whoops. :P
2006-10-01 Sam Lantinga Whoops. :)
2006-10-01 Sam Lantinga Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
2006-10-01 Ryan C. Gordon Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.
2006-10-01 Ryan C. Gordon Minor cleanup in the mint driver that was sitting on my laptop (sorry!).
2006-09-24 Sam Lantinga Formatting update
2006-09-24 Sam Lantinga Fixed bug #292
2006-09-24 Sam Lantinga Fixed bug #316
2006-09-24 Sam Lantinga Fixed bug #321
2006-09-24 Sam Lantinga Fixed bug #270
2006-09-23 Sam Lantinga (none)
2006-09-23 Sam Lantinga Fixed bug #329
2006-09-22 Patrice Mandin Pfiou, all of it to update, faster to rewrite from scratch?
2006-09-20 Patrice Mandin Started update for 1.3
2006-09-20 Patrice Mandin Oops, don't need to check that
2006-09-20 Patrice Mandin More work for 1.3
2006-09-20 Patrice Mandin Started work to update for 1.3 api
2006-09-20 Patrice Mandin Reenable mouse usage using xbios vectors under MiNT
2006-09-20 Patrice Mandin Forward keyboard reworking from 1.2
2006-09-16 Patrice Mandin Add teamtap support
2006-09-16 Patrice Mandin Update for recent changes
2006-09-16 Patrice Mandin Save/restore FPU registers in interrupt
2006-09-13 Ryan C. Gordon Fixed typo in windib audio.
2006-09-12 Patrice Mandin Allow grabing mouse by locking its position
2006-09-12 Patrice Mandin Reenable xbios usage to get relative mouse motion
2006-09-12 Patrice Mandin Allow mouse to be locked when grabbed with GEM driver
2006-09-12 Patrice Mandin Disable MiNT thread usage and use hw access for updating DMA audio pointers
2006-09-12 Sam Lantinga Temporarily disabled framebuffer console support for SDL 1.3
2006-09-08 Patrice Mandin Forgot to reshow mouse cursor when exiting grab/hide mode
2006-09-07 Patrice Mandin /me dumb, sizeof(keymap != number of elements
2006-09-05 Patrice Mandin Use correct function to free allocated mem
2006-09-02 Ryan C. Gordon Fixed macosx audio initialization (passed wrong struct to CoreAudio).
2006-09-02 Ryan C. Gordon Compile fixes.
2006-09-01 Ryan C. Gordon Added a FIXME and macro to sun audio.
2006-09-01 Ryan C. Gordon Replaced unions with calls to SDL_SwapFloat...
2006-09-01 Ryan C. Gordon Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit
2006-09-01 Ryan C. Gordon Continuing my quest to replace all the bitwise operations on SDL_AudioFormats
2006-09-01 Ryan C. Gordon Fixed broken audio conversions between float and unsigned datatypes.
2006-09-01 Ryan C. Gordon Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned
2006-09-01 Ryan C. Gordon ALSA was testing if (format) was set to zero as an error condition, but
2006-09-01 Ryan C. Gordon int32 support for windib and windx5 audio backends.
2006-09-01 Ryan C. Gordon QNX6 support for int32/float32 (isn't this just ALSA?!)
2006-09-01 Ryan C. Gordon Updated Tru64 audio to support int32.
2006-09-01 Ryan C. Gordon MiNT audio driver cleanups for clamping types and channels to supported
2006-09-01 Ryan C. Gordon Mac OS 9 support for int32/float32.
2006-09-01 Ryan C. Gordon Mac OS X audio backend now supports int32/float32.
2006-09-01 Ryan C. Gordon Cleaned up IRIX audio driver, added float32 support and fallbacks when
2006-08-31 Ryan C. Gordon Actually, my silly logic bug was actually correct. :/
2006-08-31 Ryan C. Gordon Let SDL convert to valid Dreamcast audio formats instead of failing if the
2006-08-31 Ryan C. Gordon Let OS/2 DART backend use SDL converters at a higher level (would fail if
2006-08-31 Ryan C. Gordon Fixed silly logic thing.
2006-08-31 Ryan C. Gordon Added int32 and float32 support (and some others!) to BeOS audio backend.
2006-08-31 Ryan C. Gordon Added int32 support to Amiga audio driver and cleaned up some other details
2006-08-31 Ryan C. Gordon ALSA backend can handle int32 and float32 data directly.
2006-08-31 Ryan C. Gordon Added int32 adn float32 support to SDL_LoadWAV_RW().
2006-08-31 Ryan C. Gordon Reordered the favored audio format list a little.
2006-08-29 Sam Lantinga Take advantage of the existing SDL blitters for normal copy blits.
2006-08-28 Sam Lantinga Clear the second texture stage explicitly
2006-08-28 Sam Lantinga The dummy renderer can task advantage of the MASK optimization too, though performance probably doesn't matter here...
2006-08-28 Sam Lantinga Optimized the copy blitters a little bit
2006-08-28 Sam Lantinga Figured out how texture stages work, thanks to this:
2006-08-28 Sam Lantinga Implemented color modulation in the D3D renderer.
2006-08-28 Sam Lantinga Cleanup for the last checkin
2006-08-28 Sam Lantinga Added source color and alpha modulation support.
2006-08-24 Ryan C. Gordon Added SDL_SwapFloat* function/macros. Reference Bugzilla #293.
2006-08-24 Ryan C. Gordon Forgot to check in updated SDL_audio.h ...
2006-08-24 Ryan C. Gordon First shot at new audio data types (int32 and float32).
2006-08-10 Sam Lantinga The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)
2006-08-10 Sam Lantinga Missed a Qtopia change.
2006-08-10 Sam Lantinga MacOS Classic is no longer supported.
2006-08-10 Sam Lantinga MacOS Classic is no longer supported.
2006-08-10 Sam Lantinga David Hedbor is no longer maintaining the Qtopia code.
2006-08-07 Sam Lantinga Whoops, remove debug code
2006-08-07 Sam Lantinga Added resize support for GDI and Direct3D renderers
2006-08-06 Sam Lantinga Added paletted OpenGL texture support.
2006-08-06 Sam Lantinga Fixed fullscreen modes with Cocoa video driver.
2006-08-06 Sam Lantinga Fixed bug recreating OpenGL textures on window resize
2006-08-06 Sam Lantinga Added window resize support for the software renderer
2006-08-06 Sam Lantinga Allow the render context to do necessary work when the video mode changes.
2006-08-06 Sam Lantinga Clarified the difference between render drivers and render contexts
2006-08-05 Sam Lantinga Updated header documentation
2006-08-05 Sam Lantinga In general, fill in pointers to structures, rather than return them.
2006-08-05 Sam Lantinga Removed old function
2006-08-05 Sam Lantinga SDL constants are all uppercase.
2006-08-03 Ryan C. Gordon 1.3 API proposals for audio subsystem. Nothing in here is guaranteed to
2006-08-02 Sam Lantinga Added SDL_GetCurrentVideoDisplay()
2006-07-30 Sam Lantinga Hack to stop the beeping
2006-07-30 Sam Lantinga Removed debug code. :)
2006-07-30 Sam Lantinga Added numlock support
2006-07-30 Sam Lantinga Implemented Cocoa key event handling.
2006-07-29 Sam Lantinga Added right/other drag code for Cocoa windows
2006-07-29 Sam Lantinga Implemented Cocoa mouse wheel events
2006-07-29 Sam Lantinga Simplified driver window creation code.
2006-07-29 Sam Lantinga (none)
2006-07-29 Sam Lantinga Don't unload the OpenGL library before the X display is closed.
2006-07-28 Sam Lantinga We're not querying the glX attributes anymore...
2006-07-28 Sam Lantinga Implemented X11 OpenGL support.
2006-07-27 Sam Lantinga Initial work on X11 window code in.
2006-07-26 Sam Lantinga Started work on the new X11 driver.
2006-07-26 Sam Lantinga Placate versions of ranlib which complain about empty files (Mac OS X 10.4)
2006-07-26 Sam Lantinga Starting fresh with the X11 driver
2006-07-26 Sam Lantinga Oh yeah, more DGA removal
2006-07-26 Sam Lantinga Added the dummy audio driver to instructions
2006-07-26 Sam Lantinga PicoGUI is no longer maintained by the author.
2006-07-26 Sam Lantinga The AAlib driver is fun, but not worth rewriting for SDL 1.3
2006-07-26 Sam Lantinga The old windows video drivers are superceded by the unified win32 driver.
2006-07-26 Sam Lantinga Hopefully glSDL has been superceded by the OpenGL render driver.
2006-07-26 Sam Lantinga More DGA removal
2006-07-26 Sam Lantinga Removing DGA support for SDL 1.3 - it's still buggy years later, and now
2006-07-25 Sam Lantinga SDL applications no longer need to link with Cocoa (unless they want to)
2006-07-25 Sam Lantinga Actually use the function we took the trouble to get the pointer for.
2006-07-25 Sam Lantinga Fixed Objective-C memory leaks
2006-07-25 Sam Lantinga Implemented OpenGL support on Mac OS X
2006-07-24 Ryan C. Gordon Patch from 1.2 branch...fix compilation on Qtopia video target (reference
2006-07-24 Sam Lantinga Implemented Mac OS X video mode selection.
2006-07-24 Sam Lantinga Implemented Cocoa window support
2006-07-23 Sam Lantinga Whoops, that's a while loop. :)
2006-07-23 Sam Lantinga The Mac OS X Cocoa video driver is under construction...
2006-07-23 Sam Lantinga Fixed compiler warnings
2006-07-23 Sam Lantinga Added an environment variable to select which driver the software renderer will use.
2006-07-23 Sam Lantinga Fixed crash with multiple windows
2006-07-22 Sam Lantinga OpenGL renderer is feature complete!
2006-07-22 Sam Lantinga Added SDL_GL_ExtensionSupported()
2006-07-22 Sam Lantinga Query the maximum texture size for the D3D renderer.
2006-07-22 Sam Lantinga If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.
2006-07-22 Sam Lantinga Switch OpenGL contexts when switching render contexts.
2006-07-22 Sam Lantinga Fixed OpenGL blend modes, added power of 2 texture code
2006-07-22 Sam Lantinga Bug fixes to the OpenGL renderer
2006-07-22 Sam Lantinga Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
2006-07-19 Sam Lantinga Fixed to compile while the OpenGL renderer is under construction
2006-07-19 Sam Lantinga Starting on the OpenGL renderer...
2006-07-19 Sam Lantinga Implemented scaling in the D3D renderer
2006-07-19 Sam Lantinga Implemented blend modes in the D3D renderer
2006-07-19 Sam Lantinga Implemented multi-window OpenGL program with test framework.
2006-07-18 Sam Lantinga Added a test program framework for easy initialization.
2006-07-17 Sam Lantinga Implemented Windows OpenGL support
2006-07-16 Sam Lantinga Setting up the OpenGL support
2006-07-16 Sam Lantinga Create a fake desktop mode for windowed mode apps
2006-07-16 Sam Lantinga Fixed building on Mac OS X without the Carbon and Cocoa video drivers
2006-07-15 Sam Lantinga Look at environment variables in SDL_VideoInit() and SDL_AudioInit()
2006-07-15 Sam Lantinga Implemented fully featured dummy renderer
2006-07-15 Sam Lantinga Streamlined the API a bit and optimized the software renderer.
2006-07-14 Sam Lantinga Changed the name of the dummy renderer
2006-07-14 Sam Lantinga Prefer the D3D renderer over GDI, at least for testing.
2006-07-14 Sam Lantinga Yay! D3D renderer works!
2006-07-14 Sam Lantinga More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
2006-07-13 Sam Lantinga Updated Visual C++ 2005 project
2006-07-13 Sam Lantinga Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
2006-07-12 Sam Lantinga First stab at a D3D renderer, only 30FPS so far... ?
2006-07-12 Sam Lantinga debug cleanup
2006-07-12 Sam Lantinga Playing around, trying to find a fast path with GDI
2006-07-12 Sam Lantinga Solved the performance problems by introducing the concept of a single-buffered
2006-07-10 Sam Lantinga Updated the snapshot build target to reflect the new source location
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-07-06 Patrice Mandin sdl.pc is in build directory, not source
2006-06-27 Sam Lantinga Include sdl.pc in the development RPM release-1.2.11
2006-06-27 Sam Lantinga Added 1.2.11 patch notes
2006-06-26 Sam Lantinga Fixed libiconv detection
2006-06-26 Sam Lantinga Fixed problem with nasm hidden visibility detection
2006-06-26 Sam Lantinga Almost added Mac OS X nasm support
2006-06-26 Sam Lantinga ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
2006-06-25 Sam Lantinga Updated version to SDL 1.2.1
2006-06-25 Sam Lantinga Updated the version to 1.2.11
2006-06-25 Sam Lantinga (none)
2006-06-25 Sam Lantinga Fixed including stdint.h with gcc on Win32
2006-06-24 Sam Lantinga Fix for bug #240
2006-06-24 Sam Lantinga Fixed bug #258
2006-06-24 Sam Lantinga Fixed bug #255
2006-06-24 Sam Lantinga Fixed bug #260
2006-06-23 Sam Lantinga Default the X11 dynamically loading on if the OS loader loads libraries
2006-06-23 Ryan C. Gordon Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.
2006-06-23 Sam Lantinga Fixed bug #69
2006-06-23 Sam Lantinga Fixed bug #147
2006-06-23 Ryan C. Gordon Only allow dynamic X11 if gcc4 (-fvisibility=hidden) is used.
2006-06-23 Ryan C. Gordon Minor bit of sanity-checking debug info in dynamic X11 code.
2006-06-21 Sam Lantinga Renamed, per Mike's comment on bug #157
2006-06-21 Sam Lantinga Renamed, per Mike's comment on bug #157
2006-06-21 Sam Lantinga Fixed bug #157
2006-06-21 Sam Lantinga Fixed bug #256
2006-06-20 Sam Lantinga Date: Fri, 9 Jun 2006 11:35:23 +0300
2006-06-20 Sam Lantinga Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)
2006-06-20 Sam Lantinga Fixed bug #251
2006-06-20 Sam Lantinga Bug #250, pkg-config support contributed by Mikael Eriksson
2006-06-20 Sam Lantinga Bug #250, pkg-config support contributed by Mikael Eriksson
2006-06-20 Sam Lantinga I think this fixes bug #244
2006-06-20 Sam Lantinga Fixed bug #241
2006-06-20 Sam Lantinga Test case for bug #240
2006-06-20 Sam Lantinga Fixed bug #232
2006-06-20 Sam Lantinga Fixed bug #232
2006-06-14 Patrice Mandin Oops, reverted single/double buffer update
2006-06-14 Patrice Mandin Add program to test mouse cursor change
2006-06-14 Patrice Mandin Fix mouse cursor change
2006-05-23 Sam Lantinga Date: Mon, 22 May 2006 01:16:47 -0400
2006-05-21 Sam Lantinga Moved DirectInput joystick code to 1.3 branch
2006-05-21 Sam Lantinga Closed bug #74
2006-05-21 Ryan C. Gordon Removed unused variable with undefined type. Fixes Bugzilla #234.
2006-05-18 Ryan C. Gordon Try to keep SDL keysyms sane regardless of keyboard layout in windib target.
2006-05-17 Ryan C. Gordon Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.
2006-05-17 Sam Lantinga Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll
2006-05-17 Sam Lantinga Fixed uninitialized variable warnings
2006-05-17 Sam Lantinga Clean out the tests before creating distribution archive release-1.2.10
2006-05-17 Sam Lantinga Updated RPM spec file with License keyword
2006-05-17 Sam Lantinga Whoops, clean files in the dist directory
2006-05-17 Sam Lantinga (none)
2006-05-17 Sam Lantinga Removed support for Darwin, due to build problems on ps2linux
2006-05-17 Sam Lantinga Needed unistd.h for unlink()
2006-05-17 Sam Lantinga Patch from Ryan to fix compiler warnings
2006-05-16 Sam Lantinga Use the correct parameter for GLX_VISUAL_CAVEAT_EXT
2006-05-16 Sam Lantinga Updated docs for SDL 1.2.10 release
2006-05-16 Sam Lantinga Added information about gcc-fat.sh to README.MacOSX
2006-05-16 Sam Lantinga Fixed compiling GS YUV conversion code
2006-05-16 Sam Lantinga Date: Mon, 15 May 2006 17:18:34 +0300
2006-05-15 Sam Lantinga DragonFly BSD has an older version of VGL which SDL doesn't support.
2006-05-15 Sam Lantinga Fixed corrupt image
2006-05-15 Sam Lantinga OpenBSD doesn't ship with X11 library major version symlinks
2006-05-15 Sam Lantinga Added yet another variant of autoconf to the list
2006-05-15 Sam Lantinga Added yet another variant of autoconf to the list
2006-05-14 Sam Lantinga Fix from Marc Peter: slightly fixed Watcom makefiles for 1.2.10 release
2006-05-14 Patrice Mandin Add a reminder to fix current->w,current->h
2006-05-14 Sam Lantinga Fixed alloca declaration for MPW
2006-05-13 Sam Lantinga Hey, whaddy know! MacOS Classic has 64-bit types!
2006-05-13 Sam Lantinga SDLmain compile fix
2006-05-12 Patrice Mandin Add missing include file
2006-05-12 Patrice Mandin Use the right variables to set stuff for sdl-config script
2006-05-12 Sam Lantinga Fixed signed/unsigned issues
2006-05-12 Sam Lantinga Whoops, need a space after dnl to make it meaningful. :)
2006-05-11 Sam Lantinga Should we always look in /usr/local when compiling natively?
2006-05-11 Sam Lantinga Date: Thu, 11 May 2006 19:08:05 -0400
2006-05-11 Sam Lantinga Date: Thu, 11 May 2006 17:09:17 -0400
2006-05-11 Patrice Mandin Forgot to declare volatile stuff also in c file
2006-05-11 Sam Lantinga Fixed some bugs in string handling
2006-05-11 Sam Lantinga Saved a little space by not including the CodeWarrior 5 XML projects
2006-05-11 Sam Lantinga Fixed bug #53
2006-05-11 Sam Lantinga Fixed building with CodeWarrior on MacOS Classic
2006-05-11 Sam Lantinga Fixed MacOS Classic build
2006-05-11 Sam Lantinga sdl-config doesn't include the OpenGL library in --libs
2006-05-11 Sam Lantinga Fixed bug #208
2006-05-11 Sam Lantinga Fixed bug #226
2006-05-11 Sam Lantinga Fixed bug #225
2006-05-11 Sam Lantinga Date: Wed, 10 May 2006 17:43:21 -0700
2006-05-10 Sam Lantinga Only set Mac OS X default if both parameters are left default
2006-05-10 Sam Lantinga (none)
2006-05-10 Sam Lantinga Added hardcoded /usr/X11R6 path so GLX detection works on Mac OS X.
2006-05-10 Sam Lantinga Need to use __MACOSX__ for the Mac OS X platform.
2006-05-10 Sam Lantinga Fixed bug #221
2006-05-10 Sam Lantinga Fixed bug #222
2006-05-10 Sam Lantinga Prevent both __MACOS__ and __MACOSX__ from being defined in Codewarrior
2006-05-10 Sam Lantinga Xcode has trouble compiling different files with the same name for two architectures
2006-05-10 Sam Lantinga Removed unused variable
2006-05-10 Sam Lantinga Fixed X11 support on Mac OS X Universal build
2006-05-10 Sam Lantinga Date: Tue, 9 May 2006 23:01:49 -0400
2006-05-09 Sam Lantinga Fat test programs! :)
2006-05-09 Sam Lantinga Fixed bug #218
2006-05-09 Sam Lantinga Fixed bug #220
2006-05-09 Sam Lantinga Fixed bug #137
2006-05-09 Sam Lantinga Date: Mon, 8 May 2006 14:19:30 -0700
2006-05-09 Sam Lantinga More compile fixes for systems without the DPMS extension
2006-05-09 Sam Lantinga Fixed build errors on systems without the DPMS extension
2006-05-09 Sam Lantinga Date: Mon, 8 May 2006 14:19:30 -0700
2006-05-09 Sam Lantinga Fixed bug #104
2006-05-09 Sam Lantinga Fixed bug #144
2006-05-09 Sam Lantinga Fixed bug #201
2006-05-09 Sam Lantinga Fixed bug #106
2006-05-09 Sam Lantinga Fixed DGA mode sorting and eliminated doublescan and interlaced modes
2006-05-08 Sam Lantinga Disable the screensaver in DGA mode, which is even more important than X11...
2006-05-08 Sam Lantinga Fixed bug #203
2006-05-08 Sam Lantinga (none)
2006-05-08 Sam Lantinga Get updates to the shadow surface while switched away
2006-05-08 Sam Lantinga Fixed bug #49
2006-05-08 Sam Lantinga Made it easier to test some things on the framebuffer console
2006-05-08 Sam Lantinga Fixed detection of current vt when not running as root.
2006-05-08 Sam Lantinga Eliminate duplicate video modes
2006-05-08 Sam Lantinga SDL_strncpy doesn't exist
2006-05-08 Sam Lantinga Date: Sun, 7 May 2006 19:22:33 -0400
2006-05-07 Sam Lantinga (none)
2006-05-07 Sam Lantinga (none)
2006-05-07 Sam Lantinga Fixed bug #102
2006-05-07 Sam Lantinga Fixed bug #217
2006-05-07 Sam Lantinga Fixed bug #216
2006-05-07 Sam Lantinga Fixed bug #215
2006-05-05 Sam Lantinga Fixed bug #80
2006-05-05 Sam Lantinga Fixed bug #196
2006-05-04 Sam Lantinga (none)
2006-05-04 Sam Lantinga Fixed bug #45
2006-05-04 Sam Lantinga The install target depends on the libraries being built
2006-05-04 Sam Lantinga Updated to include new languages and platform support
2006-05-04 Sam Lantinga Date: Thu, 4 May 2006 08:44:10 +0200 (CEST)
2006-05-03 Sam Lantinga Fixed execv warning when libtool creates wrapper executables
2006-05-03 Sam Lantinga Patch from Dmitry Yakimov to fix building on WinCE
2006-05-02 Sam Lantinga Added instructions for copying SDL_config.h
2006-05-02 Sam Lantinga Updated OS/2 project files
2006-05-01 Sam Lantinga Yeah, that's what I meant. :)
2006-05-01 Sam Lantinga Using the SDL C runtime functions
2006-05-01 Sam Lantinga Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently
2006-05-01 Sam Lantinga Date: Sun, 30 Apr 2006 14:20:05 +1000
2006-05-01 Sam Lantinga SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function
2006-05-01 Sam Lantinga SDL_sysjoystick.c:983: warning: 'return' with a value, in function returning void
2006-04-30 Patrice Mandin Declare volatile variables modified by interrupt routines
2006-04-30 Sam Lantinga Removed redundant rm
2006-04-30 Sam Lantinga We want to wrap HAVE_ALLOCA_H, not HAVE_ALLOCA. :)
2006-04-29 Sam Lantinga ------- Comment #1 From Max Horn 2006-04-17 03:08 [reply] -------
2006-04-29 Sam Lantinga (none)
2006-04-29 Sam Lantinga Disable the XRandR extension by default, since KDE maximizes windows which are larger than the new resolution, and then doesn't restore their size and positition when the old resolution is restored.
2006-04-29 Sam Lantinga Only use -fvisibility=hidden if SDL will define some symbols as available. :)
2006-04-28 Sam Lantinga [From Sam]
2006-04-28 Sam Lantinga Future proof C++ code
2006-04-28 Sam Lantinga Fixed bug #206, fatbuild.sh works flawlessly on Intel Macs
2006-04-27 Ryan C. Gordon fatbuild fixes:
2006-04-27 Sam Lantinga Fixed bug #101
2006-04-27 Sam Lantinga Trying to fix fatbuild.sh on intel
2006-04-27 Sam Lantinga Fixed compile errors on Mac OS X
2006-04-27 Sam Lantinga Implemented bug #5
2006-04-27 Sam Lantinga Implemented bug #2, 117:
2006-07-10 Sam Lantinga SDL_Rect now uses int for position and size. SDL-1.3
2006-07-09 Sam Lantinga The general code handles restoring video mode/gamma/etc. when the window loses focus. SDL-1.3
2006-07-09 Sam Lantinga Implemented gamma correction on Windows. SDL-1.3
2006-07-08 Sam Lantinga Implemented Win32 input grab SDL-1.3
2006-07-08 Sam Lantinga SDL_PushEvent() calls the event filter code, and has a return value to tell SDL-1.3
2006-07-08 Sam Lantinga Starting support for Direct3D render driver. SDL-1.3
2006-07-07 Sam Lantinga Fixed compile problems with new OpenGL API. SDL-1.3
2006-07-07 Sam Lantinga Fixed typo in stretch render code. SDL-1.3
2006-07-07 Sam Lantinga Started on the OpenGL API revamp. SDL-1.3
2006-07-07 Sam Lantinga Merged sdl.pc location fix from SDL 1.2 SDL-1.3
2006-07-07 Sam Lantinga Implemented Win32 video mode support SDL-1.3
2006-07-06 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
2006-07-06 Sam Lantinga (none) SDL-1.3
2006-06-30 Sam Lantinga Added a userdata parameter for event filters. SDL-1.3
2006-06-30 Sam Lantinga Fixed indenting in MSVC inline assembly SDL-1.3
2006-06-30 Sam Lantinga Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3
2006-06-28 Sam Lantinga You can now create multiple windows on Win32 SDL-1.3
2006-06-27 Sam Lantinga Further progress on the new Windows video driver: SDL-1.3
2006-06-27 Sam Lantinga Include sdl.pc in the development RPM SDL-1.3
2006-06-26 Sam Lantinga The screen/shadow surface flags are no longer needed SDL-1.3
2006-06-26 Sam Lantinga Fixed libiconv detection SDL-1.3
2006-06-26 Sam Lantinga Fixed problem with nasm hidden visibility detection SDL-1.3
2006-06-26 Sam Lantinga Whoops, forgot to indent SDL-1.3
2006-06-26 Sam Lantinga Started framework for Windows video driver SDL-1.3
2006-06-26 Sam Lantinga Almost added Mac OS X nasm support SDL-1.3
2006-06-26 Sam Lantinga ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] ------- SDL-1.3
2006-06-25 Sam Lantinga Merged gcc on win32 fix from SDL 1.2 SDL-1.3
2006-06-24 Sam Lantinga Merged fix for bug #240 from SDL 1.2 SDL-1.3
2006-06-24 Sam Lantinga Passing NULL to SDL_SetDisplayMode() will set the desktop mode. SDL-1.3
2006-06-24 Sam Lantinga Added a multi-window version of testsprite using the new API. SDL-1.3
2006-06-24 Sam Lantinga Merged fix for bug #258 from SDL 1.2 SDL-1.3
2006-06-24 Sam Lantinga Merged memory leak fix from SDL 1.2 SDL-1.3
2006-06-24 Sam Lantinga Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2 SDL-1.3
2006-06-23 Sam Lantinga Merged Ryan's 5.1 audio fix from SDL 1.2 SDL-1.3
2006-06-23 Sam Lantinga Merged DirectSound dropout fix from SDL 1.2 SDL-1.3
2006-06-23 Sam Lantinga Merged dynamic X11 fix from SDL 1.2 SDL-1.3
2006-06-21 Sam Lantinga Renamed, per Mike's comment on bug #157 SDL-1.3
2006-06-21 Sam Lantinga Renamed, per Mike's comment on bug #157 SDL-1.3
2006-06-21 Sam Lantinga Fixed bug #157 SDL-1.3
2006-06-21 Sam Lantinga Fixed bug #256 SDL-1.3
2006-06-20 Sam Lantinga Date: Fri, 9 Jun 2006 11:35:23 +0300 SDL-1.3
2006-06-20 Sam Lantinga Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST) SDL-1.3
2006-06-20 Sam Lantinga Fixed bug #251 SDL-1.3
2006-06-20 Sam Lantinga Bug #250, pkg-config support contributed by Mikael Eriksson SDL-1.3
2006-06-20 Sam Lantinga I think this fixes bug #244 SDL-1.3
2006-06-20 Sam Lantinga Fixed bug #241 SDL-1.3
2006-06-20 Sam Lantinga Fixed bug #232 SDL-1.3
2006-06-20 Sam Lantinga Fixed bug #232 SDL-1.3
2006-06-18 Sam Lantinga This trick only works for English SDL-1.3
2006-06-18 Sam Lantinga Added the unicode keysym memory again for backwards compatibility. SDL-1.3
2006-06-18 Sam Lantinga Fixed YUV overlay crash SDL-1.3
2006-06-18 Sam Lantinga Software YUV texture support in progress... SDL-1.3
2006-06-17 Sam Lantinga Finished palettized display handling. SDL-1.3
2006-06-16 Sam Lantinga Default palette entries to white, instead of black. SDL-1.3
2006-06-15 Sam Lantinga Working on paletted display and texture support (two different issues) SDL-1.3
2006-06-14 Sam Lantinga Dummy video driver works again in high color video modes. Yay! SDL-1.3
2006-06-14 Sam Lantinga More compile fixes SDL-1.3
2006-06-14 Sam Lantinga SDL_SetVideoMode() compiles now... SDL-1.3
2006-06-13 Sam Lantinga Added new style dummy renderer SDL-1.3
2006-06-12 Sam Lantinga Adding software renderer implementation SDL-1.3
2006-06-11 Sam Lantinga Overlay functions are being replaced by YUV textures. SDL-1.3
2006-06-11 Sam Lantinga Finishing up keyboard code revamp, at least for now... SDL-1.3
2006-06-10 Sam Lantinga Keyboard code update in progress SDL-1.3
2006-06-09 Sam Lantinga Updated SDL_Surface code for software-only access, fixed some build errors SDL-1.3
2006-06-09 Sam Lantinga Moved the cursor handling into the mouse code. SDL-1.3
2006-06-07 Sam Lantinga Work in progress. :) SDL-1.3
2006-05-29 Sam Lantinga The test programs compile again. SDL-1.3
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-29 Sam Lantinga Implemented many compatibility functions SDL-1.3
2006-05-28 Sam Lantinga The dummy video driver compiles. :) SDL-1.3
2006-05-28 Sam Lantinga more indent cleanup SDL-1.3
2006-05-28 Sam Lantinga more indent cleanup SDL-1.3
2006-05-28 Sam Lantinga fine tuning indent output SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-05-21 Sam Lantinga Moved DirectInput joystick code to 1.3 branch SDL-1.3
2006-05-20 Sam Lantinga Added API requested in bug #43: SDL-1.3
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-05-01 Sam Lantinga glSDL support SDL-1.3
2006-04-28 Sam Lantinga Merge trunk-1.3-2 SDL-1.3
2006-04-27 Sam Lantinga SDL-trunk-1.3-merge-1 SDL-1.3
2006-04-27 Sam Lantinga SDL_OPENGLBLIT is really gone... SDL-1.3
2006-04-27 Sam Lantinga Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported SDL-1.3
2006-04-27 Sam Lantinga Creating SDL 1.3 branch SDL-1.3
2006-04-26 Ryan C. Gordon Info on Subversion repository access.
2006-04-26 Sam Lantinga subversion conversion complete!
2006-04-22 Sam Lantinga Whoops, you can't use Project Builder anymore...
2006-04-22 Sam Lantinga Added info about fatbuild.sh
2006-04-22 Sam Lantinga Mac OS X fat build works! :)
2006-04-20 Sam Lantinga Date: Thu, 20 Apr 2006 10:13:34 +0200
2006-04-19 Sam Lantinga I think this is it...
2006-04-17 Sam Lantinga *** empty log message ***
2006-04-17 Sam Lantinga Added a note so I remember what the heck I was doing later. :)
2006-04-17 Sam Lantinga More general fix for bug #189
2006-04-17 Sam Lantinga Fixed bug #189
2006-04-17 Sam Lantinga Fixed bug #197
2006-04-17 Sam Lantinga Use the MAKE variable when available
2006-04-17 Sam Lantinga Whoops, need the actual flags here
2006-04-17 Sam Lantinga Miscellaneous Mac OS X fixes
2006-04-14 Sam Lantinga Date: Fri, 31 Mar 2006 18:28:55 -0500
2006-04-14 Sam Lantinga A script to build a fat version of the SDL library... completely untested!
2006-04-14 Sam Lantinga Make sure code is only compiled if the appropriate subsystem is enabled
2006-04-14 Sam Lantinga Don't hardcode the output directory
2006-04-14 Sam Lantinga From Anders F Bj�rklund:
2006-04-13 Sam Lantinga Don't check dlopen on Mac OS X, to retain 10.2 compatibility
2006-04-13 Sam Lantinga Fixed MacOS X and Solaris detection
2006-04-13 Sam Lantinga Fixed compile error
2006-04-13 Sam Lantinga Fixed bug #55
2006-04-13 Sam Lantinga Fixed bug #185
2006-04-13 Sam Lantinga Fixed bug #179
2006-04-13 Sam Lantinga Fixed bug #176
2006-04-13 Sam Lantinga Fixed bug #193
2006-04-13 Sam Lantinga Fixed bug #192
2006-04-13 Sam Lantinga Added a delay so the warning message isn't accidentally missed.
2006-04-13 Sam Lantinga Fixed bug #191
2006-04-13 Sam Lantinga Fixes bug #195:
2006-04-12 Sam Lantinga From Anders F Bjorklund:
2006-04-12 Sam Lantinga From Anders F Bjorklund:
2006-04-12 Sam Lantinga *** empty log message ***
2006-04-12 Sam Lantinga Patch from Alex to fix reverted code
2006-03-31 Sam Lantinga *** empty log message ***
2006-03-31 Sam Lantinga Ugh, more 64-bit cleanup
2006-03-31 Sam Lantinga Date: Wed, 29 Mar 2006 17:26:55 +0200 CEST
2006-03-25 Sam Lantinga Fixed building DLL on Windows
2006-03-24 Sam Lantinga Fixed some ultra-pedantic gcc warnings
2006-03-24 Sam Lantinga Fixed bug #177
2006-03-24 Ryan C. Gordon SDL_X11_LoadSymbols() was reporting success when required symbols weren't
2006-03-23 Ryan C. Gordon Fixed compiler warning.
2006-03-23 Sam Lantinga A less rude way of doing the same thing...
2006-03-23 Sam Lantinga These files should be included from SDL_config.h (so they get SDL_platform.h)
2006-03-23 Sam Lantinga ls shouldn't barf if it gets passed a path starting with - (e.g. -lesd)
2006-03-23 Sam Lantinga Fixed bug #175
2006-03-23 Sam Lantinga *** empty log message ***
2006-03-23 Sam Lantinga Fixed bug #171
2006-03-23 Sam Lantinga Fixed DirectFB detection
2006-03-23 Sam Lantinga Hopefully fixed up DirectFB detection
2006-03-23 Sam Lantinga *sigh*
2006-03-23 Ryan C. Gordon More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't
2006-03-23 Sam Lantinga Need time.h for nanosleep too...
2006-03-23 Sam Lantinga Better wscons detection
2006-03-23 Sam Lantinga *** empty log message ***
2006-03-23 Sam Lantinga Only use the visibility attribute in gcc 4.0 or newer
2006-03-23 Ryan C. Gordon Updated my email address.
2006-03-23 Ryan C. Gordon Consolidate all the X11 libraries, so you don't have to update 12 different
2006-03-22 Sam Lantinga Lines swapped to match ordering elsewhere
2006-03-22 Ryan C. Gordon Close off warning about setAppleMenu on Mac OS X 10.4 SDK.
2006-03-22 Sam Lantinga Don't detect Altivec on MacOS X Intel
2006-03-22 Ryan C. Gordon Xrandr support in the X11 target.
2006-03-22 Sam Lantinga Improved DirectFB install detection
2006-03-22 Sam Lantinga *** empty log message ***
2006-03-22 Ryan C. Gordon Patched to compile on 32-bit X11, I think.
2006-03-22 Sam Lantinga Date: Tue, 4 Mar 2003 15:05:31 -0800
2006-03-22 Sam Lantinga Fixed bug #61
2006-03-22 Sam Lantinga *** empty log message ***
2006-03-22 Sam Lantinga Fixed bug #50
2006-03-22 Sam Lantinga Eric rocks. :)
2006-03-22 Sam Lantinga I'm dumping the old Xcode support, since it's too hard to maintain,
2006-03-22 Sam Lantinga The exports file is no longer used by the Xcode project
2006-03-22 Ryan C. Gordon Reverted SDL_config.h from accidental checkin. (see Bugzilla #171).
2006-03-22 Sam Lantinga GLX_STEREO doesn't have a parameter
2006-03-22 Ryan C. Gordon Whoops, that shouldn't have snuck in there.
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-03-22 Sam Lantinga Default to use the visibility attribute, on gcc (is this okay?)
2006-03-22 Ryan C. Gordon Added support for gcc4's -fvisibility=hidden option.
2006-03-21 Sam Lantinga *** empty log message ***
2006-03-21 Sam Lantinga Add /usr/local to the build paths by default
2006-03-21 Sam Lantinga Updated to libtool-1.5.22
2006-03-21 Sam Lantinga Fixed bug #167
2006-03-21 Sam Lantinga *** empty log message ***
2006-03-21 Sam Lantinga Good idea, renaming OpenBSD audio to BSD audio.
2006-03-21 Sam Lantinga Allow adding to the INCLUDE path
2006-03-21 Sam Lantinga Fixed bug #52
2006-03-21 Sam Lantinga Show an error message if autoconf isn't found
2006-03-21 Sam Lantinga Fall back to autogen259 if autogen isn't available
2006-03-21 Sam Lantinga Fixed bug #18
2006-03-21 Ryan C. Gordon Try to fill the hardware audio buffer immediately.
2006-03-21 Ryan C. Gordon Keep mouse cursor state sane on focus change in Quartz driver.
2006-03-20 Sam Lantinga ------- Comment #8 From Sergey Svishchev 2006-03-19 12:35 [reply] -------
2006-03-20 Sam Lantinga Fixed bug #113:
2006-03-20 Sam Lantinga Fixed bug #90
2006-03-19 Sam Lantinga Fixed bug #84
2006-03-19 Sam Lantinga Fixed bug #89
2006-03-19 Sam Lantinga Fixed bug #84
2006-03-19 Sam Lantinga Left the debug code more explicit
2006-03-19 Sam Lantinga Fixed bug #79
2006-03-19 Sam Lantinga Fixed bug #4
2006-03-19 Sam Lantinga Fixed bug #166
2006-03-18 Sam Lantinga Implemented RISC OS and OS/2 desktop resolution code (thanks to Alan and Doodle)
2006-03-18 Sam Lantinga EXTRA_LDFLAGS are the linker flags and libraries needed to build SDL.
2006-03-17 Patrice Mandin I did not find in configure.in where SYSTEM_LIBS where set for other platforms, and why I did not have required extra libraries added in sdl-config, so I set it there
2006-03-16 Sam Lantinga *** empty log message ***
2006-03-15 Sam Lantinga Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.
2006-03-15 Sam Lantinga Fixed bug #33
2006-03-15 Sam Lantinga From: "Alex Volkov"
2006-03-15 Sam Lantinga Fixed bug #15
2006-03-15 Ryan C. Gordon Quartz implementation for SDL_DisplayYUVOverlay() was returning non-zero on
2006-03-15 Sam Lantinga Added disk/dummy audio and dummy video to the Visual CE projects
2006-03-15 Sam Lantinga *** empty log message ***
2006-03-15 Sam Lantinga *** empty log message ***
2006-03-14 Ryan C. Gordon Corrected dummy audio callback firing to be realistic, cleaned up tabs.
2006-03-14 Sam Lantinga WIN32 is no longer defined on Windows builds
2006-03-14 Sam Lantinga Added disk and dummy drivers to the Visual C++ projects
2006-03-14 Sam Lantinga *** empty log message ***
2006-03-14 Sam Lantinga By default all the real targets have dummy audio/video and disk audio.
2006-03-14 Ryan C. Gordon Implemented dummy audio driver.
2006-03-14 Ryan C. Gordon Fixed cut-and-paste error in DC audio target.
2006-03-14 Sam Lantinga Updated CodeWarrior export list with SDL_iconv
2006-03-14 Sam Lantinga Updated MacOS Classic and MacOS X exports list
2006-03-14 Sam Lantinga The check for UTF-* isn't needed anymore since UTF-8 has the same code range.
2006-03-14 Sam Lantinga Fixed bug #67
2006-03-14 Sam Lantinga Fixed bug #124
2006-03-14 Sam Lantinga Fixed bug #38
2006-03-14 Sam Lantinga Fixed bug #46
2006-03-14 Sam Lantinga (patch tweaked a bit)
2006-03-14 Sam Lantinga *** empty log message ***
2006-03-14 Sam Lantinga CFLAGS are separate from EXTRA_CFLAGS
2006-03-13 Sam Lantinga Add the NAS library directory, since X11 is dynamically loaded now...
2006-03-13 Sam Lantinga RFC 3629 restricted the range of characters encoded with UTF-8 to 0000-10FFFF (the UTF-16 accessible range)
2006-03-13 Sam Lantinga Updated by Ryan Gordon
2006-03-13 Sam Lantinga *** empty log message ***
2006-03-13 Sam Lantinga Updated MacOS Classic build
2006-03-13 Sam Lantinga The exports file isn't necessary on BeOS anymore
2006-03-13 Sam Lantinga Added SDL_iconv.c to the Embedded Visual C++ projects
2006-03-13 Sam Lantinga *** empty log message ***
2006-03-13 Sam Lantinga Added _strnicmp support
2006-03-13 Sam Lantinga Added SDL_iconv.c to MPW Makefile
2006-03-13 Sam Lantinga Win32 fixes
2006-03-13 Sam Lantinga Added SDL_iconv.c to the Dreamcast Makefile
2006-03-13 Sam Lantinga The Win32 exports file isn't used by mingw anymore
2006-03-13 Sam Lantinga Fixed bug #112
2006-03-13 Sam Lantinga Added SDL_iconv.c to the Visual C++ projects
2006-03-13 Sam Lantinga Fixed bug #139
2006-03-13 Sam Lantinga *** empty log message ***
2006-03-13 Sam Lantinga props yo
2006-03-13 Sam Lantinga UTF-32 by definition can't handle characters higher than 0x10FFFF
2006-03-13 Sam Lantinga Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability
2006-03-12 Sam Lantinga Blah
2006-03-12 Sam Lantinga Fixed bug #150
2006-03-12 Sam Lantinga Fixed bug #149
2006-03-11 Sam Lantinga Fixes from Dmitry Yakimov:
2006-03-11 Sam Lantinga *** empty log message ***
2006-03-11 Sam Lantinga Might have fixed 64-bit issues. :)
2006-03-11 Sam Lantinga Fixed make distclean
2006-03-11 Sam Lantinga Clean up temporary files. I'm not sure how this got removed, but whatever...
2006-03-11 Sam Lantinga X11 support isn't installed by default
2006-03-09 Sam Lantinga Don't crash if SDL_Flip() is called with an OpenGL mode set
2006-03-09 Sam Lantinga Dynamic OpenGL loading is the default now. :)
2006-03-09 Sam Lantinga Prettified. :)
2006-03-09 Sam Lantinga Eric is setting up X11 support for the XCode project
2006-03-09 Sam Lantinga Cleaning up warnings on MacOS X
2006-03-08 Sam Lantinga Re-added C runtime support for Visual C++ 5,6
2006-03-08 Sam Lantinga *** empty log message ***
2006-03-08 Sam Lantinga Added documentation on how to build a completely useless SDL library. :)
2006-03-08 Sam Lantinga *** empty log message ***
2006-03-08 Sam Lantinga QNX changes from Mike Gorchak
2006-03-07 Sam Lantinga Yet more Win64 tweaks
2006-03-07 Sam Lantinga More Win64 updates
2006-03-07 Sam Lantinga Updated MacOS X support
2006-03-06 Sam Lantinga Only use Altivec on PowerPC architecture
2006-03-06 Patrice Mandin Add missing asm source files
2006-03-06 Sam Lantinga Date: Mon, 6 Mar 2006 19:00:45 +0100
2006-03-06 Sam Lantinga Get Microsoft's preprocessor symbols in there
2006-03-06 Sam Lantinga Maybe it's easier to collect the big-endian architectures. :)
2006-03-06 Sam Lantinga Whoops, built without libC support - doh!
2006-03-06 Sam Lantinga Fixed more Win64 portability issues
2006-03-06 Sam Lantinga Enabled libc support on Win32, so we don't break binary compatibility in 1.2
2006-03-06 Sam Lantinga Fixed declarations to match mingw includes
2006-03-06 Sam Lantinga Added ARM and SH4 detection for WinCE development environment
2006-03-06 Sam Lantinga Don't put X_LIBS in the linker flags if we're dynamically loading X11
2006-03-06 Sam Lantinga Removed accidentally copied/pasted script for ALSA detection
2006-03-05 Sam Lantinga *** empty log message ***
2006-03-04 Sam Lantinga Updated WinCE support by Dmitry (with some tweaks)
2006-03-04 Sam Lantinga *** empty log message ***
2006-03-03 Sam Lantinga *** empty log message ***
2006-03-02 Sam Lantinga *** empty log message ***
2006-03-02 Sam Lantinga Updated for Dreamcast KOS June 2005 snapshot:
2006-03-02 Sam Lantinga *** empty log message ***
2006-03-02 Sam Lantinga Date: Wed, 01 Mar 2006 10:14:31 +0000
2006-03-02 Sam Lantinga Date: Wed, 1 Mar 2006 23:52:09 +0100
2006-03-01 Sam Lantinga SetClassLongPtr isn't available in MinGW yet
2006-03-01 Sam Lantinga Fixed a bunch of 64-bit compatibility problems
2006-02-27 Sam Lantinga Hah, standard stdio code crashed on the test case.
2006-02-27 Sam Lantinga Whoops, missed one
2006-02-27 Sam Lantinga Date: Mon, 27 Feb 2006 17:01:43 +0100
2006-02-27 Sam Lantinga *** empty log message ***
2006-02-27 Sam Lantinga Argh, I forgot that zip merges files into the archive instead of recreating it.
2006-02-27 Sam Lantinga Removing unused Makefile.am files
2006-02-27 Sam Lantinga Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h
2006-02-27 Sam Lantinga Build both the .tar.gz and .zip archives when creating a CVS snapshot.
2006-02-27 Sam Lantinga Prefer the raw Win32 API over stdio for file RWops
2006-02-27 Sam Lantinga Date: Mon, 27 Feb 2006 02:17:29 +0100
2006-02-27 Ryan C. Gordon Need this or things might misbuild on G3 Mac OS, I think.
2006-02-26 Sam Lantinga Oops, missed the header
2006-02-26 Sam Lantinga Fixed some OpenWatcom warnings
2006-02-26 Sam Lantinga Updated OS/2 build, yay!
2006-02-26 Sam Lantinga Getting closer... :)
2006-02-26 Sam Lantinga Passing a NULL GL library does the right thing nowadays.
2006-02-26 Sam Lantinga Fixed warnings in -pedantic mode
2006-02-26 Sam Lantinga Date: Sun, 26 Feb 2006 11:25:09 +0900
2006-02-26 Sam Lantinga Make sure the OpenGL library is loaded before setting up OpenGL
2006-02-26 Sam Lantinga Use the right dynamic GL on MacOS Classic
2006-02-26 Sam Lantinga Created a single makefile for all the tests
2006-02-25 Sam Lantinga Added SDL_sysloadso.c to the Visual C++ project
2006-02-25 Sam Lantinga SDL_windows.h is no longer necessary
2006-02-25 Sam Lantinga *** empty log message ***
2006-02-25 Sam Lantinga Updated CodeWarrior projects (at least MacOS ones)
2006-02-25 Sam Lantinga *** empty log message ***
2006-02-25 Sam Lantinga Date: Sat, 25 Feb 2006 14:26:19 +0100 (CET)
2006-02-24 Sam Lantinga Update for Visual C++ 6.0
2006-02-24 Sam Lantinga Updated with MrC includes and function definitions
2006-02-24 Sam Lantinga *** empty log message ***
2006-02-24 Sam Lantinga Hmm, how am I going to keep from committing bad versions of this?
2006-02-24 Sam Lantinga Updated MacOS Classic MPW build
2006-02-24 Sam Lantinga Updated for Visual Studio Express 2005
2006-02-24 Sam Lantinga Added pre-configured versions of SDL_config.h for various platforms
2006-02-24 Sam Lantinga testplatform replaces testtypes, testendian, and testcpuinfo
2006-02-23 Patrice Mandin Added preliminary support for MiNT /dev/mouse driver (disabled atm)
2006-02-23 Sam Lantinga *** empty log message ***
2006-02-23 Sam Lantinga *** empty log message ***
2006-02-22 Sam Lantinga *** empty log message ***
2006-02-22 Sam Lantinga Fixed script on mingw
2006-02-22 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga ranlib needs to be run after the library is installed...
2006-02-21 Sam Lantinga FIXME:
2006-02-21 Patrice Mandin Fixed include files
2006-02-21 Sam Lantinga Fixed assembly alignment error on Intel Macs.
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Fixed build warnings on Intel Mac
2006-02-21 Sam Lantinga Fixed some preprocessor mangling
2006-02-21 Sam Lantinga Whoops, forgot to check in this fix
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Added a test case
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Catch the C++ and Objective C sources too...
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Date: Mon, 20 Feb 2006 19:54:51 -0500
2006-02-20 Sam Lantinga *** empty log message ***
2006-02-20 Sam Lantinga Whoops. :)
2006-02-20 Sam Lantinga Added rules to build libSDLmain.a
2006-02-20 Patrice Mandin Add missing include directories
2006-02-20 Patrice Mandin Hum badly edited source
2006-02-20 Sam Lantinga Set the install permissions correctly
2006-02-20 Sam Lantinga Pass LDFLAGS to the build system
2006-02-20 Sam Lantinga *** empty log message ***
2006-02-20 Sam Lantinga Blargle-fnargle dependencies and build rules
2006-02-20 Sam Lantinga Added DESTDIR support
2006-02-20 Sam Lantinga Fixed X11 library detection
2006-02-20 Sam Lantinga Fixed build dependencies... ugh
2006-02-20 Sam Lantinga Tests require SDL 1.2.10
2006-02-20 Sam Lantinga Pick the right default GL library on IRIX
2006-02-20 Sam Lantinga Fixed defaults for 8 bpp visuals
2006-02-20 Sam Lantinga build fixes for IRIX 6.5 - dynamic X11 loading works! :)
2006-02-20 Sam Lantinga NetBSD support
2006-02-20 Sam Lantinga *** empty log message ***
2006-02-20 Sam Lantinga On FreeBSD, alloca is defined in stdlib.h
2006-02-20 Sam Lantinga Completely removed dependency on automake
2006-02-19 Sam Lantinga Use only safe string functions
2006-02-19 Sam Lantinga *** empty log message ***
2006-02-19 Sam Lantinga *** empty log message ***
2006-02-19 Sam Lantinga I don't think we need aclocal anymore (comes from the automake package)
2006-02-19 Sam Lantinga sprintf should have been snprintf
2006-02-19 Sam Lantinga QuickTime depends on Carbon and ApplicationServices
2006-02-19 Sam Lantinga *** empty log message ***
2006-02-19 Sam Lantinga Whoops
2006-02-18 Sam Lantinga Added a reminder on where to put libSDL.so
2006-02-18 Sam Lantinga Detect the X11 library on Solaris x86
2006-02-18 Sam Lantinga Doh! Bitten by search and replace. :)
2006-02-18 Sam Lantinga More fixes for building on BeOS
2006-02-17 Sam Lantinga Fixes for BeOS and Solaris builds
2006-02-16 Sam Lantinga spaces, not tabs. :)
2006-02-16 Patrice Mandin Add missing clause
2006-02-16 Patrice Mandin Fix typo
2006-02-16 Sam Lantinga Fixed building with cygwin
2006-02-16 Sam Lantinga *** empty log message ***
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-10 Sam Lantinga Whoops, need this. :)
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-09 Sam Lantinga Fixed build problem with SDL_string.c
2006-02-09 Sam Lantinga Started the process of improving configure support, and merging C types
2006-02-09 Sam Lantinga Disable freaking autoheader. :)
2006-02-08 Ryan C. Gordon Changed X11 header order so it works on Solaris.
2006-02-08 Patrice Mandin Fixes for new SDL embedded libc stuff
2006-02-08 Sam Lantinga *** empty log message ***
2006-02-08 Sam Lantinga Date: Mon, 6 Feb 2006 11:41:04 -0500
2006-02-08 Sam Lantinga Check for strtod
2006-02-08 Sam Lantinga Default to build SDL without MSVCRT
2006-02-07 Sam Lantinga Fixes for Visual C++ 6.0
2006-02-07 Sam Lantinga G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226:
2006-02-07 Sam Lantinga *** empty log message ***
2006-02-07 Sam Lantinga Fixed it Hayashi Naoyuki's way. :)
2006-02-07 Sam Lantinga Configure dynamically generates SDL_config.h
2006-02-07 Ryan C. Gordon Faster fades when changing to/from/between fullscreen modes on Mac OS X. Also,
2006-02-07 Sam Lantinga *** empty log message ***
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Don't touch code that we brought in from other sources
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-06 Sam Lantinga SDL_config.h will eventually be a general feature set test,
2006-02-06 Sam Lantinga Proper credit to uClibc :)
2006-02-06 Sam Lantinga *** empty log message ***
2006-02-06 Sam Lantinga Update from Alan Buckley
2006-02-06 Sam Lantinga A few fixes to get this building on Linux again
2006-02-06 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
2006-02-04 Sam Lantinga Seek back to start on error
2006-02-04 Sam Lantinga Date: Sat, 04 Feb 2006 19:47:23 +0900
2006-02-04 Sam Lantinga Resolved bug #130
2006-02-03 Sam Lantinga From: Hayashi Naoyuki
2006-02-03 Sam Lantinga Resolve bug #120
2006-02-03 Sam Lantinga Favor using pthread_mutexattr_settype() on Linux.
2006-02-03 Sam Lantinga Fixed compile warning
2006-02-02 Patrice Mandin Update for mintlib 0.57.6 (m68k-atari-mint libc)
2006-02-02 Sam Lantinga Date: Wed, 1 Feb 2006 18:20:33 -0800
2006-02-02 Ryan C. Gordon AAlib driver was using C runtime string functions without including string.h.
2006-02-01 Ryan C. Gordon Logic bug in X11 Unicode input shutdown...was checking for == NULL
2006-02-01 Sam Lantinga Eliminate duplicate modes with different refresh rates
2006-02-01 Sam Lantinga Updated exports
2006-02-01 Sam Lantinga *** empty log message ***
2006-02-01 Sam Lantinga Merged useful fixes from 1.3 branch
2006-02-01 Ryan C. Gordon Fixed dynamic X11 for now, I think.
2006-02-01 Sam Lantinga *** empty log message ***
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-02-01 Sam Lantinga *** empty log message ***
2006-01-31 Patrice Mandin Add flag to post mouse button events or not, and use defined function to post them
2006-01-31 Sam Lantinga Bah, I don't know what I'm doing.
2006-01-31 Sam Lantinga Quit building the frigging F77 libtool configuration!
2006-01-31 Sam Lantinga We're no longer doing compile checks on the X11 extensions which we include.
2006-01-31 Ryan C. Gordon Changed references to XFree86 to Xext to match change in directory structure.
2006-01-31 Sam Lantinga Reverted in favor of this one:
2006-01-31 Sam Lantinga XFree86 directory renamed to Xext
2006-01-31 Sam Lantinga Date: Tue, 05 Jul 2005 21:43:26 +1000
2006-01-31 Sam Lantinga Date: Sat, 14 Jan 2006 15:16:01 -0500
2006-01-31 Sam Lantinga Oops
2006-01-30 Ryan C. Gordon Removed some old Mac OS X cruft.
2006-01-30 Ryan C. Gordon Corrects dynamic X11 code on Tru64 systems.
2006-01-30 Sam Lantinga This library is now available under the LGPL 2.1, the major change of which
2006-01-30 Sam Lantinga *** empty log message ***
2006-01-30 Sam Lantinga Fixed crash:
2006-01-30 Sam Lantinga Date: Sun, 6 Mar 2005 17:06:20 +0100
2006-01-29 Sam Lantinga Date: Fri, 18 Feb 2005 20:49:35 +0200 (EET)
2006-01-29 Sam Lantinga Added some useful command line arguments for testing
2006-01-29 Sam Lantinga Fixed palette bug on non-WinCE
2006-01-29 Sam Lantinga Only save the window position if we're in windowed mode
2006-01-29 Sam Lantinga The event code was fine, and calculated the SDL_windowX/Y correctly.
2006-01-29 Sam Lantinga Date: Fri, 18 Feb 2005 07:58:00 +0200
2006-01-29 Sam Lantinga Cleaned up the app registration stuff a bit
2006-01-29 Sam Lantinga Date: Tue, 15 Feb 2005 21:28:48 +0900 (JST)
2006-01-29 Sam Lantinga Use the executable directory, not the current directory, for stdio output files
2006-01-29 Sam Lantinga *** empty log message ***
2006-01-29 Sam Lantinga Report both absolute and relative motion
2006-01-29 Sam Lantinga Date: Fri, 14 Jan 2005 21:52:46 +0100
2006-01-29 Sam Lantinga Date: Sat, 15 Jan 2005 02:01:51 +0000 (UTC)
2006-01-29 Sam Lantinga *** empty log message ***
2006-01-29 Sam Lantinga Re-query the SDL_WINDOWID each time we initialize the video
2006-01-28 Sam Lantinga *** empty log message ***
2006-01-27 Sam Lantinga Avoid warnings in Visual C++ 2005
2006-01-27 Sam Lantinga *** empty log message ***
2006-01-27 Sam Lantinga Wacky! :)
2006-01-27 Sam Lantinga Fixed to match the docs
2006-01-27 Sam Lantinga Date: Mon, 23 Feb 2004 23:29:20 -0500
2006-01-26 Sam Lantinga Who'd have thought that Windows CE wouldn't have the environment APIs?
2006-01-26 Sam Lantinga Compile fix for Window CE
2006-01-26 Sam Lantinga Whoops! (hope this compiles...)
2006-01-26 Sam Lantinga Updated config* from CVS
2006-01-26 Sam Lantinga Some explanation on why SDL_RWFromFP doesn't always work on Win32
2006-01-26 Sam Lantinga Use Win32 API for putenv/getenv to avoid C runtime conflicts
2006-01-25 Patrice Mandin Correctly manage mouse relative motion
2006-01-25 Patrice Mandin SDL_GetVideoMode, part 3: pixel count compare was failing when only 1 video mode was present
2006-01-25 Sam Lantinga Date: Mon, 22 Sep 2003 23:31:54 -0700 (PDT)
2006-01-25 Sam Lantinga Date: Sun, 21 Sep 2003 19:52:42 -0600
2006-01-25 Sam Lantinga *** empty log message ***
2006-01-25 Sam Lantinga Hopefully the X servers have been fixed (in 5 years) :)
2006-01-25 Sam Lantinga Date: Thu, 04 Sep 2003 02:12:35 +0200
2006-01-24 Sam Lantinga Date: 10 Jun 2003 15:30:59 -0400
2006-01-24 Sam Lantinga te: Thu, 17 Apr 2003 11:25:26 -0700
2006-01-20 Sam Lantinga Date: Thu, 19 Jan 2006 20:02:29 +0200
2006-01-19 Patrice Mandin [PATCH] SDL_GetVideoMode() does not find best mode, part 2
2006-01-19 Patrice Mandin Rollback 1.28 change, but only for UpdateRects function this time
2006-01-19 Sam Lantinga Fixed MPW include file order
2006-01-19 Sam Lantinga *** empty log message ***
2006-01-19 Sam Lantinga Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP
2006-01-19 Ryan C. Gordon Added .cvsignore to the XME directory.
2006-01-19 Ryan C. Gordon Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,
2006-01-19 Ryan C. Gordon Fixed up build script to catch some of the newer files in a "make dist" run.
2006-01-19 Sam Lantinga *** empty log message ***
2006-01-14 Ryan C. Gordon Catch X11 extension errors...since most of these are notifications that we
2006-01-13 Ryan C. Gordon Don't trample SDL_LoadObject()'s error message in GL loader.
2006-01-13 Ryan C. Gordon Make error message meaningful if dlopen() fails on libX11.
2006-01-13 Ryan C. Gordon Patched to compile with debugging enabled.
2006-01-13 Ryan C. Gordon More dynamic X11 work.
2006-01-12 Ryan C. Gordon Patched to compile.
2006-01-12 Ryan C. Gordon Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't
2006-01-10 Ryan C. Gordon Properly restore vidmode when switching back to SDL's virtual terminal with
2006-01-08 Ryan C. Gordon From Bug #36:
2006-01-08 Patrice Mandin Rollback
2006-01-08 Patrice Mandin Load default OpenGL library if needed at driver initialization
2006-01-06 Patrice Mandin Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.
2006-01-06 Ryan C. Gordon Minor bit of debug output added to dynamic X11 code.
2006-01-06 Ryan C. Gordon Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available
2006-01-06 Ryan C. Gordon For sanity's sake, removed the '&' when passing copy_row array to asm.
2006-01-06 Ryan C. Gordon Patched to compile.
2006-01-05 Ryan C. Gordon Added optimized C 32bit RGB<->RGBA alpha masking blitter from Alex Volkov.
2006-01-05 Ryan C. Gordon testblitspeed.c improvements: cleaned up output, and allow user to set surface
2006-01-05 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
2006-01-05 Ryan C. Gordon Patch from Michael Bonfils to add CPUID support for x86 Solaris.
2006-01-05 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
2006-01-05 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
2006-01-04 Ryan C. Gordon More dynamic X11 fixes...catches some code in Xlib headers that caused
2006-01-04 Ryan C. Gordon Windows should use _beginthreadex() instead of CreateThread(), to avoid a
2006-01-04 Ryan C. Gordon Debug code should check right function names.
2006-01-04 Ryan C. Gordon Removed some incorrect comments in the "dc" driver that survived the
2006-01-04 Sam Lantinga Bumped the version number for the next release
2006-01-02 Patrice Mandin Use a simple table for Unicode translation
2006-01-02 Ryan C. Gordon Quartz driver: Make sure we pass a pointer to the right type.
2006-01-02 Ryan C. Gordon Quartz driver: Correctly handle SDL_DOUBLEBUF|SDL_FULLSCREEN when the
2006-01-02 Ryan C. Gordon Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.
2006-01-02 Sam Lantinga Oops, actually use the timings in the modes db. :)
2006-01-02 Sam Lantinga *** empty log message ***
2006-01-02 Sam Lantinga Added support for parsing /etc/fb.modes, based on Stephane Marchesin's patch
2006-01-02 Ryan C. Gordon Toggle flip debugging in testsprite.c on the command line, not as a hardcoded
2006-01-02 Ryan C. Gordon Quartz target shouldn't crash if an event thread is used.
2006-01-02 Ryan C. Gordon To: sdl@libsdl.org
2006-01-01 Ryan C. Gordon To: sdl@libsdl.org
2006-01-01 Ryan C. Gordon Bumped windib's priority above DirectX, since both DirectDraw and DirectInput
2006-01-01 Patrice Mandin Added preliminary missingtranslation from Atari to Unicode charset
2005-12-23 Sam Lantinga From: "alan buckley" <alan_baa@hotmail.com>
2005-12-21 Ryan C. Gordon To: sdl@libsdl.org
2005-12-19 Ryan C. Gordon Patched to compile on gcc 2.95.3.
2005-12-14 Sam Lantinga Updated to the latest glext.h
2005-12-13 Sam Lantinga Date: Tue, 13 Dec 2005 13:33:50 +0000
2005-12-12 Ryan C. Gordon Fixed configure script on latest Mac OS X developer tools (and hopefully
2005-12-12 Ryan C. Gordon Matched SDL_AllowRW and SDL_FreeRW calls in SDL_rwops.c ...
2005-12-12 Ryan C. Gordon Date: Sat, 10 Dec 2005 18:29:41 +0100
2005-12-12 Ryan C. Gordon Date: Sun, 11 Dec 2005 20:37:04 +0100
2005-12-12 Ryan C. Gordon From: Mike Frysinger <vapier@gentoo.org>
2005-12-08 Sam Lantinga Fixed gcc 4 warnings
2005-12-08 Sam Lantinga Fixed compiling with gcc 4, patch applied from Gentoo Bugzilla:
2005-12-08 Sam Lantinga Fixed compile warnings with gcc 4
2005-12-06 Ryan C. Gordon Fixed OpenGL usage in Quartz target when SDL_SetVideoMode() is called without
2005-12-05 Ryan C. Gordon Date: Sun, 04 Dec 2005 21:43:46 -0500
2005-12-01 Ryan C. Gordon Don't need to link against libstdc++ on Mac OS X now.
2005-11-28 Ryan C. Gordon To: sdl@libsdl.org
2005-11-23 Ryan C. Gordon Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
2005-11-23 Ryan C. Gordon OS/2 port!
2005-11-23 Ryan C. Gordon Moved Quartz SDL_GL_LoadLibrary() to SDL_loadso interface.
2005-11-23 Ryan C. Gordon Added #include "SDL_loadso.h" to SDL.h.
2005-11-22 Ryan C. Gordon To: sdl@libsdl.org
2005-11-22 Ryan C. Gordon Patched OpenBSD audio to compile on newer GCC versions.
2005-11-22 Ryan C. Gordon Apparently some bits of the BSD joystick code are x86 only...joystick.h
2005-11-22 Ryan C. Gordon Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET)
2005-11-22 Ryan C. Gordon Fixed bug reported here:
2005-11-22 Ryan C. Gordon X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to
2005-11-22 Ryan C. Gordon Quartz driver OpenGL updates:
2005-11-22 Ryan C. Gordon From: Tyler Montbriand <tsm@accesscomm.ca>
2005-11-21 Ryan C. Gordon Don't use X11 unicode keys on anything but keypress events.
2005-11-21 Ryan C. Gordon Real Unicode support for X11. Based on updated version of this patch:
2005-11-20 Ryan C. Gordon SDL_GL_LoadLibrary() was returning 1, and not 0, to signify "success" on the
2005-11-19 Ryan C. Gordon Date: Mon, 17 Oct 2005 20:09:03 -0400
2005-11-17 Ryan C. Gordon Fixed Altivec support on Mac OS X.
2005-11-17 Ryan C. Gordon Enable dynamic X11 on Mac OS X.
2005-11-17 Ryan C. Gordon Split up src/SDL_loadso.c into platform directories.
2005-11-17 Ryan C. Gordon Don't crash if a NULL is passed for a "%s" parameter to SDL_SetError(),
2005-11-17 Ryan C. Gordon Fixed crash when dynamic X11 fails to load system Xlib libraries at runtime.
2005-11-08 Ryan C. Gordon Use the right libs in dynamic X11 loading.
2005-11-06 Ryan C. Gordon Date: Sun, 06 Nov 2005 18:23:03 +0900
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2005-11-05 Sam Lantinga Date: Sat, 05 Nov 2005 17:46:48 +0900
2005-11-01 Sam Lantinga Date: Tue, 1 Nov 2005 20:25:10 +0100
2005-11-01 Ryan C. Gordon Date: Tue, 1 Nov 2005 02:51:09 +0000
2005-11-01 Ryan C. Gordon Date: Mon, 31 Oct 2005 14:23:34 +0100
2005-10-30 Ryan C. Gordon Prevent division-by-zero in WarpMouse if surface's pitch is zero (a GL surface?).
2005-10-20 Ryan C. Gordon Enable altivec blitters on PowerPC Linux, and some fixes for recent
2005-10-20 Ryan C. Gordon Placate gcc's strict aliasing rules with an extra cast.
2005-10-13 Ryan C. Gordon Closed a memory leak caused when quitting video subsystem on Quartz target.
2005-10-11 Ryan C. Gordon Valgrind fix.
2005-10-11 Ryan C. Gordon POSIX clock_gettime() isn't available on Linux before 2.6, and the symbol may
2005-10-11 Ryan C. Gordon Date: Mon, 10 Oct 2005 13:09:32 +0300
2005-10-11 Ryan C. Gordon Date: Tue, 11 Oct 2005 16:58:12 +0300 (EEST)
2005-10-03 Ryan C. Gordon Fixed some compiler warnings about "unreachable code" on Watcom C.
2005-10-03 Ryan C. Gordon Fixed compiler warnings in Watcom C.
2005-10-02 Ryan C. Gordon SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's
2005-09-29 Ryan C. Gordon Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at
2005-09-28 Ryan C. Gordon Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe
2005-09-28 Ryan C. Gordon Typo that broke Windows builds.
2005-09-28 Ryan C. Gordon Same inline asm bug in S8 mixer, fixed last night, is also in the MSVC version.
2005-09-28 Ryan C. Gordon Patched inline assembly to compile on gcc 4.0.1. Details are here:
2005-09-27 Ryan C. Gordon From: "Alex Volkov" <avcp-sdlmail@usa.net>
2005-09-27 Ryan C. Gordon Date: Sat, 17 Sep 2005 13:38:49 +0200
2005-09-27 Ryan C. Gordon Patch from Martin Lange (mala-sdl at hotmail.com) to unregister SDL's win32
2005-09-27 Ryan C. Gordon Date: Sun, 11 Sep 2005 14:41:07 +0300 (EEST)
2005-09-22 Ryan C. Gordon Replaced Mac OS X's C++ cdrom code with almost-direct translation to C. Sam
2005-09-11 Sam Lantinga Date: Fri, 2 Sep 2005 21:56:50 -0400
2005-09-08 Ryan C. Gordon If couldn't load a needed GL symbol in SDL_SetVideoMode(), report it more
2005-09-08 Ryan C. Gordon iPod Linux framebuffer support.
2005-09-08 Ryan C. Gordon Altivec blitter for 555 -> 8888 surface, written by me.
2005-09-08 Ryan C. Gordon Commercial-OSS-on-Solaris patch...
2005-09-08 Ryan C. Gordon Byte order detection fixes in SDL_endian.h ...
2005-09-08 Ryan C. Gordon Fix dlvsym() detection in the configure script.
2005-09-08 Ryan C. Gordon Mac Classic and CodeWarrior patches.
2005-09-08 Ryan C. Gordon Forgot to add this with the previous Carbon/Cocoa/X11 commit.
2005-09-08 Ryan C. Gordon The MacOSX Carbon/Cocoa/X11 all in one library patch. Relevant emails:
2005-08-25 Sam Lantinga *** empty log message ***
2005-08-24 Sam Lantinga Merged the Visual C++ 6 and 7 projects so all Visual C++ users unpack the same set of projects to get started. release-1.2.9
2005-08-24 Sam Lantinga Updated version number
2005-08-23 Sam Lantinga Updated the version number...
2005-08-23 Sam Lantinga *** empty log message ***
2005-08-23 Sam Lantinga Date: Mon, 22 Aug 2005 04:22:46 -0400
2005-08-22 Ryan C. Gordon Fix for bug reported by Michael Benfield on the SDL mailing list:
2005-08-22 Ryan C. Gordon Apparently MacOS X will sometimes pass command line arguments to a Cocoa
2005-08-21 Sam Lantinga *** empty log message ***
2005-08-21 Sam Lantinga Date: Fri, 08 Jul 2005 22:43:48 +0200 (CEST)
2005-08-20 Ryan C. Gordon From Patrice Mandin:
2005-08-20 Sam Lantinga Added support for Visual C++ 2005
2005-08-18 Ryan C. Gordon Patch by me to fix crash described below.
2005-08-18 Ryan C. Gordon SDL_GetAppState() correction when toggling fullscreen on OSX.
2005-08-18 Ryan C. Gordon Date: Wed, 17 Aug 2005 11:23:40 -0400
2005-08-17 Ryan C. Gordon From: Jim Paris <jim_jtan_com>
2005-08-16 Patrice Mandin Sleep a bit less in thread
2005-08-11 Ryan C. Gordon Fixed mismerged patch.
2005-08-11 Ryan C. Gordon Patches to make SDL compatible with Win95 again.
2005-08-11 Ryan C. Gordon In MacOSX, when drag'n'dropping a document on an SDL app, or double-clicking a
2005-08-10 Patrice Mandin Document recent audio updates
2005-08-10 Patrice Mandin Use MiNT thread to update DMA pointers instead of unusable MFP interrupt
2005-08-09 Patrice Mandin Revert back to 1.6 revision
2005-08-08 Patrice Mandin And do not forget the correct test
2005-08-08 Patrice Mandin Was checking wrong address for ACIA MIDI
2005-08-07 Patrice Mandin Can use both clocks of FDI interface on Falcon, plus digital output
2005-07-29 Patrice Mandin Disable XBIOS in interrupt also under Magic
2005-07-29 Patrice Mandin Disable Centscreen screensaver
2005-07-27 Patrice Mandin Tell user how many bytes are needed
2005-07-27 Patrice Mandin Tell SDL to notfree my video surfaces (Damn, no how-to write a SDL driver)
2005-07-27 Patrice Mandin Revert back change between 1.29 and 1.30
2005-07-21 Patrice Mandin Revert back screen centering when using c2p
2005-07-21 Patrice Mandin Checking external clock on DSP port was leaving audio crossbar in limbo state
2005-07-21 Sam Lantinga Date: Fri, 15 Jul 2005 08:29:01 +0100
2005-07-20 Patrice Mandin Set MFP interrupt at end of frame
2005-07-20 Patrice Mandin Move GSXB callback to C source
2005-07-20 Patrice Mandin Reserve space in system buffer to call XBIOS from interrupt
2005-07-20 Patrice Mandin XBIOS in interrupt not usable under MiNT
2005-07-18 Patrice Mandin Set hardware palette to black in True Colour mode
2005-07-17 Patrice Mandin Save all registers on interrupt
2005-07-07 Patrice Mandin Forgot variable declaration
2005-07-07 Patrice Mandin Correctly process top/bottom event messages
2005-07-07 Patrice Mandin Send window to the bottom
2005-07-07 Patrice Mandin Don't use both mouse events for the same task
2005-07-07 Patrice Mandin Don't generate multiple mouse focus events
2005-07-01 Patrice Mandin Document IKBD hardware problem with mouse buttons and joystick fire buttons
2005-06-30 Patrice Mandin Cleanup C2P routine
2005-06-30 Patrice Mandin 4bits screen also has hardware palette
2005-06-30 Patrice Mandin Was not using firstcolor parameter
2005-06-29 Patrice Mandin Direct newbies to what to do
2005-06-29 Patrice Mandin Avoid generating multiple key press/release messages for the same key
2005-06-29 Patrice Mandin Call old interrupt when receiving MIDI stuff
2005-06-29 Patrice Mandin Remove debug code
2005-06-25 Patrice Mandin Forgot enumeration value for Atari clones
2005-06-24 Ryan C. Gordon Patch from Antonio SJ Musumeci:
2005-06-15 Ryan C. Gordon The Darwin/MacOSX joystick code is largely copied from the HID Utilities
2005-06-12 Patrice Mandin [PATCH] SDL_GetVideoMode() do not find the best video mode
2005-06-07 Patrice Mandin Use wrong line length of menubar save buffer
2005-06-07 Patrice Mandin Save/restore system palette when application topped/untopped
2005-06-06 Patrice Mandin Another forgotten variable declaration
2005-06-06 Patrice Mandin Use correct system function to free memory
2005-06-06 Patrice Mandin SDL will center surface on screen for us
2005-06-06 Patrice Mandin Forgot variable declaration
2005-06-06 Patrice Mandin Restore and save menu bar when entering and exiting fullscreen mode
2005-06-06 Patrice Mandin Can not grab mouse
2005-06-03 Patrice Mandin Better mouse lose/gain focus
2005-06-02 Patrice Mandin Resize window to fit asked video mode
2005-06-02 Patrice Mandin Enable/disable mouse focus
2005-05-31 Patrice Mandin Add Centscreen extended modes support
2005-05-20 Patrice Mandin Used wrong offset in joystick packet
2005-05-20 Sam Lantinga Date: Tue, 22 Mar 2005 23:50:20 +0100
2005-05-18 Patrice Mandin Add Falcon Centscreen extension support
2005-05-16 Sam Lantinga Support SDL_VIDEO_X11_NODIRECTCOLOR for OpenGL visuals
2005-05-16 Sam Lantinga Date: Tue, 10 May 2005 22:15:25 +0100
2005-05-16 Sam Lantinga Eh, more correct.
2005-05-16 Sam Lantinga Date: Mon, 02 May 2005 04:23:16 -0500
2005-05-16 Sam Lantinga *** empty log message ***
2005-05-08 Sam Lantinga *** empty log message ***
2005-05-05 Patrice Mandin Add support for ARAnyM Atari emulator
2005-04-20 Ryan C. Gordon Patched to compile again on x86 systems that use the assembly blitters.
2005-04-17 Ryan C. Gordon Some work on using accelerated alpha blits with hardware surfaces.
2005-04-17 Ryan C. Gordon SDL_CDOpen() fails on Linux if data track on disc is mounted in the
2005-04-17 Ryan C. Gordon Holding down shift while moving the mouse's scrollwheel on MacOS X makes the
2005-04-17 Ryan C. Gordon Mixer: Visual C MMX asm code now aligns loops to 16 bytes.
2005-04-17 Ryan C. Gordon Fixed direction key input on WinCE devices, thanks to
2005-04-17 Ryan C. Gordon Altivec-optimized blitters!
2005-04-17 Ryan C. Gordon Added some parentheses for a little more macro safety. Recommended by Petri
2005-04-01 Patrice Mandin Release CPU when waiting
2005-03-30 Patrice Mandin Optimize also for 68020 and higher CPUs
2005-03-07 Patrice Mandin Disable debug code
2005-03-07 Patrice Mandin Dynamically create list of video modes, easier to add new ones
2005-03-02 Patrice Mandin Was using width of surface instead of pitch to calculate length of surface width in words
2005-02-22 Patrice Mandin Preliminary support for Blowup and Screen Blaster 3 extensions on Atari Falcon 030
2005-02-15 Ryan C. Gordon Added testblitspeed to aid in profiling of SDL's blitters.
2005-02-13 Sam Lantinga Ugly hack to make this work with gcc 2.x and 3.x
2005-02-12 Sam Lantinga Date: Tue, 01 Feb 2005 17:53:07 -0800
2005-02-12 Sam Lantinga [SDL] [PATCH] fix FB_VideoQuit for ia64
2005-02-12 Sam Lantinga Date: Wed, 26 Jan 2005 13:37:09 GMT
2005-01-29 Patrice Mandin clear convert.buf before filling it
2005-01-25 Sam Lantinga The fix is going back in. :)
2005-01-25 Sam Lantinga Date: Mon, 24 Jan 2005 21:37:56 +0800
2005-01-18 Sam Lantinga Date: Sun, 16 Jan 2005 19:20:15 +0100
2005-01-18 Sam Lantinga Date: Sat, 15 Jan 2005 15:06:01 -0600
2005-01-17 Ryan C. Gordon Date: Mon, 17 Jan 2005 20:54:50 +0200
2005-01-13 Sam Lantinga Fix various problems with the timer code.
2005-01-12 Sam Lantinga Clarified the code in the pixel format allocation
2005-01-12 Sam Lantinga Select patches included from The NetBSD Package Collection (www.pkgsrc.org)
2005-01-08 Sam Lantinga Avoid gcc parse errors on Win32. This is fine in general because gcc uses
2005-01-04 Sam Lantinga Bumped the minor version number...
2005-01-04 Sam Lantinga Fix potential use of freed memory in the threaded timer system
2005-01-04 Sam Lantinga *** empty log message ***
2005-01-03 Sam Lantinga Date: Sun, 2 Jan 2005 18:36:09 +0100
2005-01-02 Sam Lantinga Allow SDL to be loaded by Matlab
2005-01-02 Sam Lantinga Date: Fri, 31 Dec 2004 04:14:09 +0900
2004-12-27 Sam Lantinga Date: Fri, 24 Dec 2004 23:32:06 -0500
2004-12-19 Sam Lantinga *** empty log message ***
2004-12-16 Sam Lantinga *** empty log message ***
2004-12-16 Sam Lantinga *** empty log message ***
2004-12-15 Sam Lantinga Added change log notes release-1.2.8
2004-12-14 Sam Lantinga Date: Tue, 14 Dec 2004 12:08:30 +0100
2004-12-14 Sam Lantinga Date: Mon, 13 Dec 2004 21:28:18 -0500
2004-12-13 Sam Lantinga *** empty log message ***
2004-12-13 Sam Lantinga Whoops. :)
2004-12-13 Sam Lantinga No really, don't link with the ALSA library!
2004-12-13 Sam Lantinga ALSA is loaded dynamically now, so it's safe to build into the library
2004-12-06 Patrice Mandin Document new OpenGL feature
2004-12-06 Sam Lantinga Updated SDL for MacOS X Xcode support
2004-12-04 Patrice Mandin Some Atari OpenGL implementations draw upside down
2004-12-04 Patrice Mandin Be sure to compile without OpenGL enabled
2004-12-02 Patrice Mandin Wrong RGB24 to RGB16 conversion
2004-12-02 Patrice Mandin Wrong pixel size for source buffer for old drivers
2004-11-30 Sam Lantinga *** empty log message ***
2004-11-30 Patrice Mandin TinyGL only support RGB24 color buffer
2004-11-30 Sam Lantinga Added a usage example for SDL_GetWMInfo()
2004-11-30 Sam Lantinga Date: Wed, 24 Nov 2004 01:25:48 +0100
2004-11-30 Sam Lantinga Date: Sat, 27 Nov 2004 13:35:43 +0100
2004-11-30 Patrice Mandin Forgot to change window title in the normal case
2004-11-28 Patrice Mandin TinyGL does not have glFinish, only glFlush
2004-11-27 Patrice Mandin Wrong size of parameters for SDL_Swap32 m68k assembly routine
2004-11-27 Patrice Mandin Forgot to flush OpenGL buffer using glFinish
2004-11-26 Patrice Mandin Keep current OpenGL context when possible
2004-11-26 Patrice Mandin Final touches to OSMesa OpenGL support on Atari, using loadable libraries. Hope SDL 1.2.8 is out soon.
2004-11-26 Patrice Mandin Restore everything when a function pointer is NULL
2004-11-25 Patrice Mandin Factorize OSMesa OpenGL code for Atari drivers
2004-11-22 Patrice Mandin Remove ambiguous/useless code
2004-11-22 Patrice Mandin Do not use registers when not necessary
2004-11-22 Patrice Mandin Add conversion routines for unsupported screen formats
2004-11-22 Patrice Mandin Add m68k assembly routines for endianness conversion
2004-11-21 Patrice Mandin Add OSMesa OpenGL support to the Atari GEM video driver
2004-11-21 Sam Lantinga Date: Fri, 19 Nov 2004 06:23:53 -0800 (PST)
2004-11-20 Patrice Mandin Add missing --add-missing
2004-11-20 Patrice Mandin sdl-config already provides needed libs for MiNT build
2004-11-20 Patrice Mandin OSMesa draws upside down
2004-11-17 Patrice Mandin Grr, have to resort video modes one more time
2004-11-17 Patrice Mandin Add support for OpenGL on Atari using OSMesa, the offscreen rendering driver from Mesa
2004-11-15 Sam Lantinga Updated for Visual C++ 6 build
2004-11-15 Sam Lantinga Updated for Visual C++ 6 build
2004-11-15 Sam Lantinga *** empty log message ***
2004-11-15 Sam Lantinga Restore the user specified window proc after shutdown
2004-11-15 Sam Lantinga Fedora Core 3 has libasound.so in /lib
2004-11-13 Patrice Mandin Sort video modes by width then height
2004-11-12 Sam Lantinga Date: Mon, 25 Oct 2004 17:30:06 +0200
2004-11-12 Sam Lantinga Date: Tue, 19 Oct 2004 23:04:58 -0700
2004-11-12 Sam Lantinga Date: Wed, 13 Oct 2004 17:00:58 -0500
2004-11-12 Sam Lantinga Date: Mon, 11 Oct 2004 15:17:27 +0300 (EEST)
2004-11-12 Sam Lantinga Date: Tue, 5 Oct 2004 11:04:02 -0400
2004-11-12 Sam Lantinga Video modes are sorted width first, then height
2004-11-12 Sam Lantinga Fix from Alfred Perlstein
2004-11-06 Patrice Mandin Prevent redraws till internal buffers are correctly setup
2004-10-31 Patrice Mandin No need to try to emulate analog axis when SDL support digital hats
2004-10-29 Patrice Mandin Forgot to disable debug messages
2004-10-29 Patrice Mandin Date: Fri, 29 Oct 2004 11:47:09 +0200
2004-10-09 Sam Lantinga Date: Sat, 9 Oct 2004 02:46:18 +0300 (EEST)
2004-10-08 Patrice Mandin No need to close the window when going to fullscreen mode
2004-09-17 Sam Lantinga *** empty log message ***
2004-09-17 Sam Lantinga Date: Thu, 2 Sep 2004 19:35:51 +0200
2004-09-17 Sam Lantinga Date: Mon, 30 Aug 2004 18:20:25 +0200
2004-09-17 Sam Lantinga Date: Fri, 25 Jun 2004 13:29:15 +0100
2004-09-11 Sam Lantinga Date: Thu, 02 Sep 2004 01:06:23 +0200
2004-09-11 Sam Lantinga Backing out new changes, at Chris Nelson's request.
2004-08-31 Sam Lantinga Hum.
2004-08-30 Sam Lantinga Date: Sun, 29 Aug 2004 20:55:54 +0200
2004-08-25 Sam Lantinga Date: Tue, 24 Aug 2004 06:16:32 +0200
2004-08-24 Sam Lantinga I don't know how this got missed, but...
2004-08-24 Sam Lantinga Don't fail if we don't have ALSA available
2004-08-21 Sam Lantinga Updated libtool support for libtool 1.5.8
2004-08-21 Sam Lantinga *** empty log message ***
2004-08-21 Sam Lantinga *** empty log message ***
2004-08-21 Sam Lantinga Date: Wed, 28 Jul 2004 14:56:57 +0800
2004-08-21 Sam Lantinga Date: Sun, 18 Jul 2004 00:22:07 -0400
2004-08-21 Sam Lantinga Here are patches for SDL12 and SDL_mixer for 4 or 6 channel
2004-08-21 Sam Lantinga Date: Mon, 12 Jul 2004 14:17:47 -0500
2004-08-21 Sam Lantinga Date: Sat, 10 Jul 2004 21:02:33 +0200
2004-08-21 Sam Lantinga Date: Tue, 01 Jun 2004 15:27:44 +0300
2004-08-21 Sam Lantinga Hmm, this should work a little better. :)
2004-08-21 Sam Lantinga Date: Tue, 27 Jul 2004 17:14:00 +0200
2004-08-21 Sam Lantinga CoreAudio driver works on Mac OSX 10.1
2004-08-21 Sam Lantinga Audio improvements from Max Horn, including a new CoreAudio driver for MacOSX
2004-08-20 Sam Lantinga Date: Thu, 17 Jun 2004 11:38:51 -0700 (PDT)
2004-08-20 Sam Lantinga Added an option to show the logo at the cursor position for debugging
2004-08-20 Sam Lantinga Use the canonical glext.h on MacOS X as well (#define NO_SDL_GLEXT if you don't want this)
2004-08-20 Sam Lantinga *** empty log message ***
2004-08-20 Sam Lantinga Date: Fri, 20 Aug 2004 08:31:20 +0200
2004-08-18 Sam Lantinga Date: Mon, 05 Jul 2004 14:37:59 +0200
2004-08-10 Patrice Mandin Forgot to initialize maximum position for mouse
2004-08-10 Patrice Mandin Wrong check for minimum mouse position
2004-08-10 Patrice Mandin Give mouse position relative to window position, and do not generate mouse button event if outside of the window
2004-08-09 Patrice Mandin Do not destroy window on resize, so we can go back to original size from maximized size
2004-08-05 Patrice Mandin Too much backslash-n at end of line
2004-08-05 Patrice Mandin Correctly center window on creation
2004-08-05 Patrice Mandin Correctly set window size if resized or maximized
2004-08-05 Patrice Mandin Use meaningful define instead of numeral value
2004-08-05 Patrice Mandin Use SDL_SetError instead of fprintf
2004-08-03 Patrice Mandin Absolute mouse position was given as relative movement to SDL
2004-08-03 Patrice Mandin Wrongly test if width multiple of 16
2004-08-02 Patrice Mandin Lock the screen before doing its backup
2004-07-25 Sam Lantinga Date: Sun, 25 Jul 2004 23:10:03 +0800
2004-07-25 Sam Lantinga You can't free locked surfaces!
2004-07-25 Sam Lantinga Date: Wed, 23 Jun 2004 17:05:33 -0400
2004-07-25 Sam Lantinga Date: Mon, 28 Jun 2004 23:15:55 +0200
2004-07-21 Sam Lantinga *** empty log message ***
2004-07-18 Sam Lantinga Date: Mon, 3 May 2004 03:15:01 +0100
2004-07-18 Sam Lantinga Date: Sat, 26 Jun 2004 14:58:42 +0300
2004-07-18 Sam Lantinga *** empty log message ***
2004-07-18 Sam Lantinga Date: Mon, 28 Jun 2004 19:58:08 +0900
2004-07-18 Sam Lantinga Date: Mon, 21 Jun 2004 16:52:47 +0200
2004-07-18 Sam Lantinga Date: Sat, 03 Jul 2004 02:23:48 +0200
2004-07-18 Sam Lantinga Date: Wed, 7 Jul 2004 12:57:58 +0200
2004-07-18 Sam Lantinga Date: Fri, 16 Jul 2004 17:25:45 +0200
2004-07-18 Sam Lantinga Date: Sun, 18 Jul 2004 16:46:44 +0200
2004-07-17 Patrice Mandin Forgot to initialize video mode list
2004-06-25 Sam Lantinga Date: Thu, 24 Jun 2004 15:13:40 +0300 (EEST)
2004-05-27 Sam Lantinga *** empty log message ***
2004-05-20 Sam Lantinga The tenth time is the charm...
2004-05-17 Sam Lantinga *** empty log message ***
2004-05-17 Sam Lantinga Date: Tue, 11 May 2004 22:05:32 -0400
2004-05-16 Sam Lantinga Date: Tue, 16 Mar 2004 12:40:33 +0000
2004-05-16 Sam Lantinga *** empty log message ***
2004-05-16 Sam Lantinga Don't crash if the stretch routines are used on hardware surfaces
2004-05-16 Sam Lantinga Fixed crash on exit
2004-05-16 Sam Lantinga Date: Sun, 18 Apr 2004 16:09:53 -0400 (EDT)
2004-05-16 Sam Lantinga *** empty log message ***
2004-05-16 Sam Lantinga Date: Sat, 10 Apr 2004 10:05:46 +0200
2004-05-16 Sam Lantinga ate: Fri, 09 Apr 2004 20:07:10 +0200
2004-05-16 Sam Lantinga Date: Sun, 28 Mar 2004 16:38:32 +1200
2004-05-16 Sam Lantinga Date: Mon, 10 May 2004 10:17:46 -0400
2004-05-06 Sam Lantinga Date: Sat, 24 Apr 2004 15:13:32 +0300
2004-04-30 Sam Lantinga Date: Wed, 28 Apr 2004 16:52:41 -0400
2004-04-23 Sam Lantinga Increment version...
2004-04-11 Sam Lantinga Date: Sat, 10 Apr 2004 02:25:33 -0400
2004-04-11 Sam Lantinga Date: Sun, 11 Apr 2004 13:09:44 +0200
2004-04-11 Sam Lantinga Date: Tue, 30 Mar 2004 18:18:13 -0600
2004-04-11 Sam Lantinga Date: Tue, 30 Mar 2004 21:26:47 -0600
2004-04-08 Sam Lantinga Date: Wed, 31 Mar 2004 09:15:57 -0600
2004-04-08 Sam Lantinga Argh...
2004-03-27 Sam Lantinga Yack... finally fixed the MacOS X development package ... I hope!
2004-03-22 Ryan C. Gordon (Said Max Horn on the SDL mailing list...)
2004-03-11 Sam Lantinga Fixed the postinstall script
2004-03-11 Sam Lantinga Date: Thu, 11 Mar 2004 18:45:17 +0900
2004-03-07 Sam Lantinga Date: Sun, 07 Mar 2004 22:54:11 +0900
2004-03-06 Sam Lantinga Date: Fri, 05 Mar 2004 16:08:01 +0000
2004-03-05 Sam Lantinga Avoid FPE with Linux 2.6
2004-03-04 Sam Lantinga Date: Wed, 3 Mar 2004 12:44:21 +0200
2004-03-04 Sam Lantinga Instructive comments from Max Horn
2004-03-03 Sam Lantinga sed, it's two, two commands in one!
2004-03-02 Ryan C. Gordon Force recreation of X11 window if going to or from a SDL_NOFRAME vidmode.
2004-03-02 Sam Lantinga Date: Tue, 2 Mar 2004 11:34:54 +0100
2004-03-02 Sam Lantinga Date: Sun, 29 Feb 2004 15:14:22 +0200
2004-03-02 Sam Lantinga Date: Sun, 29 Feb 2004 20:28:27 +0200
2004-03-02 Sam Lantinga Date: Tue, 2 Mar 2004 08:52:20 +0200
2004-02-26 Sam Lantinga IRIX doesn't have a GL library versioning system
2004-02-26 Sam Lantinga Oops, ignore SIGALRM, not 0
2004-02-26 Ryan C. Gordon Create a 2D window and then manually focus a different window on your desktop,
2004-02-26 Sam Lantinga This works on MacOS X too. :)
2004-02-26 Sam Lantinga Date: Wed, 25 Feb 2004 06:41:17 -0500
2004-02-26 Ryan C. Gordon Attempt to get FSAA compiling on all versions of MacOS X.
2004-02-24 Sam Lantinga Date: Mon, 23 Feb 2004 19:00:23 +0100
2004-02-24 Sam Lantinga I noticed MacOSX SDL sets up working directory to parent of executable.
2004-02-24 Sam Lantinga *** empty log message ***
2004-02-24 Sam Lantinga Don't allow video modes larger than the maximum size
2004-02-24 Ryan C. Gordon Quartz fix:
2004-02-23 Sam Lantinga Doh!
2004-02-23 Sam Lantinga Added an endian detection and byte swapping test program
2004-02-23 Sam Lantinga Added inline byte swapping code for other architectures
2004-02-23 Sam Lantinga Avoid using kernel internal headers
2004-02-21 Sam Lantinga *** empty log message *** release-1.2.7
2004-02-20 Sam Lantinga *** empty log message ***
2004-02-19 Sam Lantinga Fixed a bug in detecting surface mapping changes
2004-02-18 Sam Lantinga *** empty log message ***
2004-02-17 Sam Lantinga Updated SDL_opengl.h to include the latest version of glext.h
2004-02-17 Sam Lantinga Load the correct library on Windows
2004-02-17 Sam Lantinga *** empty log message ***
2004-02-17 Sam Lantinga *** empty log message ***
2004-02-17 Sam Lantinga Added a test program for dynamically loading OpenGL
2004-02-17 Sam Lantinga *** empty log message ***
2004-02-17 Sam Lantinga *** empty log message ***
2004-02-17 Sam Lantinga *** empty log message ***
2004-02-17 Sam Lantinga *** empty log message ***
2004-02-16 Sam Lantinga *** empty log message ***
2004-02-16 Sam Lantinga Added support for SDL_VIDEO_WINDOW_POS and SDL_VIDEO_CENTERED on Windows
2004-02-16 Sam Lantinga Date: Mon, 16 Feb 2004 19:21:51 +0100
2004-02-16 Sam Lantinga Remove automake junk before generating a snapshot
2004-02-16 Sam Lantinga *** empty log message ***
2004-02-15 Sam Lantinga Fixed mouse focus events after resetting video mode on Windows
2004-02-15 Sam Lantinga Lots of people have contributed cash. :)
2004-02-15 Sam Lantinga *** empty log message ***
2004-02-15 Sam Lantinga Showed how to toggle fullscreen mode if the API isn't supported
2004-02-15 Sam Lantinga *** empty log message ***
2004-02-15 Patrice Mandin -lgem must appear after -lldg
2004-02-15 Sam Lantinga *** empty log message ***
2004-02-14 Sam Lantinga Programs should really be handling SIGPIPE themselves
2004-02-14 Sam Lantinga Date: Sat, 14 Feb 2004 14:52:40 +0200
2004-02-14 Patrice Mandin Important crash fix: system vectors for mouse/joystick were not restored
2004-02-14 Sam Lantinga Update the version on the SDL shared library. Use SDL stub library for tests.
2004-02-13 Sam Lantinga Fixed typo in DirectFB driver (thanks Frank!)
2004-02-13 Sam Lantinga *** empty log message ***
2004-02-13 Sam Lantinga Date: Fri, 13 Feb 2004 17:03:16 +0100
2004-02-13 Sam Lantinga *** empty log message ***
2004-02-12 Sam Lantinga Use sigaction instead of signal to preserve handler flags (thanks Matthew!)
2004-02-12 Sam Lantinga Added support for remote XVideo (thanks Frederic!)
2004-02-12 Sam Lantinga *** empty log message ***
2004-02-11 Sam Lantinga Don't use hardware overlay by default (seems much faster this way)
2004-02-11 Sam Lantinga *** empty log message ***
2004-02-11 Sam Lantinga Date: Tue, 13 Jan 2004 19:25:37 +0300
2004-02-11 Sam Lantinga Simplify code and clean up Valgrind warning
2004-02-11 Sam Lantinga Fixed static linking on MacOS X (thanks Max!)
2004-02-10 Sam Lantinga Updated projects with cpuinfo API
2004-02-10 Sam Lantinga Date: Wed, 04 Feb 2004 13:51:56 +0100
2004-02-10 Sam Lantinga *** empty log message ***
2004-02-10 Sam Lantinga Updated SDL HTML documentation
2004-02-08 Sam Lantinga *** empty log message ***
2004-02-07 Patrice Mandin Video modes must be sorted by Y size, for SDL_GetVideoMode() to operate properly
2004-02-06 Patrice Mandin When commiting code, cleanup before doing it
2004-02-06 Patrice Mandin Bugfixes: some info about current framebuffer overwritten by some default values, and screen width must be multiple of 16 pixels to work correctly
2004-01-31 Sam Lantinga *** empty log message ***
2004-01-31 Patrice Mandin Milan and Hades Atari clones do not have an Atari video chip
2004-01-31 Sam Lantinga *** empty log message ***
2004-01-29 Sam Lantinga Check for altivec assembly support before trying to use it. :)
2004-01-29 Sam Lantinga Updated for the latest version of automake
2004-01-29 Sam Lantinga Altivec detection on non-MacOS X systems
2004-01-29 Sam Lantinga Added an exports target so I can make the exports all at once. :)
2004-01-29 Sam Lantinga *** empty log message ***
2004-01-28 Sam Lantinga Date: Wed, 28 Jan 2004 20:25:54 +0100
2004-01-28 Sam Lantinga Date: Wed, 28 Jan 2004 02:37:04 +0100
2004-01-26 Sam Lantinga Updated Project Builder projects
2004-01-24 Sam Lantinga Date: Sat, 24 Jan 2004 14:49:58 +0100
2004-01-24 Sam Lantinga *** empty log message ***
2004-01-24 Sam Lantinga Fixed bugs in CPU feature detection and added extended feature detection
2004-01-17 Sam Lantinga *** empty log message ***
2004-01-13 Sam Lantinga *** empty log message ***
2004-01-11 Sam Lantinga *** empty log message ***
2004-01-08 Sam Lantinga *** empty log message ***
2004-01-07 Patrice Mandin Add to temporary includes path to find src/video/windx5/directx.h if we build SDL in a different directory
2004-01-07 Sam Lantinga Date: Tue, 6 Jan 2004 21:54:02 +0100
2004-01-06 Sam Lantinga Date: Tue, 6 Jan 2004 12:42:19 +0100
2004-01-06 Sam Lantinga *** empty log message ***
2004-01-06 Sam Lantinga Added support for /dev/joy* on Free/Net/OpenBSD (thanks Christian!)
2004-01-05 Sam Lantinga Fixed playback problems with MacOSX 10.1
2004-01-05 Sam Lantinga Date: Mon, 5 Jan 2004 00:09:36 +0100
2004-01-05 Sam Lantinga Date: Sun, 4 Jan 2004 23:48:19 +0100
2004-01-04 Sam Lantinga Fix buffer underrun problems on slow iBooks
2004-01-04 Sam Lantinga Fixed track detection on MacOS X 10.1
2004-01-04 Sam Lantinga *** empty log message ***
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2004-01-04 Sam Lantinga Max has been reworking this code so it works on MacOS X 10.1
2004-01-04 Sam Lantinga Date: Mon, 17 Nov 2003 21:59:24 -0800
2004-01-04 Sam Lantinga Date: Wed, 26 Nov 2003 01:52:02 +0800
2004-01-04 Sam Lantinga Editors Note: The original patch was modified to use SDL_Delay() instead of
2004-01-04 Sam Lantinga Added function to create RWops from const memory: SDL_RWFromConstMem()
2004-01-04 Sam Lantinga Updated for new APIs
2004-01-04 Sam Lantinga *** empty log message ***
2004-01-04 Sam Lantinga Date: Wed, 31 Dec 2003 21:55:30 +0100
2003-12-31 Sam Lantinga Oops, we only want to fail creation if the display surface is an OpenGL surface.
2003-12-22 Ryan C. Gordon From: Thomas Jarosch
2003-12-18 Sam Lantinga Date: Wed, 17 Dec 2003 18:07:29 -0800 PST
2003-12-16 Sam Lantinga Date: Sun, 14 Dec 2003 15:16:12 +0100
2003-12-16 Sam Lantinga te: Mon, 15 Dec 2003 08:25:14 -0800 PST
2003-12-14 Sam Lantinga Date: Fri, 12 Dec 2003 11:51:21 +0900
2003-12-14 Sam Lantinga Fixed "dist" make target for newer versions of automake
2003-12-10 Sam Lantinga Date: Thu, 4 Dec 2003 07:48:40 +0200
2003-12-10 Sam Lantinga *** empty log message ***
2003-11-24 Sam Lantinga *** empty log message ***
2003-11-24 Sam Lantinga Date: Mon, 24 Nov 2003 20:11:31 +0000
2003-11-24 Sam Lantinga Updated Visual C++ support
2003-11-24 Sam Lantinga *** empty log message ***
2003-11-24 Sam Lantinga Check for CPUID before checking for 3DNow!
2003-11-24 Sam Lantinga Greatly simplified the SDL CPU info code
2003-11-24 Sam Lantinga Greatly simplified the SDL CPU info code
2003-11-24 Sam Lantinga Switched data files to binary format
2003-11-24 Sam Lantinga *** empty log message ***
2003-11-19 Sam Lantinga Fixed building cpuinfo under mingw32
2003-11-18 Sam Lantinga Date: Mon, 17 Nov 2003 23:12:59 +0100
2003-11-18 Sam Lantinga Actually hook the cpuinfo module into the library. :)
2003-11-18 Sam Lantinga Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.h
2003-11-14 Sam Lantinga Date: Mon, 10 Nov 2003 19:57:56 +0100
2003-11-14 Patrice Mandin Small fix for iconification
2003-11-12 Patrice Mandin Use new C2P routine + corrections for iconification window
2003-11-12 Patrice Mandin Use new C2P routine
2003-11-12 Patrice Mandin New C2P conversion routine
2003-11-05 Sam Lantinga Date: Mon, 13 Oct 2003 13:37:18 +0100
2003-11-05 Ryan C. Gordon Date: Wed, 5 Nov 2003 21:27:47 +0100
2003-10-06 Sam Lantinga *** empty log message ***
2003-10-06 Sam Lantinga Use a unique base address for each DLL.
2003-10-06 Sam Lantinga Updated libtool support so Mingw32 builds work.
2003-10-03 Ryan C. Gordon MGA CRTC2 support for DirectFB target contributed by Thomas Jarosch.
2003-10-01 Patrice Mandin Update MiNT CD-ROM driver
2003-09-30 Ryan C. Gordon SDL12: Disable screensaver in windib driver.
2003-09-28 Sam Lantinga *** empty log message ***
2003-09-27 Patrice Mandin Atari CD-ROM support
2003-09-24 Patrice Mandin Files now copied to build directory instead of source directory while configuring
2003-09-21 Sam Lantinga *** empty log message ***
2003-09-21 Sam Lantinga Date: Thu, 18 Sep 2003 14:24:35 -0400
2003-09-21 Sam Lantinga N Sep 17 8791 Sam Lantinga Re: tks source released
2003-09-21 Sam Lantinga Date: Fri, 12 Sep 2003 18:04:19 -0400
2003-09-21 Sam Lantinga Date: Sat, 13 Sep 2003 15:50:43 +0300
2003-09-15 Ryan C. Gordon Date: Sun, 14 Sep 2003 17:04:55 -0400
2003-09-13 Ryan C. Gordon SDL_JoystickInit: If malloc() fails, pretend no joysticks were detected.
2003-09-05 Sam Lantinga Date: Mon, 01 Sep 2003 15:37:52 +0900
2003-09-05 Sam Lantinga Update SDL version
2003-09-05 Sam Lantinga Fixed X11 mode line crash with only one video mode (thanks Alan!)
2003-09-03 Patrice Mandin Finally bugfixed: the simpler the better
2003-09-02 Patrice Mandin Severe bugfix: format->BitsPerPixel not checked in ListModes function
2003-08-31 Sam Lantinga Added SDL_loadso.c to the CodeWarrior project release-1.2.6
2003-08-31 Sam Lantinga Added SDL_loadso.c to the project
2003-08-30 Sam Lantinga Fixed building SDL_loadso.c on MacOS Classic
2003-08-30 Sam Lantinga *** empty log message ***
2003-08-30 Sam Lantinga *** empty log message ***
2003-08-30 Sam Lantinga *** empty log message ***
2003-08-30 Patrice Mandin Small bugfixes
2003-08-30 Sam Lantinga *** empty log message ***
2003-08-30 Sam Lantinga QNX is now officially supported! Thanks to Mike Gorchak!
2003-08-30 Sam Lantinga Date: Sat, 30 Aug 2003 16:28:10 +0300
2003-08-30 Sam Lantinga *** empty log message ***
2003-08-30 Sam Lantinga Fixed some bugs in the Nano-X video driver
2003-08-30 Sam Lantinga *** empty log message ***
2003-08-30 Sam Lantinga *** empty log message ***
2003-08-27 Sam Lantinga Hopefully this will fix the last of the problems with OBJ depend mode.
2003-08-27 Sam Lantinga Whitespace
2003-08-23 Sam Lantinga *** empty log message ***
2003-08-23 Sam Lantinga Date: Sat, 16 Aug 2003 16:22:56 +0300
2003-08-23 Sam Lantinga Date: Fri, 15 Aug 2003 09:13:59 +0300
2003-08-23 Sam Lantinga Date: Fri, 15 Aug 2003 09:13:59 +0300
2003-08-23 Sam Lantinga Fixed use of SDL with XInitThreads()
2003-08-22 Sam Lantinga Date: Tue, 19 Aug 2003 17:57:00 +0200
2003-08-12 Sam Lantinga Date: Tue, 12 Aug 2003 14:26:19 +0200 (MEST)
2003-08-11 Sam Lantinga Date: Mon, 11 Aug 2003 22:49:06 +0100
2003-08-10 Sam Lantinga *** empty log message ***
2003-08-10 Sam Lantinga Date: Sun, 10 Aug 2003 13:24:45 -0400
2003-08-10 Sam Lantinga The cdrom code doesn't build on MacOS X 10.1, disabled for now...
2003-08-10 Sam Lantinga Date: Sat, 9 Aug 2003 20:14:06 -0400
2003-08-09 Sam Lantinga *sigh*
2003-08-09 Sam Lantinga More grumble grumble...
2003-08-09 Sam Lantinga Grumble grumble
2003-08-09 Sam Lantinga *** empty log message ***
2003-08-09 Sam Lantinga Turn dynamic loading of esd and arts on by default
2003-08-09 Sam Lantinga *** empty log message ***
2003-08-09 Sam Lantinga *** empty log message ***
2003-08-09 Sam Lantinga Fixed automake warnings about Objective C support
2003-08-09 Sam Lantinga Fix compilation on MacOS 10.1
2003-08-08 Sam Lantinga *** empty log message ***
2003-08-08 Sam Lantinga Date: Mon, 28 Jul 2003 18:30:50 +0300
2003-08-08 Sam Lantinga *** empty log message ***
2003-08-08 Sam Lantinga *** empty log message ***
2003-08-08 Sam Lantinga *** empty log message ***
2003-08-08 Sam Lantinga *** empty log message ***
2003-08-06 Sam Lantinga *** empty log message ***
2003-08-06 Sam Lantinga ate: Mon, 4 Aug 2003 19:10:14 +0300
2003-08-06 Sam Lantinga *** empty log message ***
2003-08-04 Sam Lantinga Date: Sun, 3 Aug 2003 22:07:57 +0200
2003-08-04 Sam Lantinga Date: Sat, 2 Aug 2003 16:22:51 +0300
2003-07-28 Sam Lantinga Date: Sun, 27 Jul 2003 22:37:59 +0200
2003-07-27 Sam Lantinga *** empty log message ***
2003-07-26 Sam Lantinga You can't create a YUV overlay in OpenGL mode
2003-07-26 Sam Lantinga *** empty log message ***
2003-07-23 Sam Lantinga Use SDL's internal x, y for mouse button events - fixes relative motion bug.
2003-07-23 Sam Lantinga Date: Thu, 24 Jul 2003 01:40:17 +0200
2003-07-22 Sam Lantinga Merged in Ryan's multisample code for MacOS, and changed the constants to match.
2003-07-22 Sam Lantinga Date: Thu, 24 Apr 2003 15:13:47 -0400
2003-07-22 Sam Lantinga Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!)
2003-07-22 Sam Lantinga *** empty log message ***
2003-07-22 Sam Lantinga *** empty log message ***
2003-07-16 Patrice Mandin pmandin: Added Atari LDG shared object loader
2003-07-12 Ryan C. Gordon We need to lookup the address of glGetString before calling GL_MakeCurrent(),
2003-07-10 Sam Lantinga Added some notes from the benefit of my experience. :)
2003-07-10 Sam Lantinga Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
2003-07-09 Sam Lantinga Added RISCOS Makefiles to the configure process
2003-07-09 Sam Lantinga Fixed incorrect prototype for glXQueryExtensionsString()
2003-07-07 Patrice Mandin Atari MiNT: remove useless files
2003-07-07 Patrice Mandin Atari MiNT: added more audio drivers
2003-07-01 Ryan C. Gordon Removed direct dependency on OpenGL (call current_video->glGetString() instead
2003-07-01 Sam Lantinga *** empty log message ***
2003-06-28 Sam Lantinga Date: 28 Jun 2003 22:42:52 +0100
2003-06-28 Patrice Mandin Bugfix: some Makefiles in subdirectories created before their upper-level ones
2003-06-28 Sam Lantinga I'm American, does it show? ;-)
2003-06-28 Sam Lantinga Date: Sun, 11 May 2003 19:59:06 +0300
2003-06-28 Sam Lantinga te: 27 Jun 2003 21:16:01 +0100
2003-06-28 Sam Lantinga *** empty log message ***
2003-06-22 Sam Lantinga *** empty log message ***
2003-06-14 Sam Lantinga Date: Thu, 05 Jun 2003 09:36:40 +0100
2003-06-03 Patrice Mandin Add m68k assembly mixing routines
2003-06-02 Sam Lantinga Date: Sun, 1 Jun 2003 15:38:45 -0700 (PDT)
2003-05-29 Sam Lantinga Date: Mon, 5 May 2003 00:08:51 -0400
2003-05-29 Sam Lantinga Added initial support for RISC OS (thanks Peter Naulls!)
2003-05-29 Sam Lantinga *** empty log message ***
2003-05-29 Sam Lantinga *** empty log message ***
2003-05-29 Sam Lantinga Fixed compile problem in SDL_stretch.c with gcc 3.3
2003-05-29 Sam Lantinga *** empty log message ***
2003-05-29 Sam Lantinga The compiler option that makes enums having the size of an int must be enabled.
2003-05-27 Ryan C. Gordon More-than-three mouse button support for Quartz target.
2003-05-25 Ryan C. Gordon God, this is the never-ending patch. Another USB joystick detection fix for
2003-05-22 Ryan C. Gordon Attempt #3: Fixed boolean logic bug that caused all HID joysticks to be
2003-05-22 Ryan C. Gordon Whoops...typo prevented compiling. Fixed.
2003-05-22 Ryan C. Gordon Find just joysticks and gamepads (as opposed to, say, USB Audio devices), in
2003-05-22 Ryan C. Gordon Disable MacOS X screensaver for duration of application run by triggering a
2003-05-03 Sam Lantinga *** empty log message ***
2003-05-03 Sam Lantinga MacOS X joystick fix
2003-04-26 Sam Lantinga Oops...
2003-04-20 Sam Lantinga Date: Thu, 17 Apr 2003 23:27:34 -0400
2003-04-20 Sam Lantinga Date: Wed, 9 Apr 2003 18:21:33 -0230
2003-04-15 Sam Lantinga Added MacOS X CD-ROM audio support (thanks Max and Darrell)
2003-04-15 Sam Lantinga Fixed video intitialization problem on Qtopia (thanks David!)
2003-04-15 Sam Lantinga Date: Wed, 9 Apr 2003 01:03:25 -0400 (EDT)
2003-04-15 Sam Lantinga Date: Mon, 14 Apr 2003 22:08:27 +0100
2003-03-22 Sam Lantinga *** empty log message ***
2003-03-09 Sam Lantinga *** empty log message ***
2003-03-06 Sam Lantinga Date: Sat, 1 Mar 2003 16:13:57 -0500
2003-03-06 Sam Lantinga Date: Fri, 28 Feb 2003 22:47:56 +0100
2003-03-06 Sam Lantinga IRIX patches from Andrea Suatoni
2003-03-06 Sam Lantinga Date: Mon, 24 Feb 2003 16:31:25 -0500
2003-03-06 Sam Lantinga From: Jonathan Atkins
2003-03-05 Sam Lantinga *** empty log message ***
2003-02-26 Sam Lantinga Updated Visual C++ projects
2003-02-26 Sam Lantinga *** empty log message ***
2003-02-21 Sam Lantinga Fixed building thread code under BSD/OS (thanks Steven!)
2003-02-12 Sam Lantinga *** empty log message ***
2003-02-10 Sam Lantinga *** empty log message ***
2003-02-09 Sam Lantinga CVS should ignore files automatically generated by building on MacOS X
2003-02-07 Sam Lantinga Don't warp the mouse when a video mode hasn't been set
2003-02-04 Sam Lantinga Added support for HID sliders wheels and dials on MacOS X
2003-02-04 Sam Lantinga Date: Fri, 31 Jan 2003 15:17:30 +0100
2003-02-01 Sam Lantinga Fixed crash in SDL_SetIcon() under Quartz (thanks Darrell!)
2003-02-01 Sam Lantinga Allow icons of any size
2003-02-01 Sam Lantinga Fixed a problem with dlltool when building under MSYS on Windows
2003-02-01 Sam Lantinga Removed obsolete Linux joystick code
2003-02-01 Sam Lantinga Darrell added support for emulated SDL_DOUBLEBUF on MacOSX
2003-02-01 Sam Lantinga Added code to testsprite to detect tearing when flipping
2003-02-01 Sam Lantinga Missing has been re-added
2003-02-01 Sam Lantinga Working around broken objective C support - Take 2
2003-02-01 Sam Lantinga *** empty log message ***
2003-02-01 Sam Lantinga Doh, this doesn't work on all automake versions.
2003-02-01 Sam Lantinga Worked around objective C brokenness in Cygwin's automake
2003-01-26 Sam Lantinga *** empty log message ***
2003-01-26 Sam Lantinga If a double-buffered surface was requested, and a plain hardware surface
2003-01-21 Sam Lantinga Added some language bindings to the README
2003-01-21 Sam Lantinga *** empty log message ***
2003-01-21 Sam Lantinga Fixed header docs for the joystick hat position
2003-01-21 Sam Lantinga Fixed QZ_ToggleFullScreen() return value (thanks Max!)
2003-01-21 Sam Lantinga Applied Corona688's patch for output redirection on Windows CE
2003-01-20 Sam Lantinga Cth converted the MMX audio mixing routines to VC++ syntax
2003-01-20 Sam Lantinga Fixed build error on BeOS
2003-01-20 Sam Lantinga Mike Nordell _really_ fixed Win32 windib shift state handling this time. :)
2003-01-20 Sam Lantinga Date: Thu, 16 Jan 2003 13:48:31 +0200
2003-01-20 Sam Lantinga ate: Thu, 16 Jan 2003 13:48:31 +0200
2003-01-20 Sam Lantinga Date: Thu, 16 Jan 2003 13:48:31 +0200
2003-01-20 Sam Lantinga Date: Thu, 16 Jan 2003 13:48:31 +0200
2003-01-20 Sam Lantinga From: David Hedbor
2003-01-20 Sam Lantinga Enable the glXGetProcAddressARB code (fixes problems with NVidia drivers)
2003-01-20 Sam Lantinga David MacCormack fixed a bug in window sizing with Windows menus
2003-01-19 Sam Lantinga Test of the CVS mailing list
2002-12-27 Ryan C. Gordon Massive Quartz input enhancements from Darrell Walisser. His email:
2002-12-20 Ryan C. Gordon Added some code to toggle fullscreen and input grab for testing... --ryan.
2002-12-15 Sam Lantinga Date: Sat, 14 Dec 2002 13:33:05 -0500
2002-12-13 Ryan C. Gordon Moved some cleanup stuff to QZ_VideoQuit() from QZ_UnsetVideoMode()...fixes
2002-12-11 Sam Lantinga Fixed invalid memory access in DGA video driver (thanks ldb!)
2002-12-11 Sam Lantinga Fixed left/right shift detection on Windows (thanks Mike!)
2002-12-07 Sam Lantinga Updated Atari port for new system headers (thanks Patrice!)
2002-12-07 Sam Lantinga Fixed compile error if there is no X11 shared memory support.
2002-12-07 Sam Lantinga From: Darrell Walisser
2002-12-02 Sam Lantinga Linux joystick cleanups from Alan Swanson
2002-12-02 Sam Lantinga There's a bug in the VC7 optimizer relating to the duff loop optimization
2002-12-02 Sam Lantinga *** empty log message ***
2002-12-02 Sam Lantinga Doh! Compile error if there was no X11 shared image support
2002-12-02 Sam Lantinga *** empty log message ***
2002-11-24 Sam Lantinga *** empty log message ***
2002-11-17 Sam Lantinga Open ALSA devices in non-blocking mode (thanks Aleksey!)
2002-11-17 Sam Lantinga Open the ALSA devices in non-blocking mode (thanks Aleksey!)
2002-11-17 Sam Lantinga Updated for DirectDB 0.9.15 (thanks Denis!)
2002-11-17 Sam Lantinga Save the full pathname for stdout.txt and stderr.txt
2002-11-17 Sam Lantinga Fixed bsd joystick detection ... again (thanks Wilbern)
2002-11-17 Sam Lantinga *** empty log message ***
2002-11-17 Sam Lantinga *** empty log message ***
2002-11-17 Sam Lantinga Support 1-bit alpha on surfaces passed to SDL_WM_SetIcon() (thanks Glenn!)
2002-11-09 Sam Lantinga Greatly improved X11 DGA video speed (thanks Cezary!)
2002-11-09 Sam Lantinga Added MMX audio mixing code for gcc (thanks Stephane!)
2002-11-09 Sam Lantinga Added support for testing video flipping with graywin.c
2002-11-09 Sam Lantinga *** empty log message ***
2002-11-09 Sam Lantinga Fixed potential dropped events under DirectInput
2002-10-22 Sam Lantinga Fixed alpha blending bug (thanks Glenn!)
2002-10-22 Sam Lantinga Turn on enums always ints for CodeWarrior (thanks Darrell!)
2002-10-20 Sam Lantinga *** empty log message ***
2002-10-15 Sam Lantinga Return an error with color fills on less than 8 bpp surfaces.
2002-10-15 Sam Lantinga Fixed joystick detection problem on Windows XP (thanks Maciej!)
2002-10-14 Ryan C. Gordon Added check for AMD x86-64 ("Hammer") architecture in byte order determination.
2002-10-11 Sam Lantinga *** empty log message ***
2002-10-11 Sam Lantinga Removed unused function declarations
2002-10-11 Sam Lantinga Fixed mouse warp position bug with offset video modes
2002-10-11 Sam Lantinga Fixed a crash blitting RLE surfaces to RLE surfaces
2002-10-11 Sam Lantinga Removed an unnecessary header
2002-10-08 Sam Lantinga *** empty log message ***
2002-10-08 Sam Lantinga Fixed windows event handling for ActiveX controls (thanks Huib-Jan!)
2002-10-08 Sam Lantinga Updated the Project Builder stationary with SDLMain.*
2002-10-08 Sam Lantinga Added Visual C++ 7 (.NET) projects (thanks James!)
2002-10-08 Sam Lantinga Bumped version to 1.2.6 in CVS
2002-10-07 Sam Lantinga *** empty log message ***
2002-10-07 Sam Lantinga Fixed compiler warning
2002-10-07 Sam Lantinga Fixed building timer code on Windows CE
2002-10-07 Sam Lantinga Doh! Forgot to set the Win32 DLL version to 1.2.5
2002-10-06 Sam Lantinga *** empty log message *** release-1.2.5
2002-10-06 Sam Lantinga *** empty log message ***
2002-10-06 Sam Lantinga *** empty log message ***
2002-10-06 Sam Lantinga *** empty log message ***
2002-10-05 Sam Lantinga Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
2002-10-05 Sam Lantinga *** empty log message ***
2002-10-05 Sam Lantinga Added initial support for Dreamcast (thanks HERO!)
2002-10-05 Sam Lantinga Fixed gamma correction in Atari video drivers (thanks Patrice!)
2002-10-05 Sam Lantinga Atari joystick fixes contributed by Patrice Mandin
2002-10-05 Sam Lantinga Fixed cursor resource leak in Windows (thanks Huib-Jan Imbens!)
2002-10-05 Sam Lantinga *** empty log message ***
2002-10-05 Sam Lantinga Fixed SDL_main.c on Windows CE with applications containing spaces in their names.
2002-10-05 Sam Lantinga Fixed memory overwrite in BSD joystick driver (thanks SUGIMOTO Sadahiro!)
2002-10-05 Sam Lantinga Fixed mouse wheel events on MacOS X
2002-10-05 Sam Lantinga Lots of cleanups by Darrell, added the ability to resize Cocoa windows.
2002-10-05 Sam Lantinga Fixed YUV overlay code for Quicktime 6
2002-09-30 Sam Lantinga Added an aborted try at making fullscreen work on Xinerama screen != 0
2002-09-16 Sam Lantinga Fixed window update problems on MacOS X 10.2 (thanks Darrell!)
2002-09-16 Sam Lantinga Cleaned up the SDL_VIDEO_WINDOW_POS variable support
2002-09-16 Sam Lantinga Don't be fooled by unclutter - the mouse isn't really leaving our window
2002-09-16 Sam Lantinga Date: Thu, 12 Sep 2002 20:35:51 -0400
2002-09-16 Sam Lantinga *** empty log message ***
2002-09-16 Sam Lantinga Fixed a crash bug in checkkeys.c (thanks John!)
2002-09-16 Sam Lantinga *** empty log message ***
2002-09-16 Sam Lantinga Applied John Popplewell's fix for left-handed mice under Windows.
2002-09-09 Sam Lantinga The portable way of including SDL is #include "SDL.h"
2002-09-09 Sam Lantinga Fixed path problem with sdl.m4 macro file
2002-09-09 Sam Lantinga Fixed missing cursor after shadow buffer flip (thanks Jan!)
2002-09-02 Sam Lantinga Fixed trashing the framebuffer console on broken video drivers
2002-09-02 Sam Lantinga Fixed a typo in a previous patch
2002-09-02 Sam Lantinga Date: Sun, 1 Sep 2002 21:27:54 -0400 (EDT)
2002-09-01 Sam Lantinga Updated MacOS projects with "enums as int" build option
2002-09-01 Sam Lantinga *** empty log message ***
2002-09-01 Sam Lantinga *** empty log message ***
2002-09-01 Sam Lantinga Date: Sat, 31 Aug 2002 15:42:45 +0200
2002-08-31 Sam Lantinga Fixed some bugs and added some features to the -benchmark facility
2002-08-31 Sam Lantinga Added a -benchmark flag for testing the speeds of various video modes
2002-08-31 Sam Lantinga Date: Tue, 27 Aug 2002 19:07:38 +0200
2002-08-31 Sam Lantinga Date: Tue, 27 Aug 2002 16:14:11 +0200
2002-08-31 Sam Lantinga Tell the dock about command-line launched applications
2002-08-31 Sam Lantinga Darrell's Jag joystick fix
2002-08-28 Sam Lantinga Doh! Patch by Joel Ray Holveck
2002-08-25 Sam Lantinga Added a -fullscreen flag
2002-08-25 Sam Lantinga Date: Sun, 25 Aug 2002 09:46:54 -0400
2002-08-25 Sam Lantinga Date: Sat, 24 Aug 2002 22:20:01 -0600
2002-08-25 Sam Lantinga Updated the credits
2002-08-24 Sam Lantinga Removed unused function
2002-08-24 Sam Lantinga Fixed 2048 pixel limitation in DirectX blit code
2002-08-24 Sam Lantinga *** empty log message ***
2002-08-24 Sam Lantinga *** empty log message ***
2002-08-24 Sam Lantinga Updated the Borland C++ projects (thanks Dominique!)
2002-08-24 Sam Lantinga Date: Fri, 23 Aug 2002 11:48:56 +0200
2002-08-21 Sam Lantinga Added compile-time checking for the size of enums to SDL_types.h
2002-08-20 Sam Lantinga Fixed offset bug in hardware accelerated fills and blits
2002-08-20 Sam Lantinga Date: Thu, 18 Jul 2002 23:51:40 +0200 (MEST)
2002-08-20 Sam Lantinga Reset mouse state when changing video modes
2002-08-20 Sam Lantinga Fixed bug where video mode wasn't restored after ALT-tab in with DirectX
2002-08-20 Sam Lantinga *** empty log message ***
2002-08-20 Sam Lantinga *** empty log message ***
2002-08-20 Sam Lantinga Fixed crash with invalid bpp in SDL_SetVideoMode()
2002-08-20 Sam Lantinga *** empty log message ***
2002-08-20 Sam Lantinga Fixed mouse motion on MacOS X (recently broken)
2002-08-20 Sam Lantinga Updated for embedded Visual C++ 4.0
2002-08-19 Sam Lantinga Help with cross-compiling
2002-08-19 Sam Lantinga Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)
2002-08-19 Sam Lantinga Added SDL_GL_STEREO for stereoscopic OpenGL contexts
2002-08-19 Sam Lantinga Added an environment variable SDL_VIDEO_X11_WMCLASS
2002-08-19 Sam Lantinga Fullscreen windows are always topmost under Windows
2002-08-19 Sam Lantinga Fixed mouse grab going fullscreen to windowed in Windows
2002-08-18 Sam Lantinga *** empty log message ***
2002-08-18 Sam Lantinga Fixed video crash on older XFree86 servers
2002-08-18 Sam Lantinga Only modifier key state is noted when X11 window opens
2002-08-17 Sam Lantinga Added temporarily disabled code for hardware acceleration in windowed mode.
2002-08-17 Sam Lantinga Flush message queue when shutting down video mode on Windows
2002-08-17 Sam Lantinga Zeroed out SDL_Surface::unused1 so glSDL will work on stock SDL
2002-08-17 Sam Lantinga Removed DDFLIP_WAIT flag from DirectX flip for improved performance
2002-08-17 Sam Lantinga *** empty log message ***
2002-08-17 Sam Lantinga Added a way to get the Windows OpenGL context in SDL_syswm.h
2002-08-17 Sam Lantinga Fixed building Windows DLL with latest native Cygwin tools
2002-08-17 Sam Lantinga Updated configure.in for automake 1.6.2
2002-08-12 Sam Lantinga Darrell's fix for Quartz mouse motion
2002-08-12 Ryan C. Gordon Commented double-free buggy code. Will examine more closely later.
2002-08-01 Sam Lantinga Added initial support for PicoGUI (thanks Micah!)
2002-08-01 Sam Lantinga *** empty log message ***
2002-08-01 Sam Lantinga Fixed SDL_DisplayFormatAlpha() on RGB surfaces with alpha
2002-08-01 Ryan C. Gordon Make sure width and height passed to SDL_GetVideoMode() are sane.
2002-07-30 Ryan C. Gordon Memory leak fixes by Bill May.
2002-07-29 Sam Lantinga Date: Fri, 12 Jul 2002 11:25:32 GMT+1
2002-07-29 Sam Lantinga Date: Mon, 29 Jul 2002 15:07:22 +1000
2002-07-26 Ryan C. Gordon Fix for USB HID API. Fixes build on NetBSD and FreeBSD, but maybe causes
2002-07-22 Ryan C. Gordon Fixed (?) semaphore support on HPUX 11.x ...
2002-07-10 Sam Lantinga *** empty log message ***
2002-07-10 Ryan C. Gordon More correct error reported when calling SDL_GL_LoadLibrary() without
2002-07-03 Sam Lantinga Memory leak fix for DirectX software surfaces
2002-07-02 Ryan C. Gordon Bugfix from Corona688: don't reference a string before we've initialized it.
2002-06-20 Sam Lantinga *** empty log message ***
2002-06-20 Sam Lantinga Allow building from another top level directory
2002-06-16 Sam Lantinga Updated the QNX audio code for QNX 6.2 (thanks Travis!)
2002-06-13 Sam Lantinga *** empty log message ***
2002-06-13 Sam Lantinga *** empty log message ***
2002-06-13 Sam Lantinga Fixed building with pthreads and the pth library
2002-06-13 Sam Lantinga *** empty log message ***
2002-06-13 Sam Lantinga Hmm
2002-06-13 Sam Lantinga Fix uninitialized variable warning
2002-06-13 Sam Lantinga Fix another memory leak
2002-06-13 Sam Lantinga *** empty log message ***
2002-06-13 Sam Lantinga Fixed memory leaks in YUV code
2002-06-12 Sam Lantinga *** empty log message ***
2002-06-12 Sam Lantinga API changes on OpenBSD and FreeBSD...
2002-06-12 Sam Lantinga Added some more joysticks on Linux
2002-06-11 Sam Lantinga *** empty log message ***
2002-06-11 Sam Lantinga *** empty log message ***
2002-06-11 Sam Lantinga *** empty log message ***
2002-06-11 Sam Lantinga *** empty log message ***
2002-06-11 Sam Lantinga *** empty log message ***
2002-06-11 Sam Lantinga *** empty log message ***
2002-06-10 Sam Lantinga Unified the thread detection code for UNIX platforms
2002-06-10 Sam Lantinga Added Atari audio support (thanks Patrice!)
2002-06-10 Sam Lantinga Pth threading bug fix
2002-06-10 Sam Lantinga Added check for ENOMEDIUM to the Linux CDROM code
2002-06-10 Sam Lantinga Date: Wed, 5 Jun 2002 12:57:56 +0200
2002-06-10 Sam Lantinga *** empty log message ***
2002-06-08 Sam Lantinga *** empty log message ***
2002-06-04 Sam Lantinga *** empty log message ***
2002-06-01 Sam Lantinga *** empty log message ***
2002-06-01 Sam Lantinga Date: Sat, 1 Jun 2002 17:56:45 -0500
2002-06-01 Sam Lantinga *** empty log message ***
2002-06-01 Sam Lantinga *** empty log message ***
2002-06-01 Sam Lantinga Fixed shared library building on MacOS X (thanks Max!)
2002-06-01 Sam Lantinga Added a README for Qtopia
2002-05-31 Sam Lantinga *** empty log message ***
2002-05-29 Sam Lantinga Almost... :)
2002-05-29 Ryan C. Gordon SDL_PushEvent() now returns values as documented.
2002-05-29 Sam Lantinga Date: Wed, 29 May 2002 17:37:19 +0200
2002-05-28 Sam Lantinga Wilbern Cobb submitted a fix for building BSD joystick support that should work on all BSD flavors.
2002-05-28 Sam Lantinga Date: Wed, 22 May 2002 22:30:58 +0300
2002-05-28 Sam Lantinga Date: Fri, 24 May 2002 10:32:00 -0700
2002-05-20 Sam Lantinga *** empty log message ***
2002-05-20 Sam Lantinga *** empty log message ***
2002-05-19 Sam Lantinga *** empty log message ***
2002-05-19 Sam Lantinga Use secondary audio buffers to avoid problems on various soundcards
2002-05-19 Sam Lantinga *** empty log message ***
2002-05-19 Sam Lantinga Fixed setting OpenGL mode multiple times on Windows
2002-05-19 Sam Lantinga *** empty log message ***
2002-05-19 Sam Lantinga Added David Hedbor's Qtopia patches
2002-05-19 Sam Lantinga Date: Sat, 18 May 2002 17:40:53 +0300
2002-05-19 Sam Lantinga *** empty log message ***
2002-05-19 Sam Lantinga *** empty log message ***
2002-05-19 Sam Lantinga The Win32 information has been moved to the FAQ.
2002-05-18 Sam Lantinga Avoid a conflict in the definition of int32
2002-05-17 Sam Lantinga *** empty log message ***
2002-04-25 Sam Lantinga Fixed MacOS X installation for SDL 1.2.4 release (thanks Darrell)
2002-04-19 Sam Lantinga Date: Thu, 18 Apr 2002 13:50:53 -0700
2002-04-18 Sam Lantinga *** empty log message ***
2002-04-18 Sam Lantinga From: Wilbern Cobb <vedge@csoft.org>
2002-04-18 Sam Lantinga Configure fixes from Wilbern Cobb for FreeBSD joystick support.
2002-04-17 Sam Lantinga Fixed crash in QZ_SetCaption() (thanks Darrell)
2002-04-16 Sam Lantinga Wilbern Cobb fixed joystick code on FreeBSD
2002-04-15 Sam Lantinga *** empty log message ***
2002-04-15 Sam Lantinga *** empty log message ***
2002-04-15 Sam Lantinga Don't build RPM archives that have ALSA dependencies
2002-04-15 Sam Lantinga Updated ALSA audio support for ALSA 0.9
2002-04-15 Sam Lantinga The documented error return value for SDL_WaitEvent() is 0.
2002-04-15 Sam Lantinga Fixed SDL_PollEvent() so it only returns a boolean value (not -1)
2002-04-14 Sam Lantinga Fixed failed make when running "make distclean"
2002-04-14 Sam Lantinga Bump the version, so that it isn't forotten later. :)
2002-04-13 Sam Lantinga *** empty log message *** release-1.2.4
2002-04-13 Sam Lantinga Re-added MacOS X audio locking
2002-04-13 Sam Lantinga Fixed build warning
2002-04-13 Sam Lantinga Fixed precompiled headers on MacOS X
2002-04-13 Sam Lantinga *** empty log message ***
2002-04-13 Sam Lantinga *** empty log message ***
2002-04-13 Sam Lantinga *** empty log message ***
2002-04-13 Sam Lantinga *** empty log message ***
2002-04-11 Sam Lantinga *** empty log message ***
2002-04-11 Sam Lantinga Fixed a minor memory leak in the SDL thread subsystem
2002-04-11 Sam Lantinga Fixed spurious keypress at startup on BeOS
2002-04-11 Sam Lantinga Fixed gamma ramps in DirectX windowed and OpenGL modes
2002-04-11 Sam Lantinga Explicitly specify the SDL API calling convention (C by default)
2002-04-10 Sam Lantinga BeOS compile fix for shared object loading code
2002-04-10 Sam Lantinga *** empty log message ***
2002-04-09 Sam Lantinga Fixed DirectX fullscreen gamma control (thanks John!)
2002-04-09 Sam Lantinga Fixed a crash bug in the WM_ACTIVATE code (thanks John!)
2002-04-08 Sam Lantinga Mouse wheel fix patch.
2002-04-04 Sam Lantinga Date: Thu, 04 Apr 2002 13:27:36 GMT+1
2002-04-03 Sam Lantinga Date: 03 Apr 2002 15:28:09 +0200
2002-04-01 Sam Lantinga Patrice's fixes for GNU Pthread support
2002-03-31 Sam Lantinga RPM dependency fix courtesy of Edward Rudd
2002-03-31 Sam Lantinga *** empty log message ***
2002-03-31 Sam Lantinga Disabled QueryPerformanceCounter(), due to problems on Win2K
2002-03-31 Sam Lantinga Fixed the bug where mouse cursor and SDL mouse coordinates didn't match
2002-03-30 Sam Lantinga *** empty log message ***
2002-03-30 Sam Lantinga The audio lock and unlock functions are now a part of the driver.
2002-03-30 Sam Lantinga The audio lock and unlock functions are now a part of the driver.
2002-03-30 Sam Lantinga Fixes for GNU pthreads from Patrice
2002-03-28 Sam Lantinga Date: Thu, 28 Mar 2002 09:20:03 +0200
2002-03-26 Sam Lantinga *** empty log message ***
2002-03-24 Sam Lantinga *** empty log message ***
2002-03-24 Sam Lantinga *** empty log message ***
2002-03-23 Sam Lantinga Added UNIX RDTSC code by Lompak (disabled by default)
2002-03-23 Sam Lantinga Date: Sat, 23 Mar 2002 13:53:37 +0200
2002-03-22 Sam Lantinga *** empty log message ***
2002-03-20 Sam Lantinga *** empty log message ***
2002-03-20 Sam Lantinga Used the glext.h from the SGI sample implementation
2002-03-20 Sam Lantinga Date: Fri, 15 Mar 2002 18:24:59 GMT+1
2002-03-20 Sam Lantinga Blit bug fix from John Popplewell
2002-03-11 Sam Lantinga *** empty log message ***
2002-03-10 Sam Lantinga *** empty log message ***
2002-03-10 Sam Lantinga This properly scales axes, and adds support for sliders/wheels
2002-03-10 Sam Lantinga Only put surfaces in video memory if there are accelerated blits
2002-03-10 Sam Lantinga Atari port cleanups from Patrice
2002-03-10 Sam Lantinga *** empty log message ***
2002-03-07 Sam Lantinga *** empty log message ***
2002-03-07 Sam Lantinga Added Atari joystick support (thanks Patrice!)
2002-03-06 Sam Lantinga Fixed dynamic arts support.
2002-03-06 Sam Lantinga Fixed dynamic arts support.
2002-03-06 Sam Lantinga *** empty log message ***
2002-03-06 Sam Lantinga *** empty log message ***
2002-03-06 Sam Lantinga Updated copyright information for 2002
2002-03-06 Sam Lantinga Removed the API changes to preserve SDL 1.2 stability
2002-03-06 Sam Lantinga *** empty log message ***
2002-03-06 Sam Lantinga Added a new header file: SDL_loadso.h
2002-03-05 Sam Lantinga *** empty log message ***
2002-03-05 Sam Lantinga Added SDL_LockRect() and SDL_UnlockRect()
2002-03-02 Sam Lantinga Date: Thu, 21 Feb 2002 09:18:24 +0200
2002-03-01 Sam Lantinga *** empty log message ***
2002-03-01 Sam Lantinga Fixed "short jump out of range" error in MMX code
2002-02-28 Sam Lantinga Updated for Watcom C++ and LCC compilers
2002-02-27 Sam Lantinga From: Patrice Mandin <pmandin@caramail.com>
2002-02-26 Sam Lantinga Updated for DirectFB 0.9.9
2002-02-22 Sam Lantinga *** empty log message ***
2002-02-21 Sam Lantinga *** empty log message ***
2002-02-20 Sam Lantinga Date: Mon, 18 Feb 2002 16:46:59 +1200
2002-02-20 Sam Lantinga Fixed SDL_OPENGLBLIT with OpenGL API newer than 1.2
2002-02-17 Sam Lantinga Added initial support for Atari (thanks Patrice!)
2002-02-14 Sam Lantinga *** empty log message ***
2002-02-14 Sam Lantinga Mike Gorchak added some QNX tweaks, including OpenGL support
2002-02-14 Sam Lantinga Added support for joysticks on *BSD (thanks Wilbern!)
2002-02-14 Sam Lantinga Added a YUV overlay test program (thanks Jon!)
2002-02-13 Sam Lantinga Updated the documentation for the SDL_PushEvent() call.
2002-02-13 Sam Lantinga Added support for the pause key under DirectX
2002-02-13 Sam Lantinga David Snopek added Borland compiler support
2002-01-22 Sam Lantinga *** empty log message ***
2002-01-22 Sam Lantinga Date: Sat, 19 Jan 2002 17:24:32 -0500 (EST)
2002-01-22 Sam Lantinga Now works "out of the box" on BSDI
2002-01-18 Sam Lantinga From: "Mattias Engdeg�rd" <f91-men@nada.kth.se>
2002-01-18 Sam Lantinga Added Quartz version of SDL_SetIcon() for MacOS X (thanks Bob)
2002-01-18 Sam Lantinga *** empty log message ***
2002-01-18 Sam Lantinga *** empty log message ***
2002-01-18 Sam Lantinga Added QNX cleanups by Mike Gorchak (thanks!)
2002-01-18 Sam Lantinga *** empty log message ***
2002-01-14 Sam Lantinga *** empty log message ***
2002-01-10 Sam Lantinga Fixed building with Cygwin (thanks Michael)
2002-01-09 Sam Lantinga Don't allow multiple audio opens to succeed (until SDL 1.3)
2002-01-04 Sam Lantinga *** empty log message ***
2001-12-26 Sam Lantinga *** empty log message ***
2001-12-20 Sam Lantinga *** empty log message ***
2001-12-18 Sam Lantinga *** empty log message ***
2001-12-18 Sam Lantinga *** empty log message ***
2001-12-17 Sam Lantinga *** empty log message ***
2001-12-16 Sam Lantinga Updated Amiga port by Gabriele Greco
2001-12-14 Sam Lantinga *** empty log message ***
2001-12-14 Sam Lantinga Updated mailing list information
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-12-14 Sam Lantinga Updated the headers with the correct e-mail address
2001-12-14 Sam Lantinga Added support for building SDL for EPOC/SymbianOS 6.0 (thanks Hannu!)
2001-12-14 Sam Lantinga *** empty log message ***
2001-12-06 Sam Lantinga Reset the device before closing it - fixes a hang with some audio drivers
2001-12-05 Sam Lantinga Fix crash with Linux supermount fstab entries (thanks Erno!)
2001-11-27 Sam Lantinga From: "Mattias Engdeg�rd" <f91-men@nada.kth.se>
2001-11-26 Sam Lantinga *** empty log message ***
2001-11-23 Sam Lantinga Fixed timeout in Linux condition variable implementation
2001-11-22 Sam Lantinga Fixed testgl so that SDL_GL_Enter2DMode() allows alpha blending
2001-11-22 Sam Lantinga Added support for Xi Graphics XME fullscreen extension
2001-11-22 Sam Lantinga Bump the version number on the library
2001-11-22 Sam Lantinga Include the README files with the source distribution
2001-11-22 Sam Lantinga Added a couple minor tweaks
2001-11-22 Sam Lantinga *** empty log message ***
2001-11-08 Sam Lantinga Oops, forgot a directory here... release-1.2.3
2001-11-07 Sam Lantinga Fixed X11 icon color allocation (thanks Mattias!)
2001-11-07 Sam Lantinga Removed a warning
2001-11-06 Sam Lantinga Modified the logo texture load to accept any width/height image
2001-11-06 Sam Lantinga SDL_OPENGLBLIT is deprecated, show the "right way" of doing things
2001-11-06 Sam Lantinga Don't generate a spurious error on SDL_InitVideo()
2001-11-04 Sam Lantinga Updated to include SDL_opengl.h
2001-11-04 Sam Lantinga Greatly improved Xinerama video mode support
2001-11-04 Sam Lantinga Fix a crash if an OpenGL video mode can't be set.
2001-11-04 Sam Lantinga Give more info about the current video mode
2001-11-03 Sam Lantinga Added X11 Xinerama support - fullscreen starts on screen 0
2001-11-02 Sam Lantinga Disabled virtual terminal check for SVGAlib video
2001-11-02 Sam Lantinga Fixed building hermes objects with automake 1.5 (thanks winterlion)
2001-11-02 Sam Lantinga *** empty log message ***
2001-11-02 Sam Lantinga Fixed key repeat interactions with event filters (thanks Elmar!)
2001-11-02 Sam Lantinga *** empty log message ***
2001-11-02 Sam Lantinga *** empty log message ***
2001-11-01 Sam Lantinga *** empty log message ***
2001-11-01 Sam Lantinga Updated SDL DirectFB backend for DirectFB version 0.9.7
2001-10-26 Sam Lantinga Hack workaround to fix MacOS X install problems
2001-10-25 Sam Lantinga Use the sticky focus flag so audio isn't muted when application is switched.
2001-10-25 Sam Lantinga Fail if setting a video mode when requesting GL and can't get it.
2001-10-25 Sam Lantinga Fix shared library creation on QNX
2001-10-25 Sam Lantinga Added platform independent OpenGL header - SDL_opengl.h
2001-10-25 Sam Lantinga *** empty log message ***
2001-10-23 Sam Lantinga *** empty log message ***
2001-10-22 Sam Lantinga If we're looking at the /dev/input event devices, and we found
2001-10-18 Sam Lantinga *** empty log message ***
2001-10-16 Sam Lantinga *** empty log message ***
2001-10-16 Sam Lantinga *** empty log message ***
2001-10-16 Sam Lantinga Added Darrell Walisser's updated project-builder projects
2001-10-14 Sam Lantinga Fixed flashing the screen when creating a window on BeOS
2001-10-14 Sam Lantinga Added double-buffering support for SVGAlib (thanks Kutak!)
2001-10-08 Sam Lantinga Added photon fixes submitted by Luca Barbato
2001-09-30 Sam Lantinga *** empty log message ***
2001-09-30 Sam Lantinga Fixed crash when using double-buffering with DGA
2001-09-30 Sam Lantinga Fixed last track time calculation (thanks Tchi Southivong)
2001-09-30 Sam Lantinga MacOS X fix
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga Oops, back out that SDL_main -> SDLMain conversion
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga Fixed resuming a paused CD on Win2K (thanks Aragorn)
2001-09-23 Sam Lantinga Changed SDLMain to SDL_main for MacOS X stuff
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga Date: Thu, 13 Sep 2001 14:14:42 -0400
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-23 Sam Lantinga *** empty log message ***
2001-09-14 Sam Lantinga *** empty log message ***
2001-09-14 Sam Lantinga Added support for the GNU Pth thread lib (thanks Mandin!)
2001-09-14 Sam Lantinga Added the Undo key for the Atari keyboard
2001-09-14 Sam Lantinga *** empty log message ***
2001-09-14 Sam Lantinga Fix XVideo on GeForce by using last available adaptor
2001-09-14 Sam Lantinga Updated from the SDL Documentation Project
2001-09-13 Sam Lantinga Do proper typecasting so this compiles on IRIX
2001-09-13 Sam Lantinga *** empty log message ***
2001-09-13 Sam Lantinga Added CD-ROM support for BSD/OS (thanks Steven!)
2001-09-12 Sam Lantinga Added library version information to the Windows DLL
2001-09-11 Sam Lantinga *** empty log message ***
2001-09-11 Sam Lantinga Fix for "make dist"
2001-09-11 Sam Lantinga *** empty log message ***
2001-09-11 Sam Lantinga Added initial support for EPOC/Symbian OS (thanks Hannu!)
2001-09-11 Sam Lantinga Date: Sat, 8 Sep 2001 04:42:23 +0200
2001-09-11 Sam Lantinga Handle the case where the WAVE magic number was already read in a non-seekable
2001-09-04 Sam Lantinga *** empty log message ***
2001-09-04 Sam Lantinga Allow building SDL on Windows without audio support
2001-09-04 Sam Lantinga Added Max's patches for building MacOS X apps on command line
2001-09-04 Sam Lantinga Added support for DirectFB video on Linux (thanks Denis!)
2001-09-04 Sam Lantinga Fixed Solaris nitpicks (thanks Mattias!)
2001-09-04 Sam Lantinga Joystick initialization fix submitted by Vitaliy Mikitchenko
2001-09-04 Sam Lantinga *** empty log message ***
2001-09-04 Sam Lantinga Removed SDL_blit_A.h (obsolete)
2001-08-31 Sam Lantinga Fixed mouse wheel motion position on Windows
2001-08-31 Sam Lantinga An expose event is now sent when using XVideo output.
2001-08-31 Sam Lantinga Fix title bar setting bug
2001-08-21 Sam Lantinga Time to recognize everyone again. :)
2001-08-21 Sam Lantinga Date: Tue, 21 Aug 2001 03:50:01 +0200
2001-08-20 Sam Lantinga Removed fullscreen menu entry - fixed warning on application startup
2001-08-20 Sam Lantinga Is this right??
2001-08-19 Sam Lantinga Date: Thu, 16 Aug 2001 21:50:51 -0500 (EST)
2001-08-18 Sam Lantinga *** empty log message ***
2001-08-18 Sam Lantinga Fixed IDE and SCSI CD-ROM detection on BeOS (thanks Caz!)
2001-08-18 Sam Lantinga *** empty log message ***
2001-08-18 Sam Lantinga Fix compiler warnings
2001-08-18 Sam Lantinga *** empty log message ***
2001-08-09 Sam Lantinga Fixed compile errors and added call to SDL_SetModuleHandle() in WinMain()
2001-08-09 Sam Lantinga Audio subsystem no longer assumes sun audio API on UNIX systems
2001-08-09 Sam Lantinga *** empty log message ***
2001-08-09 Sam Lantinga Added SDL_expose.c to the VC++ project
2001-08-09 Sam Lantinga Applied David MacCormack's patch to fix SDL_WINDOWID on Windows,
2001-08-09 Sam Lantinga Fixed VGL detection on FreeBSD (thanks David!)
2001-08-09 Sam Lantinga Updated ltconfig for OpenBSD (thanks Peter!)
2001-08-09 Sam Lantinga From: Max Horn <max@quendi.de>
2001-08-09 Sam Lantinga Include MacOS X in the distribution
2001-08-09 Sam Lantinga Fixed compiling on Windows CE
2001-08-09 Sam Lantinga Fixed potential buffer overflow in Linux CD code (thanks Ryan!)
2001-08-09 Sam Lantinga Applied Paul Jenner's patches to fix "make distcheck" and "make rpm"
2001-08-03 Sam Lantinga Fixed building the static library (still needs to run ranlib afterwards)
2001-08-01 Sam Lantinga Added hardware stretching code to scale 640x480 to TV resolution
2001-08-01 Sam Lantinga Added initial support for TV output modes
2001-08-01 Sam Lantinga Fix compile riva fb problem on older kernels
2001-07-31 Sam Lantinga Added support for hardware accelerated NVidia driver on framebuffer console
2001-07-31 Sam Lantinga Added button-up with mouse-wheel on framebuffer console
2001-07-31 Sam Lantinga Fixed audio format selection for OpenBSD (thanks Peter!)
2001-07-31 Sam Lantinga The rectangle argument to SDL_SetClipRect is really const
2001-07-31 Sam Lantinga Applied Maxim's patch for VGL detection on FreeBSD
2001-07-31 Sam Lantinga Avoid a compiler warning when configured with --disable-threads
2001-07-31 Sam Lantinga Oops, that wasn't right...
2001-07-31 Sam Lantinga Bump version to 1.2.3
2001-07-31 Sam Lantinga Fix build when GL_CLIENT_PIXEL_STORE_BIT is not defined
2001-07-23 Sam Lantinga Updated version to 1.2.2 release-1.2.2
2001-07-23 Sam Lantinga Fixed the project builder project archive
2001-07-23 Sam Lantinga Don't worry about a minimum repeat rate - let the user hang themselves...
2001-07-23 Sam Lantinga Name changed from OBSD to OPENBSD_AUDIO
2001-07-22 Sam Lantinga Re-adding SDLMain.nib.tar.gz, so people don't have to use stationary.
2001-07-22 Sam Lantinga *** empty log message ***
2001-07-22 Sam Lantinga Fix noise when starting audio under DX5 (thanks Jesse!)
2001-07-22 Sam Lantinga Fixed fullscreen mouse events on MacOS X
2001-07-21 Sam Lantinga Changed the CVS root to point to libsdl.org
2001-07-21 Sam Lantinga Removed debug info accidentally comitted
2001-07-20 Sam Lantinga Now returns an error if unable to open audio on BeOS
2001-07-18 Sam Lantinga Fixed crash if mouse is outside of the screen bounds for some reason
2001-07-18 Sam Lantinga Incorporated slightly modified version of Rainer's WinCE patch
2001-07-14 Sam Lantinga Now gets correct keyboard state when starting up on X11
2001-07-14 Sam Lantinga SDL GL dynamic loading fix for OpenBSD
2001-07-14 Sam Lantinga Fixed switching away from the SDL at the framebuffer console
2001-07-14 Sam Lantinga *** empty log message ***
2001-07-13 Sam Lantinga Fixed crash in testsprite when using the -fast option (nobody caught this?)
2001-07-13 Sam Lantinga Merged DGA video surface handling improvements, unified locking code.
2001-07-13 Sam Lantinga Some minor name changes to clean up
2001-07-13 Sam Lantinga Detect more types of IMPS/2 mouse
2001-07-13 Sam Lantinga *** empty log message ***
2001-07-12 Sam Lantinga Don't crash if freeing a hardware surface after the video mode has been
2001-07-12 Sam Lantinga DGA video driver is now thread-safe
2001-07-11 Sam Lantinga Fixed using the video mode extension on older servers
2001-07-09 Sam Lantinga Oops, I committed debug code...
2001-07-09 Sam Lantinga Fixed some problems with the fullscreen code. Wooo. :)
2001-07-09 Sam Lantinga Revert to old non-blocking writes (if it ain't broke, don't fix it)
2001-07-09 Sam Lantinga Fixed blocking open bug when using blocking audio writes
2001-07-08 Sam Lantinga Updated list of improvements
2001-07-08 Sam Lantinga Cleaned up the OpenBSD port, thanks to Peter Valchev
2001-07-07 Sam Lantinga Applied Hannu's fix and switched to blocking writes .. seems to work?
2001-07-07 Sam Lantinga Fixed the DMA driver not to reset the audio descriptor (not needed, and
2001-07-07 Sam Lantinga From: "Markus F.X.J. Oberhumer"
2001-07-07 Sam Lantinga Fix to allow SDL compiled under XFree v4 to work with XFree v3 xservers.
2001-07-07 Sam Lantinga Added Holger Schemel's fix for SDL_GetTicks() on W2K
2001-07-07 Sam Lantinga Hopefully fixed the fullscreen mode code for KDE
2001-07-07 Sam Lantinga Added -width and -height command line options
2001-07-02 Sam Lantinga Dummy audio and video drivers are enabled (thanks Ryan!)
2001-07-02 Sam Lantinga Added support for Visual C++ inline keyword
2001-07-02 Sam Lantinga Add a symlink to SDL 1.2 for SDL 1.1
2001-06-26 Sam Lantinga Oops, don't include debug code
2001-06-26 Sam Lantinga When the mouse is grabbed, send the application the motion associated with
2001-06-25 Sam Lantinga Added the SDL_VIDEO_YUV_DIRECT hack for better performance when the
2001-06-23 Sam Lantinga Oops, reversed the logic of the variable
2001-06-23 Sam Lantinga Allow the user to override the relative mouse mode.
2001-06-23 Sam Lantinga Added the environment variable SDL_MOUSE_NORELATIVE to completely disable
2001-06-19 Sam Lantinga Don't crash if freeing a cursor after quit...
2001-06-19 Sam Lantinga Bumped the library version
2001-06-19 Sam Lantinga Added patches from FreeBSD ports
2001-06-16 Sam Lantinga *** empty log message *** release-1.2.1
2001-06-16 Sam Lantinga Oops, forgot the Quartz video directory
2001-06-16 Sam Lantinga Fixed the PS2 GS detection
2001-06-16 Sam Lantinga *** empty log message ***
2001-06-16 Sam Lantinga Added Linux PlayStation 2 Graphics Synthesizer support
2001-06-16 Sam Lantinga Added /dev/usbmouse to the list of mice to check
2001-06-16 Sam Lantinga Added an audio driver that writes to disk (thanks Ryan!)
2001-06-16 Sam Lantinga Support for SVGALib 2.0, thanks to Benjamin Joel Stover
2001-06-16 Sam Lantinga Re-added files in binary form
2001-06-16 Sam Lantinga *** empty log message ***
2001-06-16 Sam Lantinga Re-added in binary form
2001-06-16 Sam Lantinga *** empty log message ***
2001-06-16 Sam Lantinga Updated projects
2001-06-16 Sam Lantinga Mouse wheel sends mouse button (4/5) events on Windows
2001-06-11 Sam Lantinga *** empty log message ***
2001-06-11 Sam Lantinga Ryan's IMPS/2 mouse fix
2001-06-11 Sam Lantinga * Removed fullscreen menu option from the "Window" menu
2001-06-11 Sam Lantinga *** empty log message ***
2001-06-11 Sam Lantinga Date: Sun, 10 Jun 2001 17:33:44 -0500
2001-06-10 Sam Lantinga Added new docs for SDL 1.2.1
2001-06-10 Sam Lantinga *** empty log message ***
2001-06-10 Sam Lantinga Added MacOS X Project Builder projects
2001-06-10 Sam Lantinga MacOS X additions from Darrell
2001-06-10 Sam Lantinga Disabled /dev/event joystick interface by default
2001-06-07 Sam Lantinga Oops, back it out...
2001-06-07 Sam Lantinga Fixed bug in joystick motion, thanks to Alexandre Duret-Lutz
2001-06-07 Sam Lantinga Mattias' patch
2001-06-07 Sam Lantinga Added initial support for Quartz video (thanks Darrell!)
2001-06-07 Sam Lantinga *** empty log message ***
2001-06-07 Sam Lantinga Fix palette creation in windowed mode at 8 bpp
2001-05-27 Sam Lantinga *** empty log message ***
2001-05-27 Sam Lantinga I found the pthread package for NetBSD
2001-05-27 Sam Lantinga *** empty log message ***
2001-05-27 Sam Lantinga *** empty log message ***
2001-05-27 Sam Lantinga NetBSD linker fix
2001-05-27 Sam Lantinga Minor fixes for NetBSD
2001-05-26 Sam Lantinga Oops, typo fix
2001-05-26 Sam Lantinga Added native OpenBSD audio driver (thanks vedge!)
2001-05-23 Sam Lantinga Windows CE patches contributed by Rainer Loritz
2001-05-23 Sam Lantinga Added detection of Open Sound System on Solaris x86
2001-05-23 Sam Lantinga Minor crash bugfix
2001-05-22 Sam Lantinga Silly bug fix from Billy Biggs
2001-05-22 Sam Lantinga Reverted ENABLE_X11 patch - FIXME, this needs a better solution in the future.
2001-05-11 Sam Lantinga Catch up to Cygwin for the location of the Windows API libraries
2001-05-11 Sam Lantinga Added initial support for Nano-X (thanks Hsieh-Fu!)
2001-05-11 Sam Lantinga Oops, the OpenBSD fix didn't.
2001-05-10 Sam Lantinga Updated config.guess and config.sub
2001-05-10 Sam Lantinga The keyboard modifiers are not set to the correct state on X11 startup.
2001-05-10 Sam Lantinga Date: Wed, 9 May 2001 18:03:20 -0600
2001-05-10 Sam Lantinga Date: Wed, 9 May 2001 18:03:20 -0600
2001-05-10 Sam Lantinga Fixed endian detection on IA64 architectures (thanks Bill!)
2001-05-10 Sam Lantinga *** empty log message ***
2001-05-10 Sam Lantinga Fixed to work on Solaris x86
2001-05-10 Sam Lantinga Updated the Amiga OS port of SDL (thanks Gabriele)
2001-05-10 Sam Lantinga Remove spurious warning
2001-05-10 Sam Lantinga Date: Thu, 19 Apr 2001 08:36:54 +0300
2001-05-10 Sam Lantinga Added pthread.h - necessary on some configurations
2001-05-10 Sam Lantinga Fixed crash in GGI detection
2001-05-10 Sam Lantinga Added --disable-dga configure option to disable DGA entirely
2001-05-02 Sam Lantinga Don't try to register the app if video code is disabled
2001-05-01 Sam Lantinga Fixed stuck keys when changing the video mode
2001-04-29 Sam Lantinga Fixed double-mouse event bug on Windows using OpenGL
2001-04-29 Sam Lantinga Fix key repeat detection on newer X servers
2001-04-28 Sam Lantinga *** empty log message ***
2001-04-28 Sam Lantinga Fixed left arrow on iBook keyboard under MacOS X
2001-04-27 Sam Lantinga Fixed memory leak in software YUV stretch code
2001-04-27 Sam Lantinga Fixed relative motion checking after restore under X11
2001-04-26 Sam Lantinga *** empty log message ***
2001-04-26 Sam Lantinga Fixed 320x200 video mode on framebuffer console
2001-04-26 Sam Lantinga Improved robustness for the ELO touchpad (thanks Alex!)
2001-04-26 Sam Lantinga Date: Thu, 26 Apr 2001 10:46:23 +0200
2001-04-26 Sam Lantinga Use correct repository when generating CVS snapshots
2001-04-26 Sam Lantinga *** empty log message ***
2001-04-26 Sam Lantinga Changes since SDL 1.2.0 release
2001-04-26 Sam Lantinga Initial revision