Fix crash on using delay; fix x-thread GUI access caused by FilmState default copy...
[dcpomatic.git] / src / wx / film_viewer.cc
2012-10-22 Carl HetheringtonFix crash on using delay; fix x-thread GUI access cause...
2012-10-21 Carl HetheringtonFix up subtitle positioning under crop.
2012-10-21 Carl HetheringtonPartial merge of examine content and thumbnail jobs.
2012-10-17 Carl HetheringtonFix build on 32-bit.
2012-10-17 Carl HetheringtonRe-work FilmState / Film relationship a bit; Film now...
2012-10-17 Carl HetheringtonWindows apparently has Rectangle in the global namespace.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonFix GTK warning on startup.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonTry to make client/server communications a little more...
2012-10-15 Carl HetheringtonUnholy melange of stuff; setup a standard test config...
2012-10-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-14 Carl HetheringtonMerge branch 'subs'
2012-10-14 Carl HetheringtonVarious fixes to subtitling.
2012-10-14 Carl HetheringtonTry moving subtitle adjustment for crop into the decoder.
2012-10-13 Carl HetheringtonFix up tests; possibly working subtitle transforms.
2012-10-11 Carl HetheringtonFix potential crash.
2012-10-11 Carl HetheringtonTry to tidy up a bit.
2012-10-11 Carl HetheringtonBasic sub offset support.
2012-10-11 Carl HetheringtonStop subtitles wandering about when re-setup.
2012-10-11 Carl HetheringtonTidy up; make viewer respond with with subtitles button.
2012-10-11 Carl HetheringtonUse PNG for thumbs so that we get alpha blending in...
2012-10-10 Carl HetheringtonThumbs sort of have subs.
2012-10-10 Carl HetheringtonMerge branch 'master' into subs
2012-10-10 Carl HetheringtonTry to not start jobs if a dependant fails.
2012-10-10 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-08 Carl HetheringtonTidy up a bit.
2012-10-08 Carl HetheringtonHacks.
2012-10-07 Carl HetheringtonSplit Format into Fixed and Variable so that sources...
2012-10-03 Carl HetheringtonMerge.
2012-10-02 Carl HetheringtonMerge branch 'resample-drop-frame'
2012-10-01 Carl HetheringtonFix aff/666: thumbnail scan is run twice when changing...
2012-09-28 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-09-24 Carl HetheringtonSome doxygen documentation improvements.
2012-09-22 Carl HetheringtonCorrectly set up crop in the viewer when reloading...
2012-08-01 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-08-01 Carl HetheringtonRestore appearance of thumbs after first scan.
2012-07-27 Carl HetheringtonFix thumb update on format change.
2012-07-27 Carl HetheringtonUse a Crop struct and use it to speed up cropping a...
2012-07-27 Carl HetheringtonSpeed up thumbnail display a lot.
2012-07-25 Carl HetheringtonUse a panel in the window to make Windows look better...
2012-07-25 Carl HetheringtonTry high quality image rescaling.
2012-07-25 Carl HetheringtonVarious fixes.
2012-07-25 Carl HetheringtonAlways make a DC in the paint event handler, otherwise...
2012-07-25 Carl HetheringtonVarious hacks.
2012-07-25 Carl HetheringtonViewer kind of works.
2012-07-25 Carl HetheringtonMaybe improve thumbnail rendering.
2012-07-25 Carl HetheringtonSome vague sort of progress.
2012-07-24 Carl HetheringtonJust move gtk -> wx.
2012-07-24 Carl HetheringtonMerge branch 'master' into wx
2012-07-24 Carl HetheringtonTinkering.