sdlgit/SDL_perl.git
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
2009-11-02 Kartik Thakore Added test file for SDL::MultiThread as acme is moving...
2009-11-02 Leon Brocard Implement fill_rect
2009-11-02 Leon Brocard Implement load_BMP and save_BMP
2009-11-02 Leon Brocard Delete GetRGBA from SDL.xs
2009-11-02 Leon Brocard Implement get_RGB and get_RGBA
2009-11-02 Leon Brocard Remove methods in SDL.xs that have been implemented...
2009-11-02 Leon Brocard Call SDL_MapRGBA in video_map_RGBA instead of SDL_MapRGB
2009-11-02 Leon Brocard Require Test::Trap for core_time.t
2009-11-02 Kartik Thakore Implemented and Tested SDL::Video::set_color_key, SDL...
2009-11-02 Kartik Thakore Added SDL::Video::display_format* functions. 50% of...
2009-11-01 Tobias Leich updated the order: pull -> build -> test
2009-11-01 Kartik Thakore Added SDL::Video::covert_surface and test. 44% of SDL...
2009-11-01 Tobias Leich added comment and did cleanup
2009-11-01 magnet moved SDL.pod at the right location
2009-11-01 magnet Fixed the pod path in archive master
2009-11-01 Tobias Leich windows does't know shebang.
2009-11-01 Kartik Thakore added more docs update
2009-10-31 Kartik Thakore [Smoke tool] Builds before testing.
2009-10-31 Kartik Thakore [Smolder Tools] Gets platform and architecture automati...
2009-10-31 Kartik Thakore Made smoke testing even easier
2009-10-31 Kartik Thakore Test number on t/code_video.t was wrong. Fixed it
2009-10-31 Kartik Thakore Added CreateRGBSurfaceFrom as an new constructor of...
2009-10-31 Kartik Thakore Added lock and unlock surface for SDL::Video and added...
2009-10-30 Kartik Thakore geterror to get_error
2009-10-30 Kartik Thakore Applied Magnet's Patch
next