summaryrefslogtreecommitdiff
path: root/browser-plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse the starttime as passed on by the playlists, and seek to that timeBastien Nocera2007-08-161-8/+25
* Support application/asx for the benefit ofBastien Nocera2007-08-161-1/+2
* Don't skip past the last unplayable item in a playlist, otherwise we mightBastien Nocera2007-08-161-1/+4
* Skip to the next stream if the current one has an error in an idle, soBastien Nocera2007-08-161-2/+18
* Store the playlist items in a struct, with associated informationBastien Nocera2007-08-161-7/+57
* Fix an assertion when setting the startup logo when the logo is biggerBastien Nocera2007-08-161-4/+7
* Add SetLocalCache method Remove unused stream_uri struct memberBastien Nocera2007-08-163-9/+49
* Revert "SaveState" patch and save the volume in GConf as soon as it'sBastien Nocera2007-08-163-18/+11
* Call SaveState just before killing the plugin, so that it can save someBastien Nocera2007-08-153-0/+18
* Implement GetPluginStatus so that the .Mac galleries work, make sure allBastien Nocera2007-08-153-18/+55
* Patch from Markus Golser to add video/x-m4v as a supported mime-type forBastien Nocera2007-08-131-0/+1
* Don't delete the glow button when cleaning up (Closes: #465499)Bastien Nocera2007-08-101-2/+3
* Adapted patch from Sunil Mohan Adapa <sunilmohan@gnu.org.in> to speed-upBastien Nocera2007-08-101-24/+98
* Add a test program for the glow button widget, to ease debuggingBastien Nocera2007-08-102-17/+97
* Rephrase slightly so as to remove "startup" from the stringBastien Nocera2007-08-091-1/+1