Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Changed API for shaped windows to make it much, much simpler. A shaped window's shape mask is now accessed as a render target, which means we can get at it with blit and draw functions, as well as (most likely) OpenGL.
2010-05-25, by Eli Gottlieb
I'm actually going to have to alter this proposed API a fair bit, but it's coming along. I want to keep it as orthogonal to the rest of SDL as possible.
2010-05-23, by Eli Gottlieb
Moved SDL_shape.h, and building out the API as needed by SDL_Eyes.
2010-05-21, by Eli Gottlieb
Added stub files, working on sample program SDLeyes.
2010-05-21, by Eli Gottlieb
Removed Daniel's test code
2010-08-22, by Sam Lantinga
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
2010-08-22, by Sam Lantinga
Cleanup from the Android commit
2010-08-22, by Sam Lantinga
Removed spurious carriage returns
2010-08-22, by Sam Lantinga
Updated to fit SDL style a little more.
2010-08-04, by dewyatt
Large commit with initial reading string support, TSF UILess code, etc.
2010-08-03, by dewyatt
Added SDL_wcslcpy and SDL_wcslcat.
2010-08-03, by dewyatt
Correctly draw cursor based on position.
2010-07-25, by dewyatt
Changed markedText to have its own storage to resolve multiple bugs.
2010-07-24, by dewyatt
Merge with main repo (mainly for non-printable character fix)
2010-07-18, by dewyatt
Added SDL_utf8strlcpy to copy at UTF-8 character boundaries.
2010-07-13, by dewyatt
Changed Start/StopTextInput back to not take any parameters.
2010-07-12, by dewyatt
Initial IMM implementation.
2010-07-12, by dewyatt
Changed StopTextInput to take an SDL_Window parameter.
2010-07-10, by dewyatt
Changed StartTextInput to take an SDL_Window parameter.
2010-07-08, by dewyatt
Fixed fullscreen window position
2010-07-06, by Sam Lantinga
Added missing line to make things compile.
2010-07-06, by dewyatt
Added empty text input functions for win32.
2010-07-06, by dewyatt
Merge
2010-07-06, by dewyatt
Many changes, preparing to pull/merge main repo to get SDL_GetKeyboardFocus.
2010-07-06, by dewyatt
Added mouse button click to toggle IMM.
2010-07-06, by dewyatt
Fixed window title (from GLTSF to GLIMM).
2010-07-04, by dewyatt
Added Get_IMM method to Window.
2010-07-04, by dewyatt
Added GLIMM (using IMM instead of TSF)
2010-06-30, by dewyatt
Added condition check macros to make the code clear and easier to debug.
2010-06-27, by dewyatt
Starting to implement ITextStoreACP.
2010-06-21, by dewyatt
Added support for On_Resized event to App.
2010-06-12, by dewyatt
Renamed Window::Update to Window::Handle_Events.
2010-06-12, by dewyatt
Added vs2008 project files for GLTSF (2008 is much faster on my old computer)
2010-06-11, by dewyatt
Added else to make things clear.
2010-06-09, by dewyatt
Added On_Char method to Window_Listener for WM_CHAR messages.
2010-06-09, by dewyatt
Change SDL to not use DefWindowProc as the window class' window procedure.
2010-06-08, by dewyatt
Implementing base parts of TSF
2010-05-30, by dewyatt
Adding some initial TSF code
2010-05-27, by dewyatt
Adding GLTSF (somewhat based on SFML, no actual TSF code yet)
2010-05-25, by dewyatt
Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
2010-08-22, by Sam Lantinga
Removed obsolete test project
2010-08-19, by Sam Lantinga
Updated the readme
2010-08-17, by Paul Hunkin
Cleanups.
2010-08-17, by Paul Hunkin
Added initial README.android
2010-08-14, by Paul Hunkin
Working on the sound system
2010-08-14, by Paul Hunkin
More joystick stuff
2010-07-27, by Paul Hunkin
- Cleaned up a bunch of code
2010-07-27, by Paul Hunkin
Added accelerometer 'joystick'
2010-07-27, by Paul Hunkin
Oops, I wasn't using pthreads. Fixed so we can have mutexes and stuff
2010-07-27, by Paul Hunkin
Updated test app to init the sound system
2010-07-27, by Paul Hunkin
Added stub android sound system
2010-07-27, by Paul Hunkin
OK, /actually/ fixed the nativeQuit() crash this time
2010-07-27, by Paul Hunkin
Added resize hander stub and initial screen size setter
2010-07-27, by Paul Hunkin
Shut down the C application properly on quit instead of crashing in the most horrible way possible
2010-07-27, by Paul Hunkin
- Modified build system
2010-07-27, by Paul Hunkin
Added preliminary keyboard event support
2010-07-07, by Paul Hunkin
Code cleanup
2010-06-29, by Paul Hunkin
- Restructured threads and application structure.
2010-06-29, by Paul Hunkin
Last test version with GLSurface
2010-06-28, by Paul Hunkin
Tweaks to the libsdl side
2010-06-18, by Paul Hunkin
Added egl headers so we can use eglMakeCurrent()
2010-06-18, by Paul Hunkin
Removed old video subsystem, along with (now-unncessary) egl files.
2010-06-18, by Paul Hunkin
Testing out pthread support in android. Appears to work.
2010-06-18, by Paul Hunkin
Rotating pyramid!
2010-06-17, by Paul Hunkin
Added minimal test project
2010-06-17, by Paul Hunkin
Fixed #includes to fix naming conventions
2010-06-10, by Paul Hunkin
Renamed some files to fit naming conventions
2010-06-10, by Paul Hunkin
Added (partially implemented) android video backend and associated files needed to build
2010-06-10, by Paul Hunkin
Added some android build stuff
2010-05-23, by Paul Hunkin
Added some wrapper shell scripts to make android compiling easier
2010-05-23, by Paul Hunkin
Fix a compile error when SDL_JOYSTICK_DISABLED is set
2010-05-23, by Paul Hunkin
Fix compile errors under Android toolchain. Seems to have the same issue as the NDS.
2010-05-23, by Paul Hunkin
Fixed comment style
2010-05-23, by Paul Hunkin
Initial commit, adding __ANDROID__ to the platform list
2010-05-17, by Paul Hunkin
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
2010-08-22, by Sam Lantinga
Fixed some typos in the documentation
2010-08-22, by Sam Lantinga
According to Jim, the touchTest directory is no longer necessary.
2010-08-22, by Sam Lantinga
Fixed hgIgnore to ignore test/gesturetest
2010-08-19, by Jim Grandpre
Updated README's
2010-08-19, by Jim Grandpre
Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
2010-08-15, by Jim Grandpre
Fixed bugs related to keyboard handling in gestureSDLTest. Fixed gesture code (dynamic memory allocation). Cleaned up gesture and test code.
2010-08-13, by Jim Grandpre
Fixed so the origin of the touch events is the upper left.
2010-08-13, by Sam Lantinga
Removed some debug prints.
2010-08-07, by Jim Grandpre
Fixed Dollar Recognition.
2010-08-07, by Jim Grandpre
Re-enabled dollar gesture
2010-08-06, by Jim Grandpre
Fixed gestureMulti. Disabled dollar gesture temporarily.
2010-08-04, by Jim Grandpre
Minimized functionality of gestureSDLTest.
2010-08-03, by Jim Grandpre
Fixed some Gesture bugs
2010-08-02, by Jim Grandpre
Fixed sending motion and finger up events
2010-07-31, by Sam Lantinga
Fixed various type and print format issues
2010-07-31, by Sam Lantinga
Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).
2010-07-31, by jimtla
Added Iphone project. Iphone multi-touch is now functional.
2010-07-31, by jimtla
Upgraded touchId/fingerId to long. Changed position variables to floats.
2010-07-30, by jimtla
Added better logging
2010-07-29, by Jim Grandpre
Prevented SDL_SendDown from sending on nonexistent touch devices.
2010-07-29, by Jim Grandpre
Fixed the code so we receive Cocoa touch events
2010-07-28, by Sam Lantinga
Added cocoatouch.h
2010-07-27, by jimtla
Finished (untested) OS X code.
2010-07-27, by jimtla
Added preliminary touch code to SDL_cocoakeyboard.m
2010-07-24, by jimtla
Fixed x11 compile bugs.
2010-07-22, by jimtla
Merged changes
2010-07-17, by Jim Grandpre
Fixed Warning related to SDL_GestureAddTouch
2010-07-17, by Jim Grandpre
Revision 3163 added the following formats for OpenGL ES:
2010-07-16, by Sam Lantinga
Merged changes
2010-07-16, by Jim Grandpre
Bug fixes, now using RWops instead of File pointers.
2010-07-16, by Jim Grandpre
Started trying to build gesture code for iPhone
2010-07-15, by Sam Lantinga
Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
2010-07-13, by Jim Grandpre
Merged changes from the main SDL codebase
2010-07-12, by Sam Lantinga
Added Iphone support (untested)
2010-07-12, by Jim Grandpre
Added some files I had previosuly missed
2010-07-11, by Jim Grandpre
Moved $1 Gestures into the SDL Library
2010-07-09, by Jim Grandpre
Moved Multi finger gesture recognition into the library.
2010-07-07, by Jim Grandpre
Added multi-finger gestures
2010-07-06, by Jim Grandpre
Fixed bugs in input, cleaned up $1
2010-06-18, by Jim Grandpre
Added $1 gesture recognition.
2010-06-17, by Jim Grandpre
Started adding vectorization of touch data.
2010-06-15, by Jim Grandpre
Just updated
2010-06-14, by Jim Grandpre
Added gesture test c file. Beginning of gesture recognition.
2010-06-14, by Jim Grandpre
More fixes for windows. Disabled tablet code.
2010-06-10, by jimtla
Addition of VC project for touchTest.c
2010-06-05, by jimtla
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip