summaryrefslogtreecommitdiff
path: root/swfdec-directfb
AgeCommit message (Collapse)AuthorFilesLines
2008-07-02update for render API changesHEADmasterBenjamin Otte2-46/+38
2008-01-30make key events workBenjamin Otte4-5/+277
Also do s/libswfdec/swfdec/ for the includes
2008-01-30add initial input handling supportBenjamin Otte2-3/+148
mouse works pretty well, keyboard is not implemented yet
2008-01-30make the DirectFB used a propertyBenjamin Otte2-4/+23
2008-01-30fix alignmentBenjamin Otte1-13/+11
2008-01-30add required construct propertiesBenjamin Otte1-1/+4
2008-01-30remove the new_from_file() functionBenjamin Otte2-30/+0
This goes in line with the other backends that force setting the URL manually
2007-12-18clip resize region to surface sizeBenjamin Otte1-1/+13
2007-12-14remove any leftover repaint idle functions when disposingBenjamin Otte1-0/+4
2007-12-14queue a full repaint upon creationBenjamin Otte1-0/+5
2007-12-13seperate out the renderer functionalityBenjamin Otte5-2/+216
2007-12-13make the player have a reference to the IDirectFBBenjamin Otte2-5/+18
2007-12-13port the first parts of swfdec-gtk to the DirectFB libBenjamin Otte9-0/+728
2007-12-12check in skeletonBenjamin Otte1-0/+0
it's woring properly, but not doing anything useful