summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Merge branch '0.8'Benjamin Otte1-1/+1
2009-11-05Read correct argument when parsing alignment0.8李智豪1-1/+1
2008-12-28create the config directory if it doesn't exist yetBenjamin Otte1-5/+12
2008-09-24make sure to delete initial stream if it gets destroyedBenjamin Otte1-0/+2
2008-09-24SwfmozPlayer.initial is not a GObject, we must not unref itBenjamin Otte1-4/+0
2008-09-24make sure to delete initial stream if it gets destroyedBenjamin Otte1-0/+2
2008-09-24SwfmozPlayer.initial is not a GObject, we must not unref itBenjamin Otte1-4/+0
2008-09-05make query_size work properly, so that (de)maximizing works nicelyBenjamin Otte4-11/+61
2008-09-03make the windowless disabling be togglable by CFLAGS="-DDISABLE_WINDOWLESS"Benjamin Otte1-3/+3
2008-08-27dump the revision we report from 100 to 999Benjamin Otte1-1/+1
2008-08-27store pointer to NPP in loaders (fixes 16822)Benjamin Otte3-9/+10
2008-08-27don't try to repaint stuff if there's no target to paint onBenjamin Otte1-7/+17
2008-08-16Implement different autoplay policies, add GUI for changing between themRiccardo Magliocchetti3-25/+117
2008-08-16draw to the visual from the NPWindowKarl Tomlinson5-11/+16
2008-07-30add an icon, now that the core doesn't ship oneBenjamin Otte1-1/+1
2008-07-22append the flashvars to the initial file's urlBenjamin Otte3-3/+16
2008-07-22don't throw an error when saving autoplay values eitherBenjamin Otte1-2/+8
2008-07-17don't throw an error if we try to autoplay file:// urlsBenjamin Otte1-0/+2
2008-07-17display "at X" when more data has been loaded than is availableBenjamin Otte1-3/+4
2008-07-16rework to recent API changesBenjamin Otte3-10/+5
2008-07-13Make sending headers actually workPekka Lampila1-4/+6
2008-07-02update API of render functionsBenjamin Otte1-4/+3
2008-06-17redo the output of the media page (fixes #15960)Riccardo Magliocchetti3-26/+35
2008-06-13Add support for also sending headers for the launch requestsPekka Lampila4-37/+69
2008-06-13Add support for sending headers to the loaderPekka Lampila1-3/+39
2008-06-11fix compilation warning about function prototypeBenjamin Otte1-1/+2
2008-05-29Changes required by the removal of SwfdecLoaderRequest in the libraryPekka Lampila2-18/+10
2008-05-24Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec/swfdec-...Benjamin Otte2-4/+22
2008-05-24select first media url by default (fixes #15958)Riccardo Magliocchetti1-0/+7
2008-05-24make save media as button label hig compliant (fixes #15959)Riccardo Magliocchetti1-1/+1
2008-05-04Don't update the background on windowless modePekka Lampila1-1/+1
2008-05-04Take credit. Sync AUTHORS with the about dialogPekka Lampila1-0/+1
2008-05-04Handle background color according to the latest changesPekka Lampila2-4/+21
2008-05-02move toolkit check to instantiation codeBenjamin Otte1-7/+6
2008-05-01adapt to background color fixesBenjamin Otte1-1/+5
2008-04-28add renderer handlingBenjamin Otte1-12/+24
2008-04-28more updates to fullscreen handlingBenjamin Otte1-9/+21
2008-04-28implement fullscreen supportBenjamin Otte2-5/+41
2008-04-22Remove some excessive logging from the autoplay config code.James Bowes1-5/+0
2008-04-22silence argument parserBenjamin Otte1-9/+0
2008-04-22implement windowless mode (bug 12149)Benjamin Otte6-120/+222
2008-04-22use the right check for determining if a player was already initializedBenjamin Otte1-2/+1
2008-04-22invalidate in any case as we want to properly draw the pause signBenjamin Otte1-0/+1
2008-04-22we don't need no XEmbedBenjamin Otte1-6/+1
2008-04-22only draw a pause sign if the player is initializedBenjamin Otte1-1/+3
2008-04-20Allow for per-host autoplaying of flash files.James Bowes5-3/+267
2008-04-11the default background color is whiteBenjamin Otte1-20/+5
2008-04-11backgrounds are handled by the browserBenjamin Otte1-7/+1
2008-04-10use the new define from swfdec-gtkBenjamin Otte1-1/+1
2008-04-10update to mirror redraw priorities change in coreBenjamin Otte1-10/+12