Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-02 | update for render API changesHEADmaster | Benjamin Otte | 2 | -46/+38 | |
2008-07-02 | update for latest version | Riccardo Magliocchetti | 1 | -5/+6 | |
2008-01-30 | no need to include swfdec.h here | Benjamin Otte | 1 | -1/+0 | |
2008-01-30 | make key events work | Benjamin Otte | 4 | -5/+277 | |
Also do s/libswfdec/swfdec/ for the includes | |||||
2008-01-30 | update to new API | Benjamin Otte | 1 | -1/+5 | |
2008-01-30 | add initial input handling support | Benjamin Otte | 3 | -4/+150 | |
mouse works pretty well, keyboard is not implemented yet | |||||
2008-01-30 | make the DirectFB used a property | Benjamin Otte | 2 | -4/+23 | |
2008-01-30 | fix alignment | Benjamin Otte | 1 | -13/+11 | |
2008-01-30 | update API to 0.5.90 | Benjamin Otte | 1 | -1/+6 | |
2008-01-30 | add required construct properties | Benjamin Otte | 1 | -1/+4 | |
2008-01-30 | remove the new_from_file() function | Benjamin Otte | 2 | -30/+0 | |
This goes in line with the other backends that force setting the URL manually | |||||
2008-01-30 | add an option for disabling the background | Pedro Aguilar | 1 | -0/+4 | |
This allows the layers behind it to be visible. | |||||
2008-01-30 | set fullscreen as default | Pedro Aguilar | 1 | -0/+2 | |
2008-01-22 | add a -f/--format option for specifying the pixel format | Benjamin Otte | 1 | -2/+28 | |
2008-01-22 | clarify docs | Benjamin Otte | 1 | -2/+2 | |
2008-01-22 | add properties for setting cache and garbage size | Benjamin Otte | 1 | -0/+6 | |
This should allow controlling the memory taken by Swfdec a bit. | |||||
2007-12-18 | clip resize region to surface size | Benjamin Otte | 1 | -1/+13 | |
2007-12-17 | new Swfdec release | Benjamin Otte | 1 | -2/+2 | |
2007-12-14 | add --primary to force rendering on the primary display | Benjamin Otte | 1 | -0/+6 | |
2007-12-14 | add a "verbose" switch and print more stuff when activated | Benjamin Otte | 1 | -1/+5 | |
2007-12-14 | add a benchmarking program that tests rendering speed | Benjamin Otte | 5 | -1/+126 | |
2007-12-14 | remove any leftover repaint idle functions when disposing | Benjamin Otte | 1 | -0/+4 | |
2007-12-14 | queue a full repaint upon creation | Benjamin Otte | 1 | -0/+5 | |
2007-12-14 | install the directfb player | Benjamin Otte | 1 | -1/+1 | |
2007-12-13 | seperate out the renderer functionality | Benjamin Otte | 6 | -47/+235 | |
2007-12-13 | make the player have a reference to the IDirectFB | Benjamin Otte | 3 | -7/+20 | |
2007-12-13 | port the first parts of swfdec-gtk to the DirectFB lib | Benjamin Otte | 12 | -20/+740 | |
2007-12-12 | add a --size option | Benjamin Otte | 1 | -7/+27 | |
2007-12-12 | write a simple test application that renders as fast as possible | Benjamin Otte | 1 | -3/+72 | |
2007-12-12 | check in skeleton | Benjamin Otte | 18 | -0/+789 | |
it's woring properly, but not doing anything useful |