Tidy up Frame / App classes, reducing use of static variables.
[dcpomatic.git] / src / wx / film_editor.cc
2014-08-25 Carl HetheringtonTidy up Frame / App classes, reducing use of static...
2014-08-19 Carl HetheringtonUse SafeStringStream instead of std::stringstream to...
2014-08-18 Carl HetheringtonFix weird problem where content list is no longer selec...
2014-08-09 Carl HetheringtonFix crash with no film.
2014-08-09 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-08-08 Carl HetheringtonAllow support for changing timing details on multiple...
2014-08-08 Carl HetheringtonAllow removal of multiple bits of content at the same...
2014-07-01 Carl Hetheringtonwhile (1) -> while (true)
2014-06-27 Carl HetheringtonMerge 1.70.0-hotfix branch into master.
2014-06-27 Carl HetheringtonFix the up/down buttons in the content list.
2014-06-10 Carl HetheringtonUse ISDCF rather than DCI when talking about the digita...
2014-06-10 Carl HetheringtonDisable the timeline button when there is no content.
2014-05-29 Carl HetheringtonLayout tweaks.
2014-05-13 Carl HetheringtonRemove 100fps limit when using "any DCP frame rate".
2014-05-12 Carl HetheringtonAdd option to use any DCP frame rate, rather than just the
2014-05-09 Carl HetheringtonMerge.
2014-05-09 Carl HetheringtonMAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.
2014-04-27 Carl HetheringtonOpen an error dialogue on uncaught exceptions in the...
2014-03-22 Carl HetheringtonAllow up to 500MB/s J2K bitrate.
2014-03-22 Carl HetheringtonLayout tweak.
2014-01-28 Carl HetheringtonMerge.
2014-01-28 Carl HetheringtonUse Mbit/s instead of MBps.
2014-01-05 Carl HetheringtonStop using wxID_UP/DOWN as it appears the texts are...
2013-12-29 Carl HetheringtonRestore layout to how it was.
2013-12-28 Carl HetheringtonContentMenu was keeping its initial film and not using...
2013-12-28 Carl HetheringtonRemove unused Film::content_paths_valid; fix ImageDecod...
2013-12-27 Carl HetheringtonRemove erroneous float passed as int parameter.
2013-12-04 Carl HetheringtonMake signatures optional (#273).
2013-12-02 Carl HetheringtonFix breakage to adding multiple files at the same time.
2013-11-29 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-29 Carl HetheringtonMerge master.
2013-11-27 Carl HetheringtonMerge 1.0-encoding.
2013-11-26 Carl HetheringtonMissing _() markup.
2013-11-26 Carl HetheringtonA whole load of UTF-8/-16 confusion fixes for Windows.
2013-11-26 Carl HetheringtonWork around working directory error on Windows; bump...
2013-11-26 Carl HetheringtonDon't destroy wxFileDialog before reading from it.
2013-11-25 Carl HetheringtonUndo previous guess; try passing UTF-16 to Magick:...
2013-11-25 Carl HetheringtonTry using utf8_str to convert wx filenames to boost.
2013-11-24 Carl HetheringtonVarious joining fixes.
2013-11-22 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-22 Carl HetheringtonMerge still/moving image classes.
2013-11-14 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonAdd a couple of audio properties to the multi-select...
2013-11-11 Carl HetheringtonBasic multiple selection for cropping.
2013-11-11 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-10 Carl HetheringtonAllow multiple selection; return multiple selection...
2013-11-08 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dyndns.org/home/carl...
2013-11-08 Carl HetheringtonRemove erroneous double cast causing strange behaviour...
2013-10-24 Carl HetheringtonMerge 1.0.
2013-10-22 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dyndns.org/home/carl...
2013-10-22 Carl HetheringtonAllow films to be loaded when content is missing.
2013-10-17 Carl HetheringtonForward-port 1e6 -> 1000000 fix from master.
2013-10-15 Carl HetheringtonRestore up/down buttons for simple content movements.
2013-09-24 Carl HetheringtonMerge branch '1.0' into kdms
2013-09-19 Carl HetheringtonFix save/restore of encrypted option.
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-08-30 Carl HetheringtonLower J2K bandwidth minimum to 1MBps.
2013-08-25 Carl HetheringtonInterop support.
2013-08-17 Carl HetheringtonVarious bits mostly related to colour conversions.
2013-08-15 Carl HetheringtonFix includes.
2013-07-30 Carl HetheringtonSomewhat untested and sketchy basics of trimming.
2013-07-26 Carl HetheringtonRename Add file to Add files(s).
2013-07-25 Carl HetheringtonBasic if sketchy support for image sequences.
2013-07-25 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-24 Carl HetheringtonFix video information with 3D.
2013-07-24 Carl HetheringtonFix content selection update on new film.
2013-07-23 Carl HetheringtonSetup DCP name after changing 3D switch.
2013-07-23 Carl HetheringtonUse wx 2.9 binding API.
2013-07-23 Carl HetheringtonRemove some dcp prefixes; better logging of content...
2013-07-22 Carl HetheringtonMerge branch '1.0' into 1.0-3D-take2
2013-07-22 Carl HetheringtonBasics of front-end 3D (as far as viewer, at least).
2013-07-22 Carl HetheringtonBasic UI.
2013-07-19 Carl HetheringtonHopefully sensitivity is a bit tidier.
2013-07-19 Carl HetheringtonSplit video panel.
2013-07-19 Carl HetheringtonSeparate audio panel out.
2013-07-19 Carl HetheringtonSimilarly split subtitle panel.
2013-07-19 Carl HetheringtonSplit timing panel into its own class.
2013-07-19 Carl HetheringtonRemove unused image content dialog.
2013-07-19 Carl HetheringtonGive content menu on both main control and timeline...
2013-07-19 Carl HetheringtonAdd sequence video button.
2013-07-19 Carl HetheringtonSome missing ui_signaller use.
2013-07-19 Carl HetheringtonSpacing tweaks; rename ImageMagick -> StillImage.
2013-07-19 Carl HetheringtonAdd remove option; resize timeline after drags.
2013-07-19 Carl HetheringtonMerge branch '1.0-alt-loop' into 1.0
2013-07-19 Carl HetheringtonRemove old looping method.
2013-07-19 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-18 Carl HetheringtonBasics of making loop do something.
2013-07-18 Carl HetheringtonFix subtitle stream sensitivity again.
2013-07-18 Carl HetheringtonSplit test compile up into individual files.
2013-07-18 Carl HetheringtonPut correct number of audio channels in DCP name. ...
2013-07-18 Carl HetheringtonSpeculative 4K support.
2013-07-17 Carl Hetheringtontabs -> spaces.
2013-07-16 Carl HetheringtonSmall bits of tidying up.
2013-07-13 Carl HetheringtonRevert content notebook to standard tab position.
2013-07-13 Carl HetheringtonFix initial display of things.
2013-07-13 Carl HetheringtonFix setup of filters label on load; select first conten...
2013-07-12 Carl HetheringtonRemove entirely untested colour LUT options.
2013-07-12 Carl HetheringtonMissing insensitivity.
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
next