Commit Graph

  • 1f37d8fe78 Updated the credits for SDL 1.3 Sam Lantinga 2007-08-11 21:44:49 +00:00
  • 8a6126e90d Whoops, it's not quite that easy - fixed bug in SDL_ClearDirtyRects() Sam Lantinga 2007-08-11 21:42:36 +00:00
  • ebe7769ae3 Optimized dirty rect code Sam Lantinga 2007-08-11 21:34:08 +00:00
  • 16792e5ed3 Emphasized the separation between SDL_Surface and SDL_Texture - SDL_Surface is a system memory representation of pixel data - SDL_Texture is a video memory representation of pixel data Sam Lantinga 2007-08-11 20:54:31 +00:00
  • ecf8db2e86 indent Sam Lantinga 2007-08-11 20:46:24 +00:00
  • 4b88504be7 Don't run indent on the Xcode templates Sam Lantinga 2007-08-11 18:51:12 +00:00
  • 600b035f58 Figured out how to optimize the SDL_compat path and simplify writing framebuffer drivers Sam Lantinga 2007-08-10 16:03:35 +00:00
  • 11b7672b33 1.3 video API design chat Sam Lantinga 2007-08-07 07:08:25 +00:00
  • 25a96a4cc1 Some thoughts on 1.3 video written down Sam Lantinga 2007-08-07 06:04:27 +00:00
  • 45238ff004 changed to use SDL_realloc() Bob Pendleton 2007-07-26 17:58:17 +00:00
  • d3668d3a1d make indent Bob Pendleton 2007-07-25 21:23:28 +00:00
  • 5f14f00c25 Added gamma table support to X11. Also now supports DirectColor visuals. Bob Pendleton 2007-07-25 21:22:55 +00:00
  • 624a1851eb make indent Bob Pendleton 2007-07-24 18:46:45 +00:00
  • 686b4969d1 Switched afxres.h to winresrc.h Sam Lantinga 2007-07-23 18:46:09 +00:00
  • 3d7eee3429 Oops, meant PsuedoColor not TrueColor Bob Pendleton 2007-07-23 16:55:38 +00:00
  • 958f927c3d indent Sam Lantinga 2007-07-23 01:17:38 +00:00
  • 5a79edd04b Added support for the --depth command line option Sam Lantinga 2007-07-23 01:11:52 +00:00
  • 5c79673fa0 Fixed bug #467 Sam Lantinga 2007-07-22 13:22:47 +00:00
  • 7839797798 Unpacked project archives to get individual file history in subversion Sam Lantinga 2007-07-21 17:09:01 +00:00
  • c499cebb64 Better windres detection Sam Lantinga 2007-07-18 04:05:40 +00:00
  • 7f9e338fe8 Fixed bug #460 Sam Lantinga 2007-07-16 14:19:47 +00:00
  • 4c2ff36986 Added support for building version.rc in Windows build. Sam Lantinga 2007-07-16 03:28:48 +00:00
  • 9ab551b38c Fixed bug #428 Sam Lantinga 2007-07-16 00:08:35 +00:00
  • c498b4bf26 Merged fix for bug #457 from SDL 1.2 Sam Lantinga 2007-07-15 21:54:16 +00:00
  • 54b8c863e2 indent Sam Lantinga 2007-07-15 21:53:51 +00:00
  • 039e57b150 Merged r3292:3293 from branches/SDL-1.2: testjoystick verbose info. Ryan C. Gordon 2007-07-15 17:25:59 +00:00
  • ef4035f039 indent Sam Lantinga 2007-07-15 16:59:16 +00:00
  • c53b963473 Split acinclude.m4 into its component parts for easy updating Sam Lantinga 2007-07-15 01:51:11 +00:00
  • 8ac0a66e8f Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__. Ryan C. Gordon 2007-07-14 07:28:45 +00:00
  • dbfdef0054 Reverted r3255:3256. Don't actually need it unless the build is broken. :) Ryan C. Gordon 2007-07-14 07:05:19 +00:00
  • a587ed562a Merged r3257:3258 from branches/SDL-1.2: unused MMX variables. Ryan C. Gordon 2007-07-14 07:03:07 +00:00
  • 34c08ae1e9 Merged r3255:3256 from branches/SDL-1.2: stdlib problem with SDL_memcpy macro. Ryan C. Gordon 2007-07-14 06:46:33 +00:00
  • 04c06e94eb Use correct function Patrice Mandin 2007-07-14 00:07:37 +00:00
  • 449514cde4 Missing variable declarations Patrice Mandin 2007-07-14 00:03:04 +00:00
  • 2e5f27ad54 Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes Patrice Mandin 2007-07-13 23:58:22 +00:00
  • 8eac2e2d05 Delete old files Patrice Mandin 2007-07-13 22:55:54 +00:00
  • 1c6a373e3d Update GEM driver to new API, will have to fill the void later :) Patrice Mandin 2007-07-13 22:55:15 +00:00
  • b0096fae26 Disable video extensions atm Patrice Mandin 2007-07-13 22:52:53 +00:00
  • 13f058d4eb Missing include file Patrice Mandin 2007-07-13 22:51:42 +00:00
  • 960c1fbf71 Simplify setting window title Patrice Mandin 2007-07-13 16:11:58 +00:00
  • 3dc377941a This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is available and to keep people form having to install yet another library I have added the essential parts of Xmu in src/video/extensions/XmuStdCmap and an include file in src/video/extensions. The support makes use of standard X11 mechanisms to create color maps and make sure that an application uses the same color map for each window/visual combination. This should make it possible for gamma support to be implemented based on a single color map per application. Bob Pendleton 2007-07-12 20:00:50 +00:00
  • 08ab0f198f Merged Ryan's patch from revision 3238 in SDL 1.2 Sam Lantinga 2007-07-12 08:07:30 +00:00
  • 691d57d9df Whoops, needed to remove the other version of getlocale() Sam Lantinga 2007-07-12 07:55:18 +00:00
  • 46a6657c71 Fixed bug #455 Sam Lantinga 2007-07-12 07:52:50 +00:00
  • 62a26718be Updated version to 1.3, added testgl2 test program Sam Lantinga 2007-07-12 07:02:44 +00:00
  • be4cb77638 Yes, you need to set the pixel format before creating a context. Sam Lantinga 2007-07-12 06:59:43 +00:00
  • 49f67ffc0c Visual C++ compiler warning fixes Sam Lantinga 2007-07-12 06:53:20 +00:00
  • 45339ba922 Creating a context makes it current, per the documentation. Applied a variant of the multi-card OpenGL fix from SDL 1.2 Sam Lantinga 2007-07-12 06:31:36 +00:00
  • 55309a86d0 Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch Sam Lantinga 2007-07-12 05:32:07 +00:00
  • d92137dfe0 Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch Sam Lantinga 2007-07-12 05:31:08 +00:00
  • 0527f061ac Warn Visual C++ users if they have a stale configure generated SDL_config.h Sam Lantinga 2007-07-12 03:14:49 +00:00
  • 87e10ffe0c indent Sam Lantinga 2007-07-11 14:52:13 +00:00
  • c6f4fbead2 indent Sam Lantinga 2007-07-11 14:51:49 +00:00
  • b7712d9f7a Fixed compiling YUV code Sam Lantinga 2007-07-11 14:50:21 +00:00
  • da74dd24a7 Fixed compiling the x11 driver Sam Lantinga 2007-07-11 14:49:44 +00:00
  • d1184a5c65 Needed an autorelease pool around the NSText allocation Sam Lantinga 2007-07-11 14:44:28 +00:00
  • c74b896ae4 Added key composition support, courtesy of Kuon Sam Lantinga 2007-07-11 08:09:20 +00:00
  • 74b0ae1377 Merged r3211:3213 from branches/SDL-1.2: YUV MMX inline asm for GCC. Ryan C. Gordon 2007-07-11 07:39:01 +00:00
  • cb51385055 indent doesn't know how to handle inline asm Sam Lantinga 2007-07-11 04:47:25 +00:00
  • 5a94bdd25c Updated SVN checkout instructions Sam Lantinga 2007-07-10 20:16:35 +00:00
  • fe87971b62 Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks. Ryan C. Gordon 2007-07-10 19:06:02 +00:00
  • 892d73c061 Merged memory leak fix from SDL 1.2 Sam Lantinga 2007-07-10 16:05:50 +00:00
  • ce281a91be NAS dynamic loading is going to be have to looked at... *sigh* Sam Lantinga 2007-07-10 15:51:17 +00:00
  • d247838455 Added stubs for x11 gamma functions and enabled them in SDL_x11video.c Bob Pendleton 2007-07-10 14:44:20 +00:00
  • f1a7210ec4 Oh yeah, they're boolean values... Sam Lantinga 2007-07-10 05:29:56 +00:00
  • 4148b45eb1 Updated to use size_t instead of int for amounts of data. Sam Lantinga 2007-07-10 05:25:19 +00:00
  • dc327d9d79 Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183 Sam Lantinga 2007-07-10 05:01:22 +00:00
  • e07f3053c1 Merged part of NetBSD pkgsrc patch-aj: Sam Lantinga 2007-07-10 04:45:50 +00:00
  • e9a87fd5e2 Fixed bug #451 Sam Lantinga 2007-07-08 14:24:55 +00:00
  • 62424f5686 Fixed configure warning about datarootdir Sam Lantinga 2007-07-08 05:58:51 +00:00
  • 2d8bb10980 Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target. Ryan C. Gordon 2007-07-08 01:37:48 +00:00
  • 686d49d1ff fixed code for printing mousewheel events to match the new format of mousewheel events. Bob Pendleton 2007-07-06 15:45:28 +00:00
  • 581076f3aa Reverted mousewheel support in 1.2, since it breaks binary compatibility. Sam Lantinga 2007-07-06 13:45:10 +00:00
  • 49c02d670f Fixed bug #382 Sam Lantinga 2007-07-06 09:22:18 +00:00
  • cf2814a169 Fixed bug #436 Sam Lantinga 2007-07-05 06:35:40 +00:00
  • cad0ed9d4d Fixed bug #77 Sam Lantinga 2007-07-05 06:14:26 +00:00
  • 6948a5048a Fixed mode code under VMware running Windows 98 Sam Lantinga 2007-07-05 05:57:31 +00:00
  • e391f24db8 I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98. Sam Lantinga 2007-07-05 05:28:08 +00:00
  • df1fb188b1 Removed campatibility behavior for 1.3 Sam Lantinga 2007-07-05 04:34:48 +00:00
  • 8f93afdb30 Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy. Ryan C. Gordon 2007-07-05 02:47:54 +00:00
  • eba15b3817 Merged r3140:3141 from branches/SDL-1.2: loopwave fix. Ryan C. Gordon 2007-07-05 02:45:47 +00:00
  • 55bedc2819 Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer. Ryan C. Gordon 2007-07-05 02:30:10 +00:00
  • bdab6824fd Fix for bug #447 merged from SDL 1.2 Sam Lantinga 2007-07-04 08:01:04 +00:00
  • c123a18337 Fixed bug #349 Sam Lantinga 2007-07-04 07:08:16 +00:00
  • 803256bf09 stupid indent Sam Lantinga 2007-07-03 09:55:29 +00:00
  • ee105c10fd Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix. Ryan C. Gordon 2007-07-03 09:54:27 +00:00
  • de6e1e7bf9 Fixed assembly relocation problems, so we can check for NASM on Mac OS X. Sam Lantinga 2007-07-02 02:49:34 +00:00
  • 0878fc88cf Merged change from 1.2 to add X11 path for OpenGL detection Sam Lantinga 2007-06-30 08:11:02 +00:00
  • 8ed68c97b0 Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay for pointing it out. Ryan C. Gordon 2007-06-29 11:08:53 +00:00
  • 34f8946d43 iconv() doesn't write to the data, just make compilers happy Sam Lantinga 2007-06-28 08:35:35 +00:00
  • 9822c65fd8 Merge iconv const changes from 1.2 I'm not entirely happy with them. Maybe the right way to go is to leave SDL_iconv() taking a non-const inbuf? How often are we converting const strings anyway? Sam Lantinga 2007-06-28 06:57:08 +00:00
  • bfff23d04a Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes. Ryan C. Gordon 2007-06-27 10:17:35 +00:00
  • 71f0c038e0 Fixed previous VC6 patch. Ryan C. Gordon 2007-06-21 18:50:00 +00:00
  • 65d8a6d38f Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes. Ryan C. Gordon 2007-06-21 18:21:49 +00:00
  • 613ad2c0d5 Added a WindowID to the user event and cleaned up a little bit of formating Bob Pendleton 2007-06-20 00:01:04 +00:00
  • c02a69953d Fixes for compiling with Visual C++ 8.0 Express Edition Sam Lantinga 2007-06-19 05:53:56 +00:00
  • 2fca78dd3e Key repeat is handled by the OS, since text input is now decoupled from physical key events. Sam Lantinga 2007-06-16 15:32:04 +00:00
  • cd0c1ed3ec Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix. Ryan C. Gordon 2007-06-16 05:52:34 +00:00
  • ff37dddab2 Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support. Ryan C. Gordon 2007-06-16 05:29:28 +00:00
  • 04d6e513a9 Removed EPOC port from the 1.3 branch. Ryan C. Gordon 2007-06-15 15:54:07 +00:00