Think I am closer to set_event_filter but the test crashes so I added a SKIP on it
[sdlgit/SDL_perl.git] / lib /
2009-11-12 Kartik Thakore Added wait_event to pods
2009-11-12 Kartik Thakore Added poll_event docs to Events.pod
2009-11-11 magnet more SDL::Video docs !
2009-11-10 Tobias Leich basics for the event structure
2009-11-10 Kartik Thakore Added peep events. TODO: Need to fix peep_events to...
2009-11-10 Kartik Thakore Added method stubs and finished pump_events();
2009-11-10 Kartik Thakore Added stub for Events.pod
2009-11-10 Leon Brocard Implement and test set_error, get_error, clear_error
2009-11-09 Kartik Thakore Removing CRUD is good for the soul and the code base :P
2009-11-09 Kartik Thakore Fixed up tests for now
2009-11-09 Tobias Leich added everything from keysym.h and missing tests
2009-11-09 Tobias Leich added some constants from SDL_keysym.h
2009-11-08 Tobias Leich added SDL_keysym struct
2009-11-08 Tobias Leich added more event constants and their tests
2009-11-08 Tobias Leich added more event constants and their tests
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. NULL is a pointer cannot be assinged to...
2009-11-06 Kartik Thakore Added WMManagement Stubs. Fixed count
2009-11-06 Leon Brocard Rename, move MixChunk and MixMusic to the right place
2009-11-06 Leon Brocard Implement MixMusic
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 stubs for Events
2009-11-05 magnet Merge branch 'redesign' of git@github.com:kthakore...
2009-11-05 magnet Updated Video.pod
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 Kartik Thakore Added docs, XS , PM and test file stubs for SDL::MultiT...
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-03 Leon Brocard Wrap SDL_version
2009-11-03 Kartik Thakore Added stub for SDL::Events
2009-11-02 Leon Brocard Remove methods in SDL.xs that have been implemented...
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 Kartik Thakore added more docs update
2009-10-30 Kartik Thakore geterror to get_error
2009-10-30 Kartik Thakore Applied Magnet's Patch
2009-10-29 Kartik Thakore SDL::GetError to SDL::geterror in lib/SDL/App.pm
2009-10-29 Kartik Thakore Fixed tests
2009-10-29 magnet updated Cdrom and Event and SDL pods,
2009-10-28 magnet Cleaned pod from SDL.pm
2009-10-28 Kartik Thakore Clean up
2009-10-27 Kartik Thakore Added SDL_LOGPAL and SDL_PHYSPAL constants to SDL:...
2009-10-26 Kartik Thakore Moved old SDL::Palette to SDL::Game::Palette.
2009-10-25 Kartik Thakore More docs for video
2009-10-23 Kartik Thakore Added VideoInfo as an object with appropriate docs
2009-10-23 Kartik Thakore cleaned up MANIFEST, Added it to .gitignore. Added...
2009-10-23 Kartik Thakore Moved Video to SMPGEG. Maybe move this to SDL::Game...
2009-10-23 Kartik Thakore Merge git://github.com/FROGGS/SDL_perl into redesign
2009-10-22 Kartik Thakore Added documentation on flags for Overlay. Made core_mem...
2009-10-21 Kartik Thakore Mare Overlay an object with new and DESTROY. Bootstrapp...
2009-10-21 Kartik Thakore Moved version up
2009-10-20 unknown build warns now for non-existing header files
2009-10-17 Breno G. de Oliveira included images, and demo-expanding
2009-10-17 Breno G. de Oliveira removed "installing sdl" as it's already there
2009-10-17 Leon Brocard Wrap TTF_Font with a few calls
2009-10-16 Kartik Thakore PixelFormat docs
2009-10-16 Leon Brocard Add missing PixelFormat.pm
2009-10-16 Leon Brocard remove ugly hack
2009-10-16 Leon Brocard Call flip properly
2009-10-15 Leon Brocard Make surfaces work again (bad hack though)
2009-10-15 Leon Brocard try seperating out surface - not quite working yet
2009-10-14 Leon Brocard Simplyify SDL::Rect to be just an XS wrapper, add a...
2009-10-14 Leon Brocard remove unnecessary Carp
2009-10-14 Leon Brocard Split out SDL_Color into its own C-level class
2009-10-12 Breno G. de Oliveira small pod "fix"
2009-10-12 Breno G. de Oliveira made Constants use constant instead of being subs
2009-10-11 Breno G. de Oliveira Constant.pm uses base instead of @ISA directly
2009-10-11 Breno G. de Oliveira made Constants.pm strict
2009-10-11 Leon Brocard Add left/right panning to the mixer
2009-10-11 Kartik Thakore credits where they are due
2009-10-10 Kartik Thakore Merge branch 'master' of github.com:kthakore/SDL_perl
2009-10-10 Kartik Thakore fixed blit with new rect
2009-10-10 Leon Brocard Add display_format_alpha
2009-10-08 Kartik Thakore Merge git://github.com/garu/SDL_perl into experimental
2009-10-08 Kartik Thakore Some fixes
2009-10-08 Breno G. de Oliveira minor pod fix
2009-10-08 Breno G. de Oliveira initial state of Pong tutorial
2009-10-08 Breno G. de Oliveira kthakore can't spell :)
2009-10-08 Kartik Thakore need to return values of Rect* and so on
2009-10-07 Kartik Thakore wow .. I don't even know how this fixes sound
2009-10-07 Kartik Thakore Build.PL fix
2009-10-07 Kartik Thakore CPAN Rel v2.2.3
2009-10-07 Kartik Thakore Got rid of generated Config.pm
2009-10-04 Breno G. de Oliveira implemented 'duplicate' as 'copy' alias
2009-10-04 Breno G. de Oliveira implemented collidehashall
2009-10-04 Breno G. de Oliveira implemented collidehash
2009-10-04 Breno G. de Oliveira implemented collidelistall
2009-10-04 Breno G. de Oliveira implemented collidelist
2009-10-04 Breno G. de Oliveira implemented colliderect
2009-10-04 Breno G. de Oliveira implemented collidepoint
2009-10-04 Breno G. de Oliveira implemented contains
2009-10-04 Breno G. de Oliveira implemented normalize
next