aboutsummaryrefslogtreecommitdiff
path: root/lib/gtk-vlc-player
AgeCommit message (Expand)AuthorFilesLines
2013-06-10updated CopyrightRobin Haberkorn2-2/+2
2013-06-10gtk-vlc-player widget: fixed VLC callback processing (dead locks)Robin Haberkorn1-6/+38
2012-06-21gtk-vlc-player: set the widget's toplevel window as the fullscreen windows tr...Robin Haberkorn1-7/+25
2012-06-20keep fullscreen window above all othersRobin Haberkorn1-0/+2
2012-06-20don't set vlc-player's fullscreen window as not-resizableRobin Haberkorn1-2/+0
2012-06-20some gtk-vlc-player fullscreen window propertiesRobin Haberkorn1-0/+12
2012-06-20fixed receiving click events on the gtk-player-widget on WindowsRobin Haberkorn1-14/+81
2012-06-19emulate VLC_PLUGIN_PATH support for libvlc < 2.0.0Robin Haberkorn1-1/+31
2012-06-17use more glib macros to improve portabilityRobin Haberkorn1-8/+8
2012-06-14fixed documentationRobin Haberkorn1-6/+4
2012-06-07cleaned up success/failure return value confusionRobin Haberkorn1-6/+6
2012-06-07minor comment formatting changeRobin Haberkorn1-0/+1
2012-06-07added copyright headers and Doxygen @file comments (where they were still mis...Robin Haberkorn2-0/+34
2012-05-30fixed adjustment handling in gtk-vlc-playerRobin Haberkorn2-10/+88
2012-05-14fixed installing catalog files into Glade-3 module dir or fallback dirRobin Haberkorn1-4/+1
2012-05-14install widget catalogs into Glade-3 catalog directory if possibleRobin Haberkorn1-1/+2
2012-05-13updated gtk-vlc-player documentation and check object attributesRobin Haberkorn2-53/+92
2012-05-13documented public API of GtkVlcPlayer widgetRobin Haberkorn2-2/+161
2012-05-12use proper CClosure marshallers for vlc-player and experiment-navigator signalsRobin Haberkorn3-5/+21
2012-05-12add some @bug and @todo infosRobin Haberkorn1-1/+7
2012-05-12make private gtk-vlc-player attributes private (well sort of...) and fix obje...Robin Haberkorn2-112/+166
2012-05-11partially fixed 824dfc05c9af2dfb4299191b7e18e79a540bb2b5: must show fullscree...Robin Haberkorn1-2/+3
2012-05-11improved fullscreen mode support and cleaned up widget displayingRobin Haberkorn1-6/+6
2012-05-10fixed DLL building and Glade catalog on WindowsRobin Haberkorn2-3/+4
2012-05-09make sure that vlc-player widget is built as shared library and can be loaded...Robin Haberkorn1-0/+1
2012-05-09use only filenames instead of URIs when working with the VLC playerRobin Haberkorn2-17/+38
2012-05-07build system: fixed AM_CFLAGS handlingRobin Haberkorn1-1/+2
2012-05-07fixed vlc player widget's _set_adjustment functionsRobin Haberkorn1-0/+14
2012-05-07support for setting volume in vlc player widgetRobin Haberkorn2-0/+40
2012-05-06adjustment support for the gtk-vlc-player pluginRobin Haberkorn2-23/+71
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
2012-05-04minor fix: return media load successRobin Haberkorn1-0/+3
2012-05-04fixed fullscreen-mode of gtk-vlc-playerRobin Haberkorn2-27/+22
2012-05-04install gtk-vlc-player catalog into widget-specific directory (DATAROOTDIR/gt...Robin Haberkorn1-1/+3
2012-05-04added Glade catalog file for VLC Player widgetRobin Haberkorn2-0/+19
2012-05-04some header-including cleanupRobin Haberkorn1-2/+1
2012-05-04cleaned up flag and library handlingRobin Haberkorn1-1/+3
2012-05-02preliminary player widget based on experiment-player prototypeRobin Haberkorn3-0/+340