summaryrefslogtreecommitdiff
path: root/gtk/gtkvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Add more names to sourcesMatthias Clasen2022-09-281-0/+1
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+2
* video: Fix typo in docsBenjamin Otte2022-06-071-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-12/+4
* docs: Fix wrong fragments in type linksEmmanuele Bassi2021-11-071-1/+1
* Merge branch 'wip/sadiq/reveal-controls-on-touch' into 'master'Matthias Clasen2021-06-241-4/+17
|\
| * video: Reveal controls on tapMohammed Sadiq2021-06-081-4/+17
* | Add type annotations for filename argumentsMatthias Clasen2021-06-121-1/+1
|/
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-8/+8
* video: Add property annotationsMatthias Clasen2021-03-111-16/+14
* video: Convert docsMatthias Clasen2021-03-111-56/+59
* video: Realize the media stream before setting a fileMatthias Clasen2021-01-041-1/+7
* video: Tweak the docsMatthias Clasen2021-01-021-6/+13
* video: Pause on unset tooMatthias Clasen2021-01-021-0/+2
* video: Be consistent about play/pauseMatthias Clasen2021-01-011-3/+9
* video: Stop playing when appropriateMatthias Clasen2021-01-011-2/+15
* video: When autoplaying, start playing once the video is preparedBenjamin Otte2020-12-241-0/+5
* CosmeticsMatthias Clasen2020-10-211-1/+1
* video: Make autoplay workMatthias Clasen2020-09-131-1/+1
* gtkvideo: Track child focus to determine whether controls should autohideCarlos Garnacho2020-06-241-5/+5
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-3/+0
* video: Don't hide the controls while the popup is shownMatthias Clasen2020-04-281-1/+18
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+3
* video: Use a bin layoutTimm Bäder2019-09-251-35/+2
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-4/+25
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-4/+9
* video: Use a Picture instead of an ImageBenjamin Otte2018-06-101-3/+4
* picture: IntroduceBenjamin Otte2018-06-101-1/+2
* video: Fix memory leakMohammed Sadiq2018-05-131-0/+1
* Add more media docsMatthias Clasen2018-05-061-0/+4
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-32/+27
* video: Add autoplay and loop boolean propertiesBenjamin Otte2018-04-061-0/+137
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-3/+2
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-5/+5
* video: Add gtk_video_get_file()Benjamin Otte2018-03-191-0/+17
* gtk: Fix some g-i annotations warningsRico Tzschichholz2018-03-181-3/+3
* mediastream: Add gtk_media_stream_realize/unrealize()Benjamin Otte2018-03-181-8/+44
* gtk: Add GtkVideoBenjamin Otte2018-03-181-0/+615