Commit graph

2564 commits

Author SHA1 Message Date
Sam Lantinga
bd1a2ca5ca Fixed bug 1387 - Patch: fix minor typos in SDL-1.2 HTML docs
bl0ckedusersoft 2012-01-20 12:14:57 PST

This patch fixes a few minor typos in the SDL-1.2 HTML docs.

--HG--
branch : SDL-1.2
2012-01-20 19:49:48 -05:00
Sam Lantinga
656e217f94 Fixed inline assembly warning for PPC
--HG--
branch : SDL-1.2
2012-01-19 01:02:03 -05:00
Sam Lantinga
336ab6d12e More gyrations trying to get SDL 1.2 to work correctly on all Mac OS X versions.
Lion gets mad if you try to set a fullscreen context linked with the new SDK and using these APIs.
We're going to try to do this smarter in 1.3, but let's just make it work.

--HG--
branch : SDL-1.2
2012-01-19 00:27:07 -05:00
Ryan C. Gordon
824fbfd32e Minor tweak (use variable instead of macro).
--HG--
branch : SDL-1.2
2012-01-18 19:23:05 -05:00
Ryan C. Gordon
51cf4a651a Quartz: minor deprecated function cleanups.
--HG--
branch : SDL-1.2
2012-01-18 19:00:38 -05:00
Ryan C. Gordon
0a7ca2e800 Quartz: Fixed fullscreen OpenGL on 10.7, when built with 10.7 SDK.
--HG--
branch : SDL-1.2
2012-01-18 19:00:03 -05:00
Ryan C. Gordon
ab7eddb38c Removed variables that current GCC builds warn on as set and never used.
--HG--
branch : SDL-1.2
2012-01-18 12:17:16 -05:00
Ryan C. Gordon
14524755f2 X11: Remove GLX_BUFFER_SIZE attribute.
This attribute is ignored if we set GLX_RGBA, which we do.

--HG--
branch : SDL-1.2
2012-01-18 03:36:47 -05:00
Ryan C. Gordon
2ba6225516 Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 added.
Fixes Bugzilla #1376.

--HG--
branch : SDL-1.2
2012-01-18 03:03:23 -05:00
Ryan C. Gordon
563b7346c8 Quartz: Fix mouse warping freezing for 250+ milliseconds.
Fixes Bugzilla #1375.

Thanks to Jeremiah Morris for the patch!

--HG--
branch : SDL-1.2
2012-01-16 14:27:47 -05:00
Sam Lantinga
c73d11f2a4 Check for sem_timedwait(), which isn't available on some systems (including OpenBSD)
--HG--
branch : SDL-1.2
2012-01-15 03:13:08 -05:00
Sam Lantinga
bfb8d709a7 Switched compatibility version to 1 since the ABI is compatible with previous versions
--HG--
branch : SDL-1.2
2012-01-14 02:22:40 -05:00
Sam Lantinga
c5dfc3ea64 Fixed typo in mask comparison
Bl0ckeduser

