A little thread safety.
[dcpomatic.git] / src / wx / gl_video_view.cc
2020-01-08 Carl HetheringtonA little thread safety.
2020-01-08 Carl HetheringtonVarious timing hacks and development.
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2019-06-03 Carl HetheringtonFix typo.
2019-06-03 Carl HetheringtonMore Windows hackery.
2019-06-03 Carl HetheringtonMore accurate reporting of whether vsync is enabled.
2019-06-03 Carl HetheringtonWindows #include.
2019-06-03 Carl HetheringtonAttempted Windows GL fixes.
2019-06-03 Carl HetheringtonType fix for OS X.
2019-06-03 Carl HetheringtonAnother OS X include.
2019-06-03 Carl HetheringtonAnother OS X include.
2019-06-03 Carl HetheringtonTry another way on OS X.
2019-06-03 Carl HetheringtonMore GL build fixes.
2019-06-03 Carl HetheringtonFix some build failures due to GL stuff.
2019-06-03 Carl HetheringtonTry to enable vsync with GL on Linux.
2019-05-12 Carl HetheringtonRestore paint-panel timing.
2019-05-10 Carl HetheringtonFix crash with small GL canvas sizes. v2.15.1
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 HetheringtonI believe _canvas will be destroyed by its parent.
2019-05-10 Carl HetheringtonRemove storage of _frame in FilmViewer.
2019-05-10 Carl HetheringtonTidy up sized emissions from VideoView.
2019-05-10 Carl HetheringtonRemove unnecessary Refresh() call.
2019-05-10 Carl HetheringtonAdd system information dialog with OpenGL version.
2019-05-10 Carl HetheringtonAdd a FIXME.
2019-05-10 Carl HetheringtonBasics of OpenGL viewer.