C++11 tidying.
[dcpomatic.git] / src / wx / simple_video_view.cc
2021-06-28 Carl HetheringtonC++11 tidying.
2021-06-25 Carl HetheringtonExtract gui_is_dark() to wx_util.
2021-05-20 Carl HetheringtonCheck that wxSystemSettings::GetAppearance() exists.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-15 Carl HetheringtonFix Linux build.
2021-01-15 Carl HetheringtonFix padding around preview in macOS dark mode (#1897).
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-23 Carl HetheringtonVarious tweaks to fix playback at the end of a film...
2020-12-10 Carl HetheringtonFix lots of macOS warnings by using a different boost...
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-11-05 Carl HetheringtonFix video waveform view with GL backend.
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-05-20 Carl HetheringtonRename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonIt may not be allowed to request a zero timeout on...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonSome simple-video-view tidy-ups.
2020-01-08 Carl HetheringtonDon't busy-wait when there's nothing to play.
2020-01-08 Carl HetheringtonMore tidying up.
2020-01-08 Carl HetheringtonRemove some friends from FilmViewer.
2020-01-08 Carl HetheringtonRemove FilmViewer::refresh_view.
2020-01-08 Carl HetheringtonMove _state_timer into VideoView.
2020-01-08 Carl HetheringtonAccessor for ClosedCaptionsDialog.
2020-01-08 Carl HetheringtonSame thing with inter_size.
2020-01-08 Carl HetheringtonMove _inter_position out of FilmViewer.
2020-01-08 Carl HetheringtonMove _dropped into VideoView.
2020-01-08 Carl HetheringtonDon't try opening error dialogues from the GL thread.
2020-01-08 Carl HetheringtonUse VideoView::one_video_frame.
2020-01-08 Carl HetheringtonNicer protection of _player_video. Always run GL threa...
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2020-01-08 Carl HetheringtonA little thread safety.
2020-01-08 Carl HetheringtonVarious timing hacks and development.
2020-01-08 Carl HetheringtonRemove PositionChanged in favour of consumers having...
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-08 Carl HetheringtonAdd FilmViewer::time_until_next_frame.
2020-01-08 Carl HetheringtonAdd accessor for butler.
2020-01-08 Carl HetheringtonMove _player_video into VideoView.
2020-01-08 Carl HetheringtonMove display_player_video into SimpleVideoView.
2020-01-08 Carl HetheringtonMove FilmViewer::get() into SimpleVideoView.
2020-01-08 Carl HetheringtonRemove temporary access to timer() method.
2020-01-08 Carl HetheringtonRemove redundant FilmViewer::video_position() and use...
2020-01-08 Carl HetheringtonUse FilmViewer::{film,playing,position}()
2020-01-08 Carl HetheringtonMove ::timer into SimpleVideoView.
2019-05-13 Carl HetheringtonBuild fixes related to simple/GL view.
2019-05-12 Carl HetheringtonRestore paint-panel timing.
2019-05-10 Carl HetheringtonColour in 'masking' in GL mode.
2019-05-10 Carl HetheringtonFix update on drag with GL canvas.
2019-05-10 Carl HetheringtonTidy up sized emissions from VideoView.
2019-05-10 Carl HetheringtonFix up SimpleVideoView.
2019-05-10 Carl HetheringtonTweaks to not-yet-built SimpleVideoView.
2019-05-10 Carl HetheringtonBasics of OpenGL viewer.