summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* main: Make search entry keyboard navigableGabor Karsay2022-08-181-1/+0
| | | | | | | | | | Add a dropdown button next to the search entry to select the search source, instead of a tag. The button is now reachable through the keyboard via tab navigation. Co-authored: Bastien Nocera <hadess@hadess.net> Closes: #71
* 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: Don't reconstruct the version from its elementsBastien Nocera2022-02-242-5/+2
| | | | Use the version instead...
* docs: Document bacon_video_widget_check_init()Bastien Nocera2022-02-101-0/+1
| | | | Fixes: ef4e800766ca5029257994c7cc482062f858b17c
* backend: Port to gtkglsinkBastien Nocera2022-02-042-10/+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.
* docs: Remove obsolete headers from private listBastien Nocera2021-05-061-20/+0
|
* 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
* docs: Fix missing Properties and Signals sections in referenceGabor Karsay2019-10-231-0/+1
| | | | | | | | | | gtkdoc module didn't find the types file. As a side effect, 2 files have a different name, hyperlinks are working: totem-TotemObject.html → TotemObject.html totem-BaconVideoWidget.html → BaconVideoWidget.html Closes: #368
* main: Remove mention of chapters pluginBastien Nocera2019-02-261-2/+0
| | | | | | The "autoload chapters" setting doesn't do anything since the chapters plugin was first disabled with the UI redesign in GNOME 3.12, and then removed.
* 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".
* properties: Remove nautilus properties pageBastien Nocera2019-02-111-1/+0
| | | | | | It's now in nautilus itself. See: https://gitlab.gnome.org/GNOME/nautilus/issues/887 https://gitlab.gnome.org/GNOME/nautilus/merge_requests/411
* sample-vala: Remove sample-vala pluginBastien Nocera2019-02-081-1/+0
| | | | As we are going to remove the Vala plugin support.
* build: Improve documentation generationIñigo Martínez2018-03-011-18/+9
| | | | | | | | | | Some of the parameters used in documentation generation are duplicated because many of them are already added by meson. The `src` directory is the only one that has been left as there is no need for the rest. The references has also been fixed by using the proper path.
* build: Remove meson build file from docs directoryIñigo Martínez2018-03-011-1/+0
| | | | | | | | The meson build file in `docs` directory is used only to include the `reference` directory. The file has been removed and the full `docs/reference` path is used from the root source directory.
* build: Fix build with gtk-doc 1.26Jeremy Bicha2017-10-191-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=789202
* build: Remove autotoolsBastien Nocera2017-06-232-159/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=783205
* build: Port to meson build systemIñigo Martínez2017-06-233-2/+101
| | | | | | | With additional testing and patches from Bastien Nocera <hadess@hadess.net> https://bugzilla.gnome.org/show_bug.cgi?id=783205
* build: Remove more references to libegg componentsBastien Nocera2017-05-221-5/+0
| | | | Which are now unused.
* docs: Documentation checking fixesPhilip Withnall2016-11-283-22/+46
| | | | | | | | | | • 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-112-6/+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-042-4/+0
|
* Update project homepage urlWilliam Jon McCann2013-12-181-1/+1
|
* build: Fixes for make distcheckRico Tzschichholz2013-09-181-1/+1
|
* 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
|
* docs: Link to libgd as wellBastien Nocera2013-05-081-0/+1
|
* 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
* Use g_cclosure_marshal_generic() instead custom marshallersJavier Jardón2012-12-101-5/+0
|
* main: Remove unused TotemCellRendererVideoBastien Nocera2012-10-113-24/+0
|
* main: Remove unused TotemVideoListBastien Nocera2012-10-113-22/+0
|
* build: Fix pkg-config usageBastien Nocera2012-07-131-3/+2
| | | | | | | | | | | We shouldn't be concatenating outputs from pkg-config, it ends up listing libraries twice and making a mess. This commit also cleans up the dependencies for the thumbnailer, audio preview and nautilus tabs, as they don't need clutter for example. https://bugzilla.gnome.org/show_bug.cgi?id=679461
* docs: Add new functionsBastien Nocera2012-07-031-2/+5
|
* docs: More headers to ignoreBastien Nocera2012-07-031-1/+7
|
* 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
|