sdlgit/SDL_perl.git
2009-11-09 Tobias Leich added some constants from SDL_keysym.h
2009-11-09 Kartik Thakore Got wait_event messes with Test_More as we are faking...
2009-11-09 Kartik Thakore Got wait_event to work. 25t/core_events.t imple.
2009-11-09 Kartik Thakore cleanup 20t/core_events.t Events
2009-11-09 Kartik Thakore Got Event working. Events at 25%. Poll_event and Push_e...
2009-11-08 Tobias Leich moved the constant-tests to the right place
2009-11-08 Tobias Leich keysym.xs
2009-11-08 Tobias Leich added SDL_keysym struct
2009-11-08 Tobias Leich Merge branch 'redesign' of github.com:kthakore/SDL_perl...
2009-11-08 Tobias Leich added more event constants and their tests
2009-11-08 Kartik Thakore Events which can have multiple types should get and...
2009-11-08 Kartik Thakore Events which can have multiple types should get and...
2009-11-08 Tobias Leich added more event constants and their tests
2009-11-08 Kartik Thakore updated changes
2009-11-08 Kartik Thakore Finshed Quit, Resize and SysWMEvent
2009-11-08 Kartik Thakore Finish MouseMotionEvent and fixed some tyops
2009-11-08 Kartik Thakore Finish MouseButtonEvent
2009-11-08 Kartik Thakore Fininshed up KeyBoardEvent
2009-11-08 Kartik Thakore Finish JoyHatEvent done
2009-11-08 Kartik Thakore Finished up JoyButtonEvent
2009-11-08 Kartik Thakore Finished up ExposeEvent, JoyAxisEvent, and JoyBallEvent.
2009-11-08 Kartik Thakore Finished up ActiveEvent
2009-11-07 Tobias Leich added new() methods and their tests
2009-11-07 Kartik Thakore Made UserEvent new and code work with test. Ignore...
2009-11-06 Kartik Thakore Perldoc needs newlines
2009-11-06 Kartik Thakore Borrowed PDL run4flat's tutorial on SDL + PDL for our...
2009-11-06 Tobias Leich moved to SDL::Game::Event
2009-11-06 Tobias Leich added event tests
2009-11-06 Kartik Thakore Typo fixes of typo fixes :p
2009-11-06 Kartik Thakore Typo fixes. NULL is a pointer cannot be assinged to...
2009-11-06 Kartik Thakore Added WMManagement Stubs. Fixed count
2009-11-06 Tobias Leich Merge branch 'redesign' of github.com:kthakore/SDL_perl...
2009-11-06 Tobias Leich added event accessors
2009-11-06 Kartik Thakore Better error reporting for SDL::Video::map_RGB[A]
2009-11-06 Leon Brocard Rename, move MixChunk and MixMusic to the right place
2009-11-06 Leon Brocard Fix typo^Wmemleak
2009-11-06 Leon Brocard Implement MixMusic
2009-11-06 Leon Brocard Better defaults, test playing a sound
2009-11-06 Leon Brocard Merge branch 'redesign' of git@github.com:kthakore...
2009-11-06 Leon Brocard Implement MixChunk
2009-11-05 magnet Merge branch 'redesign' of git@github.com:kthakore...
2009-11-05 Kartik Thakore Added UserEvent
2009-11-05 Tobias Leich added QuitEvent
2009-11-05 Tobias Leich added SysWMEvent
2009-11-05 Tobias Leich added ExposeEvent
2009-11-05 Kartik Thakore Added tool I used to do that
2009-11-05 Kartik Thakore Added stubs for Events
2009-11-05 Kartik Thakore Fixed JoyButtonEvent
2009-11-05 Tobias Leich added ResizeEvent
2009-11-05 Tobias Leich added JoyBallEvent
2009-11-05 Tobias Leich added JoyHatEvent
2009-11-05 Tobias Leich fix axis
2009-11-05 Tobias Leich added JoyAxisEvent
2009-11-05 Tobias Leich added MouseButtonEvent
2009-11-05 magnet Merge branch 'redesign' of git@github.com:kthakore...
2009-11-05 magnet Updated Video.pod
2009-11-05 Tobias Leich fixed KeyboardEvent::keysym, added MousMotionEvent
2009-11-05 Kartik Thakore Added ActiveEvent to Build.PL
2009-11-05 Tobias Leich added KeyboardEvent structure
2009-11-05 Tobias Leich fixed filename typo
2009-11-05 Tobias Leich Merge branch 'redesign' of github.com:kthakore/SDL_perl...
2009-11-05 Tobias Leich CRLF to LF
2009-11-05 Kartik Thakore MultiTheadPOC.pl added. It shows quickly how we can...
2009-11-05 Kartik Thakore Random fail in core_video fixed???
2009-11-05 Kartik Thakore Added stubs Event and ActiveEvent
2009-11-05 Kartik Thakore Fix of typemap for Event objects
2009-11-05 Kartik Thakore Rolled back peep,poll,wait event. As the data structure...
2009-11-04 Tobias Leich Checked merge conflicts
2009-11-04 Kartik Thakore Started the cookbook
2009-11-04 Kartik Thakore Added docs, XS , PM and test file stubs for SDL::MultiT...
2009-11-04 Tobias Leich Merge branch 'redesign' of github.com:FROGGS/SDL_perl...
2009-11-04 Tobias Leich +wait_event()
2009-11-04 Kartik Thakore Added docs, XS , PM and test file stubs for SDL::MultiT...
2009-11-04 Kartik Thakore Minor clean up. Removes warnings of pointer cast during...
2009-11-04 Kartik Thakore Minor clean up. Removes warnings of pointer cast during...
2009-11-04 Tobias Leich checking for corrent 'action' in peep_events()
2009-11-04 Tobias Leich checking for corrent 'action' in peep_events()
2009-11-04 Kartik Thakore 15% of events. My stupid code didn't account of 0array...
2009-11-04 Kartik Thakore Merge branch 'redesign' of git://github.com/FROGGS...
2009-11-04 Tobias Leich added pump_events(), peep_events() and poll_event()
2009-11-04 Kartik Thakore Fixed up new_from. It is usable but it cause wierd...
2009-11-04 Kartik Thakore Added preliminary docs for SDL::Surface
2009-11-04 Kartik Thakore Removed wrapping functions. Cleaned up SDL.xs.
2009-11-03 Kartik Thakore Bricas hack for a horrible but needed function
2009-11-03 Kartik Thakore Added setters to SDL::Surface set_pixel_RGB and set_pix...
2009-11-03 Kartik Thakore Added SurfacePixel and its test for now so we can dupli...
2009-11-03 Kartik Thakore [WIP] SDL::SurfacePixel turned on again. Needs to be...
2009-11-03 Leon Brocard Mark version, linked_version as implemented
2009-11-03 Leon Brocard Wrap SDL_version
2009-11-03 Kartik Thakore Now compiling src/Core/Events.XS for SDL::Events
2009-11-03 Kartik Thakore Implemented and add TODO tests for SDL::Video::GL_...
2009-11-03 Kartik Thakore Added stub for SDL::Events
2009-11-03 Kartik Thakore Made stubs for SDL::Events
2009-11-02 Kartik Thakore Update implementation status of SDL.pm and test t/core.t
2009-11-02 Kartik Thakore Implemented display, [un]lock _YUV_overlay. 84% done
2009-11-02 Kartik Thakore GetClipRect to proper name
2009-11-02 Leon Brocard Implement set_clip_rect, get_clip_rect
2009-11-02 Leon Brocard Merge branch 'redesign' of git@github.com:kthakore...
2009-11-02 Leon Brocard Mark blit_surface as implemented
2009-11-02 Leon Brocard Implement blit_surface
next