graph
- Added stubs for software implementations of blending fills and line drawing2008-12-20, by Sam Lantinga
- Added a test program for line drawing2008-12-20, by Sam Lantinga
- Minor corrections2008-12-20, by Sam Lantinga
- indent2008-12-20, by Sam Lantinga
- Date: Fri, 19 Dec 2008 20:17:35 +01002008-12-20, by Sam Lantinga
- indent2008-12-20, by Sam Lantinga
- Fixed crash when resizing YUV textures2008-12-20, by Sam Lantinga
- More resampling fixes.2008-12-19, by Ryan C. Gordon
- Allocate SDL_AudioCVT::coeff before using it.2008-12-19, by Ryan C. Gordon
- Use SDL_zerop instead of SDL_memset.2008-12-19, by Ryan C. Gordon
- Zero out SDL_AudioCVT struct before using it, to ensure it's all initialized.2008-12-19, by Ryan C. Gordon
- Reminder to implement icon support2008-12-19, by Sam Lantinga
- indent2008-12-17, by Sam Lantinga
- * Implemented X11 fullscreen input grab2008-12-17, by Sam Lantinga
- indent2008-12-16, by Sam Lantinga
- Progress on fullscreen mode switching on X112008-12-16, by Sam Lantinga
- Use the desktop format instead of an arbitrary one.2008-12-16, by Sam Lantinga
- Corrected case for TargetConditionals.h2008-12-14, by Sam Lantinga
- The X11 window and all pixmaps and images share the same visual and depth.2008-12-14, by Sam Lantinga
- Whoops, the X11 driver doesn't support fullscreen modes (yet)2008-12-13, by Sam Lantinga
- Fixed BadMatch error in X11 renderer2008-12-13, by Sam Lantinga
- Updated test for API changes2008-12-13, by Sam Lantinga
- Fixed SDL 1.2 compatibility problem.2008-12-13, by Sam Lantinga
- indent2008-12-13, by Sam Lantinga
- Updated TODO list2008-12-13, by Sam Lantinga
- Some error checking when destroying the HelperWindow.2008-12-12, by Edgar Simo
- Added current_w and current_h to SDL_VideoInfo for SDL 1.2 compatibility2008-12-12, by Sam Lantinga
- Updated TODO list2008-12-10, by Sam Lantinga
- Date: Sun, 07 Dec 2008 13:35:23 +01002008-12-08, by Sam Lantinga
- Updated copyright date2008-12-08, by Sam Lantinga
- A little cleanup for SDL snapshot release2008-12-08, by Sam Lantinga
- Don't need multi-threaded X11 for SDL 1.32008-12-07, by Sam Lantinga
- Default SSE2 off on iX86, since gcc will use it for floating point operations2008-12-07, by Sam Lantinga
- Fixed palette sharing2008-12-07, by Sam Lantinga
- Fixed updating the video surface when the palette changes2008-12-07, by Sam Lantinga
- Fixed picking blit function when RLE fails2008-12-07, by Sam Lantinga
- Better default format for Mac OS X2008-12-07, by Sam Lantinga
- Fixed crash in testpalette and potential crash in SDL_LoadBMP_RW()2008-12-07, by Sam Lantinga
- Whoops, fixed pitch bug after resizing a surface2008-12-07, by Sam Lantinga
- There's no reason to add extra code to notify the mice of window size changes.2008-12-07, by Sam Lantinga
- Comment cleanup.2008-12-07, by Ryan C. Gordon
- Don't hardcode RECT for fragment program texture targets.2008-12-07, by Ryan C. Gordon
- Slight optimization of the shader, no need to scale into 0..2552008-12-07, by Sam Lantinga
- Added official support for GL_APPLE_ycbcr_422 and GL_MESA_ycbcr_texture2008-12-07, by Sam Lantinga
- The YCbCr texture extension works now that bytes_per_pixel() returns the2008-12-06, by Sam Lantinga
- Fixed the shader fragment problems using 2 byte YUV data in a 4 byte RGB2008-12-06, by Sam Lantinga
- Date: Sat, 06 Dec 2008 15:27:00 +01002008-12-06, by Sam Lantinga
- Date: Sat, 06 Dec 2008 14:54:10 +01002008-12-06, by Sam Lantinga
- The previous checkin fixes the crash, so at least we're not overrunning2008-12-06, by Sam Lantinga
- Progress, maybe. :)2008-12-06, by Sam Lantinga
- Fixed SDL_SetAlpha compatibility function to match the documentation2008-12-06, by Sam Lantinga
- Fixed bug picking blitters2008-12-06, by Sam Lantinga
- Rebind the context to the window area and update matrices when the window size changes2008-12-06, by Sam Lantinga
- Initial pixel shader support for YUV textures in the GL renderer.2008-12-06, by Ryan C. Gordon
- minor bug2008-12-05, by Sam Lantinga
- Whoops, can't call glOrtho() repeatedly2008-12-05, by Sam Lantinga
- The matrices have already been set, so you don't have to re-set them.2008-12-05, by Sam Lantinga
- Fixed crashes when resizing video modes2008-12-05, by Sam Lantinga
- fixed formatting2008-12-05, by Sam Lantinga
- Allow resizing of SDL 1.2 compatibility video mode2008-12-04, by Sam Lantinga
- Added very slow software scaling to the X11 renderer2008-12-03, by Sam Lantinga
- If scaling isn't supported, do an unscaled copy instead of not showing anything.2008-12-03, by Sam Lantinga
- Fixed crash on 64-bit systems2008-12-03, by Sam Lantinga
- Date: Tue, 02 Dec 2008 23:38:26 +01002008-12-03, by Sam Lantinga
- Added slow but complete blit fallback2008-12-02, by Sam Lantinga
- Added missing header2008-12-02, by Sam Lantinga
- Removed unused function2008-12-02, by Sam Lantinga
- You can't use memset() on screen formats with an alpha channel2008-12-02, by Sam Lantinga
- Make sure that we don't generate floating point code that would cause illegal instruction exceptions on older processors, unless someone passes --enable-ssemath to configure.2008-12-01, by Sam Lantinga
- Removed newline, to make sure revision control post-commit hook is working.2008-12-01, by Ryan C. Gordon
- Added a newline, to verify that revision control is functioning.2008-12-01, by Ryan C. Gordon
- Save opaque alpha in the destination, fixes white spotlight in testalpha on Mac OS X.2008-12-01, by Sam Lantinga
- Added *.dSYM to the ignore properties.2008-12-01, by Ryan C. Gordon
- Date: Mon, 01 Dec 2008 00:57:15 +01002008-12-01, by Sam Lantinga
- indent2008-12-01, by Sam Lantinga
- Removed the hacky stuff for YUV OpenGL textures, since Ryan's pixel shader code2008-12-01, by Sam Lantinga
- Finally got the right mojo for Apple's YUV texture format.2008-12-01, by Sam Lantinga
- Fixed the list of supported YUV formats2008-11-30, by Sam Lantinga
- Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.2008-11-30, by Sam Lantinga
- Temporary fix for Mac OS X crash in textoverlay2008-11-29, by Sam Lantinga
- Whoops, we need this for subrect updates (testsprite)2008-11-29, by Sam Lantinga
- The SDL_RLEACCEL flag is respected in SDL_ConvertSurface(), per the docs.2008-11-29, by Sam Lantinga
- Fixed testalpha screen clear for screen formats with an alpha channel2008-11-29, by Sam Lantinga
- Preserve the desire for RLE acceleration2008-11-29, by Sam Lantinga
- Fixed crash in glTexSubImage2D() with testoverlay on Mac OS X.2008-11-29, by Sam Lantinga
- Fixed the texture format for the software fallback2008-11-29, by Sam Lantinga
- Fixed SW_SetTextureScaleMode()2008-11-29, by Sam Lantinga
- Fixed copy blit detection2008-11-29, by Sam Lantinga
- Added ARGB8888 destination format (used on Mac OS X)2008-11-29, by Sam Lantinga
- Again, map the color with the alpha channel filled in.2008-11-28, by Sam Lantinga
- Fixed crash in testalpha. I think this was supposed to clear those bits. :)2008-11-28, by Sam Lantinga
- Map to black, not necessarily 02008-11-28, by Sam Lantinga
- Clear the screen to actual black based on the format of the screen.2008-11-28, by Sam Lantinga
- Set the alpha mask fixing software rendering in OpenGL2008-11-27, by Sam Lantinga
- Fixed mouse coordinate range on Mac OS X2008-11-27, by Sam Lantinga
- RemDisabled some video drivers which are not converted to 1.3 yet2008-11-27, by Sam Lantinga
- Show the grey background first before starting to blit sprites2008-11-27, by Sam Lantinga
- Date: Wed, 26 Nov 2008 19:50:31 +01002008-11-26, by Sam Lantinga
- Both testsprite and testsprite2 use a grey background2008-11-26, by Sam Lantinga
- Fixed bug #605, per Martin's suggestion2008-11-25, by Sam Lantinga
- Updated with latest glext.h2008-11-25, by Sam Lantinga
- It turns out both the software and the OpenGL renderer had the same problem.2008-11-25, by Sam Lantinga
- indent2008-11-25, by Sam Lantinga
- Fixed bug with converting colorkey surface to texture2008-11-25, by Sam Lantinga
- (none)2008-11-25, by Sam Lantinga
- Fixed Direct3D rendering2008-11-25, by Sam Lantinga
- Added testsprite test projects for Visual Studio2008-11-24, by Sam Lantinga
- Added software fallback for YUV overlay code when YUV textures aren't available.2008-11-24, by Sam Lantinga
- Disable spurious warning2008-11-24, by Sam Lantinga
- Fixed Bugzilla bug #2052008-11-24, by Sam Lantinga
- Preliminary support for YUV textures2008-11-22, by Sam Lantinga
- Adding SDL 1.3 release checklist, so we start getting a list of must-have features and bug fixes for a 1.3 release2008-11-17, by Sam Lantinga
- Sort by HID usage, which makes more sense and is more cross-platform2008-11-08, by Sam Lantinga
- We'd never port SDL to Minix... would we? :)2008-10-29, by Sam Lantinga
- Added dummy shared object files, fixing linker errors2008-10-18, by Sam Lantinga
- (none)2008-10-18, by Sam Lantinga
- Added the SDL_haptic files to the project2008-10-16, by Sam Lantinga
- Disabled the Haptic API on iPhone, changed the order of the header to match2008-10-16, by Sam Lantinga
- Fixed compilation on mingw32.2008-10-14, by Edgar Simo
- Added missing math.h functionality for SDL_audiocvt.c2008-10-12, by Sam Lantinga
- Don't include <math.h> when HAVE_MATH_H isn't defined2008-10-12, by Sam Lantinga
- This can be static2008-10-12, by Sam Lantinga
- Fixed memory leak in raw mouse input processing.2008-10-12, by Sam Lantinga
- Final merge of Google Summer of Code 2008 work...2008-10-04, by Sam Lantinga
- Add XInput support to Xcode project (untested!).2008-09-17, by Ryan C. Gordon
- Some cleanups on the new XInput code.2008-09-17, by Ryan C. Gordon
- Removed zap_ptr hack from Bugzilla #602...it was incorrect.2008-09-15, by Ryan C. Gordon
- Almost got this compiling on Cygwin32, just needs DirectInput 72008-09-15, by Sam Lantinga
- Updated Visual C++ build2008-09-15, by Sam Lantinga
- more more!2008-09-15, by Sam Lantinga
- Yet more math...2008-09-15, by Sam Lantinga
- Whoops, missed a file...2008-09-15, by Sam Lantinga
- Expanded the libm support and put it into a separate directory.2008-09-15, by Sam Lantinga
- (none)2008-09-15, by Sam Lantinga
- Merged r4087:4088 from branches/SDL-1.2: missing semicolon.2008-09-15, by Ryan C. Gordon
- indent2008-09-15, by Sam Lantinga
- http://sources.redhat.com/ml/newlib/2002/msg00230.html2008-09-15, by Sam Lantinga
- Merged r4082:4083 from branches/SDL-1.2: sparc64 crash fix.2008-09-08, by Ryan C. Gordon
- Fixes to the NDS sprite2 test. Illustrates partially working texture-as-sprite functionality.2008-09-06, by Darren Alton
- Initial work for NDS haptic support.2008-09-06, by Darren Alton
- Allow testing haptic devices by index.2008-09-04, by Edgar Simo
- Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr2008-09-02, by Holmes Futrell
- Serves a similar purpose as SDL_opengl.h, except for OpenGLES.2008-09-02, by Holmes Futrell
- Added support for OpenGL ES renderer2008-09-02, by Holmes Futrell
- Ran GNU indent on file2008-09-02, by Holmes Futrell
- Rolling back changes to revision 4071 ... made some mistakes, will try merging work again.2008-09-02, by Holmes Futrell
- Added retained backing attribute, reference to UIKit renderer2008-09-02, by Holmes Futrell
- This file serves a similar purpose as SDL_glfuncs.h, but for the OpenGL ES renderer.2008-09-02, by Holmes Futrell
- Added OpenGL ES support2008-09-02, by Holmes Futrell
- These files are similar in purpose and structure as SDL_renderer_gl.c and SDL_renderer_gl.h, except they use OpenGL ES 1.1 for rendering.2008-09-02, by Holmes Futrell
- Fixed a bunch of compile warnings on Mac OS X2008-09-01, by Sam Lantinga
- Date: Sun, 31 Aug 2008 17:53:59 +02002008-08-31, by Sam Lantinga
- indent2008-08-31, by Sam Lantinga
- Final merge of Google Summer of Code 2008 work...2008-08-27, by Sam Lantinga
- Many mouse and tablet linux test file added2008-08-27, by Szymon Wilczek
- Fix for mingw compilation by Alam.2008-08-26, by Edgar Simo
- Changed spaces to tabs.2008-08-26, by Edgar Simo
- svn:ignore files generated by xcode.2008-08-26, by Edgar Simo
- Update to xcode to include haptic subsystem stuff by Alam.2008-08-26, by Edgar Simo
- Missing an include.2008-08-26, by Edgar Simo
- Fixed Visual Studio compilation problems2008-08-26, by Sam Lantinga
- Fixed crash when tablet isn't detected properly2008-08-26, by Sam Lantinga
- Dynamically load wintab32.dll2008-08-26, by Sam Lantinga
- indent2008-08-26, by Sam Lantinga
- Added Wacom API headers.2008-08-26, by Sam Lantinga
- Couriersud fixed bug #6032008-08-26, by Sam Lantinga
- indent. *sigh*2008-08-26, by Sam Lantinga
- Date: Sun, 20 Jul 2008 22:34:37 +02002008-08-26, by Sam Lantinga
- Fixed compile errors for audio resampling. I'm not sure how this got missed...2008-08-26, by Sam Lantinga
- Merged force_feedback_branch r4042: unbuildability of dummy haptic driver with some configurations.2008-08-25, by Edgar Simo
- Removed unneccesary code lines. Fixed mousename bug. Added lacking code in mousebutton2008-08-25, by Szymon Wilczek
- Merge of force feedback branch r4039.2008-08-25, by Edgar Simo
- Final merge of Google Summer of Code 2008 work...2008-08-25, by Sam Lantinga
- Merging another last minute fix from force feedback branch (r4036)2008-08-25, by Edgar Simo
- Merged last minute fixes from force feedback branch (r4031, r4033, r4034)2008-08-25, by Sam Lantinga
- Final merge of Google Summer of Code 2008 work...2008-08-25, by Sam Lantinga
- Fixed compile errors introduced during the merge refactoring2008-08-25, by Sam Lantinga
- Added missing X1/X2 button support2008-08-25, by Sam Lantinga
- Final merge of Google Summer of Code 2008 work...2008-08-25, by Sam Lantinga
- Missing keysym defines2008-08-25, by Sam Lantinga
- Testing Subversion commit RSS feed.2008-07-05, by Ryan C. Gordon
- Reverted Holmes' changes, they should be on the iphone branch2008-07-05, by Sam Lantinga
- disabled compile time assertion ... no 64 bit primitive types available on iPhone (it appears)2008-06-22, by Holmes Futrell
- Added iPhone OS (__IPHONEOS__) as a platform2008-06-22, by Holmes Futrell
- iPhone OS uses a custom main2008-06-22, by Holmes Futrell
- Fixed compiler warning2008-05-26, by Sam Lantinga
- Reverted revision 3416, fixing bug #5892008-05-26, by Sam Lantinga
- Date: Wed, 7 May 2008 21:48:10 +02002008-05-08, by Sam Lantinga
- Updated Xcode project from Eric Wing2008-05-02, by Sam Lantinga
- indentgsoc2008_nds 2008-08-27, by Sam Lantinga
- Clean up.gsoc2008_nds 2008-08-27, by Darren Alton
- Some more work on the audio driver.gsoc2008_nds 2008-08-21, by Darren Alton
- Timers work now.gsoc2008_nds 2008-08-18, by Darren Alton
- More sprite-driven texture work in the render/video drivers.gsoc2008_nds 2008-08-17, by Darren Alton
- More sprite-work in the render driver, and some updates to the nds-test-progs.gsoc2008_nds 2008-08-16, by Darren Alton
- Beginnings of sprite support.gsoc2008_nds 2008-08-16, by Darren Alton
- Minor cleanups in renderer.gsoc2008_nds 2008-08-16, by Darren Alton
- Rendering now partially works! (Some BIZARRE bug that I inadvertently fixed.)gsoc2008_nds 2008-08-16, by Darren Alton
- More work and some bugfixes on the graphics driver.gsoc2008_nds 2008-08-16, by Darren Alton
- Some audio work, setting default frequency, volume, etc. and calling a generic playback function that uses them.gsoc2008_nds 2008-08-15, by Darren Alton
- Cleaning up the renderer code to hopefully squish any problems. Starting to incorporate sprites, as wellgsoc2008_nds 2008-08-15, by Darren Alton
- renderer: Added a separate copy of texture pixels in system RAM, copied into VRAM during RenderPresent. Still trying to fix rendering.gsoc2008_nds 2008-08-14, by Darren Alton
- Existing testsprite programs made into NDS projectsgsoc2008_nds 2008-08-13, by Darren Alton
- Making room for test prog'sgsoc2008_nds 2008-08-13, by Darren Alton
- Improved devkitPrO message in Makefile.ds and set better environment variable defaultsgsoc2008_nds 2008-08-11, by Sam Lantinga
- Ongoing video render work; initial work on NDS Timers.gsoc2008_nds 2008-08-08, by Darren Alton
- Some debug work on the video driver, shows an error in the BG's vertical placementgsoc2008_nds 2008-07-26, by Darren Alton
- Some small bug fixes and more work on videogsoc2008_nds 2008-07-25, by Darren Alton
- More work on the accelerated 2D video driver, beginnings of sprite-based rendering support. Also some initial work on an audio driver.gsoc2008_nds 2008-07-19, by Darren Alton
- More NDS video driver work.gsoc2008_nds 2008-07-13, by Darren Alton
- Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video drivergsoc2008_nds 2008-07-10, by Darren Alton
- Starting to work on a more complete video driver.gsoc2008_nds 2008-07-02, by Darren Alton
- Fixed a conflict between the touch and joystick drivers. They now should both behave as expected.gsoc2008_nds 2008-07-01, by Darren Alton
- Started minor changes to the coordinate system used by the touchscreen API as discussed on the mailing list. Also beginning to separate the 'Pressed' and 'Moved' event handling on the private level.gsoc2008_nds 2008-06-29, by Darren Alton
- Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API.gsoc2008_nds 2008-06-23, by Darren Alton
- Cleaned up and added joypad support from 1.2.9 NDS port. Also some minor video driver bugfixes.gsoc2008_nds 2008-06-19, by Darren Alton
- NDS video driver is now functional, using software rendering and framebuffer.gsoc2008_nds 2008-06-17, by Darren Alton
- some changes to the dummy driver for debug purposes that should be reverted.gsoc2008_nds 2008-06-12, by Darren Alton
- Fix for the previous commit: actually 'svn add'ed some files.gsoc2008_nds 2008-06-10, by Darren Alton
- First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.gsoc2008_nds 2008-06-10, by Darren Alton
- Creating GSoC 2008 code branchesgsoc2008_nds 2008-04-23, by Sam Lantinga
- Streamer in SDL_RunAudio should be totally implemented, but hasn't been tested yet.gsoc2008_audio_resampling 2008-08-14, by Aaron Wishnick
- Implemented streamer code in SDL_RunAudio() but have not tested it.gsoc2008_audio_resampling 2008-08-13, by Aaron Wishnick
- More streamer work.gsoc2008_audio_resampling 2008-08-12, by Aaron Wishnick
- Added streamer code. I haven't yet incorporated it into SDL_RunAudio() though.gsoc2008_audio_resampling 2008-08-12, by Aaron Wishnick
- General cleanup and fixed a buffer overrun bug. It may be necessary to normalize filter gain differently or something.gsoc2008_audio_resampling 2008-08-12, by Aaron Wishnick
- Made a very significant optimization to the FIR filter which I believe I can take a little further. Right now the FIR filter size is 768 and I get some free() bugs, so this is something I need to debug.gsoc2008_audio_resampling 2008-07-10, by Aaron Wishnick
- The windowed sinc filter generation code seems to be working fine. The FIR filtering code is also now working reasonably well. Occasionally the FIR filter will pop, but setting the normalization factor lower seems to help this. I suspect the problem is in the fixed point multiply/add. I also have a hunch the zero stuffing/sample discarding code is not correct, and I'll look at that soon to get it sorted out.gsoc2008_audio_resampling 2008-07-02, by Aaron Wishnick
- Cleaned up some bugs, but the FIR filter is still distorting.gsoc2008_audio_resampling 2008-07-02, by Aaron Wishnick
- Fixed lots of bugs in FIR filtering. Fixed point code is closer to working, but there seems to be overflow in the FIR filter resulting in distortion.gsoc2008_audio_resampling 2008-06-22, by Aaron Wishnick
- IIR filtering now seems to work fine. Fixed point code also seems to be good.gsoc2008_audio_resampling 2008-06-19, by Aaron Wishnick
- Implemented a lot of fixed point code for the filters. The SDL_FixMpy functions currently don't work properly -- there are some issues with signed vs unsigned.gsoc2008_audio_resampling 2008-06-18, by Aaron Wishnick
- Began implementing IIR and FIR filters, and got zero stuffing and sample discarding working.gsoc2008_audio_resampling 2008-06-18, by Aaron Wishnick
- Added beginnings of resampling code.gsoc2008_audio_resampling 2008-06-18, by Aaron Wishnick
- Creating GSoC 2008 code branchesgsoc2008_audio_resampling 2008-04-23, by Sam Lantinga
- Fixed haptic dummy driver not compiling with some compilers.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Fix for mingw compilation of haptic subsystem by Alam.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Fixed silly mistake because of coding too fast.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Yep, 0 is the correct value heregsoc2008_force_feedback 2008-08-25, by Sam Lantinga
- Fixed code for building with UNICODE and without C runtimegsoc2008_force_feedback 2008-08-25, by Sam Lantinga
- * Fixed autotools never properly detecting directinput.gsoc2008_force_feedback 2008-08-25, by Edgar Simo
- Fixed linux implementation of SDL_HapticStopAll.gsoc2008_force_feedback 2008-08-24, by Edgar Simo
- Added SDL_HapticStopAll.gsoc2008_force_feedback 2008-08-24, by Edgar Simo
- Added support for pausing/unpausing haptic devices.gsoc2008_force_feedback 2008-08-24, by Edgar Simo
- More comments.gsoc2008_force_feedback 2008-08-12, by Edgar Simo
- Made LINUXEV required for haptic.gsoc2008_force_feedback 2008-08-12, by Edgar Simo
- Simplified some error messages.gsoc2008_force_feedback 2008-08-11, by Edgar Simo
- More comments.gsoc2008_force_feedback 2008-08-11, by Edgar Simo
- Fixed force feedback detection of joystick devicesgsoc2008_force_feedback 2008-08-11, by Sam Lantinga
- Casting for warnings.gsoc2008_force_feedback 2008-08-10, by Edgar Simo
- Forgot some headers.gsoc2008_force_feedback 2008-08-10, by Edgar Simo
- First draft of darwin haptic<->joystick stuff.gsoc2008_force_feedback 2008-08-10, by Edgar Simo
- Added testhaptic to test haptic devices.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Linux documentation was off, periodic does not imply all the individual effects.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Correctness patch my alam.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Fixed typo.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Exposed the darwin joystick hardware data to the haptic subsystem.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Removed TODO.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Updating documentation about NumEffects and NumPlaying.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Removed TODO.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Should remove warnings on compilation.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Proper axes support for darwin haptic.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Added SDL_HAPTIC_STATUS support to windows haptic port.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Forgot to declare instance.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Fixd outstanding typo.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- This should hopefully allow initailizing the joystick/haptic subsystems without calling SetVideoMode first.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Documenting special cases.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Forgot to alloc the hwdata when opening from joystick.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Forgot a return.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Made prototypes for all static functions.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Need DirectX version 7 or later.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Finished implementing the haptic<->joystick functions.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Moved the directinput joystick hwdata stuff into a seperate header file.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Implemented SDL_SYS_HapticMouse on windows.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Fixed another typo.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Fixed typo.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Check for capabilities at init.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Enabled capabilities again.gsoc2008_force_feedback 2008-08-06, by Edgar Simo
- Added FFEFF_OBJECTOFFSETS to darwin port.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- CONVERT now checks for overflows.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Using same syntax as the windows port for updating effects.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Undocumented hack to get all force feedback devices.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Some correctness, especially on axes.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Make sure axes have force feedback actuators.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Better handling of direction axes.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Fixed mistake in CONVERT.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Typo.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Get number of axes.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Using DIEFF_OBJECTOFFSETS now that seems obligatory.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- With no axes use spherical direction by default.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Fixed stupid mistake.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Fixed only supporting last effect.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Missed a closing parenthesis.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- GUID is not a pointer as I thought.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Changed EFFECT_TEST again for win32.gsoc2008_force_feedback 2008-08-05, by Edgar Simo
- Missed closing parenthesis.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Changed effect comparison a bit.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Disabled getting capabilities (not used atm).gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Seems like you have to get capabilities after setting data format.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Fixed typo.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Seems like you have to set the data format too.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Need to get cooperative level before acquiring.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Set an event handler for the Helper Window.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Trying to fix some issues with the Helper Window.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Seems like you have to register the class and other black magic too.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- A bit of windows debugging.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Fixed warning.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Minor changes for it to compile.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Added the concept of the HelperWindow to help with DirectInput.gsoc2008_force_feedback 2008-08-04, by Edgar Simo
- Used dxerr instead of dxerr9 in directinput joystick driver.gsoc2008_force_feedback 2008-08-03, by Edgar Simo
- Attempt to fix windows haptic port compilation errors.gsoc2008_force_feedback 2008-08-03, by Edgar Simo
- Fixed some lone malloc and free.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Converted some functions to SDL_mem*.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Fixed some stray memcpy and free.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Windows build should compile after this.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- More windows haptic patches.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- More windows haptic patches.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Another windows patch.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Another patch for windows haptic.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Another set of fixes to try to get haptic subsystem compiling on windows.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- First attempt to fix compilation on windows.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Configure should try to use haptic on windows with directinput.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Basic haptic support for windows should work. Needs testing (probably won't compile).gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Fixed broken envelopes.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Missed a bracket.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- More verbose about envelopes.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Fixed memory leak.gsoc2008_force_feedback 2008-07-31, by 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, by Edgar Simo
- Made ValidHaptic cleaner.gsoc2008_force_feedback 2008-07-31, by Edgar Simo
- Allow effects with no axes.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Fixed some typos.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Made envelopes behave correctly with length of 0.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Updated button trigger stuff.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Not being able to compile locally gets on my nerves.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Warn about using button triggers.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Fixed typo.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Removed invalid type check.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- First version of the windows haptic port, won't compile yet.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Reset device and enable actuators when initializing.gsoc2008_force_feedback 2008-07-30, by Edgar Simo
- Put haptic defines in SDL_configs, patch by Alam.gsoc2008_force_feedback 2008-07-28, by Edgar Simo
- Updated xcode.gsoc2008_force_feedback 2008-07-28, by Edgar Simo
- Accidently left in hidDevice.gsoc2008_force_feedback 2008-07-22, by Edgar Simo
- Attempt to fix HIDGetDeviceProduct.gsoc2008_force_feedback 2008-07-22, by Edgar Simo
- Allow haptic subsystem to build on mac.gsoc2008_force_feedback 2008-07-22, by Edgar Simo
- Alam pointed out that the dummy haptic driver does not compile.gsoc2008_force_feedback 2008-07-22, by Edgar Simo
- Commented out a bit until definition is found.gsoc2008_force_feedback 2008-07-20, by Edgar Simo
- Fixed some stupid mistakes.gsoc2008_force_feedback 2008-07-20, by Edgar Simo
- More verbose errors.gsoc2008_force_feedback 2008-07-20, by Edgar Simo
- Synced with trunk.gsoc2008_force_feedback 2008-07-20, by Edgar Simo
- Properly support INFINITY length haptic effects on linux.gsoc2008_force_feedback 2008-07-20, by Edgar Simo
- Improved correctiveness in CreateEffect.gsoc2008_force_feedback 2008-07-20, by Edgar Simo
- Support for SDL_HapticName in darwin.gsoc2008_force_feedback 2008-07-19, by Edgar Simo
- Fixed some typos in the doxygen.gsoc2008_force_feedback 2008-07-19, by Edgar Simo
- Added custom effect with support on darwin.gsoc2008_force_feedback 2008-07-19, by Edgar Simo
- Was a typo in the mac os x documentation.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- Added SDL_HAPTIC_RAMP support for darwin.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- More comments.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- Fixed some inconsistancies in coding style.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- More comments.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- Can't believe I missed this typo.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- Fixed some typos.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- Handle axes for darwin now.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- More documentation.gsoc2008_force_feedback 2008-07-18, by Edgar Simo
- Added third axis to condition effects.gsoc2008_force_feedback 2008-07-17, by Edgar Simo
- 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