| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2024-09-03 | Remove some implicit conversions between wxString and std::string. | Carl Hetherington | |
| 2024-07-11 | Add menu option to un-map all audio (#2805). | Carl Hetherington | |
| 2024-01-11 | Attempt to rationalise menu IDs and avoid duplicates. | Carl Hetherington | |
| 2023-04-25 | Cleanup: remove some unnecessary includes. | Carl Hetherington | |
| 2023-02-25 | Remove unused variable. | Carl Hetherington | |
| 2023-02-19 | Remove the empty column when there are no input groups. | Carl Hetherington | |
| 2023-02-19 | Remove scrolling in AudioMappingView. | Carl Hetherington | |
| In the audio panel it was a bit weird to have part of the panel scrollable when the whole video panel is. Now both video and audio panels scroll. You lose the "always there" view of the audio processing summary but I think this is outweighed by the scrolling simplicity. I also suspect it may make things behave better on "short" screens. | |||
| 2023-02-19 | Cleanup: remove duplication. | Carl Hetherington | |
| 2023-02-19 | Add missing line in audio mapping view when there are no input groups. | Carl Hetherington | |
| 2023-01-16 | Use wx_ptr more. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-04 | Cleanup: move some methods from util to maths_util. | Carl Hetherington | |
| 2021-04-12 | Tidying up. | Carl Hetherington | |
| 2021-04-02 | Fix missing line in audio mapping view. | Carl Hetherington | |
| 2021-03-31 | Fix floating line at the top of the groups column. | Carl Hetherington | |
| 2021-03-31 | Allow variable column widths on the auto mapping view to fix #1945. | Carl Hetherington | |
| 2021-03-31 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-11-30 | Fix overlapping group labels in the audio matrix (#1882).v2.15.109 | Carl Hetherington | |
| 2020-10-24 | White space tweak. | Carl Hetherington | |
| 2020-09-25 | Add NamedChannel and use it to hide the never-used channels | Carl Hetherington | |
| when mapping into a DCP. | |||
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-07-27 | Hide warnings triggered by Ubuntu 20.04's gcc. | Carl Hetherington | |
| 2020-05-24 | Use wxDC for all drawing of the audio mapping view, removing | Carl Hetherington | |
| use of wxGraphicsContext. This seems to fix strange rendering problems on Windows. | |||
| 2020-05-24 | Fix audio mapping view on GTK3, with some cleanups that mess up | Carl Hetherington | |
| display on Windows (fixed in the next commit). | |||
| 2020-02-27 | Allow > 0dB gain per channel in the audio matrix (#1720).v2.15.44 | Carl Hetherington | |
| 2020-02-27 | Use bound arguments to lose some methods. | Carl Hetherington | |
| 2020-02-27 | Add and use dB/linear conversion functions. | Carl Hetherington | |
| 2019-12-19 | Add an output audio matrix (#1482). | Carl Hetherington | |
| 2019-06-27 | Try to reduce audio mapping flicker on Windows. | Carl Hetherington | |
| 2019-05-28 | Fix off-by-one channel when editing audio map levels numerically. | Carl Hetherington | |
| Forward-ported from bf14618d056dc6f1ed7f32f943a565d8f662049e in master. | |||
| 2019-05-15 | Fix scrolling of audio channel group labels. | Carl Hetherington | |
| 2019-05-14 | Better tooltips over audio mapping view nodes. | Carl Hetherington | |
| 2019-05-14 | Add tooltip for input groups (#1557). | Carl Hetherington | |
| 2019-05-14 | Truncate audio mapping view channel group names (part of #1557). | Carl Hetherington | |
| 2019-05-04 | Build fix for previous. | Carl Hetherington | |
| 2019-05-04 | Fix crash in audio mapping view in various circumstances. | Carl Hetherington | |
| 2019-04-28 | Tweak cosmetic appearance of audio mapping view.v2.13.156 | Carl Hetherington | |
| 2019-04-28 | Fix AudioMappingView scrolling so that only the body of the grid is scrolled.v2.13.154 | Carl Hetherington | |
| 2019-04-27 | Nudge audio mapping view sizes up a little. | Carl Hetherington | |
| 2019-04-27 | Fix channel numbering in tooltip. | Carl Hetherington | |
| 2019-04-27 | Re-work of audio mapping view to use a custom-drawnv2.13.153 | Carl Hetherington | |
| canvas rather than wxGrid. Inspired by the accumulation of odd problems due to the use of 3 separate panels, and also the endless resizing loop weird bug #1535. | |||
| 2018-07-18 | Tidying up of scrolling in the matrix view. | Carl Hetherington | |
| 2017-05-13 | Restore scrollbars on large audio mapping views on Linux (#970). | Carl Hetherington | |
| 2016-11-19 | No-op; rename a whole load of wx constants to their shorter equivalents. | Carl Hetherington | |
| 2016-08-24 | Allow import of OV/VF DCPs (#906). | Carl Hetherington | |
| 2016-08-17 | Scroll audio mapping view labels with the grid (#919). | Carl Hetherington | |
| 2016-08-17 | Comment typo. | Carl Hetherington | |
