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
dewyatt
e24912e909
Changed StartTextInput to take an SDL_Window parameter.
2010-07-08 01:35:47 -04: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
Eli Gottlieb
7dd22bb21b
Fixed up shape files as best I can.
2010-07-07 16:20:54 -04:00
Jim Grandpre
9d8bd2bcf5
Moved Multi finger gesture recognition into the library.
2010-07-07 04:13:08 -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
Eli Gottlieb
02cc7bc991
Updated test code, updated win32 code a bit (still not complete, but hopefully tonight), and removed the last vestiges of ellipse and polygon drawing support.
2010-07-06 22:05:22 -04:00
Sam Lantinga
2be0429676
Removed obsolete header file
2010-07-06 10:58:23 -07:00
Sam Lantinga
5096ebad2f
Fixed fullscreen window position
...
Fixed position calculation for centered windows
2010-07-06 08:22:36 -07:00
Sam Lantinga
221b03a7cd
Fixed fullscreen window position
...
Fixed position calculation for centered windows
2010-07-06 08:22:36 -07:00
Paul Hunkin
1de95703a5
Added preliminary keyboard event support
2010-07-07 00:43:23 +12:00
Jim Grandpre
1573d0bde8
Added multi-finger gestures
2010-07-06 02:05:27 -07:00
dewyatt
be448bd2f8
Added missing line to make things compile.
2010-07-06 03:27:22 -04:00
dewyatt
cbce4ce856
Added empty text input functions for win32.
2010-07-06 02:34:49 -04:00
dewyatt
3e89cf84fc
Merge
2010-07-06 02:07:42 -04:00
dewyatt
e0ea931fe8
Many changes, preparing to pull/merge main repo to get SDL_GetKeyboardFocus.
2010-07-06 02:06:17 -04:00
dewyatt
df56227334
Added mouse button click to toggle IMM.
2010-07-06 02:00:15 -04: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
dewyatt
1d207df86d
Fixed window title (from GLTSF to GLIMM).
2010-07-04 06:15:42 -04:00
dewyatt
1a58481158
Added Get_IMM method to Window.
...
Added focus gain/loss events for IMM.
2010-07-04 06:07:38 -04:00
Eli Gottlieb
e8b3775471
Added SDL_x11shape.h and removed unnecessary header includes from SDL_x11shape.c. This should help Andreas and Sam to compile the new code.
2010-07-02 12:05:47 -04:00
Eli Gottlieb
fb3fca4026
Added SDL_x11shape.h.
2010-07-02 12:02:18 -04:00
Sunny Sachanandani
adb7883461
Fix blending modes for primitives.
2010-07-01 07:35:15 +05:30
dewyatt
0599258e20
Added GLIMM (using IMM instead of TSF)
...
Uses small bit of TSF to fully disable cicero (TSF for non-TSF enabled apps)
2010-06-30 17:29:20 -04:00
Eli Gottlieb
749298e6c2
Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
2010-06-30 16:19:44 -04:00
Paul Hunkin
61acea0ac4
Code cleanup
2010-06-29 01:30:11 +12:00
Paul Hunkin
a9ac1e4410
- Restructured threads and application structure.
...
- Moved to SurfaceView instead of GLSurfaceView
- Moved to C++ for the android library
2010-06-29 00:40:12 +12:00
Paul Hunkin
217c4192df
Last test version with GLSurface
2010-06-28 21:35:28 +12:00
Sam Lantinga
672bd0bbc6
Typo in documentation
2010-06-27 23:17:36 -07:00