summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* main: Fix GApplication Open() not workingBastien Nocera2022-09-061-8/+4
* main: Remove unused search entry finalize methodBastien Nocera2022-08-181-11/+0
* main: Simplify TotemObjectClass declarationBastien Nocera2022-08-182-39/+9
* main: Make search entry keyboard navigableGabor Karsay2022-08-182-45/+30
* screenshot: Move screenshot dir code to screenshot pluginJake Dane2022-08-185-33/+28
* screenshot: Save screenshots into ~/Pictures/ScreenshotsJake Dane2022-08-184-7/+29
* main: Fix fullscreen header bar not showing upBastien Nocera2022-08-171-0/+1
* main: Rely on libX11 initialising threadsBastien Nocera2022-07-182-11/+1
* backend: Rely on libX11 initialising threadsBastien Nocera2022-07-182-8/+1
* main: Add playlist page to GTK inspectorBastien Nocera2022-07-185-10/+195
* 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
* build: Disable MALLOC_PERTURB_ when running pylintBastien Nocera2022-06-272-0/+2
* opensubtitles: Ignore "Too many instance attributes" warningBastien Nocera2022-06-271-0/+1
* opensubtitles: Use "with" for locking when usefulBastien Nocera2022-06-271-39/+30
* opensubtitles: Work-around pylint not knowing about GI bindingsBastien Nocera2022-06-271-4/+4
* pythonconsole: Fix some pylint warningsBastien Nocera2022-06-271-5/+3
* opensubtitles: Fix some pylint warningsBastien Nocera2022-06-271-17/+15
* opensubtitles: Fix "string statement with no effect"Bastien Nocera2022-06-271-1/+1
* opensubtitles: Remove "u" string prefixBastien Nocera2022-06-271-13/+13
* open-directory: Use libportal to open containing folderBastien Nocera2022-05-243-53/+40
* im-status: Simplify cancellable unrefBastien Nocera2022-05-241-2/+1
* grilo: Fix crash when scrolling for more content in some casesBastien Nocera2022-05-031-1/+2
* mpris: Fix exported movie lengthAndy Holmes2022-04-251-1/+1
* icon-helpers: adjust for gnome-desktop thumbnail API changesMichael Catanzaro2022-04-111-0/+22
* main: Stop exporting seek_slider_*_cb()Bastien Nocera2022-04-071-2/+2
* main: Make macro totem_object_set_sensitivity2() privateBastien Nocera2022-04-072-25/+25
* main: Remove unused macro totem_controls_set_sensitivity()Bastien Nocera2022-04-071-2/+0
* main: Use gtk_widget_set_sensitive() directlyBastien Nocera2022-04-071-2/+2
* main: Remove unused macro totem_set_sensitivity()Bastien Nocera2022-04-071-6/+0
* main: Make totem_object_set_zoom() privateBastien Nocera2022-04-072-2/+1
* main: Remove unused declaration of totem_object_show_properties()Bastien Nocera2022-04-071-1/+0
* main: Remove unused totem_object_open_files()Bastien Nocera2022-04-072-17/+0
* main: Remove unused declaration of show_controls()Bastien Nocera2022-04-071-2/+0
* main: Make totem_setup_window() privateBastien Nocera2022-04-072-2/+2
* main: Make totem_callback_connect() privateBastien Nocera2022-04-072-2/+2
* main: Make playlist_widget_setup() privateBastien Nocera2022-04-072-2/+2
* main: Make grilo_widget_setup() privateBastien Nocera2022-04-072-2/+2
* main: Make video_widget_create() privateBastien Nocera2022-04-072-1/+1
* main: Make totem_object_plugins_*() privateBastien Nocera2022-04-072-31/+29
* main: Make totem_object_set_volume_relative() privateBastien Nocera2022-04-072-2/+1
* main: Mark totem_object_volume_toggle_mute() as privateBastien Nocera2022-04-072-20/+19
* main: Mark totem_file_has_played() as privateBastien Nocera2022-04-072-5/+1
* main: Remove zoom increments definitionBastien Nocera2022-04-071-3/+0
* main: Remove totem_volume_create() declarationBastien Nocera2022-04-071-2/+0
* main: Use GSignalGroup to simplify playlist signal handlingBastien Nocera2022-04-073-39/+32
* main: Ressurect old "channel" iconBastien Nocera2022-04-011-1/+1
* icon-helpers: Set dark UI the same way as the main playerBastien Nocera2022-04-012-4/+8
* skipto: Simplify TotemTimeEntry declarationBastien Nocera2022-03-312-35/+17