| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-03 | Remove some unused code. | Carl Hetherington | |
| 2021-12-03 | C++11 tidying. | Carl Hetherington | |
| 2021-12-03 | Initialise some class members for belt and braces. | Carl Hetherington | |
| 2021-12-03 | Don't redefine a variable. | Carl Hetherington | |
| 2021-12-03 | Remove unused variables. | Carl Hetherington | |
| 2021-12-03 | Missing overrides. | Carl Hetherington | |
| 2021-12-03 | Assorted tidying up. | Carl Hetherington | |
| 2021-11-30 | Be a little more careful to handle exceptions from boost::filesystem::file_size | Carl Hetherington | |
| There has been a report of file_size throwing an exception and crashing DCP-o-matic, but I haven't been able to reproduce it yet (possibly related to there being missing content files). | |||
| 2021-11-28 | Catch exceptions from RtAudio::startStream() in all cases. | Carl Hetherington | |
| 2021-11-28 | Fix some truncated headings. | Carl Hetherington | |
| 2021-11-22 | Fill in zeros if a part of a timecode is entered. | Carl Hetherington | |
| It looks better if zeros are added elsewhere when you, for example, put a number into the seconds box and click "set". | |||
| 2021-11-22 | Fix failure to remove markers when the checkbox is unticked. | Carl Hetherington | |
| 2021-11-22 | Don't allow luminance metadata below 0.1 in the GUI (part of #2130). | Carl Hetherington | |
| 2021-11-20 | Fix incorrect scaling of the simple view with hidpi screens (#2128). | Carl Hetherington | |
| 2021-11-20 | Extract dpi_scale_factor() to a function. | Carl Hetherington | |
| 2021-11-14 | Supporters update. | Carl Hetherington | |
| 2021-11-14 | Fix the build for older macOS. | Carl Hetherington | |
| 2021-11-14 | Missing include. | Carl Hetherington | |
| 2021-11-14 | Account for DPI scale factors when calculating some sizes (#2118). | Carl Hetherington | |
| 2021-11-13 | Pulse the progress bar 'automatically' if we haven't had a progress update ↵ | Carl Hetherington | |
| for a while. Should help with #2119. | |||
| 2021-11-11 | Remove player activity logging. Fixes #2122. | Carl Hetherington | |
| If I remember right this was for swaroop and I suspect nobody else is really interested. | |||
| 2021-11-05 | C++11 tidying. | Carl Hetherington | |
| 2021-11-04 | Include subscribers / supporters in git. | Carl Hetherington | |
| The need for network access part-way through a build causes loads of annoying CI failures. | |||
| 2021-11-04 | Make the prefs window a little wider on macOS to (hopefully) fit all the ↵ | Carl Hetherington | |
| icons in (#2117). | |||
| 2021-10-26 | Missing Destroy() call. | Carl Hetherington | |
| 2021-10-26 | C++11 tidying. | Carl Hetherington | |
| 2021-10-25 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-10-25 | Fix position of content outline (#2108). | Carl Hetherington | |
| 2021-10-25 | Fix missing verification messages. | Carl Hetherington | |
| 2021-10-23 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-10-17 | pot/merge. | Carl Hetherington | |
| 2021-10-17 | Fix some markup quotation marks. | Carl Hetherington | |
| 2021-10-17 | Upgrade the disk writer warning (#1971). | Carl Hetherington | |
| 2021-10-16 | Fix error when editing colours in locales with , as a decimal separator. | Carl Hetherington | |
| 2021-10-15 | Always block waiting for audio when exporting. | Carl Hetherington | |
| Otherwise if there is non available we'll insert silence and potentially push the audio out of sync (late). May help with #2098. | |||
| 2021-10-15 | Use an enum instead of a bool to specify blocking/non-blocking. | Carl Hetherington | |
| 2021-10-13 | Don't allow negative trims to be set up via changes to play length (#2105). | Carl Hetherington | |
| 2021-10-12 | Cleanup: use enum class. | Carl Hetherington | |
| 2021-10-11 | Replace some raw arrays with std::vectors. | Carl Hetherington | |
| 2021-10-03 | Differentiate requested and actual crop. | Carl Hetherington | |
| This is so we limit cropping to what is possible considering chroma subsampling. | |||
| 2021-10-03 | Updated it_IT translation from Riccardo Mantani. | Carl Hetherington | |
| 2021-10-03 | Remove unused using statement. | Carl Hetherington | |
| 2021-10-03 | Always call ::draw() even when we have no image. | Carl Hetherington | |
| Otherwise the screen doesn't get cleared properly when no film is loaded. | |||
| 2021-10-03 | Remove unused parameters. | Carl Hetherington | |
| 2021-10-01 | Fix subtitle positioning and centering of the DCP frame in the window.v2.15.165 | Carl Hetherington | |
| Also tidy up a bit with the Rectangle class. | |||
| 2021-10-01 | Change glLineWidth from 2.0 -> 1.0.v2.15.164 | Carl Hetherington | |
| Apparently a line width of greater than 1.0 is not allowed in some versions of OpenGL. | |||
| 2021-10-01 | Missing check_gl_error() calls. | Carl Hetherington | |
| 2021-09-30 | Only support GLVideoView when building with wxWidgets >= 3.1.0. | Carl Hetherington | |
| 2021-09-27 | Various alignment tidying/fixups. | Carl Hetherington | |
| 2021-09-27 | Remove unused using | Carl Hetherington | |
