Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Fixed compile warnings with gcc 4
2005-12-08, by Sam Lantinga
Fixed OpenGL usage in Quartz target when SDL_SetVideoMode() is called without
2005-12-06, by Ryan C. Gordon
Date: Sun, 04 Dec 2005 21:43:46 -0500
2005-12-05, by Ryan C. Gordon
Don't need to link against libstdc++ on Mac OS X now.
2005-12-01, by Ryan C. Gordon
To: sdl@libsdl.org
2005-11-28, by Ryan C. Gordon
Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
2005-11-23, by Ryan C. Gordon
OS/2 port!
2005-11-23, by Ryan C. Gordon
Moved Quartz SDL_GL_LoadLibrary() to SDL_loadso interface.
2005-11-23, by Ryan C. Gordon
Added #include "SDL_loadso.h" to SDL.h.
2005-11-23, by Ryan C. Gordon
To: sdl@libsdl.org
2005-11-22, by Ryan C. Gordon
Patched OpenBSD audio to compile on newer GCC versions.
2005-11-22, by Ryan C. Gordon
Apparently some bits of the BSD joystick code are x86 only...joystick.h
2005-11-22, by Ryan C. Gordon
Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET)
2005-11-22, by Ryan C. Gordon
Fixed bug reported here:
2005-11-22, by Ryan C. Gordon
X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to
2005-11-22, by Ryan C. Gordon
Quartz driver OpenGL updates:
2005-11-22, by Ryan C. Gordon
From: Tyler Montbriand <tsm@accesscomm.ca>
2005-11-22, by Ryan C. Gordon
Don't use X11 unicode keys on anything but keypress events.
2005-11-21, by Ryan C. Gordon
Real Unicode support for X11. Based on updated version of this patch:
2005-11-21, by Ryan C. Gordon
SDL_GL_LoadLibrary() was returning 1, and not 0, to signify "success" on the
2005-11-20, by Ryan C. Gordon
Date: Mon, 17 Oct 2005 20:09:03 -0400
2005-11-19, by Ryan C. Gordon
Fixed Altivec support on Mac OS X.
2005-11-17, by Ryan C. Gordon
Enable dynamic X11 on Mac OS X.
2005-11-17, by Ryan C. Gordon
Split up src/SDL_loadso.c into platform directories.
2005-11-17, by Ryan C. Gordon
Don't crash if a NULL is passed for a "%s" parameter to SDL_SetError(),
2005-11-17, by Ryan C. Gordon
Fixed crash when dynamic X11 fails to load system Xlib libraries at runtime.
2005-11-17, by Ryan C. Gordon
Use the right libs in dynamic X11 loading.
2005-11-08, by Ryan C. Gordon
Date: Sun, 06 Nov 2005 18:23:03 +0900
2005-11-06, by Ryan C. Gordon
Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2005-11-05, by Ryan C. Gordon
Date: Sat, 05 Nov 2005 17:46:48 +0900
2005-11-05, by Sam Lantinga
Date: Tue, 1 Nov 2005 20:25:10 +0100
2005-11-01, by Sam Lantinga
Date: Tue, 1 Nov 2005 02:51:09 +0000
2005-11-01, by Ryan C. Gordon
Date: Mon, 31 Oct 2005 14:23:34 +0100
2005-11-01, by Ryan C. Gordon
Prevent division-by-zero in WarpMouse if surface's pitch is zero (a GL surface?).
2005-10-30, by Ryan C. Gordon
Enable altivec blitters on PowerPC Linux, and some fixes for recent
2005-10-20, by Ryan C. Gordon
Placate gcc's strict aliasing rules with an extra cast.
2005-10-20, by Ryan C. Gordon
Closed a memory leak caused when quitting video subsystem on Quartz target.
2005-10-13, by Ryan C. Gordon
Valgrind fix.
2005-10-11, by Ryan C. Gordon
POSIX clock_gettime() isn't available on Linux before 2.6, and the symbol may
2005-10-11, by Ryan C. Gordon
Date: Mon, 10 Oct 2005 13:09:32 +0300
2005-10-11, by Ryan C. Gordon
Date: Tue, 11 Oct 2005 16:58:12 +0300 (EEST)
2005-10-11, by Ryan C. Gordon
Fixed some compiler warnings about "unreachable code" on Watcom C.
2005-10-03, by Ryan C. Gordon
Fixed compiler warnings in Watcom C.
2005-10-03, by Ryan C. Gordon
SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's
2005-10-02, by Ryan C. Gordon
Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at
2005-09-29, by Ryan C. Gordon
Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe
2005-09-28, by Ryan C. Gordon
Typo that broke Windows builds.
2005-09-28, by Ryan C. Gordon
Same inline asm bug in S8 mixer, fixed last night, is also in the MSVC version.
2005-09-28, by Ryan C. Gordon
Patched inline assembly to compile on gcc 4.0.1. Details are here:
2005-09-28, by Ryan C. Gordon
From: "Alex Volkov" <avcp-sdlmail@usa.net>
2005-09-27, by Ryan C. Gordon
Date: Sat, 17 Sep 2005 13:38:49 +0200
2005-09-27, by Ryan C. Gordon
Patch from Martin Lange (mala-sdl at hotmail.com) to unregister SDL's win32
2005-09-27, by Ryan C. Gordon
Date: Sun, 11 Sep 2005 14:41:07 +0300 (EEST)
2005-09-27, by Ryan C. Gordon
Replaced Mac OS X's C++ cdrom code with almost-direct translation to C. Sam
2005-09-22, by Ryan C. Gordon
Date: Fri, 2 Sep 2005 21:56:50 -0400
2005-09-11, by Sam Lantinga
If couldn't load a needed GL symbol in SDL_SetVideoMode(), report it more
2005-09-08, by Ryan C. Gordon
iPod Linux framebuffer support.
2005-09-08, by Ryan C. Gordon
Altivec blitter for 555 -> 8888 surface, written by me.
2005-09-08, by Ryan C. Gordon
Commercial-OSS-on-Solaris patch...
2005-09-08, by Ryan C. Gordon
Byte order detection fixes in SDL_endian.h ...
2005-09-08, by Ryan C. Gordon
Fix dlvsym() detection in the configure script.
2005-09-08, by Ryan C. Gordon
Mac Classic and CodeWarrior patches.
2005-09-08, by Ryan C. Gordon
Forgot to add this with the previous Carbon/Cocoa/X11 commit.
2005-09-08, by Ryan C. Gordon
The MacOSX Carbon/Cocoa/X11 all in one library patch. Relevant emails:
2005-09-08, by Ryan C. Gordon
*** empty log message ***
2005-08-25, by Sam Lantinga
Merged the Visual C++ 6 and 7 projects so all Visual C++ users unpack the same set of projects to get started.
release-1.2.9
2005-08-24, by Sam Lantinga
Updated version number
2005-08-24, by Sam Lantinga
Updated the version number...
2005-08-23, by Sam Lantinga
*** empty log message ***
2005-08-23, by Sam Lantinga
Date: Mon, 22 Aug 2005 04:22:46 -0400
2005-08-23, by Sam Lantinga
Fix for bug reported by Michael Benfield on the SDL mailing list:
2005-08-22, by Ryan C. Gordon
Apparently MacOS X will sometimes pass command line arguments to a Cocoa
2005-08-22, by Ryan C. Gordon
*** empty log message ***
2005-08-21, by Sam Lantinga
Date: Fri, 08 Jul 2005 22:43:48 +0200 (CEST)
2005-08-21, by Sam Lantinga
From Patrice Mandin:
2005-08-20, by Ryan C. Gordon
Added support for Visual C++ 2005
2005-08-20, by Sam Lantinga
Patch by me to fix crash described below.
2005-08-18, by Ryan C. Gordon
SDL_GetAppState() correction when toggling fullscreen on OSX.
2005-08-18, by Ryan C. Gordon
Date: Wed, 17 Aug 2005 11:23:40 -0400
2005-08-18, by Ryan C. Gordon
From: Jim Paris <jim_jtan_com>
2005-08-17, by Ryan C. Gordon
Sleep a bit less in thread
2005-08-16, by Patrice Mandin
Fixed mismerged patch.
2005-08-11, by Ryan C. Gordon
Patches to make SDL compatible with Win95 again.
2005-08-11, by Ryan C. Gordon
In MacOSX, when drag'n'dropping a document on an SDL app, or double-clicking a
2005-08-11, by Ryan C. Gordon
Document recent audio updates
2005-08-10, by Patrice Mandin
Use MiNT thread to update DMA pointers instead of unusable MFP interrupt
2005-08-10, by Patrice Mandin
Revert back to 1.6 revision
2005-08-09, by Patrice Mandin
And do not forget the correct test
2005-08-08, by Patrice Mandin
Was checking wrong address for ACIA MIDI
2005-08-08, by Patrice Mandin
Can use both clocks of FDI interface on Falcon, plus digital output
2005-08-07, by Patrice Mandin
Disable XBIOS in interrupt also under Magic
2005-07-29, by Patrice Mandin
Disable Centscreen screensaver
2005-07-29, by Patrice Mandin
Tell user how many bytes are needed
2005-07-27, by Patrice Mandin
Tell SDL to notfree my video surfaces (Damn, no how-to write a SDL driver)
2005-07-27, by Patrice Mandin
Revert back change between 1.29 and 1.30
2005-07-27, by Patrice Mandin
Revert back screen centering when using c2p
2005-07-21, by Patrice Mandin
Checking external clock on DSP port was leaving audio crossbar in limbo state
2005-07-21, by Patrice Mandin
Date: Fri, 15 Jul 2005 08:29:01 +0100
2005-07-21, by Sam Lantinga
Set MFP interrupt at end of frame
2005-07-20, by Patrice Mandin
Move GSXB callback to C source
2005-07-20, by Patrice Mandin
Reserve space in system buffer to call XBIOS from interrupt
2005-07-20, by Patrice Mandin
XBIOS in interrupt not usable under MiNT
2005-07-20, by Patrice Mandin
Set hardware palette to black in True Colour mode
2005-07-18, by Patrice Mandin
Save all registers on interrupt
2005-07-17, by Patrice Mandin
Forgot variable declaration
2005-07-07, by Patrice Mandin
Correctly process top/bottom event messages
2005-07-07, by Patrice Mandin
Send window to the bottom
2005-07-07, by Patrice Mandin
Don't use both mouse events for the same task
2005-07-07, by Patrice Mandin
Don't generate multiple mouse focus events
2005-07-07, by Patrice Mandin
Document IKBD hardware problem with mouse buttons and joystick fire buttons
2005-07-01, by Patrice Mandin
Cleanup C2P routine
2005-06-30, by Patrice Mandin
4bits screen also has hardware palette
2005-06-30, by Patrice Mandin
Was not using firstcolor parameter
2005-06-30, by Patrice Mandin
Direct newbies to what to do
2005-06-29, by Patrice Mandin
Avoid generating multiple key press/release messages for the same key
2005-06-29, by Patrice Mandin
Call old interrupt when receiving MIDI stuff
2005-06-29, by Patrice Mandin
Remove debug code
2005-06-29, by Patrice Mandin
Forgot enumeration value for Atari clones
2005-06-25, by Patrice Mandin
Patch from Antonio SJ Musumeci:
2005-06-24, by Ryan C. Gordon
The Darwin/MacOSX joystick code is largely copied from the HID Utilities
2005-06-15, by Ryan C. Gordon
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip