Sam Lantinga
2ef894f75e
Fixed typo in header
2010-08-29 22:22:27 -07:00
Sam Lantinga
1877442eb2
Documentation clarification
2010-08-29 22:12:59 -07:00
Sam Lantinga
f56e6b9244
Suspending the screensaver defaults off.
2010-08-29 21:41:11 -07:00
Sam Lantinga
515a3e58ab
Compiling in atan()/atan2() implementation on Visual Studio 2008.
2010-08-29 16:55:58 -07:00
Sam Lantinga
d8303d3f7a
Added atan implementation from uClibc
2010-08-29 16:51:48 -07:00
Sam Lantinga
4d97d1a549
Whoops, return "" even if the window is invalid.
2010-08-29 16:28:04 -07:00
Sam Lantinga
b59ef043a6
The title is stored internally as NULL if it's empty, and returned as ""
2010-08-29 16:26:35 -07:00
Sam Lantinga
21e184b0bb
Added atan2 implementation from uClibc
2010-08-29 16:05:34 -07:00
Sam Lantinga
fa8d01e8ab
Documentation clarification
2010-08-29 15:26:12 -07:00
Sam Lantinga
7411f7531b
Fixed compiling with Visual Studio 2008
2010-08-29 14:22:22 -07:00
Sam Lantinga
adc9598f1a
While you can actually write to the error buffer, conceptually it's read-only.
2010-08-29 12:00:09 -07:00
Sam Lantinga
09ad8038b8
Added a typedef for the thread function to simplify documentation
2010-08-28 22:56:52 -07:00
Andreas Schiffler
dc0f95c447
Update VS2010 project to add new files; update new files so code builds on Win32/Win64
2010-08-23 23:44:28 -07:00
Sam Lantinga
9412167e50
Fixed documentation typo
2010-08-22 17:19:10 -07:00
Sam Lantinga
81d43b4e7f
Fixed obsolete documentation
2010-08-22 15:34:28 -07:00
Sam Lantinga
7c463932c2
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
...
--HG--
rename : VisualC/SDL.sln => VisualC/SDL_VS2005.sln
2010-08-22 13:45:56 -07:00
Sam Lantinga
cfd892d841
Merged no changes?
2010-08-22 12:43:27 -07:00
Sam Lantinga
3ac7385c23
Removed Daniel's test code
2010-08-22 12:39:56 -07:00
Sam Lantinga
1f8dacabd7
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
2010-08-22 12:39:27 -07:00
Sam Lantinga
66d40ad333
Cleanup from the Android commit
2010-08-22 12:35:34 -07:00
Sam Lantinga
7d245d0532
Removed spurious carriage returns
2010-08-22 12:34:31 -07:00
Sam Lantinga
a64fc29cfb
Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
2010-08-22 12:23:55 -07:00
Sam Lantinga
238acbd53d
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
2010-08-22 12:07:55 -07:00
Sam Lantinga
6354bc898e
Fixed some typos in the documentation
2010-08-22 12:03:53 -07:00
Sam Lantinga
c8de3db358
According to Jim, the touchTest directory is no longer necessary.
2010-08-22 12:00:02 -07:00
Sam Lantinga
9b8ec5c66a
Don't need to use strlen() to determine if there's text.
...
Use the SDL safe strcpy() function
2010-08-22 11:56:07 -07:00
Jim Grandpre
d3998822f2
Fixed hgIgnore to ignore test/gesturetest
2010-08-19 13:49:11 -04:00
Jim Grandpre
f1b2b9f801
Updated README's
2010-08-19 13:47:12 -04:00
Sam Lantinga
0d3fdb86c9
Removed obsolete test project
2010-08-19 00:21:20 -07:00
Paul Hunkin
fa5eb1d4f4
Updated the readme
2010-08-17 17:28:14 +12:00
egottlieb
b72231e508
Create all shaped windows at -1000,-1000 and save the real coordinates.
2010-08-17 01:11:11 -04:00
Paul Hunkin
ab688d00e3
Cleanups.
...
- Moved to 'project' instead of 'testproject'
- Removed extraneous .c files
- Removed the android_libs folder (that was against the NDK agreement anyway)
2010-08-17 15:35:56 +12:00
egottlieb
18dce59eb7
Recoded Cocoa code that got erased by... failure to commit? Merge? Eh.
2010-08-16 14:01:00 -04:00
egottlieb
c510c4d902
Moved the +1 to mostly eliminate the visual artifact.
2010-08-16 10:48:54 -04:00
egottlieb
781d130602
Raised binarization cutoff to eliminate alpha-blending of trollface.
2010-08-16 09:55:35 -04:00
egottlieb
9f396e2964
Condensed flag-setting code and put parantheses in the appropriate places. It was that, in the end.
2010-08-16 01:17:19 -04:00
Eli Gottlieb
80d2377e78
Set flag bits *exactly* as Andreas showed me in his screenshot. This shouldn't be different, but what do I know about C's order of operations?
2010-08-15 23:57:50 -04:00
egottlieb
b109f61935
Removed useless debugging code.
2010-08-15 22:03:38 -04:00
Eli Gottlieb
61aae3b891
Added last test shape. Because.
2010-08-15 21:46:46 -04:00
egottlieb
affaf98f34
Added hiding-as-positioning trick and finally fixed flags.
2010-08-15 21:46:04 -04:00
Eli Gottlieb
b3840496be
Changed flags and positioning (for the fake-hiding) as Andreas recommended.
2010-08-15 18:52:57 -04:00
Jim Grandpre
794c5cb3ee
Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
2010-08-15 00:36:28 -04:00
egottlieb
6d46437524
Mostly seem to have fixed SDL_CalculateShapeTree. Mostly. There still seem to be some rendering artifacts, stepping effects, and such on Windows -- which indicates subtle logic errors in SDL_CalculateShapeTree().
...
Oh well, back into the salt mine.
2010-08-14 20:29:51 -04:00
egottlieb
4e4cb86ffe
Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now!
2010-08-14 16:14:36 -04:00
Paul Hunkin
beeccf04c7
Added initial README.android
2010-08-14 16:17:17 +12:00
Jim Grandpre
68b3cfb42f
Fixed bugs related to keyboard handling in gestureSDLTest. Fixed gesture code (dynamic memory allocation). Cleaned up gesture and test code.
2010-08-13 23:08:32 -04:00
Paul Hunkin
b2104a9057
Working on the sound system
2010-08-14 12:35:21 +12:00
Sam Lantinga
c26da073d3
Fixed so the origin of the touch events is the upper left.
2010-08-13 17:05:06 -07:00
Eli Gottlieb
0a86be6abb
Added SDL_SetWindowPosition() call to SDL_SetWindowShape(), going to see what this does on Windows.
2010-08-12 18:17:15 -04:00
Jjgod Jiang
43cd4e54ac
Fix for deleting the last uncommit character
2010-08-12 16:00:47 +02:00