summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.cc
AgeCommit message (Expand)Author
2021-09-21Extract colours to VideoView.Carl Hetherington
2021-06-29Fix confusing black padding in GUI dark mode (#2053).Carl Hetherington
2021-06-28C++11 tidying.Carl Hetherington
2021-06-25Extract gui_is_dark() to wx_util.Carl Hetherington
2021-05-20Check that wxSystemSettings::GetAppearance() exists.Carl Hetherington
2021-01-27Use enum class for VideoRange.Carl Hetherington
2021-01-16Fix Linux build.Carl Hetherington
2021-01-15Fix padding around preview in macOS dark mode (#1897).Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-23Various tweaks to fix playback at the end of a film (#1858).Carl Hetherington
2020-12-11Fix lots of macOS warnings by using a different boost/bind include.Carl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-16Make sure we use limited ("video") range data when exporting.Carl Hetherington
2020-11-05Fix video waveform view with GL backend.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-05-20Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.Carl Hetherington
2020-04-24Add subtitle analysis so that the outline of all subtitlesCarl Hetherington
2020-02-19It may not be allowed to request a zero timeout on macOS.Carl Hetherington
2020-01-08Some simple-video-view tidy-ups.Carl Hetherington
2020-01-08Don't busy-wait when there's nothing to play.Carl Hetherington
2020-01-08More tidying up.Carl Hetherington
2020-01-08Remove some friends from FilmViewer.Carl Hetherington
2020-01-08Remove FilmViewer::refresh_view.Carl Hetherington
2020-01-08Move _state_timer into VideoView.Carl Hetherington
2020-01-08Accessor for ClosedCaptionsDialog.Carl Hetherington
2020-01-08Same thing with inter_size.Carl Hetherington
2020-01-08Move _inter_position out of FilmViewer.Carl Hetherington
2020-01-08Move _dropped into VideoView.Carl Hetherington
2020-01-08Don't try opening error dialogues from the GL thread.Carl Hetherington
2020-01-08Use VideoView::one_video_frame.Carl Hetherington
2020-01-08Nicer protection of _player_video. Always run GL thread rather than starting...Carl Hetherington
2020-01-08Clean up access to stuff from Film.Carl Hetherington
2020-01-08A little thread safety.Carl Hetherington
2020-01-08Various timing hacks and development.Carl Hetherington
2020-01-08Remove PositionChanged in favour of consumers having their own GUI-thread tim...Carl Hetherington
2020-01-08Barely-functioning GL playback with new arrangement.Carl Hetherington
2020-01-08Add FilmViewer::time_until_next_frame.Carl Hetherington
2020-01-08Add accessor for butler.Carl Hetherington
2020-01-08Move _player_video into VideoView.Carl Hetherington
2020-01-08Move display_player_video into SimpleVideoView.Carl Hetherington
2020-01-08Move FilmViewer::get() into SimpleVideoView.Carl Hetherington
2020-01-08Remove temporary access to timer() method.Carl Hetherington
2020-01-08Remove redundant FilmViewer::video_position() and use FilmViewer::position() ...Carl Hetherington
2020-01-08Use FilmViewer::{film,playing,position}()Carl Hetherington
2020-01-08Move ::timer into SimpleVideoView.Carl Hetherington
2019-05-13Build fixes related to simple/GL view.Carl Hetherington
2019-05-12Restore paint-panel timing.Carl Hetherington
2019-05-10Colour in 'masking' in GL mode.Carl Hetherington
2019-05-10Fix update on drag with GL canvas.Carl Hetherington
2019-05-10Tidy up sized emissions from VideoView.Carl Hetherington