summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gst: Fix saving screenshots with a GL video sinkBastien Nocera2022-03-091-25/+45
* gst: Remove support for cropping videosBastien Nocera2022-03-091-55/+6
* gst: Remove support for exporting non-raw framesBastien Nocera2022-03-091-85/+8
* gst: Import video conversion code from GStreamerBastien Nocera2022-03-091-3/+406
* backend: Print errors taking screenshotsBastien Nocera2022-03-091-1/+9
* gst: Add error-reporting to screenshot helperBastien Nocera2022-03-095-15/+16
* gst: Use #pragma once in headersBastien Nocera2022-03-093-25/+3
* dbusservice: Remove Python-based MPRIS pluginBastien Nocera2022-02-214-365/+0
* variable-rate: The MPRIS plugin also uses those ratesBastien Nocera2022-02-211-0/+2
* mpris: Add new native MPRIS pluginBastien Nocera2022-02-215-0/+861
* vimeo: Stop using intermediate private structBastien Nocera2022-02-211-9/+11
* variable-rate: Stop using intermediate private structBastien Nocera2022-02-211-31/+29
* skipto: Stop using intermediate private structBastien Nocera2022-02-211-62/+58
* screenshot: Stop using intermediate private structBastien Nocera2022-02-211-49/+47
* screensaver: Stop using intermediate private structBastien Nocera2022-02-211-39/+41
* save-file: Stop using intermediate private structBastien Nocera2022-02-211-62/+62
* rotation: Stop using intermediate private structBastien Nocera2022-02-211-52/+46
* recent: Stop using intermediate private structBastien Nocera2022-02-211-12/+14
* properties: Stop using intermediate private structBastien Nocera2022-02-211-26/+28
* open-directory: Stop using intermediate private structBastien Nocera2022-02-211-25/+25
* autoload-subtitles: Stop using intermediate private structBastien Nocera2022-02-211-17/+19
* apple-trailers: Stop using intermediate private structBastien Nocera2022-02-211-9/+11
* im-status: Stop using intermediate private structBastien Nocera2022-02-211-25/+27
* plugins: Don't use intermediate private structBastien Nocera2022-02-211-6/+0
* backend: Simplify code that uses the toplevel windowBastien Nocera2022-02-201-9/+2
* backend: Always show cursor when toplevel is unfocusedBastien Nocera2022-02-201-0/+15
* backend: Simplify cursor settingBastien Nocera2022-02-201-35/+34
* 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