Age | Commit message (Expand) | Author | Files | Lines |
2006-07-06 | Fix warning on exit with GtkStyle, with GTK+ 2.10, patch from Rene Vahtel | Bastien Nocera | 1 | -0/+2 |
2006-07-03 | add i18n support (Closes: #346492) | Bastien Nocera | 1 | -0/+4 |
2006-07-03 | Change the semantics for the logo-related functions, set the logo only | Bastien Nocera | 4 | -21/+27 |
2006-06-29 | Draw the logo from the video widget itself, instead of relying on xine-lib | Bastien Nocera | 1 | -11/+65 |
2006-06-21 | export DBUS_*_VERSION via the DBUS_CFLAGS, spotted by William Jon McCann | Bastien Nocera | 1 | -1/+2 |
2006-06-21 | only spawn the viewer in _write instead of _write_ready so that we can do | Bastien Nocera | 1 | -25/+25 |
2006-06-21 | change plugin's name to "Totem Web Browser Plugin" fix compilation | Bastien Nocera | 2 | -2/+2 |
2006-06-21 | don't crash if there's no stand-alone app to handle the stream | Bastien Nocera | 1 | -0/+2 |
2006-06-21 | Move the GtkPlug specific transient dialogue handling to totem-interface, | Bastien Nocera | 6 | -66/+150 |
2006-06-20 | add support for the uimode parameter (Closes: #343008) | Bastien Nocera | 1 | -0/+7 |
2006-06-20 | Add a way to copy the URL from the popup menu (Closes: #336624) | Bastien Nocera | 1 | -0/+27 |
2006-06-20 | remove the crappy command-line construction code, so that nobody dies if | Bastien Nocera | 1 | -25/+24 |
2006-06-20 | fix handling of the hidden parameter when not given a value | Bastien Nocera | 1 | -1/+1 |
2006-06-20 | add support for the hidden parameter, use the BVW_USE_TYPE_AUDIO hint to | Bastien Nocera | 4 | -22/+42 |
2006-06-20 | always cache even if cache=true isn't present, but only if we're not a | Bastien Nocera | 1 | -0/+6 |
2006-06-19 | patch from Christian Persch to fix the relative path resolver broken by | Bastien Nocera | 1 | -3/+11 |
2006-06-19 | add basic support for cache=true (Closes: #343068) | Bastien Nocera | 2 | -4/+15 |
2006-06-19 | Fix same wrong cast here as well. | Tim-Philipp Müller | 1 | -2/+2 |
2006-06-19 | Fix crash on 64-bit systems when gconf values for buffering are set to | Tim-Philipp Müller | 1 | -2/+2 |
2006-06-19 | Use NP_ASFILEONLY for remote files, and NP_ASFILE for local files, to | Bastien Nocera | 4 | -10/+56 |
2006-06-18 | remove unused ioctl.h include | Bastien Nocera | 1 | -1/+0 |
2006-06-18 | Patch from Eric Anderson <ejona86@gmail.com> to make showing and hiding | Bastien Nocera | 2 | -38/+23 |
2006-06-17 | avoid crashes in Rhythmbox when using the new playlist parser, see | Bastien Nocera | 1 | -0/+9 |
2006-06-17 | lower-case the encoding string, as it's the way xine-lib expects it | Bastien Nocera | 6 | -5/+667 |
2006-06-17 | patch from Young-Ho Cha <ganadist at chollian net> to add a widget to | Bastien Nocera | 1 | -4/+4 |
2006-06-17 | Patch from Young-Ho Cha <ganadist at chollian net>, to allow changing the | Bastien Nocera | 3 | -0/+31 |
2006-06-13 | Pop down language/subtitle menus before replacing them with a different | Tim-Philipp Müller | 1 | -2/+12 |
2006-06-12 | Remove mentions of media-player-48.png, so that we use the themed icon | Bastien Nocera | 3 | -5/+5 |
2006-06-07 | free the device cache when getting an error checking for a CDDA (spotted | Bastien Nocera | 1 | -3/+10 |
2006-06-07 | Add audio/vnd.rn-realaudio as a possible mime-type for Real Audio | Bastien Nocera | 1 | -0/+1 |
2006-06-06 | use totem_pl_parser_read_entire_file to make sure that | Bastien Nocera | 1 | -10/+34 |
2006-06-05 | Patch from Sjoerd Simons <sjoerd@luon.net> to use NPBool instead of | Bastien Nocera | 1 | -2/+2 |
2006-05-27 | make the video widget have the focus after having set it up to get Space | Bastien Nocera | 1 | -0/+1 |
2006-05-27 | Patch from Brian Pepple <bdpepple@gmail.com> to use theme friendly icon | Bastien Nocera | 2 | -49/+28 |
2006-05-27 | Fix detection of whether a drive has a medium when using HAL >= 0.5 | Bastien Nocera | 1 | -3/+30 |
2006-05-26 | Avoid integer overflows when doing aspect ratio calculations. Require | Tim-Philipp Müller | 1 | -16/+17 |
2006-05-25 | add missing HAVE_HAL ifdef, spotted by James Livingston <jrl@ids.org.au> | Bastien Nocera | 1 | -0/+4 |
2006-05-25 | remove dead code | Bastien Nocera | 1 | -68/+0 |
2006-05-25 | Disconnect from HAL when we're done with the work | Bastien Nocera | 1 | -0/+11 |
2006-05-25 | Fix build and run-time with HAL >= 0.5 | Bastien Nocera | 1 | -1/+5 |
2006-05-25 | Use HAL to detect whether a disc is present in the device, rather than | Bastien Nocera | 2 | -55/+142 |
2006-05-23 | Add the 'goom' plugin from gst-plugins-good to the list of required | Tim-Philipp Müller | 1 | -20/+45 |
2006-05-22 | Re-add support for "parsing" block devices, look for mountpoints when we | Bastien Nocera | 2 | -18/+52 |
2006-05-22 | exit when the window is closed | Bastien Nocera | 1 | -0/+2 |
2006-05-22 | fix build, spotted by gpp666_999@yahoo.de (Closes: #342507) | Bastien Nocera | 1 | -20/+20 |
2006-05-17 | patch from Josh Nichols <nichoj@gentoo.org> to allow building with | Bastien Nocera | 1 | -2/+4 |
2006-05-17 | make the time labels localisable, patch from Roozbeh Pournader | Bastien Nocera | 1 | -2/+16 |
2006-05-17 | Stop lingering timeouts before resetting the view (Closes: #341626) | Bastien Nocera | 1 | -0/+8 |
2006-05-16 | Patch from Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> to add XSPF | Bastien Nocera | 4 | -20/+319 |
2006-05-14 | Patch from Tim-Philipp Müller <tim at centricular dot net> to handle | Bastien Nocera | 4 | -8/+21 |