summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
AgeCommit message (Expand)Author
2014-08-09Fix crash with no film.Carl Hetherington
2014-08-08Allow support for changing timing details on multiple content simultaneously.Carl Hetherington
2014-08-08Allow removal of multiple bits of content at the same time.Carl Hetherington
2014-07-23#include trimming.Carl Hetherington
2014-07-13Rename SoundProcessor -> CinemaSoundProcessor.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington
2014-07-11Rename subtitle_use -> use_subtitles.Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington
2014-07-01Add burn subtitles option to Film.Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-30Merge master.Carl Hetherington
2014-06-27Fix the up/down buttons in the content list.Carl Hetherington
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-10Use ISDCF rather than DCI when talking about the digital cinemaCarl Hetherington
2014-06-10Disable the timeline button when there is no content.Carl Hetherington
2014-06-02Merge master.Carl Hetherington
2014-05-29Layout tweaks.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-13Remove 100fps limit when using "any DCP frame rate".Carl Hetherington
2014-05-12Add option to use any DCP frame rate, rather than just theCarl Hetherington
2014-05-10Merge master.Carl Hetherington
2014-05-09MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.Carl Hetherington
2014-04-27Merge master.Carl Hetherington
2014-04-27Open an error dialogue on uncaught exceptions in the main loop. Check that t...Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-03-22Allow up to 500MB/s J2K bitrate.Carl Hetherington
2014-03-22Layout tweak.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-04Merge master.Carl Hetherington
2014-01-28Use Mbit/s instead of MBps.Carl Hetherington
2014-01-15Merge 1.0-seek and subtitle-content.Carl Hetherington
2014-01-15Fix subtitle panel enable.Carl Hetherington
2014-01-06Merge master.Carl Hetherington
2014-01-05Stop using wxID_UP/DOWN as it appears the texts are not translated.Carl Hetherington
2013-12-29Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-29Restore layout to how it was.Carl Hetherington
2013-12-28ContentMenu was keeping its initial film and not using the current one; shoul...Carl Hetherington
2013-12-28Merge 1.0Carl Hetherington
2013-12-28Remove unused Film::content_paths_valid; fix ImageDecoder to throw an OpenFil...Carl Hetherington
2013-12-27Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-27Remove erroneous float passed as int parameter.Carl Hetherington
2013-12-18Considerable rework of decoder timing; tests pass, at least.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-04Make signatures optional (#273).Carl Hetherington
2013-12-02Fix breakage to adding multiple files at the same time.Carl Hetherington
2013-11-29Merge master.Carl Hetherington
2013-11-26Missing _() markup.Carl Hetherington
2013-11-26A whole load of UTF-8/-16 confusion fixes for Windows.Carl Hetherington