summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
AgeCommit message (Collapse)Author
2020-05-24Layout tweaks for GTK3.Carl Hetherington
2020-04-29Put current frame position in seek-by-frame dialogue when opening it (#1736).Carl Hetherington
2020-04-29Add hinting to the seek dialogue; may be a nice fix for #1736.Carl Hetherington
2020-04-15Fix glitchy timeline slider if its update timer goes off while a seek is ↵Carl Hetherington
happening.
2020-03-16Move stress testing code into a separate class and always build it.Carl Hetherington
Fix stress script generation to always reload a DCP rather than expecting it to be available after it has finished playback.
2020-01-08Basic stress-test function for player.Carl Hetherington
2020-01-08Fix event handling (hopefully).Carl Hetherington
2020-01-08Remove PositionChanged in favour of consumers having their own GUI-thread ↵Carl Hetherington
timers.
2019-11-20Put the timecode next to the rewind-to-0 button to help avoid mouse-slips ↵v2.15.36Carl Hetherington
(#1234).
2019-11-05Differentiate between stop and suspend in player.Carl Hetherington
This and the previous commit somewhat improve the previously terrible behaviour when seeking during playback, probably introduced by the idle update stuff.
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-04-02Try to fix strange behaviour of the preview slider towards the endCarl Hetherington
of content where there is a section at the end with no keyframe (#1522).
2019-03-04Fix non-movement of position slider and label after draggingCarl Hetherington
the position slider on OS X (probably #1452).
2019-01-10Add File->Close to main DCP-o-matic (#1180).Carl Hetherington
2019-01-06Fix sensitivity of left/right selector when film 3D setting changes.Carl Hetherington
2018-12-23swaroop: various logging fixes.Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-11-27Fix controls in main DoM.Carl Hetherington
2018-11-22Separate Controls into standard/swaroop.Carl Hetherington
2018-11-22Separate out SPL/SPLEntry; start trying to make player read SPLs sensibly.Carl Hetherington
2018-11-22swaroop: remove SPL editing from player UI.Carl Hetherington
2018-11-22Fix content list in player.Carl Hetherington
2018-11-22swaroop: basic manipulation of content in playlist creator.Carl Hetherington
2018-11-22Use DCPTime::split.Carl Hetherington
2018-11-21Remove Film pointer from clone().Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-11-07swaroop: new slightly-hacky way to make background image appear on stop.v2.13.67Carl Hetherington
2018-11-07Fix problems when adding the same content to a playback playlist twice.Carl Hetherington
2018-10-31swaroop: beginning of encrypted MP4 / .ecinema.v2.13.65Carl Hetherington
2018-10-28Untested loading of playlists into the list view.Carl Hetherington
2018-10-26Flip SPL list and content list.Carl Hetherington
2018-10-26Add empty playlist list and configuration option.Carl Hetherington
2018-10-26Basics of MP4 support in the player.Carl Hetherington
2018-10-26Use Film/Playlist for SPL management rather than special classes.Carl Hetherington
2018-10-19Rename player DCP directory to player content; ignore failures to load ↵Carl Hetherington
directories which are not DCPs from the player content directory.
2018-10-09Add load button for SPL.Carl Hetherington
2018-10-09Add SPL class.Carl Hetherington
2018-09-29swaroop: Disable play/stop/pause and slider during ad content.Carl Hetherington
2018-09-28Don't read DCP directory if we're not looking at it.Carl Hetherington
2018-09-28Add info (time/type) to CPL/SPL lists.Carl Hetherington
2018-09-27Basic SPL support.Carl Hetherington
2018-09-25Fix log display and auto-load KDMs from the configured directory.v2.13.55Carl Hetherington
2018-09-25Add very basic logging in the dual-screen player.Carl Hetherington
2018-09-24More Controls API tweaks.Carl Hetherington
2018-09-24Simplify Controls API slightly.Carl Hetherington
2018-09-24Add swaroop-profile start/stop/pause buttons.Carl Hetherington
2018-09-24Fix up DCP list in player.Carl Hetherington
2018-09-19Fix crash on close.v2.13.50Carl Hetherington
2018-09-14Basic dual-screen mode for player.Carl Hetherington