SDL/src/video
Ryan C. Gordon b3d0bc9780 Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for
error return code too.

--HG--
branch : SDL-1.2
2007-07-08 01:35:50 +00:00
..
aalib Fixed bug #175 2006-03-23 21:39:58 +00:00
ataricommon Factorize keyboard mapping between drivers 2006-09-13 21:18:35 +00:00
bwindow Use GL direct updates when possible 2007-07-07 19:22:27 +00:00
dc Fixed bug #175 2006-03-23 21:39:58 +00:00
dga Removed unused variable 2006-05-10 06:07:47 +00:00
directfb Patch to allow DirectFB target to report a correct screen size. 2007-06-04 11:15:58 +00:00
dummy Fixed bug #175 2006-03-23 21:39:58 +00:00
fbcon Fixed 64-bit compile issues 2007-06-30 03:47:50 +00:00
gapi Fix of HBITMAP leak in GAPI driver by Dmitry Yakimov. 2006-12-11 19:51:19 +00:00
gem Allow creation of window bigger than visible size 2007-05-27 08:53:48 +00:00
ggi Removed unused variable with undefined type. Fixes Bugzilla #234. 2006-05-21 02:50:05 +00:00
ipod Fixed bug #175 2006-03-23 21:39:58 +00:00
maccommon Support for Gamma Ramps on Mac OS Classic in both the macrom and macdsp video 2007-06-15 06:29:52 +00:00
macdsp Support for Gamma Ramps on Mac OS Classic in both the macrom and macdsp video 2007-06-15 06:29:52 +00:00
macrom Support for Gamma Ramps on Mac OS Classic in both the macrom and macdsp video 2007-06-15 06:29:52 +00:00
nanox Fixed bug #175 2006-03-23 21:39:58 +00:00
nds Oops, 512x512 in 16 bit mode 2007-06-25 14:58:22 +00:00
os2fslib Fixed bug #175 2006-03-23 21:39:58 +00:00
photon More general fix for bug #189 2006-04-17 06:47:23 +00:00
picogui Fixed bug #175 2006-03-23 21:39:58 +00:00
ps2gs Fixed compiling GS YUV conversion code 2006-05-16 06:53:27 +00:00
qtopia Patched to compile. Fixes Bugzilla #285. 2006-07-24 23:29:01 +00:00
quartz Reverted mousewheel support in 1.2, since it breaks binary compatibility. 2007-07-06 13:39:03 +00:00
riscos Fixed bug #175 2006-03-23 21:39:58 +00:00
svga Fixed bug #175 2006-03-23 21:39:58 +00:00
symbian Minor updates to the Symbian/S60 port, plus project files that weren't 2007-07-05 04:51:09 +00:00
vgl Fixed bug #175 2006-03-23 21:39:58 +00:00
wincommon Reverted mousewheel support in 1.2, since it breaks binary compatibility. 2007-07-06 13:39:03 +00:00
windib Fixed bug #335 2007-07-03 09:05:51 +00:00
windx5 Fixed bug #335 2007-07-03 09:05:51 +00:00
wscons Fixed bug #175 2006-03-23 21:39:58 +00:00
x11 Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for 2007-07-08 01:35:50 +00:00
xbios Disable TurboVeille screensaver if present 2007-01-11 20:33:13 +00:00
Xext Closing minor memory leak in XME code. 2006-10-29 02:46:42 +00:00
blank_cursor.h Updated copyright information and removed rcs id lines (problematic in branch merges) 2006-02-01 06:32:25 +00:00
default_cursor.h Updated copyright information and removed rcs id lines (problematic in branch merges) 2006-02-01 06:32:25 +00:00
e_log.h It's now possible to build SDL without any C runtime at all on Windows, 2006-02-06 08:28:51 +00:00
e_pow.h Updated MacOS Classic MPW build 2006-02-24 09:57:14 +00:00
e_sqrt.h Updated MacOS Classic MPW build 2006-02-24 09:57:14 +00:00
math_private.h Updated MacOS Classic MPW build 2006-02-24 09:57:14 +00:00
mmx.h It's now possible to build SDL without any C runtime at all on Windows, 2006-02-06 08:28:51 +00:00
SDL_blit_1.c Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_blit_0.c Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_blit_A.c Fixes for Visual C++ 6.0 with and without the Processor Pack. 2007-06-21 18:20:59 +00:00
SDL_blit_N.c Fixed bug #220 2006-05-09 15:09:47 +00:00
SDL_blit.c Patched to compile on BeOS and old, old GCC releases. 2007-02-05 06:44:51 +00:00
SDL_blit.h Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) 2007-06-25 00:50:20 +00:00
SDL_bmp.c Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_cursor_c.h Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_cursor.c Check video driver mouse cursor pointers before using them 2006-11-19 14:07:32 +00:00
SDL_gamma.c Date: Fri, 9 Jun 2006 11:35:23 +0300 2006-06-20 06:50:42 +00:00
SDL_glfuncs.h Merged useful fixes from 1.3 branch 2006-02-01 08:17:54 +00:00
SDL_leaks.h Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_pixels_c.h Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_pixels.c Const correctness patch for SDL_MapRGB and SDL_MapRGBA. 2007-04-04 09:40:40 +00:00
SDL_RLEaccel_c.h Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_RLEaccel.c Fixed a bunch of 64-bit compatibility problems 2006-03-01 09:43:47 +00:00
SDL_stretch_c.h Use consistent identifiers for the various platforms we support. 2006-02-21 08:46:50 +00:00
SDL_stretch.c Fixed uninitialized variable warnings 2006-05-17 15:08:46 +00:00
SDL_surface.c Fixed a bunch of 64-bit compatibility problems 2006-03-01 09:43:47 +00:00
SDL_sysvideo.h Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) 2007-06-25 00:50:20 +00:00
SDL_video.c Fixed bug #398 2007-07-03 09:39:09 +00:00
SDL_yuv_mmx.c FIXME: 2006-02-21 22:12:55 +00:00
SDL_yuv_sw_c.h More general fix for bug #189 2006-04-17 06:47:23 +00:00
SDL_yuv_sw.c Added a note so I remember what the heck I was doing later. :) 2006-04-17 07:03:13 +00:00
SDL_yuv.c More general fix for bug #189 2006-04-17 06:47:23 +00:00
SDL_yuvfuncs.h More general fix for bug #189 2006-04-17 06:47:23 +00:00