| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-16 | Fix OpenGL crashes on macOS (#1899). | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-23 | Various tweaks to fix playback at the end of a film (#1858). | Carl Hetherington | |
| The most questionable change here is probably how SimpleVideoView::display_next_frame no longer re-schedules itself if the call to get_next_frame returned AGAIN; it seems wrong to do that when FilmViewer::idle_handler() also reschedules itself when display_next_frame() returns AGAIN. | |||
| 2020-09-23 | Undefine Status that somebody decided to put in the global namespace. | Carl Hetherington | |
| 2020-08-09 | wxEVT_CREATE appears never to arrive on Windows, so change thingsv2.15.96 | Carl Hetherington | |
| to create the OpenGL thread on the first paint request. | |||
| 2020-07-27 | Hide warnings triggered by Ubuntu 20.04's gcc. | Carl Hetherington | |
| 2020-07-02 | Potential Windows build fix.v2.15.86 | Carl Hetherington | |
| 2020-06-28 | Make some methods private. | Carl Hetherington | |
| 2020-06-28 | Fix confusion between one-shot and playing causing surprising | Carl Hetherington | |
| seeks when things are updated. | |||
| 2020-06-28 | Make _one_shot and _playing atomic. | Carl Hetherington | |
| 2020-06-28 | Rename _playing_condition -> _thread_work_condition. | Carl Hetherington | |
| 2020-01-30 | Various thread cleanups. | Carl Hetherington | |
| 2020-01-08 | Use glTexSubImage2D when possible, as suggested by ↵ | Carl Hetherington | |
| https://www.khronos.org/opengl/wiki/Common_Mistakes | |||
| 2020-01-08 | Various cleanups and thread-safety. | Carl Hetherington | |
| 2020-01-08 | Same thing with inter_size. | Carl Hetherington | |
| 2020-01-08 | Move _inter_position out of FilmViewer. | Carl Hetherington | |
| 2020-01-08 | Implement GLView::update. | Carl Hetherington | |
| 2020-01-08 | Don't try opening error dialogues from the GL thread. | Carl Hetherington | |
| 2020-01-08 | Fix display when there is no film. | Carl Hetherington | |
| 2020-01-08 | Nicer protection of _player_video. Always run GL thread rather than ↵ | Carl Hetherington | |
| starting/stopping it. | |||
| 2020-01-08 | Remove GL context accessor and hence lock. | Carl Hetherington | |
| 2020-01-08 | Clean up access to stuff from Film. | Carl Hetherington | |
| 2020-01-08 | A little thread safety. | Carl Hetherington | |
| 2020-01-08 | Various timing hacks and development. | Carl Hetherington | |
| 2020-01-08 | Barely-functioning GL playback with new arrangement. | Carl Hetherington | |
| 2019-06-03 | More accurate reporting of whether vsync is enabled. | Carl Hetherington | |
| 2019-06-03 | Fix some build failures due to GL stuff. | Carl Hetherington | |
| 2019-05-10 | Colour in 'masking' in GL mode. | Carl Hetherington | |
| 2019-05-10 | Fix update on drag with GL canvas. | Carl Hetherington | |
| 2019-05-10 | Basics of OpenGL viewer. | Carl Hetherington | |
