aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2012-05-07support for setting volume in vlc player widgetRobin Haberkorn2-0/+40
API function and volume adjustment * attached volume button with player widget
2012-05-06adjustment support for the gtk-vlc-player pluginRobin Haberkorn2-23/+71
gtk-vlc-player may be connected to scale widgets (and later on the transcript widget) using GtkAdjustments * the main program has been updated accordingly * the main program also updates the "play" button now
2012-05-05remove unnecessary drawing_area class attribute (gtk-vlc-player)Robin Haberkorn2-10/+9
2012-05-04use GtkBuilder for UI, more sophisticated UIRobin Haberkorn1-1/+1
default UI file is installed (/usr/share/experiment-player/default.ui) but the actually used file may be changed via --with-default-ui=... (useful for windows where it should read --with-default-ui=default.ui)
2012-05-04minor fix: return media load successRobin Haberkorn1-0/+3
2012-05-04fixed fullscreen-mode of gtk-vlc-playerRobin Haberkorn2-27/+22
it's subclassed from GtkAlignment now, so there's always a container for the GtkDrawingArea whose X-Window will be used by libvlc
2012-05-04install gtk-vlc-player catalog into widget-specific directory ↵Robin Haberkorn1-1/+3
(DATAROOTDIR/gtk-vlc-player)
2012-05-04added Glade catalog file for VLC Player widgetRobin Haberkorn2-0/+19
it is intalled into datadir and must be manually copied into Glade's catalog path by the user
2012-05-04some header-including cleanupRobin Haberkorn1-2/+1
2012-05-04cleaned up flag and library handlingRobin Haberkorn1-1/+3
* only link against required libraries * special linking flags (like --export-all-symbols) have their special output variable and are only used for GTK applications
2012-05-02preliminary player widget based on experiment-player prototypeRobin Haberkorn4-0/+342