I downloaded the SDL 1.2.15 prerelease and compiled it (under Mac OS
Classic). All the tests worked without issues, but the compiler gave
this warning [formatting edited for email format]:

    } else if ( vf->Rmask == 0xFF00 && (vf->Bmask = 0xFF000000) ) {

":src:video:SDL_video.c"; line 990 #Warning 2: possible unintended assignment

I discussed this with another programmer and we came to the conclusion
that this is probably a typo.

I have checked the latest mercurial sources, and the possible typo is
still there.

Bl0ckeduser

--HG--
branch : SDL-1.2
2012-01-10 22:52:17 -05:00
Patrice Mandin
f2adec4ba6 Add and use SuperToUser macro to handle super->user mode switch
--HG--
branch : SDL-1.2
2012-01-10 21:12:45 +01:00
Sam Lantinga
f3f97f0e87 Fixed structure alignment mismatch between Visual Studio and gcc on 64-bit architectures.
--HG--
branch : SDL-1.2
2012-01-09 07:06:36 -05:00
Sam Lantinga
ae0479f7a6 Fixed import library location
--HG--
branch : SDL-1.2
2012-01-09 04:36:57 -05:00
Sam Lantinga
731b944bab Fixed output directories for win32/x64 platform output
--HG--
branch : SDL-1.2
2012-01-09 04:07:05 -05:00
Sam Lantinga
d71eb552ab Updated Xcode project
--HG--
branch : SDL-1.2
2012-01-08 14:45:19 -05:00
Sam Lantinga
d3cee5e03b Fixed bug 1364 - Fullscreen OpenGL fails in OS 10.7 if deployment target is less than 10.7
amaranth72@gmail.com 2012-01-07 01:28:40 PST
Using the latest Hg tip of SDL 1.2, SDL_SetVideoMode will fail with the
SDL_OPENGL and SDL_FULLSCREEN flags set if the computer is running Lion and the
build deployment target version is lower than 10.7.

The issue seems to be at line 840 of SDL_QuartzVideo.m, where it checks if the
minimum required version is less than 10.7. If that condition is true, then it
uses the pre-Lion fullscreen method, even though the condition doesn't seem to
say anything about whether the computer is currently running Lion or not.

I tried doing this inside the #if conditional check (pseudocode): if (isLion) {
do new Lion stuff } else { do old stuff } , and that seemed to work fine. An
"invalid fullscreen drawable" warning was still around even though fullscreen
worked with the new addition, but I think that's because Lion wants SDL to add
a new Spaces thing when it goes fullscreen.

--HG--
branch : SDL-1.2
2012-01-07 13:52:10 -05:00
Sam Lantinga
7193f7f024 Fixed C99 correctness and signed/unsigned compiler warning
--HG--
branch : SDL-1.2
2012-01-07 02:07:38 -05:00
Marco Trevisan (Treviño)
cf850cf66b X11: Added support to _NET_WM_PID and WM_CLIENT_MACHINE atoms
Add support to the _NET_WM_PID atom which is needed by many windows
managers to correctly associate a SDL window to its process and to
related .desktop file and icon for the given host.

--HG--
branch : SDL-1.2
2011-06-28 22:26:47 +02:00
Sam Lantinga
660eea303e Fixed bug 1363 - SDL 1.2 hg does not compile against the 10.5 SDK
Alexei Svitkine 2012-01-05 15:55:47 PST
Open SDL.xcodeproject and change SDK to 10.5 and try to build. It will fail.

There are two errors:

1. Incorrect SDK version check in src/cdrom/macosx/AudioFilePlayer.h, which
redefines FSIORefNum. FSIORefNum is actually defined in the 10.5 SDK, but not
in the 10.4 one.

2. Code in SDL_QuartzVideo.m that tries to access NSScreen's private _frame
ivar, which fails to link on 64-bit. See:
https://www.google.com/?q=%22_OBJC_IVAR_%24_NSScreen._frame%22

Attached patch fixes both of these problems.

--HG--
branch : SDL-1.2
2012-01-05 19:19:58 -05:00
Ryan C. Gordon
47e574b123 Quartz: Restore 1.2.14 behaviour of letting apps draw from background thread.
Strictly speaking, this isn't encouraged, but it's a regression.

--HG--
branch : SDL-1.2
extra : rebase_source : a75c40b16b7f8f83ef36a66114de1e27e2435eb3
2012-01-02 21:25:34 -08:00
Sam Lantinga
548fbf5264 Updated to Visual Studio 2008
--HG--
branch : SDL-1.2
2012-01-03 01:41:17 -05:00
Sam Lantinga
54c3cafb61 Minor project cleanup
--HG--
branch : SDL-1.2
2012-01-03 01:41:00 -05:00
Ryan C. Gordon
8374fbc07f PulseAudio: Fixed infinite loop, due to iteration variable not incrementing.
Fixes Bugzilla #1283.

--HG--
branch : SDL-1.2
2012-01-02 18:15:07 -08:00
Ryan C. Gordon
63415c6560 Use arts_suspend() in a loop to wait for arts to become ready.
Fixes Bugzilla #372.

Thanks to Patrice Mandin for the patch!

