Fix some errant stringstreams.
[dcpomatic.git] / src / wx /
2014-08-23 Carl HetheringtonMerge master.
2014-08-19 Carl HetheringtonUse SafeStringStream instead of std::stringstream to...
2014-08-18 Carl HetheringtonSupporter.
2014-08-18 Carl HetheringtonFix weird problem where content list is no longer selec...
2014-08-18 Carl HetheringtonFix crash when updating timing panel.
2014-08-12 Carl HetheringtonFix warning.
2014-08-11 Carl HetheringtonMerge master.
2014-08-11 Carl HetheringtonSplit DCP panel up into general (at the top) then video...
2014-08-11 Carl HetheringtonMove DCP panel code into its own source file.
2014-08-09 Carl HetheringtonFix crash with no film.
2014-08-09 Carl HetheringtonProperly remove JSON server; remove some unused usings...
2014-08-09 Carl HetheringtonOnly build FrameRateChange description when required...
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-08-06 Carl HetheringtonMerge master.
2014-08-04 Carl HetheringtonAdd KDM BCC email option.
2014-08-04 Carl HetheringtonSupporter.
2014-07-29 Carl HetheringtonSupporter.
2014-07-24 Carl HetheringtonCrash fix.
2014-07-23 Carl Hetherington#include trimming.
2014-07-23 Carl HetheringtonRemove seemingly unnecessary stream description in...
2014-07-23 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2014-07-23 Carl HetheringtonDisable player controls when there is no content.
2014-07-22 Carl HetheringtonFix some warnings.
2014-07-22 Carl HetheringtonOption to draw a border around the content's image...
2014-07-22 Carl HetheringtonFix crash.
2014-07-21 Carl HetheringtonAdapt to changes in libdcp1 wrt shared_ptr and Certificate.
2014-07-20 Carl HetheringtonSave KDMs for imported DCPs to metadata.xml.
2014-07-20 Carl HetheringtonBasic support for decryption of imported DCPs.
2014-07-18 Carl HetheringtonMake 2.0 branch parallel installable with 1.x.
2014-07-18 Carl HetheringtonKeep signing certificates / keys in config.xml rather...
2014-07-17 Carl HetheringtonMerge master.
2014-07-17 Carl HetheringtonMissing std_to_wx().
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonAttempted 64-bit compile fix.
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 1.0
2014-07-16 Carl HetheringtonAdd default scaling setting to preferences (#384).
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl Hetheringtoni18n tweaks for untranslated alternative-enabled stuff.
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-07-16 Carl HetheringtonPot merge.
2014-07-16 Carl HetheringtonMake KDM email subject configurable.
2014-07-16 Carl HetheringtonFix mis-merge.
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonUpdates to de_DE.
2014-07-16 Carl HetheringtonLimit KDM types depending on DCP standard.
2014-07-16 Carl HetheringtonUpdates to fr_FR from Grégoire Ausina.
2014-07-15 Carl HetheringtonMerge centos-hacks,.
2014-07-15 Carl HetheringtonCentos build fixes.
2014-07-15 Carl HetheringtonAdd simple stereo-5.1 upmixer.
2014-07-13 Carl HetheringtonRename SoundProcessor -> CinemaSoundProcessor.
2014-07-13 Carl HetheringtonVery basic audio processing framework.
2014-07-13 Carl HetheringtonSeparate code for the content panel out into a separate...
2014-07-11 Carl HetheringtonFix subtitle panel enabling.
2014-07-11 Carl HetheringtonPaint views grey when they are not being used.
2014-07-11 Carl HetheringtonRename subtitle_use -> use_subtitles.
2014-07-10 Carl HetheringtonAdd has_subtitles method to SubtitleContent; tidy up...
2014-07-10 Carl HetheringtonMerge master.
2014-07-10 Carl HetheringtonMerge.
2014-07-10 Carl HetheringtonHopefully fix KDM email corruption.
2014-07-10 Carl HetheringtonBasics of DCP subtitle import.
2014-07-09 Carl HetheringtonBasics of DCP import.
2014-07-08 Carl HetheringtonMerge master.
2014-07-04 Carl HetheringtonAdd 'starting' option to subtitles_during().
2014-07-02 Carl HetheringtonUpdated de_DE translation.
2014-07-02 Carl HetheringtonRearrange Player subtitle handling a bit.
2014-07-01 Carl HetheringtonOnly burn subtitles if it is turned on.
2014-07-01 Carl HetheringtonAdd burn subtitles option to Film.
2014-07-01 Carl HetheringtonOnly enable viewing of subtitles with SubRip.
2014-07-01 Carl HetheringtonRemove FFmpegDecoder minimal_run and care on seeking...
2014-07-01 Carl HetheringtonDCPVideoFrame -> DCPVideo and PlayerVideoFrame -> Playe...
2014-07-01 Carl HetheringtonMerge master.
2014-07-01 Carl Hetheringtonwhile (1) -> while (true)
2014-06-30 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-06-30 Carl HetheringtonTry imb- and ims-prefixes for Doremi ceritificates...
2014-06-30 Carl HetheringtonMerge master.
2014-06-27 Carl HetheringtonSupport building with wxWidgets 3.0.x.
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-26 Carl HetheringtonMerge master.
2014-06-26 Carl HetheringtonSupport different KDM formulations.
2014-06-26 Carl HetheringtonAllow user to set video frame rate of video sources...
2014-06-25 Carl HetheringtonMore attempts to fix various debian builds.
2014-06-24 Carl HetheringtonAttempt to fix static link on Debian unstable.
2014-06-24 Carl Hetheringtonpot-merge.
2014-06-24 Carl HetheringtonRe-assign timeline tracks when things are moved about.
2014-06-23 Carl HetheringtonAdd supporter.
2014-06-23 Carl HetheringtonMerge master.
2014-06-22 Carl Hetheringtoni18n hack.
2014-06-22 Carl HetheringtonSome i18n hacks wrt the subtitle panel.
2014-06-22 Carl Hetheringtonpot merge.
2014-06-22 Carl HetheringtonAdd option to CC a KDM email, and add
2014-06-22 Carl HetheringtonReset-to-default button for KDM email text.
2014-06-22 Carl HetheringtonMerge master.
2014-06-22 Carl HetheringtonMerge master.
2014-06-22 Carl HetheringtonAdd MBit/s label to JPEG2000 bandwidth configuration.
2014-06-21 Carl HetheringtonUpdate copyright date.
2014-06-21 Carl HetheringtonTrim Subtitle prefixes too.
2014-06-21 Carl HetheringtonI don't think stuff in the Audio panel needs an Audio...
next