graph
- Merged changes2010-07-16, by Jim Grandpre
- Bug fixes, now using RWops instead of File pointers.2010-07-16, by Jim Grandpre
- Started trying to build gesture code for iPhone2010-07-15, by Sam Lantinga
- Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.2010-07-13, by Jim Grandpre
- Merged changes from the main SDL codebase2010-07-12, by Sam Lantinga
- Added Iphone support (untested)2010-07-12, by Jim Grandpre
- Added some files I had previosuly missed2010-07-11, by Jim Grandpre
- Moved $1 Gestures into the SDL Library2010-07-09, by Jim Grandpre
- Moved Multi finger gesture recognition into the library.2010-07-07, by Jim Grandpre
- Added multi-finger gestures2010-07-06, by Jim Grandpre
- Fixed bugs in input, cleaned up $12010-06-18, by Jim Grandpre
- Added $1 gesture recognition.2010-06-17, by Jim Grandpre
- Started adding vectorization of touch data.2010-06-15, by Jim Grandpre
- Just updated2010-06-14, by Jim Grandpre
- Added gesture test c file. Beginning of gesture recognition.2010-06-14, by Jim Grandpre
- More fixes for windows. Disabled tablet code.2010-06-10, by jimtla
- Addition of VC project for touchTest.c2010-06-05, by jimtla
- Fixed windo build errors. Should now be compilable.2010-06-03, by jimtla
- Fixed some windows compilation bugs - Still does not compile.2010-06-03, by jimtla
- Added include/touch.h Now reading in resolution of touch pad.2010-06-01, by Jim Grandpre
- Auto-detects Wacom touch devices.2010-05-31, by Jim Grandpre
- Added pressure support for touch events.2010-05-29, by Jim Grandpre
- Bug fixes. Basic touch events (finger up, finger down, finger move) supported.2010-05-29, by Jim Grandpre
- Added reading of event* for touch events.2010-05-28, by Jim Grandpre
- Added touch event definitions. Heavily modified events/SDL_touch*.2010-05-27, by Jim Grandpre
- Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.2010-05-25, by Jim Grandpre
- Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.2010-05-24, by Jim Grandpre
- Don't need to use strlen() to determine if there's text.2010-08-22, by Sam Lantinga
- Fix for deleting the last uncommit character2010-08-12, by Jjgod Jiang
- Couriersud to Sam2010-08-16, by Sam Lantinga
- Fixed documentation error2010-08-14, by Sam Lantinga
- Updated with the latest version of glext.h2010-08-14, by Sam Lantinga
- Documentation and code safety updates. (x11 renderer)2010-08-08, by Sunny Sachanandani
- Fixed the code to use the correct scaling transformation matrix with XRender.2010-08-03, by Sunny Sachanandani
- Merge.2010-08-03, by Sunny Sachanandani
- Added some comments.2010-08-02, by Sunny Sachanandani
- Fixed a huge bug with texture scaling.2010-08-02, by Sunny Sachanandani
- When querying the display size for a fullscreen window, the display size is the size of the fullscreen video mode.2010-07-30, by Sam Lantinga
- Documentation updates2010-07-29, by Sam Lantinga
- For consistency, swapped line order2010-07-28, by Sam Lantinga
- Added dynamic loading of XFixes and XDamage on Mac OS X2010-07-28, by Sam Lantinga
- Oops!2010-07-28, by Sunny Sachanandani
- Depend on XRender version 0.10 or above and XFixes version 2.0 or above. Moved these dependency checks into CheckXRender() and CheckXFixes().2010-07-28, by Sunny Sachanandani
- Set the default XRender filter to "fast". testoverlay2 works now.2010-07-28, by Sunny Sachanandani
- Added missing pixel format2010-07-28, by Sam Lantinga
- Fixed compiling without XRender enabled2010-07-28, by Sam Lantinga
- Moved brace to the beginning of the line for the beginning of functions2010-07-28, by Sam Lantinga
- Merged Sunny's XRender changes from SDL-gsoc2010_xrender2010-07-28, by Sam Lantinga
- Add some comments.2010-07-28, by Sunny Sachanandani
- Add support for texture modulation (both color and alpha). testsprite2 works now with --cyclealpha and --cyclecolor.2010-07-28, by Sunny Sachanandani
- Fixed drawing rectangles. X is evil!2010-07-22, by Sunny Sachanandani
- Code cleanup.2010-07-22, by Sunny Sachanandani
- Remove debugging code.2010-07-22, by Sunny Sachanandani
- Advertise support for all supported texture formats.2010-07-22, by Sunny Sachanandani
- Advertise support for blending modes and scaling modes in the render driver.2010-07-21, by Sunny Sachanandani
- Make the SW renderer work properly by fixing support for textures with no alpha channels.2010-07-21, by Sunny Sachanandani
- Fix cleanup functions.2010-07-21, by Sunny Sachanandani
- Fix X11_DisplayModeChanged.2010-07-21, by Sunny Sachanandani
- Get SDL_BLENDMODE_MOD to work! Tested on nvidia only ATM.2010-07-21, by Sunny Sachanandani
- Implement support for setting texture scale mode.2010-07-20, by Sunny Sachanandani
- Respect environment variables.2010-07-19, by Sunny Sachanandani
- Integrate XFixes and XDamage into the build system.2010-07-19, by Sunny Sachanandani
- Massive speed-up. Fixed the format that is set for the renderer. Included runtime checks for XDamage.2010-07-19, by Sunny Sachanandani
- Use XDamage to optimise drawing operations.2010-07-19, by Sunny Sachanandani
- Resync tip to default. Using named branches is a bad idea.2010-07-18, by Sunny Sachanandani
- Remove experimental cruft.2010-07-18, by Sunny Sachanandani
- Minor changes.experimental 2010-07-18, by Sunny Sachanandani
- Major changes to drawing. Reverted back to core X11 functions due to regressions.2010-07-18, by Sunny Sachanandani
- Start experimental branch for client-side rasterization.experimental 2010-07-18, by Sunny Sachanandani
- Got testsprite2 to work reasonably.2010-07-18, by Sunny Sachanandani
- Fixed a minor bug with texture blending.2010-07-17, by Sunny Sachanandani
- Remove some redundant code.2010-07-17, by Sunny Sachanandani
- Fixed so many things. See the changelog listed below.2010-07-17, by Sunny Sachanandani
- Add necessary symbols to SDL_x11sym.h2010-07-17, by Sunny Sachanandani
- Implement blending modes for textures. Fix off-screen pixmaps to be ARGB rather than RGB to enable blending across frames. Clear the screen and off-screen pixmaps when the renderer is created.2010-07-14, by Sunny Sachanandani
- Fix so many things that there is little place in this column to list them all but the result is that blending modes just work now for drawing primitives.2010-07-09, by Sunny Sachanandani
- Fix blending modes for primitives.2010-07-01, by Sunny Sachanandani
- Preliminary support for blending modes on drawing operations.2010-06-27, by Sunny Sachanandani
- Texture rendering mostly works now. Even SDL_TEXTUREACCESS_STREAMING is supported now with a little overhead. Scaling of textures happens using XRender. :D2010-06-22, by Sunny Sachanandani
- SDL_Textures should work with XRender now provided that the texture format and screen format match. This is only a temporary limitation.2010-06-16, by Sunny Sachanandani
- X11_RenderDrawLines and X11_RenderDrawPoints use XRender now.2010-06-15, by Sunny Sachanandani
- X11_RenderFillRects and X11_RenderDrawRects use a server side mask pixmap of 1 bit depth now. All drawing on these pixmaps is done by server side functions such as XDrawRectangles and XFillRectangles.2010-06-14, by Sunny Sachanandani
- X11_DrawRects now uses a very hacky way of drawing rectangles with XRender. This will be improved in some time.2010-06-08, by Sunny Sachanandani
- It seems that the off-screen buffers (or pixmaps) only need to be cleared while initializing.2010-06-02, by Sunny Sachanandani
- Fix X11_FillRects to work with double buffering as well as triple buffering. This requires that the buffer pixmap be cleared after every render.2010-06-02, by Sunny Sachanandani
- Fix the rendering color channels to be premultiplied with the alpha channel as thats what Xrender expects. Small fixes in X11_CreateTexture. Add some new functions in SDL_x11sym.h as well as support for Xrender.2010-06-02, by Sunny Sachanandani
- X11_RenderPresent now uses XRender to blit back-buffers to the screen.2010-05-31, by Sunny Sachanandani
- Xrender uses 16 bit color per channel. Fixed the color handling in X11_RenderFillRects to match this. Xrender just works now for filling rectangles :D .2010-05-31, by Sunny Sachanandani
- Modified configure.in to allow building with Xrender. Fixed all problems that prevented compilation.2010-05-31, by Sunny Sachanandani
- Add Xrender support to X11_FillRectangles.2010-05-30, by Sunny Sachanandani
- Fix typo.2010-05-28, by Sunny Sachanandani
- Fix initial value of the xrender_available boolean in X11_CreateTexture.2010-05-28, by Sunny Sachanandani
- Completed work on X11_CreateTexture. Added lots of safety features.2010-05-28, by Sunny Sachanandani
- Correctly handle the availability of Xrender in X11_CreateRenderer and X11_DisplayModeChanged.2010-05-26, by Sunny Sachanandani
- Added a #define option for compile time Xrender support.2010-05-24, by Sunny Sachanandani
- Adding a few #defines for Xrender support.2010-05-19, by Sunny Sachanandani
- Andrey A.2010-07-27, by Sam Lantinga
- Couriersud to Sam2010-07-23, by Sam Lantinga
- Daniel Wyatt to slouken2010-07-22, by Sam Lantinga
- Fixed memory corruption on AMD642010-07-21, by Sam Lantinga
- Fixed key repeat detection on X11, and simplified the code for everyone else.2010-07-21, by Sam Lantinga
- Use proper GEM API to handle mouse button eventsSDL-1.2 2010-07-09, by Patrice Mandin
- Fixed multimedia keys2010-07-21, by Sam Lantinga
- Delete is indeed an unprintable character.2010-07-21, by Sam Lantinga
- Fixed remapping the Delete key and detecting the keypad Delete key.2010-07-20, by Sam Lantinga
- Added support for keyboard repeat (only tested on Windows so far)2010-07-20, by Sam Lantinga
- Fixed X11 error when running under window managers that don't support the _NET_SUPPORTING_WM_CHECK protocol.2010-07-20, by Sam Lantinga
- Applied the same logic as the fix for bug 894.2010-07-20, by Sam Lantinga
- Finally fixed bug 894 without breaking bug 716. Yay! :)SDL-1.2 2010-07-20, by Sam Lantinga
- Fixed X error when showing debug info about a deleted property2010-07-19, by Sam Lantinga
- Fixed bug 10152010-07-18, by Sam Lantinga
- Fixed bug 1015SDL-1.2 2010-07-18, by Sam Lantinga
- RedHat patch: SDL-1.2.14-xio_error-rh603984.patchSDL-1.2 2010-07-18, by Sam Lantinga
- RedHat patch: SDL-1.2.14-byteorder.patch2010-07-18, by Sam Lantinga
- RedHat patch: SDL-1.2.14-byteorder.patchSDL-1.2 2010-07-18, by Sam Lantinga
- Fixed bug 10062010-07-18, by Sam Lantinga
- Fixed bug 9932010-07-18, by Sam Lantinga
- RedHat patch: SDL-1.2.14-audiodriver.patch2010-07-18, by Sam Lantinga
- RedHat patch: SDL-1.2.14-audiodriver.patchSDL-1.2 2010-07-18, by Sam Lantinga
- Fixed bug 1006SDL-1.2 2010-07-18, by Sam Lantinga
- Fixed bug 993SDL-1.2 2010-07-18, by Sam Lantinga
- Fixed bug 957SDL-1.2 2010-07-18, by Sam Lantinga
- Better fix for bug 936SDL-1.2 2010-07-18, by Sam Lantinga
- Better fix for bug 9362010-07-18, by Sam Lantinga
- Fixed bug 936SDL-1.2 2010-07-18, by Sam Lantinga
- Debian patch: 215_kfreebsd_gnu.diffSDL-1.2 2010-07-18, by Sam Lantinga
- Debian patch: 012_nasm_include.diffSDL-1.2 2010-07-18, by Sam Lantinga
- Debian patch: 011_no_yasm.diffSDL-1.2 2010-07-18, by Sam Lantinga
- Debian patch: 215_kfreebsd_gnu.diff2010-07-18, by Sam Lantinga
- Double-confirmed, that's not the pause scancode2010-07-18, by Sam Lantinga
- Added back in a little more debugging for the X11 keyboard code2010-07-18, by Sam Lantinga
- Don't put a keysym in there! Shame on you! :)2010-07-18, by Sam Lantinga
- Missed the numbering2010-07-18, by Sam Lantinga
- Logitech G15 on Ubuntu 10.04:2010-07-18, by Sam Lantinga
- Added a couple missing keys on my Logitech G15 keyboard on a Mac Pro running Ubuntu 10.04.2010-07-17, by Sam Lantinga
- Fixed typo in the documentation2010-07-17, by Sam Lantinga
- Fixed bug 10142010-07-17, by Sam Lantinga
- Fixed bug 10222010-07-17, by Sam Lantinga
- Added support for testing window manager icons2010-07-14, by Sam Lantinga
- Fixed bug #10002010-07-14, by Sam Lantinga
- pelya 2010-07-12 03:53:48 PDT2010-07-14, by Sam Lantinga
- Zero any fields not explicitly filled in.2010-07-14, by Sam Lantinga
- Now that the fullscreen wm state works, enable the video modes. Yay! :)2010-07-14, by Sam Lantinga
- Fixed setting fullscreen and maximized states for windows that haven't been mapped yet.2010-07-14, by Sam Lantinga
- Let the window manager know we're a "normal" window2010-07-14, by Sam Lantinga
- Much better debugging of property changes2010-07-14, by Sam Lantinga
- Turned off debug spew2010-07-13, by Sam Lantinga
- Lots of prep for the "real" way to support fullscreen mode on modern window managers.2010-07-13, by Sam Lantinga
- Added test case for maximize code2010-07-13, by Sam Lantinga
- Use a better switch for the clipboard property format2010-07-13, by Sam Lantinga
- Fixed compile warnings2010-07-13, by Sam Lantinga
- Fixed compile warning2010-07-13, by Sam Lantinga
- Fixed compile warning2010-07-13, by Sam Lantinga
- Fixed compile warning.2010-07-13, by Sam Lantinga
- Daniel Wyatt 2010-03-26 14:52:53 PDT2010-07-12, by Sam Lantinga
- Implemented X11 system window manager info for SDL 1.3. It's simple. Really.2010-07-12, by Sam Lantinga
- Made it possible to switch the text format in one place2010-07-12, by Sam Lantinga
- Added X11 clipboard support.2010-07-12, by Sam Lantinga
- Fixed compile warnings2010-07-12, by Sam Lantinga
- Fixed compile warnings2010-07-12, by Sam Lantinga
- Fixed compiler warning2010-07-12, by Sam Lantinga
- Amazingly the Windows code is almost identical to the Mac OS X code. :)2010-07-08, by Sam Lantinga
- Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.2010-07-08, by Sam Lantinga
- Made the new public headers public2010-07-08, by Sam Lantinga
- Updated Xcode project files for clipboard API2010-07-08, by Sam Lantinga
- Added Windows clipboard support2010-07-08, by Sam Lantinga
- Added Mac OS X implementation of clipboard support2010-07-08, by Sam Lantinga
- I missed the Objective C files when updating the copyright date...2010-07-08, by Sam Lantinga
- Added simple clipboard test2010-07-08, by Sam Lantinga
- Need to add new headers to Makefile.in2010-07-07, by Sam Lantinga
- Simplified clipboard API for sanity's sake.2010-07-07, by Sam Lantinga
- Whoops, updated the copyright date2010-07-07, by Sam Lantinga
- First pass at clipboard API, still very much in progress2010-07-07, by Sam Lantinga
- Added SDL_FOURCC()2010-07-07, by Sam Lantinga
- Turn on blending if we're converting from a surface with colorkey enabled2010-07-07, by Sam Lantinga
- Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)2010-07-07, by Sam Lantinga
- The arguments to main() should be NULL terminated (SuS v3 compliant)2010-07-06, by Sam Lantinga
- Re-implemented single mouse touches on the iPhone/iPad2010-07-06, by Sam Lantinga
- Removed obsolete header file2010-07-06, by Sam Lantinga
- Fixed fullscreen window position2010-07-06, by Sam Lantinga
- Merged changes from default2010-07-05, by Sam Lantinga
- Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.2010-07-05, by Sam Lantinga
- Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.2010-07-05, by Sam Lantinga
- Fixed usage message - it shouldn't have a printf format specifier2010-07-05, by Sam Lantinga
- Removed SDL.lib and SDLmain.lib from the projects since the dependencies are set up properly.2010-07-05, by Sam Lantinga
- Added dependencies on SDL.lib and SDLmain.lib to the test programs2010-07-05, by Sam Lantinga
- Split out the Visual C++ 2005 and 2008 projects explicitly.2010-07-05, by Sam Lantinga
- Fixed revision type for SDL 1.32010-07-05, by Sam Lantinga
- Added missing file to the automated test project2010-07-05, by Sam Lantinga
- Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.2010-07-05, by Sam Lantinga
- Fixed compile warning with latest mingw32 compiler2010-07-05, by Sam Lantinga
- Typo in documentation2010-06-27, by Sam Lantinga
- Removed one more use of ()2010-06-26, by Sam Lantinga
- Mostly cleaned up warnings with -Wmissing-prototypes2010-06-26, by Sam Lantinga
- Hello Sam.2010-06-17, by Sam Lantinga
- Fixed mouse focus window reporting2010-06-17, by Sam Lantinga
- Fixed wording for consistency2010-06-06, by Sam Lantinga
- SDL_KillThread() is no longer supported - it was always dangerous! :)2010-05-24, by Sam Lantinga
- author Eric Wing <ewing . public |-at-| gmail . com>2010-05-17, by Sam Lantinga
- Added the automated test plist file and modified .hgignore to be less aggressive.2010-05-12, by Eric Wing <ewing . public |-at-| gmail . com>
- Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.2010-05-09, by Sam Lantinga
- Add a default revision string if we can't find hg2010-05-09, by Sam Lantinga
- Don't assume .bashrc exists. :)2010-05-09, by Sam Lantinga
- Tagging version before everything gets ripped out.2010-05-09, by Sam Lantinga
- Make the compiler even happierpre-touch-removal 2010-05-09, by Sam Lantinga
- Make sure events are current before flushing them.2010-05-09, by Sam Lantinga
- Added missing header2010-05-09, by Sam Lantinga
- Removed unused variables2010-05-09, by Sam Lantinga
- Fixed compiler warnings2010-05-09, by Sam Lantinga
- Fixed variable use before initialize warnings2010-05-09, by Sam Lantinga
- Removed unused variables2010-05-09, by Sam Lantinga
- Fixed Eric's changes to allow building from the command line.2010-05-09, by Sam Lantinga
- Updated with the SDL 1.3 list of supported operating systems2010-05-09, by Sam Lantinga
- Updated Mac Xcode project for refactored rwops automated test changes.2010-05-09, by Eric Wing <ewing . public |-at-| gmail . com>
- Refactored automated rwops tests so read and write directories can be more easily customized.2010-05-09, by Eric Wing <ewing . public |-at-| gmail . com>
- Fixes to automated test target for iPhone Xcode project.2010-05-08, by Eric Wing <ewing . public |-at-| gmail . com>
- Exempted writable modes from bundle check on OS X since bundle areas are typically read-only.2010-05-08, by Eric Wing <ewing . public |-at-| gmail . com>
- Adding testsdl (automated test) support to iPhone Xcode project (to match Mac Xcode project).2010-05-08, by Eric Wing <ewing . public |-at-| gmail . com>
- Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.2010-05-08, by Eric Wing <ewing . public |-at-| gmail . com>
- Much improved multi-display support for iPad.2010-05-02, by Ryan C. Gordon
- Test for system version in the Apple Recommended way.2010-05-01, by Ryan C. Gordon
- Implemented SDL power APIs for iPhoneOS.2010-04-30, by Ryan C. Gordon
- Implemented display mode functionality for UIKit.2010-04-29, by Ryan C. Gordon
- SDL-1.2: Quartz fullscreen video contentRect was used uninitialized.SDL-1.2 2010-04-25, by Ryan C. Gordon
- Fixed bug 9782010-04-23, by Sam Lantinga
- Fixed bug 978SDL-1.2 2010-04-23, by Sam Lantinga
- esigra 2010-04-17 03:53:57 PDT2010-04-23, by Sam Lantinga
- esigra 2010-04-17 03:53:57 PDTSDL-1.2 2010-04-23, by Sam Lantinga
- Fix a crash caused by empty keyboard focus2010-04-20, by Jjgod Jiang
- changeset: 4434:4e5dd7dc58cd2010-04-15, by Sam Lantinga
- Minor cleanup on Jiang's patch2010-04-15, by Sam Lantinga
- changeset: 4433:25667ea797fa2010-04-15, by Sam Lantinga
- Fixed bug 9842010-04-15, by Sam Lantinga
- Fixed bug 9442010-04-13, by Sam Lantinga
- Fixed bug 944SDL-1.2 2010-04-13, by Sam Lantinga
- CVS is so last decade...SDL-1.2 2010-04-13, by Sam Lantinga
- General improvements for user custom event registration2010-03-25, by Sam Lantinga
- Fixed bug #9682010-03-10, by Sam Lantinga
- Fixed bug #943SDL-1.2 2010-03-10, by Sam Lantinga
- Fixed bug #9432010-03-10, by Sam Lantinga
- Fixed bug #9612010-03-09, by Sam Lantinga
- Removed reference to compatibility function2010-03-05, by Sam Lantinga
- Disable error checks for reset actuators and set autocenter.2010-02-28, by Edgar Simo
- Replaced README.SVN with Mercurial information, for 1.2 branch.SDL-1.2 2010-02-28, by Ryan C. Gordon
- Changed the Subversion README to Mercurial.2010-02-28, by Ryan C. Gordon
- Added .hgignore file for 1.2 branch.SDL-1.2 2010-02-28, by Ryan C. Gordon
- Changed revision details to be a string (an hg changeset) instead of an int.2010-02-28, by Ryan C. Gordon
- Made an .hgignore to mostly match old svn:ignore properties.2010-02-28, by Ryan C. Gordon
- Readded Xcode.tar.gz to the Mercurial repository.SDL-1.2 2010-02-28, by Ryan C. Gordon
- Closing obsolete SDL-1.3 named branchSDL-1.3 2010-02-28, by Ryan C. Gordon
- Closing obsolete SDL-ryan-multiple-audio-device named branchSDL-ryan-multiple-audio-device 2010-02-28, by Ryan C. Gordon
- Closing obsolete SDL-1.2-olpc named branchSDL-1.2-olpc 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2008_audio_resampling named branchgsoc2008_audio_resampling 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2008_manymouse named branchgsoc2008_manymouse 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2008_iphone named branchgsoc2008_iphone 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2008_force_feedback named branchgsoc2008_force_feedback 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2008_nds named branchgsoc2008_nds 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2009_unit_tests named branchgsoc2009_unit_tests 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2009_IME named branchgsoc2009_IME 2010-02-28, by Ryan C. Gordon
- Closing obsolete gsoc2009_ps3 named branchgsoc2009_ps3 2010-02-28, by Ryan C. Gordon
- update tags2010-02-28, by convert-repo
- First shot at GTK+ video target for the OLPC laptops. Seriously incomplete,SDL-1.2-olpc 2007-04-19, by Ryan C. Gordon
- Branching for some One Laptop Per Child experiments.SDL-1.2-olpc 2007-04-19, by Ryan C. Gordon
- Fixed channel swizzling for ALSA target with 6-channel output.SDL-1.2 2010-02-12, by Ryan C. Gordon
- Fixed uninitialized variable in FreeBSD joystick.SDL-1.2 2010-02-05, by Ryan C. Gordon
- PulseAudio: get the window title for the context name if it wasn't set already.SDL-1.2 2010-01-24, by Ryan C. Gordon
- Patched to compile on Visual C++.SDL-1.2 2010-01-24, by Ryan C. Gordon
- 1.2: let PulseAudio hook into SDL_WM_SetCaption().SDL-1.2 2010-01-24, by Ryan C. Gordon
- Reverted accidental commit.SDL-1.2 2010-01-17, by Ryan C. Gordon
- 1.2 pulseaudio: make some function pointers static.SDL-1.2 2010-01-17, by Ryan C. Gordon
- Call SDL_OutOfMemory() if SDL_malloc() fails.SDL-1.2 2010-01-06, by Ryan C. Gordon
- Merged SDL 1.3 revision 5424, fixing a crash in the joystick code on recent kernels.SDL-1.2 2009-12-17, by Sam Lantinga
- Fixed bug #901SDL-1.2 2009-12-14, by Sam Lantinga
- Fixed bug #898SDL-1.2 2009-12-11, by Sam Lantinga
- Fixed bug #849 some more:SDL-1.2 2009-12-11, by Sam Lantinga
- Fixed bug #895SDL-1.2 2009-12-11, by Sam Lantinga
- Fixed bug #899SDL-1.2 2009-12-11, by Sam Lantinga
- Fixed bug #896SDL-1.2 2009-12-11, by Sam Lantinga
- Missing pop over a jumpSDL-1.2 2009-12-03, by Sam Lantinga
- Fixed crash - need to save and restore rbx around cpuid, since the compiler may be assuming the stack pointer isn't being modified when filling in %0.SDL-1.2 2009-12-02, by Sam Lantinga
- Fixed bug #888SDL-1.2 2009-11-17, by Sam Lantinga
- Fixed bugs #882 and 865, re-opening bug #634SDL-1.2 2009-11-17, by Sam Lantinga
- Gregory SmithSDL-1.2 2009-11-15, by Sam Lantinga
- Forgot a check for Coldfire CPUSDL-1.2 2009-11-09, by Patrice Mandin
- Adapt timer code for ColdfireSDL-1.2 2009-11-07, by Patrice Mandin
- Adapt audio interrupts for ColdfireSDL-1.2 2009-11-07, by Patrice Mandin
- Adapt XBIOS asm routine for ColdfireSDL-1.2 2009-11-07, by Patrice Mandin
- Damn. Need to be more careful with stack stuff.SDL-1.2 2009-11-06, by Patrice Mandin
- Oops. Forgot a change for Coldfire.SDL-1.2 2009-11-06, by Patrice Mandin
- Adapt IKBD asm routine for ColdfireSDL-1.2 2009-11-06, by Patrice Mandin
- Disable C2P routines for Coldfire CPUsSDL-1.2 2009-11-06, by Patrice Mandin
- Disable m68k assembly for Coldfire CPUsSDL-1.2 2009-11-06, by Patrice Mandin
- Update for include file locationsSDL-1.2 2009-11-06, by Patrice Mandin
- 1.2 branch: fixed assembly code register clobbering.SDL-1.2 2009-11-01, by Ryan C. Gordon
- fatbuild.sh: work around directory name change in Xcode 3.2.SDL-1.2 2009-10-28, by Ryan C. Gordon
- C.W. Betts 2009-10-20 09:58:56 PDTSDL-1.2 2009-10-22, by Sam Lantinga
- Better fix for bug #861SDL-1.2 release-1.2.14 2009-10-20, by Sam Lantinga
- Fixed bug #861SDL-1.2 2009-10-20, by Sam Lantinga
- Fixed compiler warningsSDL-1.2 2009-10-19, by Sam Lantinga
- Fixed bug #858SDL-1.2 2009-10-19, by Sam Lantinga
- Fixed bug #857SDL-1.2 2009-10-19, by Sam Lantinga
- Whoops, missing newline!SDL-1.2 2009-10-19, by Sam Lantinga
- Added an untested code path for snd_pcm_wait()SDL-1.2 2009-10-19, by Sam Lantinga
- ALSA write failed (unrecoverable): Resource temporarily unavailableSDL-1.2 2009-10-19, by Sam Lantinga
- Added an error message for when ALSA audio failsSDL-1.2 2009-10-19, by Sam Lantinga
- Getting as close as you can with periods is better than the default parameters.SDL-1.2 2009-10-19, by Sam Lantinga
- Recoomendation from Lennart Poettering:SDL-1.2 2009-10-19, by Sam Lantinga
- Recommendation from Lennart Poettering:SDL-1.2 2009-10-19, by Sam Lantinga
- Recommendation from Lennart Poettering:SDL-1.2 2009-10-19, by Sam Lantinga
- There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value after the first scanline. Ugh.SDL-1.2 2009-10-18, by Sam Lantinga
- Fixed bug #855SDL-1.2 2009-10-18, by Sam Lantinga
- Use MacOS line endings for Mac resource filesSDL-1.2 2009-10-18, by Sam Lantinga
- Use MacOS line endings for SDL.xSDL-1.2 2009-10-18, by Sam Lantinga
- Fixed bug #853SDL-1.2 2009-10-18, by Sam Lantinga
- We no longer have a DirectInput link requirementSDL-1.2 2009-10-17, by Sam Lantinga
- Fixed bug #849SDL-1.2 2009-10-17, by Sam Lantinga
- Don't need the define anymore...SDL-1.2 2009-10-17, by Sam Lantinga
- Enable the ALSA debug code via environment variableSDL-1.2 2009-10-17, by Sam Lantinga
- Option to fix bug #851SDL-1.2 2009-10-17, by Sam Lantinga
- matthew greenSDL-1.2 2009-10-17, by Sam Lantinga
- Allow the application to resize the window without destroying the OpenGL contextSDL-1.2 2009-10-16, by Sam Lantinga
- patch-pulse (from ahoka@NetBSD.org):SDL-1.2 2009-10-16, by Sam Lantinga
- patch-ac (from mrg@NetBSD.org):SDL-1.2 2009-10-16, by Sam Lantinga
- patch-ab (from reinoud@NetBSD.org):SDL-1.2 2009-10-16, by Sam Lantinga
- It helps to use the right constant. :)SDL-1.2 2009-10-16, by Sam Lantinga
- Use SDL's byte order check, just to be sureSDL-1.2 2009-10-16, by Sam Lantinga
- Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API.SDL-1.2 2009-10-15, by Ryan C. Gordon
- Fixed building on Mac OS XSDL-1.2 2009-10-15, by Sam Lantinga
- Fixed bug #728SDL-1.2 2009-10-15, by Sam Lantinga
- Thilo helped me track down the audio issue with 22050 hz stereo sound. Yay!SDL-1.2 2009-10-14, by Sam Lantinga
- Add a note for experimental Milan support.SDL-1.2 2009-10-13, by Patrice Mandin
- Use the plug: ALSA devices for surround sound formats, which have automatic sample format/rate conversion.SDL-1.2 2009-10-13, by Sam Lantinga
- Switched from setting the period size and count to setting the buffer size directly, based on feedback from the ALSA development list:SDL-1.2 2009-10-13, by Sam Lantinga
- ALSA's idea of a "frame" is the same as SDL's idea of a "sample". The frame is a single sample on a single channel, and we've defined the frames for each channel as being interleaved.SDL-1.2 2009-10-13, by Sam Lantinga
- Fixed debug code to print correct valuesSDL-1.2 2009-10-13, by Sam Lantinga
- On recent distributions ALSA pipes streams through PulseAudio anyway, so using PulseAudio first when it's available will improve latency and reduce ALSA configuration quirks.SDL-1.2 2009-10-13, by Sam Lantinga
- Corrected my snd_pcm_writei fix.SDL-1.2 2009-10-13, by Ryan C. Gordon
- Only show the dynamic audio libraries if we'll be dynamically loading themSDL-1.2 2009-10-13, by Sam Lantinga
- Simplify and improve dynamic library detection, taken from SDL_imageSDL-1.2 2009-10-13, by Sam Lantinga
- We don't need dlvsym() for ALSA anymore, yay!SDL-1.2 2009-10-13, by Sam Lantinga
- Merged fix from SDL 1.3SDL-1.2 2009-10-12, by Sam Lantinga
- Steven Noonan to sdlSDL-1.2 2009-10-12, by Sam Lantinga
- Joystick patch from FreeBSD ports systemSDL-1.2 2009-10-12, by Sam Lantinga
- Forcibly disabled MMX mixers.SDL-1.2 2009-10-12, by Ryan C. Gordon
- Whoops, need to convert from bits to bytes for frame size.SDL-1.2 2009-10-12, by Ryan C. Gordon
- Corrected misuse of snd_pcm_writei() in ALSA driver.SDL-1.2 2009-10-12, by Ryan C. Gordon
- Added support for SDL_VIDEO_FULLSCREEN_DISPLAY, but mouse events need to be fixed up.SDL-1.2 2009-10-10, by Sam Lantinga
- Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.SDL-1.2 2009-10-10, by Sam Lantinga
- Put the braces on the next line so vi can find the beginning of the function.SDL-1.2 2009-10-10, by Sam Lantinga
- Disable double buffer for Milan. Also set current width,height after we read it.SDL-1.2 2009-10-10, by Patrice Mandin
- Added missing caca filesSDL-1.2 2009-10-10, by Sam Lantinga
- Fixed bug #838SDL-1.2 2009-10-10, by Sam Lantinga
- Adapted from Debian patch: 320_activate_xrandr_on_default.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 310_segfault_noGLX.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: f230_manpages.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 218_joystick_memmove.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 216_page_size.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Fixed bug #833SDL-1.2 2009-10-10, by Sam Lantinga
- Don't double-include sys/param.hSDL-1.2 2009-10-10, by Sam Lantinga
- Whoops, FreeBSD 6.2 doesn't define __FreeBSD_kernel_versionSDL-1.2 2009-10-10, by Sam Lantinga
- Adapted from 215_kfreebsd_gnu.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 214_missing_mmx_blit.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Made typedef for SDL_bool the same as the other typedefs.SDL-1.2 2009-10-10, by Sam Lantinga
- Added patch note for revision 5005SDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 209_alsa_priority.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 050_altivec_detection.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Changed environment variable to match Debian patch 205_lock_keys.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Disable iPodLinux code by default (can be enabled with --enable-ipod)SDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 040_propagate_pic_to_nasm.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 030_pulseaudio_enable.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Debian patch: 020_libcaca_new_api.diffSDL-1.2 2009-10-10, by Sam Lantinga
- Updated change log with recent checkinsSDL-1.2 2009-10-10, by Sam Lantinga
- Fixed bug #627SDL-1.2 2009-10-10, by Sam Lantinga
- Moved to stable ALSA API.SDL-1.2 2009-10-10, by Ryan C. Gordon
- Fixed bug #634SDL-1.2 2009-10-10, by Sam Lantinga
- Cache the swap control setting, even on Mesa.SDL-1.2 2009-10-10, by Ryan C. Gordon
- Fixed incorrect return value test for SGI swap control.SDL-1.2 2009-10-10, by Ryan C. Gordon
- Default value for SGI swap control GL attribute should be -1.SDL-1.2 2009-10-10, by Ryan C. Gordon
- Fixed bug #798SDL-1.2 2009-10-10, by Sam Lantinga
- Fixed bug #831SDL-1.2 2009-10-10, by Sam Lantinga
- Remove sdl.pc during "make uninstall"SDL-1.2 2009-10-08, by Ryan C. Gordon
- Allow Unicode filenames in RWOPS on Windows.SDL-1.2 2009-10-08, by Ryan C. Gordon
- Ozkan Sezer 2009-04-01 23:17:13 PDTSDL-1.2 2009-10-08, by Sam Lantinga
- Update config.guess and config.subSDL-1.2 2009-10-08, by Sam Lantinga
- SDL 1.2.14 is a recommended update.SDL-1.2 2009-10-07, by Sam Lantinga
- Updated documentation with major changes for 1.2.14SDL-1.2 2009-10-07, by Sam Lantinga
- SuSE 11.1 installs directfb-config without directfb-devel, so check toSDL-1.2 2009-10-07, by Sam Lantinga
- Fixed building without OpenGL supportSDL-1.2 2009-10-07, by Sam Lantinga
- Updated libtool to version 2.2.6aSDL-1.2 2009-10-04, by Sam Lantinga
- Fixed make distSDL-1.2 2009-10-04, by Sam Lantinga
- Split acinclude.m4 into its constituent parts for easy upgradingSDL-1.2 2009-10-04, by Sam Lantinga
- Make the temporary black window be the maximum of all visible dimensionsSDL-1.2 2009-10-04, by Sam Lantinga
- You should check for the C compiler before you set CFLAGS. :)SDL-1.2 2009-10-02, by Sam Lantinga
- Fixed nasm detection for newer autotoolsSDL-1.2 2009-10-02, by Sam Lantinga
- Updated version for mingw32 buildSDL-1.2 2009-10-02, by Sam Lantinga
- Fixed VC2005 compiler warningsSDL-1.2 2009-09-30, by Sam Lantinga
- I just tested DGA mouse motion with X.org 1.6.0 and it's working fine,SDL-1.2 2009-09-30, by Sam Lantinga
- Make SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) work with GLX_SGI_swap_control.SDL-1.2 2009-09-29, by Ryan C. Gordon
- Removed isCustom ... not used any more.SDL-1.2 2009-09-29, by Ryan C. Gordon
- Removed duplicate memset() calls.SDL-1.2 2009-09-29, by Ryan C. Gordon
- Fixed SDL_VIDEO_WINDOW_POS environment variable for Quartz target.SDL-1.2 2009-09-29, by Ryan C. Gordon
- Batch x11 dga mouse motion events into a single SDL event.SDL-1.2 2009-09-29, by Ryan C. Gordon
- Reverted revision 4880 since this breaks installation on Mac OS X.SDL-1.2 2009-09-29, by Sam Lantinga
- Fixed strict aliasing (or inline asm?) issue.SDL-1.2 2009-09-29, by Ryan C. Gordon
- Temporary band-aid for bug #575SDL-1.2 2009-09-29, by Sam Lantinga
- Removed -rpath from link line.SDL-1.2 2009-09-28, by Ryan C. Gordon
- Added *.dSYM (Mac OS X debug symbols) to svn:ignore list for test dir.SDL-1.2 2009-09-28, by Ryan C. Gordon
- Fixed compile issueSDL-1.2 2009-09-28, by Sam Lantinga
- Added keyboard output for debugging bug #659SDL-1.2 2009-09-28, by Sam Lantinga
- Vitaly Minko to sloukenSDL-1.2 2009-09-28, by Sam Lantinga
- Fixed bug #716SDL-1.2 2009-09-27, by Sam Lantinga
- Fixed bug #616SDL-1.2 2009-09-27, by Sam Lantinga
- Improved bug #759SDL-1.2 2009-09-27, by Sam Lantinga
- Fixed bug #582SDL-1.2 2009-09-27, by Sam Lantinga
- Better fix from Max HornSDL-1.2 2009-09-27, by Sam Lantinga
- Fixed bug #725SDL-1.2 2009-09-27, by Sam Lantinga
- Fixed bug #713SDL-1.2 2009-09-27, by Sam Lantinga
- Added missing DirectX dataSDL-1.2 2009-09-27, by Sam Lantinga
- Fixed bug #586SDL-1.2 2009-09-27, by Sam Lantinga
- Fixed bug #810SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed 32-bit buildSDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #806SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #797SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #734SDL-1.2 2009-09-26, by Sam Lantinga
- Fixed crash with right side up BMP filesSDL-1.2 2009-09-26, by Sam Lantinga
- Fixed bug #719SDL-1.2 2009-09-23, by Sam Lantinga
- Fixed bug #732SDL-1.2 2009-09-23, by Sam Lantinga
- Fixed bug #803SDL-1.2 2009-09-23, by Sam Lantinga
- Potentially fixed bug #774SDL-1.2 2009-09-23, by Sam Lantinga
- Fixed endianness issues with fullscreen modeSDL-1.2 2009-09-23, by Sam Lantinga
- Possibly fixed bug #601, definitely fixed a potential issue with threadsSDL-1.2 2009-09-23, by Sam Lantinga
- Added some extra headersSDL-1.2 2009-09-23, by Sam Lantinga
- Added cast macros so SDL_net will compile with SDL 1.2SDL-1.2 2009-09-22, by Sam Lantinga
- Fixed compile error on Win32SDL-1.2 2009-09-22, by Sam Lantinga
- Added missing newlineSDL-1.2 2009-09-22, by Sam Lantinga
- Max correctly pointed out that this will cause unexpected change in applicationSDL-1.2 2009-09-22, by Sam Lantinga
- Whoops, this breaks building on Mac OS X 10.4SDL-1.2 2009-09-22, by Sam Lantinga
- Added header guards for SDLMain.hSDL-1.2 2009-09-21, by Sam Lantinga
- Fix for expression error by Torsten Giebl - Thanks! :)SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #638SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #637SDL-1.2 2009-09-21, by Sam Lantinga
- Whoops, need both the header and the library!SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #727SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #714SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #674SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #795SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #695SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #778SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #706SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #698SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #615SDL-1.2 2009-09-21, by Sam Lantinga
- Oh yeah, we have GLX support too.SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #577SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #591SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #572SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #571.. I think. :)SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #570SDL-1.2 2009-09-21, by Sam Lantinga
- Updated the version to 1.2.14 for the next release.SDL-1.2 2009-09-21, by Sam Lantinga
- Fixed bug #562SDL-1.2 2009-09-21, by Sam Lantinga
- The sound manager code is outdated and should only be used on Mac OS 9 now.SDL-1.2 2009-09-21, by Sam Lantinga
- Use correct value when calculating audio conversion length.SDL-1.2 2009-09-21, by Ryan C. Gordon
- 1.2 Quartz video: Ripped out QuickDraw and QuickTime.SDL-1.2 2009-09-21, by Ryan C. Gordon
- Patched to compile on Mac OS X <= 10.4 SDKs.SDL-1.2 2009-09-21, by Ryan C. Gordon
- Make the list NULL terminated.SDL-1.2 2009-09-20, by Patrice Mandin
- Forgot to allocate memory for native video mode data.SDL-1.2 2009-09-20, by Patrice Mandin
- Oops, need to compile first, before commit.SDL-1.2 2009-09-20, by Patrice Mandin
- Set video mode, allocate buffers, and enable new Milan video xbios support, need a tester now :).SDL-1.2 2009-09-20, by Patrice Mandin
- Define flags for double line and c2p operations. More Milan video work.SDL-1.2 2009-09-20, by Patrice Mandin
- Use loop to allocate needed buffers, instead of code duplication. Add missing header.SDL-1.2 2009-09-19, by Patrice Mandin
- Enumerates custom modesSDL-1.2 2009-09-19, by Patrice Mandin
- Start Milan video supportSDL-1.2 2009-09-19, by Patrice Mandin
- Preliminary work to support the Milan video bios, that will gives access to 24 or 32 bpp modes. I used the svga driver as model to dynamically build video modes list.SDL-1.2 2009-09-19, by Patrice Mandin
- GCC 3.03 support on OS/2.SDL-1.2 2009-09-14, by Ryan C. Gordon
- Made NAS target dynamic, so you can safely include it in shipping binaries.SDL-1.2 2009-09-13, by Ryan C. Gordon
- Put some extra parentheses around some logic, to clarify order of operations.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Fixed CD-ROM code to work with Mac OS X 10.6 SDK and 64-bit targets.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Fixed CoreAudio to compile with Mac OS X 10.6 SDK and 64-bit targets.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Updated some URLs in the comments.SDL-1.2 2009-09-12, by Ryan C. Gordon
- Fixed compiler warning on 64-bit systems (but this is still broken, really).SDL-1.2 2009-09-12, by Ryan C. Gordon
- Fixed compiler warnings on Mac OS X 10.6 SDK.SDL-1.2 2009-09-12, by Ryan C. Gordon