summaryrefslogtreecommitdiff
path: root/src/wx/colour_conversion_editor.cc
AgeCommit message (Collapse)Author
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-10-18Support Rec2020 YUV/RGB conversion.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2021-10-16Fix error when editing colours in locales with , as a decimal separator.Carl Hetherington
2021-07-09C++11 tidying.Carl Hetherington
2021-02-23Fix some wx3.1 alignment.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2017-02-15Tweak to labelling.Carl Hetherington
2017-02-14Add output gamma correction subheading to colour conversion dialogue.Carl Hetherington
2016-12-14Add tentative support for the S-Gamut3/S-Log3 colourspace.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-08-12Move locale_convert into libdcp.Carl Hetherington
2016-08-12Replace incorrect uses of raw_convert with a new locale_convert.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-03-12Include trimming.Carl Hetherington
2016-03-10Optimise opening of colour conversion editor slightly.Carl Hetherington
2015-11-27Set the font to bold rather than using markup as the formerCarl Hetherington
results in truncated label text on some versions of OS X; ported from 1.x
2015-11-13Disable YUV->RGB conversion controls with non-YUV sources (#649).Carl Hetherington
2015-11-07Tidy up; rename add_label_to_grid_bag_sizer -> add_label_to_sizer.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-07-02Remove output gamma configuration option after discussions with Dennis.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-25Make content colour version dialogue shorter in height.Carl Hetherington
2015-05-25Remove user-configurable colour conversion presets.Carl Hetherington
2015-04-22Various changes to colour conversion specification to use chromaticities.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-01-03Various libdcp API changes.Carl Hetherington
2014-12-28Basic adaptations for changes to libdcp1 colour conversion handling.Carl Hetherington
2014-11-24Hand apply 7e5cb78c7e14aac65d1e8a4df301cfac8cf20b2c from master;Carl Hetherington
fix markup of TRANSLATORS comments.
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-03-22Another attempt to fix glitches in the colour conversion dialogCarl Hetherington
on OS X. Reported-by: Adam Colt
2013-11-15Use 2 decimal places for gamma controls instead of 1.Carl Hetherington
2013-08-18Tweak colour matrix precision display.Carl Hetherington
2013-08-17Various bits mostly related to colour conversions.Carl Hetherington