summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* all: Clean up headersBastien Nocera2022-03-311-8/+1
* backend: Fix some memory leak on missing pluginsBastien Nocera2022-03-291-0/+2
* backend: Plug memory leaks on exitBastien Nocera2022-03-291-0/+10
* backend: Remove duplicate free of subtitle_uriBastien Nocera2022-03-291-1/+0
* backend: Fix warning if glsinkbin plugin is missingBastien Nocera2022-03-291-1/+2
* backend: Check for glsinkbin at runtimeBastien Nocera2022-03-291-1/+4
* backend: Print errors taking screenshotsBastien Nocera2022-03-091-1/+9
* gst: Add error-reporting to screenshot helperBastien Nocera2022-03-091-1/+1
* 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
* backend: Add msecs support to time label widgetBastien Nocera2022-02-172-6/+32
* gst: Move unknown time special-case to helper functionBastien Nocera2022-02-171-10/+3
* all: Convert totem_time_to_string() to using flagsBastien Nocera2022-02-171-13/+7
* backend: Add helper to reset time labelsBastien Nocera2022-02-172-2/+12
* backend: Fix "None" subtitle not selected when opening fileBastien Nocera2022-02-141-0/+3
* 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
* 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
* backend: Move more sub/lang generation inside backendBastien Nocera2022-02-112-43/+79
* backend: Add subtitles/languages changed signalsBastien Nocera2022-02-111-6/+42
* backend: Move subtitles/languages list caching to video widgetBastien Nocera2022-02-111-19/+103
* 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
* backend: Fix declaration in the middle of a functionBastien Nocera2022-02-091-1/+3
* backend: Port test to new video widget APIBastien Nocera2022-02-091-2/+2
* backend: Remove GInitable interfaceBastien Nocera2022-02-092-52/+55
* backend: Simplify object initialisationBastien Nocera2022-02-091-14/+0
* backend: Show errors instantiating video widget in test appBastien Nocera2022-02-091-3/+6
* backend: Remove unused variables from testBastien Nocera2022-02-081-3/+0
* backend: Move internal icons to GResourceBastien Nocera2022-02-084-0/+9
* backend: Update copyright dateBastien Nocera2022-02-081-1/+1
* backend: Use GtkBuilder templateBastien Nocera2022-02-084-19/+66
* main: Simplify BaconTimeLabel creationBastien Nocera2022-02-082-38/+19
* backend: Use better placeholder when there's no videoBastien Nocera2022-02-041-12/+47
* backend: Remove unused LOGO_PATH cflagsBastien Nocera2022-02-041-1/+0
* backend: Add FPS display when using FPS_DISPLAY=1Bastien Nocera2022-02-041-1/+18
* all: Remove obsolete source filesBastien Nocera2022-02-048-1153/+0
* backend: Remove unused *-requested signalsBastien Nocera2022-02-041-49/+0
* backend: Port to gtkglsinkBastien Nocera2022-02-044-910/+155
* docs: Document bacon_video_widget_lang_info_free()Bastien Nocera2022-02-021-0/+6
* backend: Simplify enum classes generationBastien Nocera2022-01-283-67/+2
* backend: Remove non-working gestures implementationBastien Nocera2022-01-281-65/+0
* backend: Check for GTK GL pluginsBastien Nocera2022-01-281-1/+3
* backend: Stop checking for goom pluginBastien Nocera2022-01-281-1/+0
* build: Add explicit gmodule and x11 dependenciesBastien Nocera2022-01-271-2/+4