Sam Lantinga
f8e47b7402
Updated Xcode project files for clipboard API
...
Fixed generation of SDL_revision.h when hg is in the path set up in .bash_profile
2010-07-08 06:16:27 -07:00
Sam Lantinga
ca5e2aca83
Added Windows clipboard support
2010-07-08 05:43:34 -07:00
Sam Lantinga
01e31dbb30
Added Mac OS X implementation of clipboard support
2010-07-08 00:35:58 -07:00
Sam Lantinga
fe0b80fa05
I missed the Objective C files when updating the copyright date...
2010-07-08 00:03:39 -07:00
Sam Lantinga
4ceea8d275
Added simple clipboard test
2010-07-08 00:00:07 -07:00
Sam Lantinga
8697bbff30
Need to add new headers to Makefile.in
2010-07-07 23:59:20 -07:00
Sam Lantinga
e4fe1bb40f
Simplified clipboard API for sanity's sake.
...
A complete clipboard implementation would support multiple formats that could be queried at runtime, events for when the clipboard contents changed, support for HTML, images, etc. We're not going that crazy, at least for now. :)
2010-07-07 23:54:03 -07:00
Sam Lantinga
2612b4c651
Whoops, updated the copyright date
2010-07-07 23:26:07 -07:00
Sam Lantinga
261b8d8865
First pass at clipboard API, still very much in progress
2010-07-07 23:24:04 -07:00
Sam Lantinga
a517ddf4a5
Added SDL_FOURCC()
2010-07-07 21:36:09 -07:00
Sam Lantinga
46bbcfe087
Turn on blending if we're converting from a surface with colorkey enabled
2010-07-07 21:35:44 -07:00
Sam Lantinga
e983e5bb65
Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
...
Updated iPhone demos (which build and run again)
2010-07-07 18:58:51 -07:00
Sam Lantinga
a7b73120cb
The arguments to main() should be NULL terminated (SuS v3 compliant)
2010-07-06 22:26:03 -07:00
Sam Lantinga
c216be7072
Re-implemented single mouse touches on the iPhone/iPad
2010-07-06 22:08:19 -07:00
Sam Lantinga
2be0429676
Removed obsolete header file
2010-07-06 10:58:23 -07:00
Sam Lantinga
221b03a7cd
Fixed fullscreen window position
...
Fixed position calculation for centered windows
2010-07-06 08:22:36 -07:00
Sam Lantinga
77b65aa14a
Merged changes from default
2010-07-05 22:48:35 -07:00
Sam Lantinga
a4b79afc6a
Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
...
Fixed a bug where only mouse wheel up was sent on Mac OS X
Fixed a bug where mouse window focus was getting hosed by the fullscreen mouse code on Mac OS X
2010-07-05 22:48:13 -07:00
Sam Lantinga
a2dd563d6c
Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.
2010-07-05 22:45:45 -07:00
Sam Lantinga
f6b92912cd
Fixed usage message - it shouldn't have a printf format specifier
2010-07-05 22:45:15 -07:00
Sam Lantinga
f37a98447c
Removed SDL.lib and SDLmain.lib from the projects since the dependencies are set up properly.
2010-07-05 18:18:25 -07:00
Sam Lantinga
acc9de6fd9
Added dependencies on SDL.lib and SDLmain.lib to the test programs
2010-07-05 17:14:37 -07:00
Sam Lantinga
6931049bd6
Split out the Visual C++ 2005 and 2008 projects explicitly.
...
Added the test programs to the Visual C++ 2008 project.
2010-07-05 17:10:34 -07:00
Sam Lantinga
671e388a00
Fixed revision type for SDL 1.3
2010-07-05 13:10:47 -07:00
Sam Lantinga
ee344feef6
Added missing file to the automated test project
2010-07-05 13:10:31 -07:00
Sam Lantinga
283fbbba2b
Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
2010-07-05 12:41:28 -07:00
Sam Lantinga
280d468210
Fixed compile warning with latest mingw32 compiler
2010-07-05 12:32:44 -07:00
Sam Lantinga
672bd0bbc6
Typo in documentation
2010-06-27 23:17:36 -07:00
Sam Lantinga
fe6051e551
Removed one more use of ()
2010-06-26 08:58:06 -07:00
Sam Lantinga
b90f3fea9c
Mostly cleaned up warnings with -Wmissing-prototypes
2010-06-26 08:56:48 -07:00
Sam Lantinga
d89ec9302c
Hello Sam.
...
I did fix/update the SDL 1.3 pandora port today ( 11 june 2010 ) and you can find the "hg diff" attached :)
David Carré ( Cpasjuste )
2010-06-17 22:23:20 -07:00
Sam Lantinga
3b8277d35f
Fixed mouse focus window reporting
...
FIXME: Should the window be a parameter to the mouse events again?
2010-06-17 12:33:05 -07:00
Sam Lantinga
3a228f30bf
Fixed wording for consistency
2010-06-06 21:09:45 -07:00
Sam Lantinga
b8da79e726
SDL_KillThread() is no longer supported - it was always dangerous! :)
2010-05-24 22:56:36 -07:00
Sam Lantinga
85db8e6efd
author Eric Wing <ewing . public |-at-| gmail . com>
...
Wed May 12 12:49:28 2010 -0700 (5 days ago)
Added the automated test plist file and modified .hgignore to be less aggressive.
Discovered that the new plist file for the automated test was not checked in because the .hgignore file was too aggressive. I changed the .hgignore to not ignore the Xcode directory and instead added a longer list of things to ignore.
2010-05-17 23:13:33 -07:00
Eric Wing
083a3e00de
Added the automated test plist file and modified .hgignore to be less aggressive.
...
Discovered that the new plist file for the automated test was not checked in because the .hgignore file was too aggressive. I changed the .hgignore to not ignore the Xcode directory and instead added a longer list of things to ignore.
2010-05-12 12:49:28 -07:00
Sam Lantinga
4b1c945432
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
...
Plus, this lets me start implementing cursor support.
2010-05-09 20:47:22 -07:00
Sam Lantinga
9a5b4a1a84
Add a default revision string if we can't find hg
2010-05-09 19:55:28 -07:00
Sam Lantinga
47c0e1e892
Don't assume .bashrc exists. :)
2010-05-09 19:51:21 -07:00
Sam Lantinga
6f968d9e3f
Tagging version before everything gets ripped out.
2010-05-09 17:00:56 -07:00
Sam Lantinga
861f7cd38a
Make the compiler even happier
2010-05-09 16:16:11 -07:00
Sam Lantinga
1b3a6fb5b7
Make sure events are current before flushing them.
2010-05-09 16:15:14 -07:00
Sam Lantinga
29596b2204
Added missing header
2010-05-09 15:47:21 -07:00
Sam Lantinga
0b0a5e0be5
Removed unused variables
2010-05-09 15:46:19 -07:00
Sam Lantinga
69b841b3e3
Fixed compiler warnings
2010-05-09 15:33:10 -07:00
Sam Lantinga
a5bb8cf382
Fixed variable use before initialize warnings
2010-05-09 15:24:31 -07:00
Sam Lantinga
3b0aa4bb4c
Removed unused variables
2010-05-09 15:24:05 -07:00
Sam Lantinga
fb9e73dd09
Fixed Eric's changes to allow building from the command line.
2010-05-09 10:00:33 -07:00
Sam Lantinga
98918d160e
Updated with the SDL 1.3 list of supported operating systems
2010-05-09 09:53:57 -07:00
Eric Wing
f4b7b16da7
Updated Mac Xcode project for refactored rwops automated test changes.
2010-05-09 07:00:28 -07:00