graph
- Better handling of opening haptics from joysticks.gsoc2008_force_feedback 2008-07-17, by Edgar Simo
- Haptic subsystem handles haptic axes now.gsoc2008_force_feedback 2008-07-17, by Edgar Simo
- Now compiles cleanly (has yet to work though).gsoc2008_force_feedback 2008-07-15, by Edgar Simo
- Many typo and silly mistake fixes.gsoc2008_force_feedback 2008-07-15, by Edgar Simo
- Adding initial darwin port of haptic subsystem - broken atm.gsoc2008_force_feedback 2008-07-15, by Edgar Simo
- More explicit with iterations and length.gsoc2008_force_feedback 2008-07-15, by Edgar Simo
- * Removed unneeded int.gsoc2008_force_feedback 2008-07-15, by Edgar Simo
- Broke API by introducing iterations to SDL_HapticRunEffects().gsoc2008_force_feedback 2008-07-10, by Edgar Simo
- Created win32 and darwin dirs.gsoc2008_force_feedback 2008-07-10, by Edgar Simo
- Added SDL_HapticNumEffectsPlaying().gsoc2008_force_feedback 2008-07-10, by Edgar Simo
- Minor corrections.gsoc2008_force_feedback 2008-07-10, by Edgar Simo
- Prefixed all haptic errors with "Haptic:" for easier readability.gsoc2008_force_feedback 2008-07-10, by Edgar Simo
- Improved some ioctl handling.gsoc2008_force_feedback 2008-07-10, by Edgar Simo
- Fixed bugs in documentation.gsoc2008_force_feedback 2008-07-09, by Edgar Simo
- Implemented SDL_HAPTIC_CARTESIAN on linux.gsoc2008_force_feedback 2008-07-09, by Edgar Simo
- Dummy SDL haptic driver finally builds now.gsoc2008_force_feedback 2008-07-09, by Edgar Simo
- Fixed some typos preventing SDL from compiling with the haptic dummy driver.gsoc2008_force_feedback 2008-07-09, by Edgar Simo
- Gain is set to max on haptic device open.gsoc2008_force_feedback 2008-07-08, by Edgar Simo
- Added SDL_HapticOpened().gsoc2008_force_feedback 2008-07-08, by Edgar Simo
- Added SDL_HapticIndex.gsoc2008_force_feedback 2008-07-08, by Edgar Simo
- Fixed more mistakes in documentation.gsoc2008_force_feedback 2008-07-07, by Edgar Simo
- Another important typo mistake.gsoc2008_force_feedback 2008-07-07, by Edgar Simo
- Fixed linux directions being inverted.gsoc2008_force_feedback 2008-07-07, by Edgar Simo
- Fixed mistake in example.gsoc2008_force_feedback 2008-07-07, by Edgar Simo
- Implemented polar coordinates in linux.gsoc2008_force_feedback 2008-07-06, by Edgar Simo
- Created SDL_HapticDirection.gsoc2008_force_feedback 2008-07-06, by Edgar Simo
- Fixed various mistakes in the doxygen.gsoc2008_force_feedback 2008-07-06, by Edgar Simo
- Renamed SDL_HapticQueryEffects to SDL_HapticQuery.gsoc2008_force_feedback 2008-07-06, by Edgar Simo
- Using errno for more verbosity in errors.gsoc2008_force_feedback 2008-07-03, by Edgar Simo
- Added SDL_HapticGetEffectStatus().gsoc2008_force_feedback 2008-07-03, by Edgar Simo
- Haptic subsystem should finally be properly attached to the build system.gsoc2008_force_feedback 2008-07-03, by Edgar Simo
- Fixed regex replace mistake.gsoc2008_force_feedback 2008-07-03, by Edgar Simo
- Updated the haptic dummy driver.gsoc2008_force_feedback 2008-07-02, by Edgar Simo
- Commented SDL_syshaptic.h.gsoc2008_force_feedback 2008-07-02, by Edgar Simo
- Some more error checking.gsoc2008_force_feedback 2008-07-02, by Edgar Simo
- Exposed some of the joystick stuff to the haptic subsystem.gsoc2008_force_feedback 2008-07-02, by Edgar Simo
- Added SDL_HapticUpdateEffect().gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- Merged seperate waveforms into types to be more compatible.gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- Added SDL_HAPTIC_CUSTOM (not supported on linux).gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- Added SDL_HapticStopEffect().gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- HapticSetGain checks to see if device supports it.gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- Setting effects memory to 0.gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- Removed the linux only SDL_HAPTIC_RUMBLE (use PERIODIC instead).gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- More comments.gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- Some more error reporting.gsoc2008_force_feedback 2008-07-01, by Edgar Simo
- Added some preliminary support for haptic effect control.gsoc2008_force_feedback 2008-06-30, by Edgar Simo
- Added query functions for haptic devices.gsoc2008_force_feedback 2008-06-30, by Edgar Simo
- Starting to add infrastructure to handle haptic effects.gsoc2008_force_feedback 2008-06-30, by Edgar Simo
- * Implemented opening and closing of haptic devices.gsoc2008_force_feedback 2008-06-23, by Edgar Simo
- Some code cleanup.gsoc2008_force_feedback 2008-06-01, by Edgar Simo
- Properly quit the SDL_haptic subsystem.gsoc2008_force_feedback 2008-06-01, by Edgar Simo
- Properly install the SDL_haptic header.gsoc2008_force_feedback 2008-06-01, by Edgar Simo
- First commit of the SDL_haptic subsystem.gsoc2008_force_feedback 2008-06-01, by Edgar Simo
- Creating GSoC 2008 code branchesgsoc2008_force_feedback 2008-04-23, by Sam Lantinga
- Updated Template script to include symbolic links during copygsoc2008_iphone 2008-08-18, by 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, by Holmes Futrell
- removed build folder from branchgsoc2008_iphone 2008-08-18, by 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, by Holmes Futrell
- updated template build settingsgsoc2008_iphone 2008-08-18, by Holmes Futrell
- Added instruction to set the active SDKgsoc2008_iphone 2008-08-18, by Holmes Futrell
- modified template build scriptgsoc2008_iphone 2008-08-18, by Holmes Futrell
- update template scriptgsoc2008_iphone 2008-08-18, by Holmes Futrell
- updated template scriptgsoc2008_iphone 2008-08-18, by Holmes Futrell
- grammar, typosgsoc2008_iphone 2008-08-18, by Holmes Futrell
- added descriptiongsoc2008_iphone 2008-08-18, by Holmes Futrell
- Grammar, spelling, clarity.gsoc2008_iphone 2008-08-18, by Holmes Futrell
- updated project for new file pathsgsoc2008_iphone 2008-08-16, by Holmes Futrell
- (none)gsoc2008_iphone 2008-08-16, by 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, by Holmes Futrell
- Filled in list of all OpenGL ES functions, used to contain only functions that were in use.gsoc2008_iphone 2008-08-16, by Holmes Futrell
- whitespacegsoc2008_iphone 2008-08-16, by Holmes Futrell
- removed NULL comment ... it's UIKit now, not NULLgsoc2008_iphone 2008-08-16, by Holmes Futrell
- whitespacegsoc2008_iphone 2008-08-16, by Holmes Futrell
- removed comment about NULL video driver ... it's not null anymore, it's the UIKit video driver.gsoc2008_iphone 2008-08-16, by 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, by Holmes Futrell
- comments and trivialsgsoc2008_iphone 2008-08-16, by Holmes Futrell
- updated #include path, added comments.gsoc2008_iphone 2008-08-16, by Holmes Futrell
- Added commentsgsoc2008_iphone 2008-08-16, by Holmes Futrell
- Cleaned up, updated header include pathgsoc2008_iphone 2008-08-16, by Holmes Futrell
- added commentgsoc2008_iphone 2008-08-16, by Holmes Futrell
- Added comments, updated included header namegsoc2008_iphone 2008-08-16, by Holmes Futrell
- Header files that users of the library can include for additional iPhone keyboard functions.gsoc2008_iphone 2008-08-15, by Holmes Futrell
- renamed and moved up one directorygsoc2008_iphone 2008-08-15, by 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, by 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, by Holmes Futrell
- Cleaned up code, added comments.gsoc2008_iphone 2008-08-15, by 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, by Holmes Futrell
- Added comments, link to Kronos site.gsoc2008_iphone 2008-08-15, by Holmes Futrell
- Removed useless lines, added comments.gsoc2008_iphone 2008-08-15, by Holmes Futrell
- changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_config_minimal_h.gsoc2008_iphone 2008-08-15, by Holmes Futrell
- Added string for iPhone OS platform to the listgsoc2008_iphone 2008-08-15, by Holmes Futrell
- Added line to set proper display resolution on iPhone OSgsoc2008_iphone 2008-08-15, by 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, by Holmes Futrell
- Added some code to set proper screensize on iPhonegsoc2008_iphone 2008-08-15, by Holmes Futrell
- A version of testgl2 written using OpenGL ES calls. Necessary because there's no glBegin/glEnd, etc.gsoc2008_iphone 2008-08-15, by 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, by 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, by 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, by Holmes Futrell
- Removed log messagesgsoc2008_iphone 2008-08-15, by Holmes Futrell
- Removed log messages (printf and NSLog)gsoc2008_iphone 2008-08-15, by 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, by 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, by Holmes Futrell
- Just re-ordered some things logically in the project filegsoc2008_iphone 2008-08-15, by Holmes Futrell
- Readme file for iPhone OS Demo applicationsgsoc2008_iphone 2008-08-15, by Holmes Futrell
- (none)gsoc2008_iphone 2008-08-15, by 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, by Holmes Futrell
- (none)gsoc2008_iphone 2008-08-13, by 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, by 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, by Holmes Futrell
- updated XCode project, now includes files for keyboard support (oops)gsoc2008_iphone 2008-08-13, by 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, by Holmes Futrell
- just updating XCode project files to include keyboard example as targetgsoc2008_iphone 2008-08-02, by Holmes Futrell
- keyboard.c contains the source code for the bitmap font keyboard example.gsoc2008_iphone 2008-08-02, by Holmes Futrell
- whitespacegsoc2008_iphone 2008-07-29, by Holmes Futrell
- removed reference to pthread.hgsoc2008_iphone 2008-07-29, by Holmes Futrell
- This is the header file for SDL_uikitview.m ... somehow this file was not committed.gsoc2008_iphone 2008-07-29, by 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, by 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, by 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, by Holmes Futrell
- Added keyboard support in view initialization and proper deallocation of keyboard in -(void)dealloc, if keyboard is enabledgsoc2008_iphone 2008-07-29, by Holmes Futrell
- Added textField view and member variable which shows if keyboard is showngsoc2008_iphone 2008-07-29, by Holmes Futrell
- Added standard SDL header commentsgsoc2008_iphone 2008-07-22, by Holmes Futrell
- removed references to singletons, now uses SDL_WindowData information instead.gsoc2008_iphone 2008-07-22, by Holmes Futrell
- turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate.gsoc2008_iphone 2008-07-22, by Holmes Futrell
- removed white spacegsoc2008_iphone 2008-07-22, by 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-22, by Holmes Futrell
- Fixed path to plist in fireworks target.gsoc2008_iphone 2008-07-18, by Holmes Futrell
- fixed typogsoc2008_iphone 2008-07-18, by Holmes Futrell
- XCode template for iPhone SDL projectsgsoc2008_iphone 2008-07-18, by Holmes Futrell
- XCode files for iPhone SDL librariesgsoc2008_iphone 2008-07-18, by Holmes Futrell
- ughgsoc2008_iphone 2008-07-18, by Holmes Futrell
- renamed to READMEgsoc2008_iphone 2008-07-18, by Holmes Futrell
- XCode project for iPhone SDL libraries.gsoc2008_iphone 2008-07-18, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-18, by Holmes Futrell
- Xcode templategsoc2008_iphone 2008-07-18, by 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, by Holmes Futrell
- graphics for demosgsoc2008_iphone 2008-07-18, by Holmes Futrell
- Drums sounds for mixer demogsoc2008_iphone 2008-07-18, by Holmes Futrell
- Touch input demo (multitouch)gsoc2008_iphone 2008-07-18, by Holmes Futrell
- Rectangles demo (SDL_RenderFill)gsoc2008_iphone 2008-07-18, by Holmes Futrell
- Drum kit demo (SDL_mixer)gsoc2008_iphone 2008-07-18, by Holmes Futrell
- Happy faces demo (bitmaps)gsoc2008_iphone 2008-07-18, by Holmes Futrell
- fireworks demogsoc2008_iphone 2008-07-18, by Holmes Futrell
- Files used by all demos (random numbers, screen size, etc)gsoc2008_iphone 2008-07-18, by Holmes Futrell
- Demo of iPhone accelerometer as SDL joystickgsoc2008_iphone 2008-07-18, by Holmes Futrell
- XCode and data files for demosgsoc2008_iphone 2008-07-18, by 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, by Holmes Futrell
- Just renamed it...gsoc2008_iphone 2008-07-18, by Holmes Futrell
- just a readme for the files located in this directorygsoc2008_iphone 2008-07-18, by Holmes Futrell
- Root directory for iPhone SDL Xcode projects.gsoc2008_iphone 2008-07-18, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-18, by Holmes Futrell
- Project files for iPhone SDLgsoc2008_iphone 2008-07-18, by Holmes Futrell
- Fixed typogsoc2008_iphone 2008-07-18, by 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, by Holmes Futrell
- Added macros to detect if you are compiling for iPhone OS vs Mac OS X.gsoc2008_iphone 2008-07-18, by Holmes Futrell
- Added line to include SDL_config_iphoneos.h when the platform is __IPHONEOS__gsoc2008_iphone 2008-07-18, by Holmes Futrell
- added SDL_LOADSO_DLOPEN macrogsoc2008_iphone 2008-07-18, by Holmes Futrell
- Added SDL_VIDEO_RENDER_OGL macro back ingsoc2008_iphone 2008-07-18, by 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, by 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, by 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, by 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, by 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, by Holmes Futrell
- testgsoc2008_iphone 2008-07-18, by Holmes Futrell
- Added declaration of UIKit video bootstrap. Added retained_backing property to glconfig structure.gsoc2008_iphone 2008-07-17, by 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, by 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, by Holmes Futrell
- Added support for OpenGL ES and UIKit Video Driver:gsoc2008_iphone 2008-07-17, by 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, by 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, by Holmes Futrell
- These files contain the window related functions for the UIKit video driver.gsoc2008_iphone 2008-07-17, by 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, by 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, by 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, by 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, by 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-17, by 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, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- Just modified the macro so that iPhone will use the Mac OS X code heregsoc2008_iphone 2008-07-11, by Holmes Futrell
- Added Core Audio iPhone bootstrapgsoc2008_iphone 2008-07-11, by Holmes Futrell
- iPhone port uses custom maingsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- just testing commit ... please commit to the right place.gsoc2008_iphone 2008-07-09, by Holmes Futrell
- Creating GSoC 2008 code branchesgsoc2008_iphone 2008-04-23, by Sam Lantinga
- So we don't forget to do this...2008-03-18, by Sam Lantinga
- ran make indent2008-03-14, by 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 being2008-03-14, by 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 was2008-03-07, by Bob Pendleton
- oops, need to comment out some debug code.2008-03-07, by 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 text2008-03-07, by Bob Pendleton
- more valgrind errors fixed. Plus I ran make indent which changed a few files.2008-03-07, by Bob Pendleton
- Fixed many valgrind errors. But, I broke testdyngl.2008-03-06, by Bob Pendleton
- Fixing valgrind errors.2008-03-06, by 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 call2008-03-04, by 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 in2008-03-01, by Bob Pendleton
- Now the program will process all events and then terminate. :)2008-02-23, by Sam Lantinga
- 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 a2008-02-20, by Bob Pendleton
- Windows also remaps the numeric keypad... grrr2008-02-11, by Sam Lantinga
- Checkout directly to the SDL 1.3 folder2008-02-11, by Sam Lantinga
- Show integer scancode, since that's how it's defined in the header.2008-02-10, by Sam Lantinga
- Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.2008-02-10, by Sam Lantinga
- Added support for keypad enter2008-02-10, by Sam Lantinga
- Updated Visual C++ project2008-02-10, by Sam Lantinga
- Friggin' Windows remaps alphabetic keys based on keyboard layout.2008-02-09, by Sam Lantinga
- Undo keyboard layout based alphabetic key mapping. Grr.... HACK HACK HACK...2008-02-09, by Sam Lantinga
- Implemented text input event for Win322008-02-09, by Sam Lantinga
- Untested Win32 keyboard scancode code.2008-02-08, by Sam Lantinga
- Fixed array overrun2008-02-07, by Sam Lantinga
- Fixed compile errors2008-02-07, by Sam Lantinga
- First pass of new SDL scancode concept for X11.2008-02-07, by Sam Lantinga
- Christian's comment:2008-02-05, by Sam Lantinga
- First pass implementation of new SDL scancode concept, as discussed with2008-02-05, by Sam Lantinga
- Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().2008-02-04, by Ryan C. Gordon
- Merged fix for bug #542 from SDL 1.22008-01-24, by Sam Lantinga
- Minimal implementation of textinput events for x11. It only works for latin-1.2008-01-15, by Bob Pendleton
- Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.2008-01-12, by Bob Pendleton
- one more time... I must be brain dead...2008-01-12, by Bob Pendleton
- More typos2008-01-12, by Bob Pendleton
- Fixed some typos in SDL_x11keyboard.c2008-01-09, by Bob Pendleton
- Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.2008-01-08, by Bob Pendleton
- Updated config scripts2008-01-03, by Sam Lantinga
- Merged fix for bug #531 from SDL 1.2 revision 35112008-01-01, by Sam Lantinga
- Merged -fvisibility detection fix from SDL 1.2 revision 35002007-12-30, by Sam Lantinga
- Christian Walther fixed bug #5292007-12-29, by Sam Lantinga
- Christian Walther fixed bug #5302007-12-29, by Sam Lantinga
- Merged fix for bug #508 from SDL 1.2 revision 34952007-12-29, by Sam Lantinga
- Merged fix for bug #482 from SDL 1.2 revision 3492.2007-12-29, by Sam Lantinga
- Fixed bug #4782007-12-29, by Sam Lantinga
- Merged fix for bug #503 from SDL 1.2 revision 34872007-12-29, by Sam Lantinga
- Fixed bug #4972007-12-29, by Sam Lantinga
- Fixed bug #4642007-12-29, by Sam Lantinga
- Merged revision 3472 from SDL 1.2, fixing bug #4932007-12-29, by Sam Lantinga
- Fixed fatbuild.sh script for building on Mac OS X 10.52007-12-28, by Sam Lantinga
- Date: Wed, 14 Nov 2007 22:20:27 -05002007-12-28, by Sam Lantinga
- Merged changeset 3463 from SDL 1.2, fixed compile error with Intel compiler.2007-12-28, by Sam Lantinga
- Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype2007-12-28, by Sam Lantinga
- Merged revision 3455 from SDL 1.2, fixing documentation typo.2007-12-28, by Sam Lantinga
- 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 and2007-12-13, by Bob Pendleton
- Merged r3449:3450 from branches/SDL-1.2: SDL_config.h.in Linux joystick fix.2007-09-25, by Ryan C. Gordon
- Split out the SDL_rect and SDL_surface functions into their own headers.2007-09-10, by Sam Lantinga
- indent2007-09-10, by Sam Lantinga
- Fixed bug #4712007-08-21, by Sam Lantinga
- Minor PulseAudio fixes: corrected OpenDevice return code, human-readable2007-08-20, by Ryan C. Gordon
- Ported PulseAudio target from 1.2 to 1.3 interfaces, and added it to the trunk.2007-08-20, by Ryan C. Gordon
- Date: Sun, 19 Aug 2007 18:29:28 +02002007-08-19, by Sam Lantinga
- Whoops, missing file...2007-08-19, by Sam Lantinga
- Date: Thu, 05 Jul 2007 14:02:33 -07002007-08-19, by Sam Lantinga
- Okay, still some bugs, but everything builds again...2007-08-18, by Sam Lantinga
- More work in progress integrating SDL_Surface and the new SDL_Texture API2007-08-18, by Sam Lantinga
- More work in progress...2007-08-17, by Sam Lantinga
- Enabled SSE2 intrinsics2007-08-17, by Sam Lantinga
- More work in progress, still doesn't compile...2007-08-17, by Sam Lantinga
- Work in progress: merging new texture features into SDL blit system2007-08-17, by Sam Lantinga
- Enabled 3DNow! intrinsic support2007-08-17, by Sam Lantinga
- indent2007-08-17, by Sam Lantinga
- Date: Fri, 17 Aug 2007 01:12:31 +02002007-08-17, by Sam Lantinga
- Date: Fri, 17 Aug 2007 01:12:31 +02002007-08-17, by Sam Lantinga
- Moved the colorkey and per-surface alpha into the blit info,2007-08-17, by Sam Lantinga
- Getting ready to add slow blitters. Everyone will love me. :)2007-08-16, by Sam Lantinga
- Use MMX intrinsics over GCC inline assembly2007-08-16, by Sam Lantinga
- Oops, didn't want to rename those files...2007-08-16, by Sam Lantinga
- Added notes on the next steps for SDL 1.32007-08-16, by Sam Lantinga
- Removed unnecessary header (SDL_blit.h has SDL_cpuinfo.h)2007-08-16, by Sam Lantinga
- SSE and MMX intrinsics work with Visual Studio now...2007-08-16, by Sam Lantinga
- Fixed a few compiler warnings.2007-08-16, by Sam Lantinga
- Added SSE and MMX optimization for SDL_FillRect()2007-08-16, by Sam Lantinga
- Okay, I figured out the intrinsics for SIMD memcpy2007-08-16, by Sam Lantinga
- Removed hermes since it's LGPL and not compatible with a commercial license.2007-08-15, by Sam Lantinga
- Added code to enable multi-threaded OpenGL on Mac OS X, pending Ryan's PBO/VBO2007-08-15, by Sam Lantinga
- Optimization suggested by Ryan:2007-08-15, by Sam Lantinga
- indent2007-08-15, by Sam Lantinga
- Date: Wed, 15 Aug 2007 01:08:38 +02002007-08-15, by Sam Lantinga
- Date: Wed, 15 Aug 2007 01:08:38 +02002007-08-15, by Sam Lantinga
- Date: Wed, 15 Aug 2007 01:08:38 +02002007-08-15, by Sam Lantinga
- Fixed crash setting 0 bpp video mode.2007-08-15, by Sam Lantinga
- Added SSE version of SDL_FillRect() for 32-bit ARGB surfaces2007-08-13, by Sam Lantinga
- Shark rules!2007-08-13, by Sam Lantinga
- Advertise the most efficient format for the screen. Of course SDL code needs2007-08-13, by Sam Lantinga
- This is byte order dependent.2007-08-12, by Sam Lantinga
- indent2007-08-12, by Sam Lantinga
- Gained 5 FPS in testsprite because Mac OS X memset is highly optimized2007-08-12, by Sam Lantinga
- Test using glTextureRangeAPPLE2007-08-12, by Sam Lantinga
- indent2007-08-12, by Sam Lantinga
- Fixed compiling the Altivec blit code2007-08-12, by Sam Lantinga
- Optimized OpenGL renderer for Mac OS X.2007-08-12, by Sam Lantinga
- Fixed crash if conversion fails. Use ISO name for Latin-12007-08-12, by Sam Lantinga
- Fixed compile warnings with Visual C++2007-08-12, by Sam Lantinga
- Exported the software renderer texture functions to make easier to create2007-08-11, by Sam Lantinga
- Date: Sat, 11 Aug 2007 02:03:16 +0200 (CEST)2007-08-11, by Sam Lantinga
- Updated the credits for SDL 1.32007-08-11, by Sam Lantinga
- Whoops, it's not quite that easy - fixed bug in SDL_ClearDirtyRects()2007-08-11, by Sam Lantinga
- Optimized dirty rect code2007-08-11, by Sam Lantinga
- Emphasized the separation between SDL_Surface and SDL_Texture2007-08-11, by Sam Lantinga
- indent2007-08-11, by Sam Lantinga
- Don't run indent on the Xcode templates2007-08-11, by Sam Lantinga
- Figured out how to optimize the SDL_compat path and simplify writing framebuffer drivers2007-08-10, by Sam Lantinga
- 1.3 video API design chat2007-08-07, by Sam Lantinga
- Some thoughts on 1.3 video written down2007-08-07, by Sam Lantinga
- changed to use SDL_realloc()2007-07-26, by Bob Pendleton
- make indent2007-07-25, by Bob Pendleton
- Added gamma table support to X11. Also now supports DirectColor visuals.2007-07-25, by Bob Pendleton
- make indent2007-07-24, by Bob Pendleton
- Switched afxres.h to winresrc.h2007-07-23, by Sam Lantinga
- Oops, meant PsuedoColor not TrueColor2007-07-23, by Bob Pendleton
- indent2007-07-23, by Sam Lantinga
- Added support for the --depth command line option2007-07-23, by Sam Lantinga
- Fixed bug #4672007-07-22, by Sam Lantinga
- Unpacked project archives to get individual file history in subversion2007-07-21, by Sam Lantinga
- Better windres detection2007-07-18, by Sam Lantinga
- Fixed bug #4602007-07-16, by Sam Lantinga
- Added support for building version.rc in Windows build.2007-07-16, by Sam Lantinga
- Fixed bug #4282007-07-16, by Sam Lantinga
- Merged fix for bug #457 from SDL 1.22007-07-15, by Sam Lantinga
- indent2007-07-15, by Sam Lantinga
- Merged r3292:3293 from branches/SDL-1.2: testjoystick verbose info.2007-07-15, by Ryan C. Gordon
- indent2007-07-15, by Sam Lantinga
- Split acinclude.m4 into its component parts for easy updating2007-07-15, by Sam Lantinga
- Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__.2007-07-14, by Ryan C. Gordon
- Reverted r3255:3256. Don't actually need it unless the build is broken. :)2007-07-14, by Ryan C. Gordon
- Merged r3257:3258 from branches/SDL-1.2: unused MMX variables.2007-07-14, by Ryan C. Gordon
- Merged r3255:3256 from branches/SDL-1.2: stdlib problem with SDL_memcpy macro.2007-07-14, by Ryan C. Gordon
- Use correct function2007-07-14, by Patrice Mandin
- Missing variable declarations2007-07-14, by Patrice Mandin
- Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes2007-07-13, by Patrice Mandin
- Delete old files2007-07-13, by Patrice Mandin
- Update GEM driver to new API, will have to fill the void later :)2007-07-13, by Patrice Mandin
- Disable video extensions atm2007-07-13, by Patrice Mandin
- Missing include file2007-07-13, by Patrice Mandin
- Simplify setting window title2007-07-13, by Patrice Mandin
- This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is2007-07-12, by Bob Pendleton
- Merged Ryan's patch from revision 3238 in SDL 1.22007-07-12, by Sam Lantinga
- Whoops, needed to remove the other version of getlocale()2007-07-12, by Sam Lantinga
- Fixed bug #4552007-07-12, by Sam Lantinga
- Updated version to 1.3, added testgl2 test program2007-07-12, by Sam Lantinga
- Yes, you need to set the pixel format before creating a context.2007-07-12, by Sam Lantinga
- Visual C++ compiler warning fixes2007-07-12, by Sam Lantinga
- Creating a context makes it current, per the documentation.2007-07-12, by Sam Lantinga
- Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch2007-07-12, by Sam Lantinga
- Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch2007-07-12, by Sam Lantinga
- Warn Visual C++ users if they have a stale configure generated SDL_config.h2007-07-12, by Sam Lantinga
- indent2007-07-11, by Sam Lantinga
- indent2007-07-11, by Sam Lantinga
- Fixed compiling YUV code2007-07-11, by Sam Lantinga
- Fixed compiling the x11 driver2007-07-11, by Sam Lantinga
- Needed an autorelease pool around the NSText allocation2007-07-11, by Sam Lantinga
- Added key composition support, courtesy of Kuon2007-07-11, by Sam Lantinga
- Merged r3211:3213 from branches/SDL-1.2: YUV MMX inline asm for GCC.2007-07-11, by Ryan C. Gordon
- indent doesn't know how to handle inline asm2007-07-11, by Sam Lantinga
- Updated SVN checkout instructions2007-07-10, by Sam Lantinga
- Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks.2007-07-10, by Ryan C. Gordon
- Merged memory leak fix from SDL 1.22007-07-10, by Sam Lantinga
- NAS dynamic loading is going to be have to looked at... *sigh*2007-07-10, by Sam Lantinga
- Added stubs for x11 gamma functions and enabled them in SDL_x11video.c2007-07-10, by Bob Pendleton
- Oh yeah, they're boolean values...2007-07-10, by Sam Lantinga
- Updated to use size_t instead of int for amounts of data.2007-07-10, by Sam Lantinga
- Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 31832007-07-10, by Sam Lantinga
- Merged part of NetBSD pkgsrc patch-aj:2007-07-10, by Sam Lantinga
- Fixed bug #4512007-07-08, by Sam Lantinga
- Fixed configure warning about datarootdir2007-07-08, by Sam Lantinga
- Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.2007-07-08, by Ryan C. Gordon
- fixed code for printing mousewheel events to match the new format of mousewheel events.2007-07-06, by Bob Pendleton
- Reverted mousewheel support in 1.2, since it breaks binary compatibility.2007-07-06, by Sam Lantinga
- Fixed bug #3822007-07-06, by Sam Lantinga
- Fixed bug #4362007-07-05, by Sam Lantinga
- Fixed bug #772007-07-05, by Sam Lantinga
- Fixed mode code under VMware running Windows 982007-07-05, by 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, by Sam Lantinga
- Removed campatibility behavior for 1.32007-07-05, by Sam Lantinga
- Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy.2007-07-05, by Ryan C. Gordon
- Merged r3140:3141 from branches/SDL-1.2: loopwave fix.2007-07-05, by Ryan C. Gordon
- Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.2007-07-05, by Ryan C. Gordon
- Fix for bug #447 merged from SDL 1.22007-07-04, by Sam Lantinga
- Fixed bug #3492007-07-04, by Sam Lantinga
- stupid indent2007-07-03, by Sam Lantinga
- Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.2007-07-03, by Ryan C. Gordon
- Fixed assembly relocation problems, so we can check for NASM on Mac OS X.2007-07-02, by Sam Lantinga
- Merged change from 1.2 to add X11 path for OpenGL detection2007-06-30, by Sam Lantinga
- Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay2007-06-29, by Ryan C. Gordon
- iconv() doesn't write to the data, just make compilers happy2007-06-28, by Sam Lantinga
- Merge iconv const changes from 1.22007-06-28, by Sam Lantinga
- Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes.2007-06-27, by Ryan C. Gordon
- Fixed previous VC6 patch.2007-06-21, by Ryan C. Gordon
- Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.2007-06-21, by Ryan C. Gordon
- Added a WindowID to the user event and cleaned up a little bit of formating2007-06-20, by Bob Pendleton
- Fixes for compiling with Visual C++ 8.0 Express Edition2007-06-19, by Sam Lantinga
- Key repeat is handled by the OS, since text input is now decoupled from physical key events.2007-06-16, by Sam Lantinga
- Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.2007-06-16, by Ryan C. Gordon
- Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support.2007-06-16, by Ryan C. Gordon
- Removed EPOC port from the 1.3 branch.2007-06-15, by Ryan C. Gordon
- Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.2007-06-15, by Ryan C. Gordon
- Subversion should ignore sdl.pc ...2007-06-15, by Ryan C. Gordon
- Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define.2007-06-15, by Ryan C. Gordon
- Don't install the extra SDL config headers or SDL_copying.h2007-06-15, by Sam Lantinga
- Reworked r3067:3068 from branches/SDL-1.2: arts unavailable hardware bug fix.2007-06-14, by Ryan C. Gordon
- make indent2007-06-14, by Sam Lantinga
- Fixed running on Windows under VMware2007-06-14, by Sam Lantinga
- Merged r3062:3063 from branches/SDL-1.2: clear inaccurate x11dyn error strings.2007-06-13, by Ryan C. Gordon
- Merged r3059:3060 from branches/SDL-1.2: output key event's keysym.2007-06-13, by Ryan C. Gordon
- Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt2007-06-09, by Patrice Mandin
- Set supervisor as volatile as it is modified from an interrupt2007-06-08, by Patrice Mandin
- Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix.2007-06-04, by Ryan C. Gordon
- Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.2007-06-04, by Ryan C. Gordon
- Merged r3042:3043 from branches/SDL-1.2: legacy yasm fix.2007-06-04, by Ryan C. Gordon
- Merged r3037:3038 from branches/SDL-1.2: Mac OS X memcpy/memset selection.2007-06-03, by Ryan C. Gordon
- Fixed build issues on Mac OS X2007-05-31, by Sam Lantinga
- Merged r3029:3030 from branches/SDL-1.2: Mac OS X joystick axis fix.2007-05-29, by Ryan C. Gordon
- Allow creation of window bigger than visible size2007-05-27, by Patrice Mandin
- Simply resize existing window2007-05-26, by Patrice Mandin
- GEM has a window manager, of course2007-05-26, by Patrice Mandin
- Date: Wed, 23 May 2007 00:39:47 +03002007-05-22, by Ryan C. Gordon
- Mac OS X port always links with IOKit framework in SDL 1.3.2007-04-04, by Ryan C. Gordon
- Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks.2007-04-04, by Ryan C. Gordon
- Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.2007-04-04, by Ryan C. Gordon
- Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug.2007-04-04, by Ryan C. Gordon
- Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec2007-04-01, by Ryan C. Gordon
- Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.2007-03-30, by Ryan C. Gordon
- Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.2007-03-27, by Ryan C. Gordon
- Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support.2007-03-18, by Ryan C. Gordon
- Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.2007-03-14, by Ryan C. Gordon
- Added id of another buggy Microsoft SideWinder to the Linux joystick driver.2007-02-20, by Ryan C. Gordon
- Merged r2985:2986 from branches/SDL-1.2: directfb yuv coop level fix.2007-02-20, by Ryan C. Gordon
- Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.2007-02-15, by Ryan C. Gordon
- Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.2007-02-15, by Ryan C. Gordon
- Merged r2977:2978 from branches/SDL-1.2: BUGS file cutdown.2007-02-14, by Ryan C. Gordon
- Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.2007-02-14, by Ryan C. Gordon
- Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.2007-02-13, by Ryan C. Gordon
- Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c2007-02-13, by Ryan C. Gordon
- Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.2007-02-12, by Ryan C. Gordon
- Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.2007-02-12, by Ryan C. Gordon
- make enable match name2007-02-08, by Patrice Mandin
- Merged Bugzilla #354 fix into trunk.2007-02-03, by Ryan C. Gordon
- Updated svn repository2007-01-23, by Sam Lantinga
- Alpha sort the test list, add missing ones, remove removed ones2007-01-05, by Patrice Mandin
- Look for an exact match first when setting a video mode on BeOS.2006-12-08, by Ryan C. Gordon
- Logic error in BeOS video mode selection ("width" where it should be "height").2006-12-08, by Ryan C. Gordon
- From: Torsten Giebl2006-12-01, by Ryan C. Gordon
- Apparently it's possible that MSVC will want to call a built-in function to2006-11-29, by Ryan C. Gordon
- Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses.2006-11-29, by Ryan C. Gordon
- Use SDL_strcmp(), not strcmp().2006-11-29, by Ryan C. Gordon
- Logic error in SDL_video.c (used bitwise OR instead of logical OR).2006-11-29, by Ryan C. Gordon
- Merged r2913:2914 from SDL-1.2 branch into trunk: alpha blit GCC MMX asm fix.2006-11-21, by Ryan C. Gordon
- Save/restore current video mode and palette2006-11-13, by Patrice Mandin
- xbios: preliminary video mode init2006-11-13, by Patrice Mandin
- Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend.2006-11-13, by Ryan C. Gordon
- Fixed building of Windows waveout audio.2006-11-11, by Ryan C. Gordon
- Merged r2903:2904 from SDL-1.2 branch to trunk: BeOS loadso updates.2006-11-07, by Ryan C. Gordon
- Merged r2901:2902 from SDL-1.2 branch to trunk: printf stupidity fixes.2006-11-07, by Ryan C. Gordon
- Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.2006-11-07, by Ryan C. Gordon
- Use dummy joystick backend if subsystem is enabled but no better driver was2006-11-03, by Ryan C. Gordon
- @#$% indent2006-10-29, by Sam Lantinga
- (none)2006-10-29, by Sam Lantinga
- Merged Ryan's fix, in case we need it later.2006-10-29, by Sam Lantinga
- Removed AmigaOS code for 1.3 branch.2006-10-29, by Ryan C. Gordon
- Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)2006-10-29, by Ryan C. Gordon
- indent is evil2006-10-28, by Sam Lantinga
- Fixed mouse enter/leave events for a single window.2006-10-28, by Sam Lantinga
- Fixed focus comptability bug2006-10-28, by Sam Lantinga
- Oh for crying out loud...2006-10-28, by Ryan C. Gordon
- Whoops, wrong variable name.2006-10-28, by Ryan C. Gordon
- Fix potential memory leaks if CoreAudio initialization fails.2006-10-28, by Ryan C. Gordon
- Patched to compile.2006-10-28, by Ryan C. Gordon
- 1.3 branch version of revision 2878.2006-10-27, by Ryan C. Gordon
- Also save/restore fpu register in vbl interrupt2006-10-21, by Patrice Mandin
- Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the2006-10-20, by Ryan C. Gordon
- Patched to compile again (thanks, Rasmus!).2006-10-18, by Ryan C. Gordon
- Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.2006-10-17, by Ryan C. Gordon
- Double Whoops. :P2006-10-01, by Ryan C. Gordon
- Whoops. :)2006-10-01, by Sam Lantinga
- Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp2006-10-01, by Sam Lantinga
- Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.2006-10-01, by Ryan C. Gordon