--HG--
branch : SDL-1.2
2012-01-02 15:07:26 -05:00
Ryan C. Gordon
b0602ed508 Throw around some QZ_UpdateCursor() calls to fix wrongly-shown system cursor.
Fixes Bugzilla #1339.

--HG--
branch : SDL-1.2
extra : rebase_source : ff6077e892fb7da1f562bc3ec8b984888611a3d9
2012-01-01 20:45:31 -05:00
Sam Lantinga
93bdd6e1ee Switched to @rpath for the install path and switched minimum OS to 10.5
Used otool -L /usr/local/lib/libSDL-1.2.0.dylib to figure out what the library versions should be.

--HG--
branch : SDL-1.2
2012-01-02 00:48:56 -05:00
Sam Lantinga
15d75f700c Updated project for release
--HG--
branch : SDL-1.2
2012-01-01 21:57:50 -05:00
Sam Lantinga
db95c03409 Need to define this if we're targeting deployment on 10.4
--HG--
branch : SDL-1.2
2012-01-01 21:47:07 -05:00
Sam Lantinga
a76bd7b1c5 Fixed bug 1337 - joystick crash due to heap corruption with btnx
--HG--
branch : SDL-1.2
2012-01-01 16:55:06 -05:00
Sam Lantinga
9b679bb500 -lmingw32 is necessary in the link line before -lSDLmain, otherwise WinMain in libSDLmain.a won't get linked in
If this happens you'll get "undefined reference to `_WinMain@16'" when trying to link applications that use SDL.

--HG--
branch : SDL-1.2
2012-01-01 11:18:03 -05:00
Sam Lantinga
32364d8be3 Added the SDL pkg-config file to the fat build
--HG--
branch : SDL-1.2
2011-12-31 18:04:17 -05:00
Sam Lantinga
ce78d77719 Updated the fat build for the new libtool libSDLmain.a
--HG--
branch : SDL-1.2
2011-12-31 17:36:14 -05:00
Sam Lantinga
65ae5e61e0 Happy New Year!
--HG--
branch : SDL-1.2
2011-12-31 09:16:08 -05:00
Ryan C. Gordon
3e8d49976f Disable attempt at saving the Cocoa GL context for now.
--HG--
branch : SDL-1.2
2011-12-30 16:28:41 -05:00
Ryan C. Gordon
ce780575a1 Fixed incorrect macro in fullscreen code.
Fixes OpenGL not rendering on pre-10.7 Mac OS X when built with the 10.7 SDK.

--HG--
branch : SDL-1.2
extra : rebase_source : 4d0a3d722217014a0f9d169846fc5db808577b5a
2011-12-02 16:10:55 -05:00
Sam Lantinga
35c76699b1 It's worth noting the XRandR change in the release notes.
--HG--
branch : SDL-1.2
2011-12-30 14:43:57 -05:00
Sam Lantinga
bfb41f24e0 Fixed bug 1058 - SDL: erroneously uses xrandr-style mode switching
Jan Engelhardt 2010-09-23 17:02:37 PDT
Problem:

SDL-1.2.14.

When SDL switches to fullscreen 640x480 - for example, because the game is
configured to run in such resolution - or back, it changes the desktop size too
by means of xrandr or something along the lines of that.

Actual results:

Windows on my desktop are reordered, which is usually a result of the WM being
forced to do so because the desktop size (virtualsize) changed.

Resolution switching also takes significantly longer than it did before — this
is another sign that it switches desktop size (too), not just resolution.

First the screen goes black-with-backlight and after roughly 500ms, the TFT
screen finally gets the new 640x480 mode signal (I use VGA), which is evidenced
by the backlight going briefly off.

Expected results:

Previous behavior. In other worsd, leave desktop size as-is (and subsequently
keep my windows where they are) and _only_ change the resolution. The old
switching style is also way faster in that there is no black-with-backlight
delay.

Additional information:

Overriding the system SDL 1.2.14 libraries and using LD_LIBRARY_PATH to point
to SDL-1.2.13 libraries brings back the desired behavior.

