summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-05Get rid of --enable-mintainer-mode switchHEADmasterBenjamin Otte1-1/+1
The switch is not used anymore
2009-11-05Merge branch '0.8'Benjamin Otte1-1/+1
Conflicts: configure.ac
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-12-28use AC_CONFIG_MACRO_DIR instead of custom hackBenjamin Otte1-1/+1
2008-11-12back to developmentBenjamin Otte1-2/+2
2008-11-11release 0.9.20.9.2Benjamin Otte1-2/+2
2008-11-11update for releaseBenjamin Otte1-0/+5
2008-10-23back to developmentBenjamin Otte1-1/+1
2008-10-23Merge branch '0.8'Benjamin Otte1-0/+5
Conflicts: configure.ac
2008-10-23release 0.8.20.8.2Benjamin Otte1-1/+1
2008-10-23update NEWSBenjamin Otte1-0/+5
2008-09-24Merge branch '0.8'Benjamin Otte0-0/+0
2008-09-24make sure to delete initial stream if it gets destroyedBenjamin Otte1-0/+2
extra paranoia about flashblock behavior
2008-09-24SwfmozPlayer.initial is not a GObject, we must not unref itBenjamin Otte1-4/+0
fixes crashes caused by flashblock
2008-09-24We require 0.9.1, not 0.9Benjamin Otte1-2/+2
Guess noone compiled this yet? :o
2008-09-24make sure to delete initial stream if it gets destroyedBenjamin Otte1-0/+2
extra paranoia about flashblock behavior
2008-09-24SwfmozPlayer.initial is not a GObject, we must not unref itBenjamin Otte1-4/+0
fixes crashes caused by flashblock
2008-09-09Fix an error in configure checkPekka Lampila1-1/+1
2008-09-09Merge branch '0.8'Benjamin Otte0-0/+0
Conflicts: configure.ac
2008-09-09back to developmentBenjamin Otte1-1/+1
2008-09-08back to developmentBenjamin Otte1-4/+4
2008-09-08release 0.8.00.8.0Benjamin Otte1-4/+4
2008-09-08update NEWS for releaseBenjamin Otte1-0/+7
2008-09-08apply same chirurgy here as to swfdec's configure.acBenjamin Otte1-9/+2
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
easier than hacking sources. And no, asac, you don't want to use that
2008-08-27dump the revision we report from 100 to 999Benjamin Otte1-1/+1
That makes us look like we can do H264
2008-08-27store pointer to NPP in loaders (fixes 16822)Benjamin Otte3-9/+10
That way we can set the NPP to NULL in the player and loaders get notified of it. This is not a beautiful way (storing a weak ref to the player would likely be better), but I'm lazy right now.
2008-08-27don't try to repaint stuff if there's no target to paint onBenjamin Otte1-7/+17
First part of a fix for bug 16822
2008-08-16Implement different autoplay policies, add GUI for changing between themRiccardo Magliocchetti3-25/+117
The three possible configuration are: always autoplay, never autoplay and check last choice for the same host. The idea implemented is to have the global autoplay key be not overridden by the per host configuration. If the global autoplay key is not present the behaviour of the actual implementation is preserved, and its default is still to do not play automatically.
2008-08-16draw to the visual from the NPWindowKarl Tomlinson5-11/+16
Currently the swfdec plugin draws with the visual from the browser toplevel window which is not necessarily appropriate for the Drawable of windowless plugins. This can result in "BadMatch (invalid parameter attributes)" when the depths differ or colour confusion if the depths are the same but color masks differ. Once this Mozilla bug is fixed, its test case can serve as a test case for this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=445250 Even without non-unit opacity, it's possible there may be some Xserver/application configurations where the visual on the toplevel window differs from that used within Mozilla, which is gdk_rgb_get_colormap(), or other browser. Fixes bug #16717
2008-07-30back to developmentBenjamin Otte1-2/+2
2008-07-30release 0.7.40.7.4Benjamin Otte1-2/+2
2008-07-30update NEWSBenjamin Otte1-0/+7
2008-07-30add an icon, now that the core doesn't ship oneBenjamin Otte16-1/+374
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
"5 bytes of 3 bytes" looks a bit wrong
2008-07-16rework to recent API changesBenjamin Otte3-10/+5
also make the output of the status line more useful
2008-07-13Make sending headers actually workPekka Lampila1-4/+6
2008-07-02update API of render functionsBenjamin Otte1-4/+3
2008-06-25back to developmentBenjamin Otte1-2/+2
2008-06-25release 0.7.20.7.2Benjamin Otte1-2/+2
2008-06-25update NEWS for next releaseBenjamin Otte1-0/+10
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