Commit Graph

11015 Commits

Author SHA1 Message Date
Sam Lantinga
cb51385055 indent doesn't know how to handle inline asm 2007-07-11 04:47:25 +00:00
Sam Lantinga
5a94bdd25c Updated SVN checkout instructions 2007-07-10 20:16:35 +00:00
Ryan C. Gordon
fe87971b62 Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks. 2007-07-10 19:06:02 +00:00
Sam Lantinga
892d73c061 Merged memory leak fix from SDL 1.2 2007-07-10 16:05:50 +00:00
Sam Lantinga
ce281a91be NAS dynamic loading is going to be have to looked at... *sigh* 2007-07-10 15:51:17 +00:00
Bob Pendleton
d247838455 Added stubs for x11 gamma functions and enabled them in SDL_x11video.c 2007-07-10 14:44:20 +00:00
Sam Lantinga
f1a7210ec4 Oh yeah, they're boolean values... 2007-07-10 05:29:56 +00:00
Sam Lantinga
4148b45eb1 Updated to use size_t instead of int for amounts of data. 2007-07-10 05:25:19 +00:00
Sam Lantinga
dc327d9d79 Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183 2007-07-10 05:01:22 +00:00
Sam Lantinga
e07f3053c1 Merged part of NetBSD pkgsrc patch-aj:
chunk 2:
-L/usr/lib is unnecessary

chunk 3:
Better DragonFly support.
2007-07-10 04:45:50 +00:00
Sam Lantinga
e9a87fd5e2 Fixed bug #451
SDL_memset4 copies a 32-bit value, not an 8-bit value.
2007-07-08 14:24:55 +00:00
Sam Lantinga
62424f5686 Fixed configure warning about datarootdir 2007-07-08 05:58:51 +00:00
Ryan C. Gordon
2d8bb10980 Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target. 2007-07-08 01:37:48 +00:00
Bob Pendleton
686d49d1ff fixed code for printing mousewheel events to match the new format of mousewheel events. 2007-07-06 15:45:28 +00:00
Sam Lantinga
581076f3aa Reverted mousewheel support in 1.2, since it breaks binary compatibility. 2007-07-06 13:45:10 +00:00
Sam Lantinga
49c02d670f Fixed bug #382
Added horizontal scrolling support
2007-07-06 09:22:18 +00:00
Sam Lantinga
cf2814a169 Fixed bug #436
The install-lib target should depend on the libraries that are built.
2007-07-05 06:35:40 +00:00
Sam Lantinga
cad0ed9d4d Fixed bug #77
If the ARB pixel format selection fails, use a version of ChoosePixelFormat() that doesn't return a less capable format than was requested.
2007-07-05 06:14:26 +00:00
Sam Lantinga
6948a5048a Fixed mode code under VMware running Windows 98 2007-07-05 05:57:31 +00:00
Sam Lantinga
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. 2007-07-05 05:28:08 +00:00
Sam Lantinga
df1fb188b1 Removed campatibility behavior for 1.3 2007-07-05 04:34:48 +00:00
Ryan C. Gordon
8f93afdb30 Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy. 2007-07-05 02:47:54 +00:00
Ryan C. Gordon
eba15b3817 Merged r3140:3141 from branches/SDL-1.2: loopwave fix. 2007-07-05 02:45:47 +00:00
Ryan C. Gordon
55bedc2819 Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.
(This already had a concession for devices opened via the 1.2 entry points,
 I've changed it to respect the environment variable and do it for all devices
 now.)
2007-07-05 02:30:10 +00:00
Sam Lantinga
bdab6824fd Fix for bug #447 merged from SDL 1.2 2007-07-04 08:01:04 +00:00
Sam Lantinga
c123a18337 Fixed bug #349
Solaris doesn't support the LATIN1 character set alias.

Merged from 1.2 svn revision 3133f
2007-07-04 07:08:16 +00:00
Sam Lantinga
803256bf09 stupid indent 2007-07-03 09:55:29 +00:00
Ryan C. Gordon
ee105c10fd Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix. 2007-07-03 09:54:27 +00:00
Sam Lantinga
de6e1e7bf9 Fixed assembly relocation problems, so we can check for NASM on Mac OS X. 2007-07-02 02:49:34 +00:00
Sam Lantinga
0878fc88cf Merged change from 1.2 to add X11 path for OpenGL detection 2007-06-30 08:11:02 +00:00
Ryan C. Gordon
8ed68c97b0 Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
for pointing it out.
2007-06-29 11:08:53 +00:00
Sam Lantinga
34f8946d43 iconv() doesn't write to the data, just make compilers happy 2007-06-28 08:35:35 +00:00
Sam Lantinga
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?
2007-06-28 06:57:08 +00:00
Ryan C. Gordon
bfff23d04a Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes. 2007-06-27 10:17:35 +00:00
Ryan C. Gordon
71f0c038e0 Fixed previous VC6 patch. 2007-06-21 18:50:00 +00:00
Ryan C. Gordon
65d8a6d38f Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes. 2007-06-21 18:21:49 +00:00
Bob Pendleton
613ad2c0d5 Added a WindowID to the user event and cleaned up a little bit of formating 2007-06-20 00:01:04 +00:00
Sam Lantinga
c02a69953d Fixes for compiling with Visual C++ 8.0 Express Edition 2007-06-19 05:53:56 +00:00
Sam Lantinga
2fca78dd3e Key repeat is handled by the OS, since text input is now decoupled from physical key events. 2007-06-16 15:32:04 +00:00
Ryan C. Gordon
cd0c1ed3ec Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix. 2007-06-16 05:52:34 +00:00
Ryan C. Gordon
ff37dddab2 Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support. 2007-06-16 05:29:28 +00:00
Ryan C. Gordon
04d6e513a9 Removed EPOC port from the 1.3 branch. 2007-06-15 15:54:07 +00:00
Ryan C. Gordon
394fca4f26 Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header. 2007-06-15 12:27:43 +00:00
Ryan C. Gordon
89a9ae7053 Subversion should ignore sdl.pc ... 2007-06-15 10:44:14 +00:00
Ryan C. Gordon
43feb9f42f Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define. 2007-06-15 07:21:01 +00:00
Sam Lantinga
f7f5234589 Don't install the extra SDL config headers or SDL_copying.h
Fixes Bugzilla #361.
2007-06-15 05:43:05 +00:00
Ryan C. Gordon
f9c61022d2 Reworked r3067:3068 from branches/SDL-1.2: arts unavailable hardware bug fix. 2007-06-14 14:22:54 +00:00
Sam Lantinga
b6ab6bf6d5 make indent 2007-06-14 13:21:29 +00:00
Sam Lantinga
4c81f8c5cc Fixed running on Windows under VMware 2007-06-14 06:32:36 +00:00
Ryan C. Gordon
9f28051f78 Merged r3062:3063 from branches/SDL-1.2: clear inaccurate x11dyn error strings. 2007-06-13 08:02:43 +00:00