summaryrefslogtreecommitdiff
path: root/browser-plugin
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings when hiddenBastien Nocera2008-02-091-2/+2
* Add support for yes/no arguments, Fix the VLC plugin not playing anythingBastien Nocera2008-02-071-2/+9
* Remember the errors, and once we've set the error, allow errors to popupBastien Nocera2008-02-072-24/+33
* Don't try to load the logo if we're hidden Match the tiny width/heightBastien Nocera2008-02-072-4/+4
* Fix the DivX plugin not getting any URIs to play on the Stage6 websiteBastien Nocera2008-02-071-1/+10
* Add a log domain for easier debugging Tell the plugin we had a buttonBastien Nocera2008-02-072-1/+7
* Add a PluginLongDescription function to all the plugins, and return aBastien Nocera2008-02-0414-3/+48
* Update mime-types for Ogg and AnnodexBastien Nocera2008-01-151-2/+5
* Fix building GTK+ version of the browser plugin (again)Bastien Nocera2008-01-081-0/+2
* Patch from Praveen A <pravi.a@gmail.com> to add application/x-ogg as aBastien Nocera2007-12-211-0/+1
* Only glow 4 times, even if we don't get the pointer entering, Fix the glowBastien Nocera2007-12-111-13/+14
* Backport patch from Ryan Lortie <desrt@desrt.ca> from libwnck, Makes useBastien Nocera2007-12-111-52/+46
* Better debug for redirectsBastien Nocera2007-12-101-1/+3
* Make the plugins link against the -mini playlist parser lib (Closes:Bastien Nocera2007-12-041-6/+6
* Move to totem-pl-parser moduleBastien Nocera2007-12-031-21/+0
* A bunch of cleanups of various sorts.Kjartan Maraas2007-11-211-2/+0
* Move this... ... hereBastien Nocera2007-11-211-21/+21
* Skip 0-length streams in playlists (Closes: #497440)Bastien Nocera2007-11-161-1/+7
* Implement totemIGMPControls::GetCurrentPosition (Helps: #364054) SupportBastien Nocera2007-11-012-2/+17
* Implement totemIGMPPlayer::SetURL and ::GetURL, andBastien Nocera2007-11-015-15/+44
* TICK is already used as a define on Solaris, use TICK_SIGNAL instead.Bastien Nocera2007-11-011-3/+3
* Update Copyright text to mention 2007Bastien Nocera2007-10-311-1/+1
* Put the fullscreen window on the screen where the video widget is, whenBastien Nocera2007-10-191-0/+11
* Fix replaying the stream when we were redirected (Closes: #486459)Bastien Nocera2007-10-151-0/+3
* Add cone to the list of possible plugins in the viewer enable cone byBastien Nocera2007-10-081-1/+3
* More float/double problems, especially in the browser viewer, which wasBastien Nocera2007-10-011-1/+1
* Fix crash when there's no screensaver objects, and add assertion guards inBastien Nocera2007-09-261-1/+2
* Create the cursor before setting the playback state so the cursor can beBastien Nocera2007-09-181-8/+14
* Make the basic plugin handle autoplay and controller as used in QuickTimeBastien Nocera2007-09-121-2/+4
* make sure mPlugin is valid as pointed out by Christian Persch (Helps:Bastien Nocera2007-09-111-0/+5
* Rename this... ...to that and add the states to those constantsBastien Nocera2007-09-109-61/+149
* Rename totem_plparser_parse_duration to totem_pl_parser_parse_duration toBastien Nocera2007-09-081-5/+5
* Mark the attributes as readonly as they should be Patch from ChristianBastien Nocera2007-09-022-4/+51
* Don't call out to the viewer when it's not started yetBastien Nocera2007-09-011-0/+4
* Add the application/vlc mime-type to the Cone plugin (Closes: #469568)Bastien Nocera2007-08-291-0/+1
* Add the Cone plugin, a plugin to mimic the VLC plugin, write IDL filesBastien Nocera2007-08-2917-19/+452
* Fix compile.Tim-Philipp Müller2007-08-281-1/+1
* Add SetVolume functionBastien Nocera2007-08-275-5/+56
* Add a toggle button to the control bar that shows the right-click menuBastien Nocera2007-08-271-18/+103
* Move totem_embedded_parse_duration from the plugin viewer to the playlistBastien Nocera2007-08-251-33/+2
* Patch from Jaap A. Haitsma <jaap@haitsma.org> the plugin viewer to show anBastien Nocera2007-08-251-0/+1
* Inhibit the screensaver when playback is ongoing (Closes: #425469)Bastien Nocera2007-08-222-1/+8
* Add support for PLS' duration format (just the number of seconds)Bastien Nocera2007-08-211-0/+4
* Tweak the duration parsing so that items < 1 second in length show up as 1Bastien Nocera2007-08-211-6/+15
* Add starttime and endtime support to RAM files parsingBastien Nocera2007-08-201-2/+4
* Fix the brain-dead code that made logos invisible, add whether to startBastien Nocera2007-08-171-3/+3
* Set the glow when we open a new item, but shouldn't start playing, as whenBastien Nocera2007-08-171-11/+11
* The heuristics for totem_embedded_open_internal actually starting playBastien Nocera2007-08-171-12/+13
* re-add the stream_uri, that's what it's there for. When setting a localBastien Nocera2007-08-161-2/+9
* Only go "audioonly" if the controller is shown, even if we're smaller thanBastien Nocera2007-08-161-11/+13