summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* main: Keep controls up when paused or stoppedBastien Nocera2022-02-171-4/+5
* main: Show milliseconds when stepping through videoBastien Nocera2022-02-171-0/+3
* backend: Add msecs support to time label widgetBastien Nocera2022-02-173-6/+59
* gst: Add support for showing msecs in time labelBastien Nocera2022-02-173-27/+80
* gst: Fix translator commentBastien Nocera2022-02-171-1/+1
* gst: Move unknown time special-case to helper functionBastien Nocera2022-02-172-11/+7
* all: Convert totem_time_to_string() to using flagsBastien Nocera2022-02-177-33/+31
* main: Use new bacon_time_label_reset() helperBastien Nocera2022-02-171-8/+4
* backend: Add helper to reset time labelsBastien Nocera2022-02-172-2/+12
* properties: Use 3 significant figures to display 24pBastien Nocera2022-02-171-2/+10
* properties: Add Ctrl+I as a shortcut for PropertiesBastien Nocera2022-02-171-1/+1
* main: Remove Ctrl+F as a fullscreen shortcutBastien Nocera2022-02-171-2/+0
* main: Add F10 menu shortcut in browse viewBastien Nocera2022-02-171-0/+13
* main: Add shortcut for "Add local video"Bastien Nocera2022-02-172-9/+6
* main: Add shortcut for "Add web video"Bastien Nocera2022-02-172-8/+7
* main: Implement F1 in browser viewBastien Nocera2022-02-172-3/+2
* main: Implement GSetting to disable hardware renderingBastien Nocera2022-02-171-0/+4
* gst: Rename totem_gst_disable_display_decoders()Bastien Nocera2022-02-174-6/+4
* gst: Simplify disabling hardware decodersBastien Nocera2022-02-171-32/+32
* main: Add 0-9 keys as shortcuts to seek to 0-90%Bastien Nocera2022-02-171-4/+17
* main: Fix type used for variableBastien Nocera2022-02-171-1/+1
* main: Add 'M' shortcut to toggle muteBastien Nocera2022-02-171-1/+4
* main: Add 'K' as a shortcut for Play/PauseBastien Nocera2022-02-171-0/+2
* backend: Fix "None" subtitle not selected when opening fileBastien Nocera2022-02-141-0/+3
* menu: Split menu item creationBastien Nocera2022-02-131-9/+13
* backend: Restore audio track when adding a text subtitleBastien Nocera2022-02-131-1/+7
* backend: Better debug in print_lang_list()Bastien Nocera2022-02-131-0/+5
* backend: Always add a "None" choice for subtitlesBastien Nocera2022-02-131-8/+7
* backend: Simplify _set_language() implementationBastien Nocera2022-02-131-22/+1
* main: Add Shift+V to toggle subtitlesBastien Nocera2022-02-111-1/+4
* backend: Add bacon_video_toggle_subtitles()Bastien Nocera2022-02-112-0/+24
* backend: Don't overwrite current sub when disabling itBastien Nocera2022-02-111-13/+21
* main: Add "V" keyboard shortcut to cycle through subtitlesBastien Nocera2022-02-111-0/+2
* main: Move subtitles and audio tracks to a separate menuBastien Nocera2022-02-112-0/+28
* backend: Move more sub/lang generation inside backendBastien Nocera2022-02-115-71/+157
* tests: Prepare for using title as part of sub/lang namingBastien Nocera2022-02-111-12/+14
* backend: Add subtitles/languages changed signalsBastien Nocera2022-02-112-10/+50
* menu: Split updating subtitles and languages menusBastien Nocera2022-02-113-7/+16
* backend: Move subtitles/languages list caching to video widgetBastien Nocera2022-02-115-79/+105
* backend: Add auto cleanup for BvwLangInfoBastien Nocera2022-02-111-2/+4
* backend: Make placeholders dimmerBastien Nocera2022-02-111-0/+6
* backend: Export subtitle/lang track titlesBastien Nocera2022-02-102-4/+8
* playlist: Remove extra line feedBastien Nocera2022-02-101-1/+1
* main: Remove error check on playlist initialisationBastien Nocera2022-02-101-3/+0
* main: Use template to create TotemOpenLocationBastien Nocera2022-02-101-51/+15
* main: Simplify TotemOpenLocation creationBastien Nocera2022-02-102-37/+13
* playlist: Use GtkBuilder templateBastien Nocera2022-02-101-36/+6
* playlist: Simplify TotemPlaylist creationBastien Nocera2022-02-102-220/+185
* main: Move fullscreen toolbar to GtkBuilderBastien Nocera2022-02-102-16/+7
* playlist: Port to GTaskGeorges Basile Stavracas Neto2022-02-091-28/+18