sdlgit/SDL_perl.git
2009-11-09 Tobias Leich migrate JoyAxisEvent
2009-11-09 Tobias Leich migrate ExposeEvent
2009-11-09 Tobias Leich migrate KeyboardEvent
2009-11-09 Tobias Leich added everything from keysym.h and missing tests
2009-11-09 Kartik Thakore ActiveEvent merged in to Event.xs
2009-11-09 Kartik Thakore Fixed up t/core_events.t to work. Still a little black...
2009-11-09 Tobias Leich removed new() and DESTROY() for all events but SDL...
2009-11-09 Kartik Thakore Windows need pump_events before wait_events
2009-11-09 Kartik Thakore Exit the infinite event loop if no pending events
2009-11-09 Kartik Thakore Made an event loop for testing if events are poll properly
2009-11-09 Tobias Leich cleanup
2009-11-09 Kartik Thakore Cleaned up t/core_video.t
2009-11-09 Kartik Thakore Fixed use_ok bug for t/core_events.t. Made 00-load...
2009-11-09 Kartik Thakore Got random fails because we were not pumping events...
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...
next