]> git.sesse.net Git - vlc/commit
Patch by Frans van Veen and Jasper Alias with modifications by me.
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 19 Jan 2008 14:54:38 +0000 (14:54 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 19 Jan 2008 14:54:38 +0000 (14:54 +0000)
commit65de9dd76f0ec5cfff4a84d3fbd818942321114d
tree254cdc4b910788c3311749f378da99148190450f
parentcbeed9092767db95a97ea79f6c8afbcf1dec2ea9
Patch by Frans van Veen and Jasper Alias with modifications by me.

New;
- Mozilla/firefox toolbar for Linux
- Play, Pause, Stop, Fullscreen and Mute buttons
- Timeline, you can click on any place in the timeline and the movie will jump to it

Fixed:
- Coding style, readibility
- Maximum 80 characters per line
- Major memory leak, due to not releasing image data

Known bugs:
- updating timeline not working well because callback function not working "libvlc_event_attach......"
- white line below the toolbar
- play/pause toggle not working well because ticket #1065
16 files changed:
THANKS
configure.ac
mozilla/vlcplugin.h
mozilla/vlcshell.cpp
share/mozilla/fullscreen.xpm [new file with mode: 0644]
share/mozilla/pause.xpm [new file with mode: 0644]
share/mozilla/play.xpm [new file with mode: 0644]
share/mozilla/skip_next.xpm [new file with mode: 0644]
share/mozilla/skip_previous.xpm [new file with mode: 0644]
share/mozilla/stop.xpm [new file with mode: 0644]
share/mozilla/time_icon.xpm [new file with mode: 0644]
share/mozilla/time_line.xpm [new file with mode: 0644]
share/mozilla/volume_knob.xpm [new file with mode: 0644]
share/mozilla/volume_max.xpm [new file with mode: 0644]
share/mozilla/volume_mute.xpm [new file with mode: 0644]
share/mozilla/volume_slider_bar.xpm [new file with mode: 0644]