Sam Lantinga <slouken@libsdl.org> [Sat, 14 Jul 2007 08:27:06 +0000] rev 4066
More improvements for bug #373
Show the SDL cursor in the window and the arrow cursor outside the window.
This is also supposed to show the SDL cursor when activated, but that code
isn't working yet...
Sam Lantinga <slouken@libsdl.org> [Sat, 14 Jul 2007 08:00:50 +0000] rev 4065
Fixed bug #373
Patch contributed from Transgaming's Cider project
- create a window and view in fullscreen mode so the cursor can be set
Ryan C. Gordon <icculus@icculus.org> [Sat, 14 Jul 2007 07:26:34 +0000] rev 4064
Mac OS X/x86 won't build the MMX/YUV inline assembly without optimizations
enabled (not enough registers), so for now, we only build it if we see
the __OPTIMIZE__ #define, which GCC provides when you build at -O1 or higher.
Ryan C. Gordon <icculus@icculus.org> [Sat, 14 Jul 2007 07:06:46 +0000] rev 4063
Reverted r3255:3256. Don't actually need it unless the build is broken. :)
Ryan C. Gordon <icculus@icculus.org> [Sat, 14 Jul 2007 07:01:38 +0000] rev 4062
Removed some unused static variables.
Ryan C. Gordon <icculus@icculus.org> [Sat, 14 Jul 2007 06:45:01 +0000] rev 4061
Mac OS X thinks we want a function call to SDL_memcpy() and not memcpy() here,
thanks to macro replacement issues.
Patrice Mandin <patmandin@gmail.com> [Fri, 13 Jul 2007 18:44:43 +0000] rev 4060
Call GEM_CheckMouseMode everytime something may change mouse form, and do it properly
Patrice Mandin <patmandin@gmail.com> [Fri, 13 Jul 2007 16:09:16 +0000] rev 4059
Simplify setting window title
Sam Lantinga <slouken@libsdl.org> [Fri, 13 Jul 2007 03:57:40 +0000] rev 4058
Update default cross-compile install prefix for the latest mingw toolchain
Patrice Mandin <patmandin@gmail.com> [Thu, 12 Jul 2007 19:00:08 +0000] rev 4057
Formatting with tabs