Move _state_timer into VideoView.
[dcpomatic.git] / src / wx / swaroop_controls.cc
2020-01-08 Carl HetheringtonRemove PositionChanged in favour of consumers having...
2019-07-10 Carl Hetheringtonswaroop: fix crash when there's an incorrect ecinema... v2.15.11
2019-07-06 Carl Hetheringtonswaroop: clear out viewer when deselecting playlist.
2019-07-05 Carl Hetheringtonswaroop: remove on-screen log from player.
2019-07-01 Carl Hetheringtonswaroop: write position file every 2 minutes; tweak... v2.15.9
2019-07-01 Carl Hetheringtonswaroop: fix decrementing of allowed shows count to...
2019-07-01 Carl Hetheringtonswaroop: set controls to 'stopped' when a playlist...
2019-06-09 Carl Hetheringtonswaroop: allowed-shows state in playlist.
2019-05-13 Carl Hetheringtonswaroop: fix incorrect start times with encrypted MP4... attic/swaroop-v2.15.x
2019-05-13 Carl Hetheringtonswaroop: basics of encrypted MP4 playback.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-04-29 Carl HetheringtonIgnore the (unrouteable) FTP passive-mode IP address... v2.13.157
2019-02-28 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-02-27 Carl Hetheringtonswaroop: try fflush() as well as fsync(). v2.13.122
2019-02-14 Carl HetheringtonPlayer log file -> player activity log file.
2019-02-14 Carl Hetheringtonswaroop: add some debugging. v2.13.118
2019-02-14 Carl Hetheringtonswaroop: put fsync in the right place.
2019-02-08 Carl HetheringtonRemove stray variable.
2019-02-06 Carl Hetheringtonswaroop: speculative fix for non-recovery after power...
2019-02-06 Carl Hetheringtonswaroop: re-work background image logic. v2.13.113
2019-02-04 Carl Hetheringtonswaroop: populate playlist after recovery from crash.
2018-12-23 Carl Hetheringtonswaroop: various logging fixes.
2018-12-23 Carl Hetheringtonswaroop: disable previous on reaching end of playlist.
2018-12-23 Carl HetheringtonFix crash on trying to use an invalid KDM.
2018-12-23 Carl HetheringtonBe a bit more careful with fwrite.
2018-12-22 Carl Hetheringtonswaroop: progress is also for loading KDMs. v2.13.90
2018-12-21 Carl Hetheringtonswaroop: check for KDMs when selecting playlist.
2018-12-21 Carl HetheringtonProgress dialog when loading content.
2018-12-21 Carl Hetheringtonswaroop: add progress dialog when switching playlists.
2018-12-21 Carl Hetheringtonswaroop: fix stop-after-play and stop button behaviour.
2018-12-20 Carl HetheringtonRemove C++11-ism. v2.13.89
2018-12-18 Carl Hetheringtonswaroop: unload film when playlist ends.
2018-12-18 Carl Hetheringtonswaroop: alphabetically sort playlists.
2018-12-18 Carl Hetheringtonswaroop: tweak width proportions of lists.
2018-12-18 Carl Hetheringtonswaroop: only disable next button if skippable (not...
2018-12-18 Carl Hetheringtonswaroop: move previous button.
2018-12-18 Carl Hetheringtonswaroop: fix sense of skippable property.
2018-12-18 Carl Hetheringtonswaroop: respect skippable/timeline disable even with...
2018-12-14 Carl Hetheringtonswaroop: fix up restart-after-crash. v2.13.84
2018-12-13 Carl Hetheringtonswaroop: skippable -> disable next/previous.
2018-12-13 Carl Hetheringtonswaroop: next/previous buttons for playlist.
2018-12-13 Carl Hetheringtonswaroop: partial rework of SPL management.
2018-12-08 Carl Hetheringtonswaroop: better handling of missing content in SPLs.
2018-12-08 Carl Hetheringtonswaroop: refresh buttons for playlists / content.
2018-12-08 Carl Hetheringtonswaroop: progress dialogue when loading SPL.
2018-12-08 Carl Hetheringtonswaroop:
2018-12-08 Carl HetheringtonSupport buttons.
2018-12-06 Carl Hetheringtonswaroop: make disable-timeline work.
2018-11-30 Carl Hetheringtonswaroop: fix load of more than one playlist. v2.13.79
2018-11-23 Carl HetheringtonRemove required Film from content examine.
2018-11-22 Carl HetheringtonSeparate Controls into standard/swaroop.