Cleanup: move variable assignment that happens in every branch.
[dcpomatic.git] / src / wx / text_panel.cc
2023-03-16 Carl HetheringtonCleanup: move variable assignment that happens in every...
2023-02-27 Carl HetheringtonMerge branch '2389-vpos'
2023-02-27 Carl HetheringtonDon't cancel finished jobs otherwise their finished...
2023-02-27 Carl HetheringtonCleanup: whitespace.
2023-02-27 Carl HetheringtonUse a ScopeGuard to manage _loading_analysis properly.
2023-01-27 Carl HetheringtonMore stack-allocated Dialog objects.
2023-01-14 Carl HetheringtonUse wx_ptr some more.
2023-01-14 Carl HetheringtonAdd wx_ptr and use it instead of ScopeGuard in a lot...
2023-01-13 Carl HetheringtonUse more ScopeGuards.
2022-11-02 Carl HetheringtonCleanup: use new CheckBox::bind().
2022-10-14 Carl HetheringtonCleanup: use simpler ownership for FilmViewer.
2022-09-19 Carl HetheringtonFix incorrect subtitle outline rectangle display when...
2022-05-01 Carl HetheringtonC++11 tidying.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2021-08-12 Carl HetheringtonFix flickering black square when selecting content...
2021-06-06 Carl HetheringtonmacOS alignment fix (#2039).
2021-05-07 Carl HetheringtonAdd DCPOMATIC_SPIN_CTRL_WIDTH and use it in a few places.
2021-04-09 Carl HetheringtonMake DCP text track language properly optional and...
2021-04-08 Carl HetheringtonStop text panel being so wide.
2021-04-08 Carl HetheringtonTidy up some initialisation.
2021-03-31 Carl HetheringtonPut subtitle language back into content from the film...
2021-03-29 Carl HetheringtonFix strange problems with spin entries on macOS (#1944).
2021-03-26 Carl HetheringtonC++11 tidying.
2021-03-26 Carl HetheringtonFix odd difference on handling of x and y scale for...
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-25 Carl HetheringtonDisallow referring to subtitles / closed captions with...
2020-11-21 Carl HetheringtonRemove the "simple" UI (#1868).
2020-11-20 Carl HetheringtonRemove subtitle language from text content.
2020-11-15 Carl HetheringtonImprove text panel layout with GTK3's enormous spin...
2020-11-13 Carl HetheringtonMore vertical alignment fixes.
2020-08-26 Carl HetheringtonTry to stop strange subtitle area displays by preventin...
2020-05-23 Carl HetheringtonLayout tweaks for GTK3.
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-01-09 Carl HetheringtonUpdate text panel 'why not' note when film's standard...
2020-01-09 Carl HetheringtonMake the 'why not' messages for VF a bit clearer.
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-07-25 Carl HetheringtonOptimise decoder_factory for DCPDecoder by offering...
2019-05-10 Carl HetheringtonHide language / DCP track as appropriate with closed...
2019-04-17 Carl HetheringtonDon't offer setting for line spacing with DCP subs... v2.13.148
2019-03-27 Carl HetheringtonHack to avoid empty tracks appearing in the DCP Track...
2019-03-24 Carl HetheringtonDifferentiate Y in a couple of i18n places.
2019-02-08 Carl HetheringtonDon't offer to make closed captions from subs in FFmpeg...
2019-01-06 Carl HetheringtonDisable subtitle view/font buttons with FFmpeg content...
2018-12-08 Carl HetheringtonSupport buttons.
2018-12-08 Carl HetheringtonBasics of in-place i18n with support for wxStaticText...
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-10-20 Carl HetheringtonMerge branch 'master' of /home/carl/src/dcpomatic
2018-10-20 Carl HetheringtonRemove erroneous empty gettext translations.
2018-09-06 Carl HetheringtonSimplify text panel.
2018-09-06 Carl HetheringtonInterface levels in audio tab.
2018-08-28 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-23 Carl HetheringtonOnly enable text language for open subs.
2018-08-23 Carl HetheringtonCorrectly update when there is no selected DCP track.
2018-08-23 Carl HetheringtonBasics of selecting 'tracks' for CCAPs.
2018-08-22 Carl HetheringtonRevert "Store a name with text content."
2018-08-22 Carl HetheringtonStore a name with text content.
2018-08-22 Carl HetheringtonTweak spacing.
2018-08-22 Carl HetheringtonCompact text panel a little.
2018-08-19 Carl HetheringtonUpdate new panels when they are created.
2018-07-26 Carl HetheringtonDisable bits of TextPanel when we are making closed...
2018-07-23 Carl HetheringtonIntroduce the idea of unknown original subtitle type...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.