hg bisecting...
The first bad revision is:
changeset:   4313:8ec3036098df
branch:      SDL-1.2
user:        Sam Lantinga <slouken@libsdl.org>
date:        Sat Oct 10 10:14:01 2009 +0000
summary:     Adapted from Debian patch: 320_activate_xrandr_on_default.diff

I am aware of the existence of the SDL_VIDEO_X11_XRANDR environment variable,
but that only looks like a temporary workaround to me.

--HG--
branch : SDL-1.2
2011-12-30 14:37:50 -05:00
Sam Lantinga
4892d485c2 Fixed bug 938 - SDL fails to link in mingw+msys+libtool
Carlo Bramini 2010-01-27 10:06:17 PST
When building third party software powered by libtool (like xine-lib and
several others) under Mingw+MSys, libSDL fails to link.
I got this message when building SDL video out component of xine-lib:

*** Warning: linker path does not have real file for library -lmingw32.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libmingw32 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /mingw/lib/libmingw32.a

Apparently there is no need to manually add -lmingw32 for making libSDL
working.
If this flag is removed, everything is built without troubles.
If it has been added for fixing a cross-compiler, perhaps if would be a better
idea to adjust its SPECS file in the same manner it has been done in the true
one used by mingw on Windows (I'm just guessing why it exists here).

There is also another message received on the console:

*** Warning: linker path does not have real file for library -lSDLmain.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libSDLmain and none of the candidates passed a file format test
*** using a file magic. Last file checked: /mingw/lib/libSDLmain.a

This message, like previous one, is caused by -no-undefined flag sent to
libtool when building shared libraries.
Actually adding an .la file with its dependencies solves the troubles, so I
believe it would be better to create it too in the build process of libSDL.

--HG--
branch : SDL-1.2
2011-12-30 14:14:45 -05:00
Sam Lantinga
9a3ad35311 Fixed bug 1082 - Crash on startup when using empty command-line argument.
yrizoud@gmail.com 2010-12-01 07:34:48 PST
Run a SDL program with "" as one of the command-line arguments: crash on
startup.

Program received signal SIGSEGV, Segmentation fault.
0x0047b2ea in ParseCommandLine (cmdline=<value optimized out>, argv=0x0)
    at ./src/main/win32/SDL_win32_main.c:100
100 while ( *bufp && ( *bufp != '"' || *lastp == '\\' ) ) {
(gdb) bt
#0  0x0047b2ea in ParseCommandLine (cmdline=<value optimized out>, argv=0x0)
    at ./src/main/win32/SDL_win32_main.c:100
#1  0x0047b5bb in WinMain@16 (hInst=0x400000, hPrev=0x0,
    szCmdLine=0x81c530e0 "a \"\" b", sw=10)
    at ./src/main/win32/SDL_win32_main.c:374
#2  0x0047af28 in main ()

---

The problem is that on Windows when you make a shortcut, and want it to accept
drag-and-dropped files, the good way to make it work work with files that have
spaces in their names or paths is make this argument "%1" (with the surrounding
quotes). But then when you run it without dropping a file into it, it's
resolved as "", and triggers this bug.

--HG--
branch : SDL-1.2
2011-12-30 06:54:58 -05:00
Sam Lantinga
a83766faae Initialize timers first so the tick counter is valid by the time the audio and video systems initialize.
--HG--
branch : SDL-1.2
2011-12-30 06:41:12 -05:00
Sam Lantinga
672dd12b3e Fixed bug 1309 - Don't grab focus during ResizeWindow on Win32 when SDL window is reparented
burkheart@yahoo.com 2011-09-24 07:42:49 PDT
When reparenting the SDL Window in a Win32 window (using SetParent) then
stealing the focus during resizing from the parent window is causing problems.

Assume you are dragging a corner of the parent window and consequently the
parent window is sending resize events to the SDL child window. The SDL child
window will eventually call DIB_ResizeWindow which has a call to
SetForegroundWindow and is stealing the focus from the parent window. The
switch in focus stops the resizing dragging process in the parent window.
Basically making it nearly impossible to resize the parent window by dragging
along the edges and corners.

Solution, add a condition to avoid this when reparenting:
if (GetParent(SDL_Window) == NULL) SetForegroundWindow(SDL_Window);

--HG--
branch : SDL-1.2
2011-12-30 06:29:06 -05:00
Sam Lantinga
cfb29ab5ac Fixed bug 875 - Title bar unresponsive after video mode change
Gabriel Gambetta 2009-11-04 04:51:46 PST
If you change the video mode while holding the mouse button down, and then
click on the window, you can't move the mouse pointer over the title bar or the
close window button.

It turns out WinMessage in SDL_Sysevents.c is using a static int mouse_pressed
to keep track of whether it should call SetCapture() and ReleaseCapture().
Since it's static and initialized only once, it isn't cleared when the video
mode changed, so there's a kind of one-off error and SetCapture() and
ReleaseCapture() aren't being called when they should.

Here's a patch - I just made that int accessible from the outside and reset it
to 0 in SDL_SetVideoMode, wrapped in #ifdef WIN32. Suggestions on how to make
this more elegant are welcome.

--HG--
branch : SDL-1.2
2011-12-30 06:22:59 -05:00
Sam Lantinga
beb25ac5b2 Fixed bug 907 - SDL window restore SDL_VIDEORESIZE event issue...
cjj_009@yahoo.com 2009-12-14 20:32:35 PST

I've been working on an SDL/OpenGL program, that among other things, must deal
with resizing events in order to adjust the aspect ratio.
It doesn't always seem to get the SDL_VIDEORESIZE event when it should, causing
the aspect ratio to not be adjusted as needed.

I've run it in debug mode and made these observations:
*When it initially starts up, if I maximize the window, it receives the
SDL_VIDEORESIZE event as needed.
*If, after starting up the the application and maximizing the window, I then
restore the window by double clicking the title bar, it does NOT receive the
SDL_VIDEORESIZE event.
*I can repeat the last two steps, and it will get continue to get the
SDL_VIDEORESIZE on the maximize but not get one on the restore.
*If I then do a slight adjustment to the width or height of the window, it will
get the SDL_VIDEORESIZE event.
*From then on, if I do restore operations to the window, the SDL_VIDEORESIZE
event will be caught properly.

See http://forums.libsdl.org/viewtopic.php?t=5291 for additional information.

vgvgf 2010-03-28 15:15:16 PDT
Proposed patch for SDL_resize.c

The width and height values stored in SDL_VideoSurface are the sizes of the
video surface when it was created. So, when the window is rezised back to its
creation size, the following condition will make the SDL_PrivateResize function
stop, and the video resize msg won't be queued.
if ( ! SDL_VideoSurface ||
     ((w == SDL_VideoSurface->w) && (h == SDL_VideoSurface->h)) ) {
    return(0);
}

Sam Lantinga 2011-12-30 02:59:51 PST
I'm okay with applying this patch, but be aware that the expected response to a
resize message is that you call SDL_SetVideoMode() again with the new mode.
This signals SDL that you're expecting the new size, and there may be other
problems if you don't do this.

--HG--
branch : SDL-1.2
2011-12-30 06:01:09 -05:00
Ryan C. Gordon
0e87d27063 Added some sanity checks to prevent buffer overflows.
Fixes Bugzilla #1074. (I think.)

--HG--
branch : SDL-1.2
2011-12-30 04:04:34 -05:00
Ryan C. Gordon
bce68dee37 Fixed compiler warning for unused variable.
--HG--
branch : SDL-1.2
2011-12-30 04:03:31 -05:00
Ryan C. Gordon
b4d751aee0 Fixes for setting custom cursor in quartz target.
This fixes a logic error, and allows setting the cursor from off the main
 thread, which isn't strictly a good idea, but previous versions of SDL on
 Mac OS X apparently allowed it, so we'll make the effort here.

Fixes Bugzilla #1355.

Thanks to Alexei Svitkine for the patch!

--HG--
branch : SDL-1.2
2011-12-30 03:18:26 -05:00
Sam Lantinga
e8058ecfa6 Added release notes for SDL 1.2.15
--HG--
branch : SDL-1.2
2011-12-29 12:21:49 -05:00