summaryrefslogtreecommitdiff
path: root/src/backend/bacon-video-widget.c
Commit message (Expand)AuthorAgeFilesLines
* backend: Use GtkBin as base class instead GtkOverlayKrifa752022-11-301-2/+2
* backend: Add missing period at the end of error messageBastien Nocera2022-11-301-1/+1
* backend: Move min/max playback rates to constantsBastien Nocera2022-11-301-2/+2
* backend: Return an error on playback failureBastien Nocera2022-11-301-0/+2
* backend: Translate DVD/VCD device errorsBastien Nocera2022-07-181-2/+2
* backend: Show error page when OpenGL couldn't initBastien Nocera2022-07-181-0/+2
* backend: Throw a better error if OpenGL couldn't initBastien Nocera2022-07-181-0/+8
* 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: 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-111-0/+23
* backend: Don't overwrite current sub when disabling itBastien Nocera2022-02-111-13/+21
* backend: Move more sub/lang generation inside backendBastien Nocera2022-02-111-43/+77
* 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: Export subtitle/lang track titlesBastien Nocera2022-02-101-0/+2
* backend: Fix declaration in the middle of a functionBastien Nocera2022-02-091-1/+3
* backend: Remove GInitable interfaceBastien Nocera2022-02-091-51/+52
* backend: Simplify object initialisationBastien Nocera2022-02-091-14/+0
* backend: Move internal icons to GResourceBastien Nocera2022-02-081-0/+3
* backend: Update copyright dateBastien Nocera2022-02-081-1/+1
* backend: Use GtkBuilder templateBastien Nocera2022-02-081-19/+17
* backend: Use better placeholder when there's no videoBastien Nocera2022-02-041-12/+47
* backend: Add FPS display when using FPS_DISPLAY=1Bastien Nocera2022-02-041-1/+18
* backend: Remove unused *-requested signalsBastien Nocera2022-02-041-49/+0
* backend: Port to gtkglsinkBastien Nocera2022-02-041-849/+150
* docs: Document bacon_video_widget_lang_info_free()Bastien Nocera2022-02-021-0/+6
* backend: Remove non-working gestures implementationBastien Nocera2022-01-281-65/+0
* backend: Remove VA-API disablementBastien Nocera2022-01-271-14/+0
* backend: Remove enum to string helperBastien Nocera2022-01-271-21/+6
* backend: Remove unused BVW_INFO_COVERBastien Nocera2021-05-061-17/+0
* backend: Remove cover supportBastien Nocera2021-05-051-69/+10
* backend: Remove _set_logo() callBastien Nocera2021-05-051-31/+18
* backend: Remove mentions of visualisationsBastien Nocera2021-05-051-6/+3
* backend: Remove "logo-mode" propertyBastien Nocera2021-05-051-183/+113
* backend: Fix misleading indentationBastien Nocera2021-04-301-1/+2
* backend: Simplify backend widget declarationBastien Nocera2021-04-301-774/+759
* backend: Don't throw error when EOS'ing an MPEG fileBastien Nocera2020-09-291-1/+31