summaryrefslogtreecommitdiff
path: root/glib/poppler-movie.cc
AgeCommit message (Expand)AuthorFilesLines
2019-08-21Make sure guint64 is not overflownEvgeny Stambulchik1-6/+8
2019-08-21Store PopplerMovie.volume as double, mapped to 0 - 1Evgeny Stambulchik1-3/+4
2019-08-21Use guint64 for time-related values of movie objects (in ns)Evgeny Stambulchik1-20/+30
2019-08-21Make poppler_movie_get_volume() return double 0.0-1.0Evgeny Stambulchik1-3/+3
2019-08-21Rename poppler_movie_synchronous_play -> poppler_movie_is_synchronousEvgeny Stambulchik1-2/+2
2019-08-21Update Since: comments for new video APIsEvgeny Stambulchik1-6/+6
2019-08-21Change time-related Movie glib API's to return time as outEvgeny Stambulchik1-10/+36
2019-08-21Implement missing Movie API's in the Glib bindingsEvgeny Stambulchik1-0/+104
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-04-06Add some more constAlbert Astals Cid1-1/+1
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-3/+3
2017-09-16-pedantic fixesAlbert Astals Cid1-1/+1
2017-05-09New Object APIAlbert Astals Cid1-4/+1
2017-04-08glib: Fix return value in API doc comment of poppler_movie_get_play_modeCarlos Garcia Campos1-1/+1
2017-04-02glib: Expose movie play modeFrancesco Poli (wintermute)1-0/+35
2010-07-01[glib] docs: Add index of new symbols for versions 0.12, 0.14 and 0.16Carlos Garcia Campos1-0/+6
2010-06-30[glib] docs: Add media and movie to docsCarlos Garcia Campos1-0/+6
2010-03-15[glib] Add PopplerMovie classCarlos Garcia Campos1-0/+140