summaryrefslogtreecommitdiff
path: root/docs/reference/totem-sections.txt
Commit message (Collapse)AuthorAgeFilesLines
* backend: Move min/max playback rates to constantsBastien Nocera2022-11-301-0/+2
|
* main: Remove unused totem_interface_create_header_button()Krifa752022-11-241-1/+0
|
* plugins: Remove support for configurable pluginsBastien Nocera2022-11-171-1/+0
| | | | We don't use them internally, and they usually make for bad UI anyway.
* main: Remove totem_interface_load()Bastien Nocera2022-03-301-1/+0
| | | | We use GResources now, which means no more UI files that fail to load.
* docs: Document bacon_video_widget_check_init()Bastien Nocera2022-02-101-0/+1
| | | | Fixes: ef4e800766ca5029257994c7cc482062f858b17c
* backend: Port to gtkglsinkBastien Nocera2022-02-041-6/+0
| | | | | | | | | | | | | | | | | | | | | Replace the clutter-gtk based video widget with a native GL GStreamer widget, "gtkglsink". - Display aspect-ratio support for non-square pixels was removed. While it still worked correctly (you can try setting your display's resolution to a different aspect ratio), things like text and icons, and everything else in every application and the shell chrome would have been looked broken, including the video player. Except the video in the video player. - Video aspect ratio, pillar-boxing, letter-boxing and automatic rotation is now handled in the GStreamer widget - The placeholder logos, when playing files with unsupported video, or no video tracks have been changed. - Handling of mouse events has been simplified Some functionality could not be brought forward at this time: - Crop-zooming (available using the R/T keys) isn't implemented yet - Gestures support, which never worked properly anyway, wasn't reimplemented
* docs: Update for removed functionsBastien Nocera2022-02-021-3/+0
| | | | They were removed in commit 2970e93373b46482d1ddabe01f52a6c0fc2c2b16
* main: Make totem_interface_get_full_path() privateBastien Nocera2021-05-111-1/+0
|
* main: Make totem_interface_load_with_full_path() privateBastien Nocera2021-05-111-1/+0
| | | | We'll probably eventually remove it.
* main: Remove unused totem_interface_error_with_link()Bastien Nocera2021-05-111-1/+0
|
* plugins: Remove unused totem_plugin_find_file()Bastien Nocera2021-05-111-1/+0
|
* plugins: Remove totem_plugin_load_interface()Bastien Nocera2021-05-111-1/+0
| | | | Plugin developers should use GResource instead.
* main: Remove unused totem_interface_load_pixbuf()Bastien Nocera2019-10-241-1/+0
| | | | | | It was marked as private in the API docs as well. Spotted by Gabor Karsay <gabor.karsay@gmx.at>
* docs: Documentation checking fixesGabor Karsay2019-10-231-1/+5
| | | | | * Add some new symbols to sections.txt, and remove an old one * Fix typos in documentation comments
* main: Add a useful totem_object_stop() APIBastien Nocera2019-02-231-0/+1
| | | | Which behaves like the Stop button on a CD player.
* main: Remove totem_object_stop()Bastien Nocera2019-02-231-1/+0
| | | | | | This API was unusable from outside the core of totem, as it only changed the state of a couple of items in the UI, but not all the ones needed to have the UI "in the right state".
* docs: Documentation checking fixesPhilip Withnall2016-11-281-21/+21
| | | | | | | | | | • Add some new symbols to sections.txt, and remove old ones • Add some missing API version indexes to the documentation • Add a few missing documentation comments • Update the list of ignored files to include new headers which are not public API https://bugzilla.gnome.org/show_bug.cgi?id=774446
* main: Make playback rate available to pluginsBastien Nocera2016-03-211-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=417141
* main: Remove sidebar handling APIBastien Nocera2016-03-111-4/+0
| | | | It was warning for a while, and now it's gone.
* main: Remove unused totem_object_get_ui_manager()Bastien Nocera2014-05-301-1/+0
|
* main: Remove XEmbed parenting hackBastien Nocera2014-04-301-1/+0
| | | | It was only used in the browser plugin which is now gone.
* backend: Remove visualisation supportBastien Nocera2014-04-301-7/+0
| | | | | | As it's not supported by the front-end. https://bugzilla.gnome.org/show_bug.cgi?id=727761
* backend: Remove unused OSD popupBastien Nocera2014-02-041-1/+0
|
* core: Consistently prefix plugin-visible API with “totem_object_”Philip Withnall2013-08-041-39/+39
| | | | Helps: https://bugzilla.gnome.org/show_bug.cgi?id=626399
* Make TotemObject signal emission functions static to totem-object.cPhilip Withnall2013-07-051-3/+0
|
* backend: Remove bacon_video_widget_set_fullscreen() callBastien Nocera2013-03-271-1/+0
| | | | | And all its users. It's not readable, and is never read within the backend, so remove it.
* main: Remove auto-resize and zoom to video sizeBastien Nocera2013-03-061-4/+0
| | | | | | | Those will not make much sense anymore when we want Totem to be maximised most of the time, as per the new designs. https://bugzilla.gnome.org/show_bug.cgi?id=694457
* main: Remove "Toggle controls" featureBastien Nocera2013-03-061-1/+0
| | | | | | It doesn't fit with the upcoming designs. https://bugzilla.gnome.org/show_bug.cgi?id=694456
* main: Remove unused TotemCellRendererVideoBastien Nocera2012-10-111-18/+0
|
* main: Remove unused TotemVideoListBastien Nocera2012-10-111-19/+0
|
* docs: Add new functionsBastien Nocera2012-07-031-2/+5
|
* docs: Remove rate related docsBastien Nocera2012-07-031-2/+0
|
* main: Make get_video_widget() work from PythonBastien Nocera2012-07-031-1/+1
|
* backend: Remove unused connection-speed settingBastien Nocera2012-04-271-5/+0
|
* backend: Split out the subtitle loadingBastien Nocera2012-04-231-0/+1
| | | | | | | Split out the subtitle loading from _open() so it can be handled on-the-fly (without reloading the movie itself). https://bugzilla.gnome.org/show_bug.cgi?id=514050
* docs: Remove incomplete and unused API docsBastien Nocera2012-04-221-1/+1
| | | | | | We don't expect TotemObject to be subclassed, we were missing docs for new members, and the copy/paste still mentioned TotemPlParser types. Moved to the private section.
* docs: Update for latest additions and removalsBastien Nocera2012-04-211-4/+5
|
* backend: Remove _get_mrls() helper functionBastien Nocera2012-04-121-1/+0
| | | | | | It's not called anymore. https://bugzilla.gnome.org/show_bug.cgi?id=673590
* Add some unused symbols to the documentation section filePhilip Withnall2011-12-211-0/+2
|
* docs: Update lists of documented symbolsPhilip Withnall2011-07-051-0/+5
| | | | Closes: bgo#598805
* docs: Remove outdated definitionsBastien Nocera2011-07-011-2/+0
|
* Rename “audio out type” to “audio output type” in the ↵Philip Withnall2010-12-151-5/+5
| | | | | | | | BaconVideoWidget API This makes things more consistent, and has to be done before we reach the API freeze for 3.0 if it's to be done at all, because BvwAudioOutputType is effectively public API, since it's used in our GSettings schema.
* Port to GSettingsPhilip Withnall2010-09-041-1/+1
|
* Fix naming of visualization methods in BaconVideoWidgetPhilip Withnall2010-09-041-7/+7
|
* Add a connection-speed property to BaconVideoWidgetPhilip Withnall2010-09-041-0/+3
|
* Generate enum types for BaconVideoWidgetPhilip Withnall2010-09-041-0/+16
|
* Fix the documentation buildPhilip Withnall2010-07-131-0/+29
|
* Move methods from Totem to TotemObject for use in pluginsPhilip Withnall2010-06-271-28/+28
| | | | | | | | | | | g-ir-scanner will assign methods named "totem_foo" to the Totem record, so they all need to be renamed to "totem_object_foo" so that they're correctly assigned to the TotemObject class. This just changes the method declarations and definitions, and adds a #define for each method so that the old name continues to work in Totem code. This can be tidied up in a later commit, possibly at the same time as tidying up Totem's plugin-visible API.
* Move TotemDiscMediaType get_type() and quark() functions to totem-pl-parserPhilip Withnall2010-06-271-4/+0
| | | | The enum lives there, so the type functions should do too.
* Add missing documentationPhilip Withnall2010-06-191-1/+1
|