Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:42:53 +0000] rev 398
Added Atari audio support (thanks Patrice!)
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:42:02 +0000] rev 397
Pth threading bug fix
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:37:39 +0000] rev 396
Added check for ENOMEDIUM to the Linux CDROM code
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:23:26 +0000] rev 395
Date: Wed, 5 Jun 2002 12:57:56 +0200
From: Denis Oliver Kropp <dok@directfb.org>
Subject: [PATCH] DirectFB 0.9.11 released
Hi,
DirectFB 0.9.11 is released now. We added support for
left/right differentation of shift and control keys
(which is important for games) just before the release,
so here is another patch for the final version.
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:21:55 +0000] rev 394
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 08 Jun 2002 19:33:48 +0000] rev 393
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Tue, 04 Jun 2002 22:30:40 +0000] rev 392
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 23:07:22 +0000] rev 391
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 23:05:05 +0000] rev 390
Date: Sat, 1 Jun 2002 17:56:45 -0500
From: Darrell Walisser <dwaliss1@purdue.edu>
Subject: mac patch
In this patch:
- yuv code
- links to QuickTime
- tabs -> 4 spaces
- mouse events fix
- SDLMain path parsing fix
- BUGS updates
- some miscellaneous docs/comments/code cleanup
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 19:54:15 +0000] rev 389
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 19:51:08 +0000] rev 388
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 18:48:13 +0000] rev 387
Fixed shared library building on MacOS X (thanks Max!)
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 18:43:51 +0000] rev 386
Added a README for Qtopia
Sam Lantinga <slouken@libsdl.org> [Fri, 31 May 2002 04:45:46 +0000] rev 385
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 29 May 2002 23:31:33 +0000] rev 384
Almost... :)
Ryan C. Gordon <icculus@icculus.org> [Wed, 29 May 2002 22:29:46 +0000] rev 383
SDL_PushEvent() now returns values as documented.
Sam Lantinga <slouken@libsdl.org> [Wed, 29 May 2002 20:47:19 +0000] rev 382
Date: Wed, 29 May 2002 17:37:19 +0200
From: Denis Oliver Kropp <dok@directfb.org>
Subject: DirectFB 0.9.11
Hi,
we had some API enhancements in keyboard handling.
We support full unicode now and have support for
keyboard mappings. I've attached a patch to have
SDL compile with the upcoming (monday?) DirectFB 0.9.11.
Sam Lantinga <slouken@libsdl.org> [Tue, 28 May 2002 20:01:29 +0000] rev 381
Wilbern Cobb submitted a fix for building BSD joystick support that should work on all BSD flavors.
Sam Lantinga <slouken@libsdl.org> [Tue, 28 May 2002 19:31:32 +0000] rev 380
Date: Wed, 22 May 2002 22:30:58 +0300
From: "Mike Gorchak" <mike@malva.com.ua>
Subject: One more QNX patch
Hi !
- Fixed graywin test application. Added properly support for
window size not equal to 640x480.
- Added support for not aligned pitch of image in SDL_SWSURFACE
and SDL_HWSURFACE. Using Photon builtin alignes.
- Added memory clear after each malloc to avoid problems in the
future :)
- Removed unused variables and static variables, fixed some warnings.
- Updated readme.QNX file.
Sam Lantinga <slouken@libsdl.org> [Tue, 28 May 2002 19:24:11 +0000] rev 379
Date: Fri, 24 May 2002 10:32:00 -0700
From: David Hedbor <david@hedbor.org>
Subject: more patches
Ok, another thing I discovered when porting prboom to the Zaurus -
mouse events weren't rotated when the screen was (i.e you got
incorrect events there).
This is now fixed. Also noticed that SDL_WarpMouse isn't handled
correctly, but I haven't looked at fixing that yes.
Sam Lantinga <slouken@libsdl.org> [Mon, 20 May 2002 18:36:48 +0000] rev 378
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Mon, 20 May 2002 17:40:55 +0000] rev 377
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 23:31:00 +0000] rev 376
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 22:34:36 +0000] rev 375
Use secondary audio buffers to avoid problems on various soundcards
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 22:32:09 +0000] rev 374
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 22:27:42 +0000] rev 373
Fixed setting OpenGL mode multiple times on Windows
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 21:40:25 +0000] rev 372
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 20:06:01 +0000] rev 371
Added David Hedbor's Qtopia patches
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 19:54:01 +0000] rev 370
Date: Sat, 18 May 2002 17:40:53 +0300
From: Mike Gorchak <mike@malva.ua>
Subject: New QNX patches
- Added more error check to avoid SEGFAULTS;
- Fixed bug in update function for SDL_HWSURFACE. BTW: update is much
faster than before.
- Added checks for SDL_HWSURFACE flag, chosen bpp must be equal to
desktop bpp for SDL_HWSURFACE.
- Fixed overlay bug, no more SEGFAULTS.
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 19:52:32 +0000] rev 369
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 18:52:25 +0000] rev 368
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 18:45:55 +0000] rev 367
The Win32 information has been moved to the FAQ.
Sam Lantinga <slouken@libsdl.org> [Sat, 18 May 2002 11:30:38 +0000] rev 366
Avoid a conflict in the definition of int32
Sam Lantinga <slouken@libsdl.org> [Fri, 17 May 2002 17:49:25 +0000] rev 365
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 25 Apr 2002 16:09:05 +0000] rev 364
Fixed MacOS X installation for SDL 1.2.4 release (thanks Darrell)
Sam Lantinga <slouken@libsdl.org> [Fri, 19 Apr 2002 03:29:22 +0000] rev 363
Date: Thu, 18 Apr 2002 13:50:53 -0700
From: Joseph Carter <knghtbrd@bluecherry.net>
Subject: [SDL] A critical bugfix!
I discovered a problem with testgl.c which absolutely MUST be fixed! Not
fixing this bug immediately will be a great blow to budding OpenGL coders
everywhere!
Sam Lantinga <slouken@libsdl.org> [Thu, 18 Apr 2002 04:51:20 +0000] rev 362
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 18 Apr 2002 04:47:49 +0000] rev 361
From: Wilbern Cobb <vedge@csoft.org>
Subject: Re: SDL 1.2.4 on FreeBSD (fwd)
X-Mailer: My Mailer 1.5 <slouken@devolution.com>
On Wed, 17 Apr 2002, Sam Lantinga wrote:
> > By the way, README.OpenBSD is outdated; nasm, semaphores and OpenGL
> > work fine; native audio has been the default in ports since post-2.9.
>
> Great, want to update README.OpenBSD?
Actually i think it can be removed, none of what it says applies now;
GNU make is no longer needed as of 3.0 either.
Sam Lantinga <slouken@libsdl.org> [Thu, 18 Apr 2002 04:28:58 +0000] rev 360
Configure fixes from Wilbern Cobb for FreeBSD joystick support.
Sam Lantinga <slouken@libsdl.org> [Wed, 17 Apr 2002 14:25:23 +0000] rev 359
Fixed crash in QZ_SetCaption() (thanks Darrell)
Sam Lantinga <slouken@libsdl.org> [Tue, 16 Apr 2002 16:45:23 +0000] rev 358
Wilbern Cobb fixed joystick code on FreeBSD
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:49:54 +0000] rev 357
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:47:35 +0000] rev 356
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:41:47 +0000] rev 355
Don't build RPM archives that have ALSA dependencies
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:38:54 +0000] rev 354
Updated ALSA audio support for ALSA 0.9
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 04:53:41 +0000] rev 353
The documented error return value for SDL_WaitEvent() is 0.
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 04:51:26 +0000] rev 352
Fixed SDL_PollEvent() so it only returns a boolean value (not -1)
Sam Lantinga <slouken@libsdl.org> [Sun, 14 Apr 2002 22:17:50 +0000] rev 351
Fixed failed make when running "make distclean"
Sam Lantinga <slouken@libsdl.org> [Sun, 14 Apr 2002 21:51:25 +0000] rev 350
Bump the version, so that it isn't forotten later. :)
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 23:57:03 +0000] rev 349
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 23:31:07 +0000] rev 348
Re-added MacOS X audio locking
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 20:33:21 +0000] rev 347
Fixed build warning
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 20:33:15 +0000] rev 346
Fixed precompiled headers on MacOS X
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 18:08:45 +0000] rev 345
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 15:43:15 +0000] rev 344
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 14:44:33 +0000] rev 343
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 14:40:13 +0000] rev 342
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 21:09:24 +0000] rev 341
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 21:08:44 +0000] rev 340
Fixed a minor memory leak in the SDL thread subsystem
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 18:22:05 +0000] rev 339
Fixed spurious keypress at startup on BeOS
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 15:23:07 +0000] rev 338
Fixed gamma ramps in DirectX windowed and OpenGL modes
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 14:35:16 +0000] rev 337
Explicitly specify the SDL API calling convention (C by default)
Sam Lantinga <slouken@libsdl.org> [Wed, 10 Apr 2002 17:12:32 +0000] rev 336
BeOS compile fix for shared object loading code
Sam Lantinga <slouken@libsdl.org> [Wed, 10 Apr 2002 02:14:33 +0000] rev 335
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Tue, 09 Apr 2002 23:49:06 +0000] rev 334
Fixed DirectX fullscreen gamma control (thanks John!)
Sam Lantinga <slouken@libsdl.org> [Tue, 09 Apr 2002 23:32:40 +0000] rev 333
Fixed a crash bug in the WM_ACTIVATE code (thanks John!)
Sam Lantinga <slouken@libsdl.org> [Mon, 08 Apr 2002 17:50:30 +0000] rev 332
Mouse wheel fix patch.
Sam Lantinga <slouken@libsdl.org> [Thu, 04 Apr 2002 18:06:33 +0000] rev 331
Date: Thu, 04 Apr 2002 13:27:36 GMT+1
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL][PATCH] Atari mouse patch
Just a patch to correct a studid bug where Mouse button
events where not generated when pressing first button.
Sam Lantinga <slouken@libsdl.org> [Wed, 03 Apr 2002 21:45:25 +0000] rev 330
Date: 03 Apr 2002 15:28:09 +0200
From: Alexander Pipelka <pipelka@bms-austria.com>
Subject: SDL patches
This one adds 2 new videomodes for the fbconsole.
720x576, 720x480
These are used by the NSC settopbox we are using for MPEG2 decoding.
Sam Lantinga <slouken@libsdl.org> [Mon, 01 Apr 2002 15:35:28 +0000] rev 329
Patrice's fixes for GNU Pthread support
Sam Lantinga <slouken@libsdl.org> [Sun, 31 Mar 2002 04:07:05 +0000] rev 328
RPM dependency fix courtesy of Edward Rudd
Sam Lantinga <slouken@libsdl.org> [Sun, 31 Mar 2002 03:34:16 +0000] rev 327
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 31 Mar 2002 03:34:11 +0000] rev 326
Disabled QueryPerformanceCounter(), due to problems on Win2K
Sam Lantinga <slouken@libsdl.org> [Sun, 31 Mar 2002 02:42:43 +0000] rev 325
Fixed the bug where mouse cursor and SDL mouse coordinates didn't match
in Windows OpenGL mode.
Sam Lantinga <slouken@libsdl.org> [Sat, 30 Mar 2002 21:41:01 +0000] rev 324
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 30 Mar 2002 20:03:27 +0000] rev 323
The audio lock and unlock functions are now a part of the driver.
The MacOS audio locking has been implemented, courtesy of Ryan Gordon
Sam Lantinga <slouken@libsdl.org> [Sat, 30 Mar 2002 19:48:56 +0000] rev 322
The audio lock and unlock functions are now a part of the driver.
The MacOS audio locking has been implemented, courtesy of Ryan Gordon
Sam Lantinga <slouken@libsdl.org> [Sat, 30 Mar 2002 18:53:23 +0000] rev 321
Fixes for GNU pthreads from Patrice
Sam Lantinga <slouken@libsdl.org> [Thu, 28 Mar 2002 16:20:10 +0000] rev 320
Date: Thu, 28 Mar 2002 09:20:03 +0200
From: "Mike Gorchak" <mike@malva.ua>
Subject: New QNX patch.
Hi !
1. Removed warning (possible bug) with invalid type, passing to the function
in ph_WarpedMotion.
2. Rewritten handler of Ph_WM_RESIZE message, now works, but buggy (old
handler doesn't work at all).
3. Added stub handler for Ph_WM_MAX (maximize) message.
4. Added more #ifdef HAVE_OPENGL to disable OpenGL stuff when it not needed.
5. Added support for SDL_NOFRAME and SDL_RESIZABLE flags (in OpenGL windows
too).
6. Added cosmetic changes, if no SDL_RESIZABLE flag defined, disable resize
handlers in window border and maximize button at caption.
7. Fixed my bug with invalid arguments count passed to PtCreateWidget call.
8. Fixed some palette problems.
9. Updated README.QNX file.
And I changed testgl.c test application:
10. Added in testgl.c application support for SDL_NOFRAME flag and
option -noframe.
Sam Lantinga <slouken@libsdl.org> [Tue, 26 Mar 2002 17:37:31 +0000] rev 319
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 24 Mar 2002 21:44:06 +0000] rev 318
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 24 Mar 2002 01:12:57 +0000] rev 317
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 23 Mar 2002 20:54:17 +0000] rev 316
Added UNIX RDTSC code by Lompak (disabled by default)
Sam Lantinga <slouken@libsdl.org> [Sat, 23 Mar 2002 20:19:44 +0000] rev 315
Date: Sat, 23 Mar 2002 13:53:37 +0200
From: "Mike Gorchak" <mike@malva.ua>
Subject: Big QNX patch again.
Added 8bit palette emulation code for window mode with bpp>=15.
Added store/restore original palette for 8bit modes.
Added more information about photon API call fails.
Rewroten change palette code, slow but works.
Fixed bug with set caption before window was inited.
Fixed bugs with some initial state of variables.
Fixed bug with storing old video mode settings.
Fixed bug with switching to fullscreen mode and back.
Fixed few double SEGFAULTS during parachute mode.
Removed compilation warning with no PgWaitHWIdle prototype.
Removed pack of dead unusable code.
Cleanups SDL_PrivateVideoData structure, some headers.
Some code formatting.
Sam Lantinga <slouken@libsdl.org> [Fri, 22 Mar 2002 18:11:56 +0000] rev 314
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 20 Mar 2002 02:37:44 +0000] rev 313
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 20 Mar 2002 02:37:38 +0000] rev 312
Used the glext.h from the SGI sample implementation
Sam Lantinga <slouken@libsdl.org> [Wed, 20 Mar 2002 02:24:29 +0000] rev 311
Date: Fri, 15 Mar 2002 18:24:59 GMT+1
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL] [PATCH] Atari port, bug in xbios driver driver
Hello,
This patch correct a stupid mistake in the FlipHWSurface
function, where I forgot to update surface->pixels when
using a double buffered surface.
Sam Lantinga <slouken@libsdl.org> [Wed, 20 Mar 2002 02:21:46 +0000] rev 310
Blit bug fix from John Popplewell
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Mar 2002 17:38:56 +0000] rev 309
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 10 Mar 2002 03:55:45 +0000] rev 308
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 10 Mar 2002 03:49:25 +0000] rev 307
This properly scales axes, and adds support for sliders/wheels
Sam Lantinga <slouken@libsdl.org> [Sun, 10 Mar 2002 03:38:32 +0000] rev 306
Only put surfaces in video memory if there are accelerated blits
Sam Lantinga <slouken@libsdl.org> [Sun, 10 Mar 2002 03:33:59 +0000] rev 305
Atari port cleanups from Patrice
Sam Lantinga <slouken@libsdl.org> [Sun, 10 Mar 2002 03:25:47 +0000] rev 304
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 07 Mar 2002 20:29:04 +0000] rev 303
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 07 Mar 2002 20:23:11 +0000] rev 302
Added Atari joystick support (thanks Patrice!)
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 19:14:17 +0000] rev 301
Fixed dynamic arts support.
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 19:14:12 +0000] rev 300
Fixed dynamic arts support.
Turned on dynamic audio load by default in RPM build.
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 18:25:45 +0000] rev 299
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 11:32:00 +0000] rev 298
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 11:23:08 +0000] rev 297
Updated copyright information for 2002
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 11:05:47 +0000] rev 296
Removed the API changes to preserve SDL 1.2 stability
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 05:37:21 +0000] rev 295
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 06 Mar 2002 05:20:11 +0000] rev 294
Added a new header file: SDL_loadso.h
It contains the following functions:
SDL_LoadObject(), SDL_LoadFunction(), SDL_UnloadObject()
The UNIX esd and arts audio code use these to dynamically load
their respective audio libraries.
Sam Lantinga <slouken@libsdl.org> [Tue, 05 Mar 2002 23:19:37 +0000] rev 293
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Tue, 05 Mar 2002 19:55:32 +0000] rev 292
Added SDL_LockRect() and SDL_UnlockRect()
Incorporated XFree86 extension libraries into the source
Sam Lantinga <slouken@libsdl.org> [Sat, 02 Mar 2002 16:50:35 +0000] rev 291
Date: Thu, 21 Feb 2002 09:18:24 +0200
From: "Mike Gorchak" <mike@malva.ua>
Subject: Re: Patches for QNX RtP again.
SDL_ph_image.c - Added OpenGL update functions - fixed some application
crashes.
Some dead code removed, reformatting some functions.
SDL_ph_image_c.h - Added OpenGL update function prototype.
SDL_ph_video.c - Added GL_GetAttribute and GL_SetAttribute functions
with next supported flags: SDL_GL_DOUBLEBUFFER,
SDL_GL_STENCIL_SIZE, SDL_GL_DEPTH_SIZE
GetWMInfo function (stub) has been implemented by me,
but not listed in device structure - fixed.
SDL_ph_wm.c - fixed warning 'no return in non-void function'.
README.QNX - Updating readme. Some spellcheck. ;-)
Sam Lantinga <slouken@libsdl.org> [Fri, 01 Mar 2002 18:24:12 +0000] rev 290
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Fri, 01 Mar 2002 18:01:16 +0000] rev 289
Fixed "short jump out of range" error in MMX code
Sam Lantinga <slouken@libsdl.org> [Thu, 28 Feb 2002 00:28:26 +0000] rev 288
Updated for Watcom C++ and LCC compilers
Sam Lantinga <slouken@libsdl.org> [Wed, 27 Feb 2002 16:15:34 +0000] rev 287
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL] [PATCH] Little cleanups for Atari port
Sam Lantinga <slouken@libsdl.org> [Tue, 26 Feb 2002 14:38:53 +0000] rev 286
Updated for DirectFB 0.9.9
Sam Lantinga <slouken@libsdl.org> [Fri, 22 Feb 2002 17:39:11 +0000] rev 285
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 21 Feb 2002 21:51:29 +0000] rev 284
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 20 Feb 2002 01:05:51 +0000] rev 283
Date: Mon, 18 Feb 2002 16:46:59 +1200
From: Julian Kinraid <jkinraid@clear.net.nz>
Subject: Patches for photon port of SDL
Hi,
A couple more patches for photon and the nto audio. Adds mouse grabbing
support, fixed cursor images, unicode keyboard events (though no unicode
data on kye release, is that a problem?), hopefully fixing some audio
lag problems, and a few other fixes.
Thanks,
Julian Kinraid
Sam Lantinga <slouken@libsdl.org> [Wed, 20 Feb 2002 01:02:33 +0000] rev 282
Fixed SDL_OPENGLBLIT with OpenGL API newer than 1.2
Sam Lantinga <slouken@libsdl.org> [Sun, 17 Feb 2002 19:54:28 +0000] rev 281
Added initial support for Atari (thanks Patrice!)
Sam Lantinga <slouken@libsdl.org> [Thu, 14 Feb 2002 21:26:42 +0000] rev 280
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 14 Feb 2002 02:15:15 +0000] rev 279
Mike Gorchak added some QNX tweaks, including OpenGL support