Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / wx / controls.cc
2020-04-29 Carl HetheringtonPut current frame position in seek-by-frame dialogue...
2020-04-29 Carl HetheringtonAdd hinting to the seek dialogue; may be a nice fix...
2020-04-14 Carl HetheringtonFix glitchy timeline slider if its update timer goes...
2020-03-15 Carl HetheringtonMove stress testing code into a separate class and...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonBasic stress-test function for player.
2020-01-08 Carl HetheringtonFix event handling (hopefully).
2020-01-08 Carl HetheringtonRemove PositionChanged in favour of consumers having...
2019-11-20 Carl HetheringtonPut the timecode next to the rewind-to-0 button to... v2.15.36
2019-11-05 Carl HetheringtonDifferentiate between stop and suspend in player.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-04-01 Carl HetheringtonTry to fix strange behaviour of the preview slider...
2019-03-04 Carl HetheringtonFix non-movement of position slider and label after...
2019-01-10 Carl HetheringtonAdd File->Close to main DCP-o-matic (#1180).
2019-01-06 Carl HetheringtonFix sensitivity of left/right selector when film 3D...
2018-12-23 Carl Hetheringtonswaroop: various logging fixes.
2018-12-08 Carl HetheringtonSupport buttons.
2018-12-08 Carl HetheringtonBasics of in-place i18n with support for wxStaticText...
2018-11-27 Carl HetheringtonFix controls in main DoM.
2018-11-22 Carl HetheringtonSeparate Controls into standard/swaroop.
2018-11-22 Carl HetheringtonSeparate out SPL/SPLEntry; start trying to make player...
2018-11-22 Carl Hetheringtonswaroop: remove SPL editing from player UI.
2018-11-22 Carl HetheringtonFix content list in player.
2018-11-22 Carl Hetheringtonswaroop: basic manipulation of content in playlist...
2018-11-22 Carl HetheringtonUse DCPTime::split.
2018-11-21 Carl HetheringtonRemove Film pointer from clone().
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-11-07 Carl Hetheringtonswaroop: new slightly-hacky way to make background... v2.13.67
2018-11-07 Carl HetheringtonFix problems when adding the same content to a playback...
2018-11-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-10-31 Carl Hetheringtonswaroop: beginning of encrypted MP4 / .ecinema. v2.13.65
2018-10-28 Carl HetheringtonUntested loading of playlists into the list view.
2018-10-26 Carl HetheringtonFlip SPL list and content list.
2018-10-26 Carl HetheringtonAdd empty playlist list and configuration option.
2018-10-25 Carl HetheringtonBasics of MP4 support in the player.
2018-10-25 Carl HetheringtonUse Film/Playlist for SPL management rather than specia...
2018-10-19 Carl HetheringtonRename player DCP directory to player content; ignore...
2018-10-09 Carl HetheringtonAdd load button for SPL.
2018-10-09 Carl HetheringtonAdd SPL class.
2018-09-28 Carl Hetheringtonswaroop: Disable play/stop/pause and slider during...
2018-09-28 Carl HetheringtonDon't read DCP directory if we're not looking at it.
2018-09-28 Carl HetheringtonAdd info (time/type) to CPL/SPL lists.
2018-09-27 Carl HetheringtonBasic SPL support.
2018-09-25 Carl HetheringtonFix log display and auto-load KDMs from the configured... v2.13.55
2018-09-24 Carl HetheringtonAdd very basic logging in the dual-screen player.
2018-09-24 Carl HetheringtonMore Controls API tweaks.
2018-09-24 Carl HetheringtonSimplify Controls API slightly.
2018-09-24 Carl HetheringtonAdd swaroop-profile start/stop/pause buttons.
2018-09-24 Carl HetheringtonFix up DCP list in player.
2018-09-19 Carl HetheringtonFix crash on close. v2.13.50
2018-09-14 Carl HetheringtonBasic dual-screen mode for player.
2018-09-11 Carl HetheringtonFix slider.
2018-09-11 Carl HetheringtonFilmViewer API tidying.
2018-09-11 Carl HetheringtonRename control_film_viewer file.