summaryrefslogtreecommitdiff
path: root/browser-plugin
Commit message (Expand)AuthorAgeFilesLines
* Add support for the application/x-ms-wmp mime-type (Closes: #550157)Bastien Nocera2008-09-011-0/+1
* Add mime-type for a testBastien Nocera2008-08-261-0/+1
* Don't show visuals if the video widget size is under 150 pixels (Closes:Bastien Nocera2008-08-221-1/+14
* Fix crummy descriptions for some mime-types,Bastien Nocera2008-08-202-13/+17
* Remove code that supports older versions of GTK+Bastien Nocera2008-08-191-5/+0
* Don't put the "Open with Movie Player" menu item at the very top of theBastien Nocera2008-08-191-1/+1
* A few fixes pointed out by Christian Persch <chpe@gnome.org> (Helps:Bastien Nocera2008-08-192-8/+6
* Add support for Player.playState and Controls.isAvailable in the GMPBastien Nocera2008-08-194-4/+93
* Fix accessing a freed string, the metadata hashtable from the playlistBastien Nocera2008-08-191-1/+1
* Add test case, ripped from Apple's test page for Wall EBastien Nocera2008-06-1117-0/+1511
* Patch from Baptiste Mille-Mathias <bmm80@free.fr> to add double-click ->Bastien Nocera2008-06-101-0/+2
* Link to a page will _all_ the Quicktime plugin embed parameters Add someBastien Nocera2008-06-093-2/+92
* Implement Playlist::isplaying, (Closes: #526737) Fix GetPluginStatus() toBastien Nocera2008-06-092-7/+3
* Hide the controls by default in the VLC plugin (Closes: #526738)Bastien Nocera2008-06-091-0/+5
* Make the Complex plugin compile again... (Closes: #535820)Bastien Nocera2008-06-098-2618/+433
* Remove already done TODO items Even when giosrc is available, use theBastien Nocera2008-06-091-8/+0
* Listen to got-metadata signal, and set the fullscreen title using eitherBastien Nocera2008-05-311-13/+79
* Fix a warning, and a build failure with debugging disabledBastien Nocera2008-05-312-1/+3
* Bug 520629 – deCOMtaminate pluginsChristian Persch2008-05-3064-5270/+8858
* Remove include of <libgnomevfs/gnome-vfs-mime-utils.h> as GnomeVFS is noClaudio Saavedra2008-05-251-2/+0
* Use GIO and GDK to launch the full-blown player, startup notification onlyBastien Nocera2008-05-231-302/+43
* fix plugin not showing up on http://www.la1.be 's "journal télévisé"Bastien Nocera2008-05-091-0/+1
* Same change for the browser pluginBastien Nocera2008-05-081-9/+32
* Add Totem specific application/x-totem-plugin mime-type (Closes: #531734)Bastien Nocera2008-05-082-7/+7
* Update FSF address (Closes: #518264)Bastien Nocera2008-04-2450-100/+100
* Change to use g_get_user_config_dir() instead of hardcoding the configPhilip Withnall2008-02-212-4/+3
* Revert the previous commit, it's brokenBastien Nocera2008-02-213-44/+5
* Implement SetTime using NPN_RequestRead() if it's available on the streamBastien Nocera2008-02-213-5/+44
* For the DivX web player, force the viewer to open the file itself, as itBastien Nocera2008-02-201-2/+6
* Implement from documentation Implement stubs for the DivX Web PlayerBastien Nocera2008-02-203-7/+463
* Implement a property change signal when fullscreen state or volume changesBastien Nocera2008-02-1514-76/+251
* Implement stubs for the Audio and Video objectsBastien Nocera2008-02-142-12/+219
* Implement ClearPlaylist and AddItem, to manipulate the playlistBastien Nocera2008-02-147-41/+119
* Update the IDL for VLC 0.8.6 and aboveBastien Nocera2008-02-139-26/+306
* Add audio/x-ms-wma to the mime-types, allows playback onBastien Nocera2008-02-121-1/+2
* 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