graph
- The class SDL_uikitappdelegate acts as the UIApplicationDelegate for an iPhone SDL project. This class is reponsible for application control flow, including initial setup of working directory, forwarding command line arguments to the user's main function, and handling application termination.gsoc2008_iphone 2008-07-17, by Holmes Futrell
- Just the sysjoystick file for the iPhone accelerometer. It doesn't reveal anything under NDA, but I just wanted to make sure that adding files to the repository is working under XCode right now.gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- Just modified the macro so that iPhone will use the Mac OS X code heregsoc2008_iphone 2008-07-11, by Holmes Futrell
- Added Core Audio iPhone bootstrapgsoc2008_iphone 2008-07-11, by Holmes Futrell
- iPhone port uses custom maingsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- (none)gsoc2008_iphone 2008-07-11, by Holmes Futrell
- just testing commit ... please commit to the right place.gsoc2008_iphone 2008-07-09, by Holmes Futrell
- Creating GSoC 2008 code branchesgsoc2008_iphone 2008-04-23, by Sam Lantinga
- So we don't forget to do this...2008-03-18, by Sam Lantinga
- ran make indent2008-03-14, by Bob Pendleton
- re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being2008-03-14, by Bob Pendleton
- In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was2008-03-07, by Bob Pendleton
- oops, need to comment out some debug code.2008-03-07, by Bob Pendleton
- Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text2008-03-07, by Bob Pendleton
- more valgrind errors fixed. Plus I ran make indent which changed a few files.2008-03-07, by Bob Pendleton
- Fixed many valgrind errors. But, I broke testdyngl.2008-03-06, by Bob Pendleton
- Fixing valgrind errors.2008-03-06, by Bob Pendleton
- SetupWindowData in SDL_X11window.c was realloc()ing the display window list and incrementing numwindows even though those are being updated in functions that call2008-03-04, by Bob Pendleton
- Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in2008-03-01, by Bob Pendleton
- Now the program will process all events and then terminate. :)2008-02-23, by Sam Lantinga
- HandleEvent() returns done each time it is called. If done was set to 0 the program should quit, but because done is not checked until *all* events are handled a2008-02-20, by Bob Pendleton
- Windows also remaps the numeric keypad... grrr2008-02-11, by Sam Lantinga
- Checkout directly to the SDL 1.3 folder2008-02-11, by Sam Lantinga
- Show integer scancode, since that's how it's defined in the header.2008-02-10, by Sam Lantinga
- Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.2008-02-10, by Sam Lantinga
- Added support for keypad enter2008-02-10, by Sam Lantinga
- Updated Visual C++ project2008-02-10, by Sam Lantinga
- Friggin' Windows remaps alphabetic keys based on keyboard layout.2008-02-09, by Sam Lantinga
- Undo keyboard layout based alphabetic key mapping. Grr.... HACK HACK HACK...2008-02-09, by Sam Lantinga
- Implemented text input event for Win322008-02-09, by Sam Lantinga
- Untested Win32 keyboard scancode code.2008-02-08, by Sam Lantinga
- Fixed array overrun2008-02-07, by Sam Lantinga
- Fixed compile errors2008-02-07, by Sam Lantinga
- First pass of new SDL scancode concept for X11.2008-02-07, by Sam Lantinga
- Christian's comment:2008-02-05, by Sam Lantinga
- First pass implementation of new SDL scancode concept, as discussed with2008-02-05, by Sam Lantinga
- Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().2008-02-04, by Ryan C. Gordon
- Merged fix for bug #542 from SDL 1.22008-01-24, by Sam Lantinga
- Minimal implementation of textinput events for x11. It only works for latin-1.2008-01-15, by Bob Pendleton
- Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.2008-01-12, by Bob Pendleton
- one more time... I must be brain dead...2008-01-12, by Bob Pendleton
- More typos2008-01-12, by Bob Pendleton
- Fixed some typos in SDL_x11keyboard.c2008-01-09, by Bob Pendleton
- Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.2008-01-08, by Bob Pendleton
- Updated config scripts2008-01-03, by Sam Lantinga
- Merged fix for bug #531 from SDL 1.2 revision 35112008-01-01, by Sam Lantinga
- Merged -fvisibility detection fix from SDL 1.2 revision 35002007-12-30, by Sam Lantinga
- Christian Walther fixed bug #5292007-12-29, by Sam Lantinga
- Christian Walther fixed bug #5302007-12-29, by Sam Lantinga