| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-28 | wip2801-cap | Carl Hetherington | |
| 2024-06-25 | Fix thinko in run/tests on macOS. | Carl Hetherington | |
| 2024-06-25 | Test data update for config upgrade test on Windows. | Carl Hetherington | |
| 2024-06-25 | Fix tests after change to working directories. | Carl Hetherington | |
| 2024-06-25 | Fix assertion failure after removing content. | Carl Hetherington | |
| Adding, say, 10 items of content, removing the last 8 and then clicking somewhere in the content list would cause OnGetItem{Text,Attr} to be called with a high index (as if the items had not yet been removed). | |||
| 2024-06-24 | Fix y offset direction of bitmap subs (#2807). | Carl Hetherington | |
| 2024-06-24 | Add ProRes LT export option (#2834). | Carl Hetherington | |
| 2024-06-24 | Use separate working directories for some tests. | Carl Hetherington | |
| 2024-06-24 | Fix warning from pango about letter spacing not being an integer. | Carl Hetherington | |
| 2024-06-24 | Fix running tests on arm64. | Carl Hetherington | |
| 2024-06-24 | Fix test references after adding HTTP server. | Carl Hetherington | |
| 2024-06-24 | Add some context on XML comparison failures. | Carl Hetherington | |
| 2024-06-23 | Remove some unused using statements and a blank line. | Carl Hetherington | |
| 2024-06-23 | Cleanp decoder factory slightly. | Carl Hetherington | |
| 2024-06-23 | Remove sprintf() use to quell warning from macOS. | Carl Hetherington | |
| 2024-06-23 | Add minimal player HTTP server (#2830). | Carl Hetherington | |
| 2024-06-23 | Move some stuff into FilmViewer::dcp(). | Carl Hetherington | |
| 2024-06-23 | Extract internal player server to separate file and tidy up a bit. | Carl Hetherington | |
| 2024-06-23 | Close socket when stopping the server. | Carl Hetherington | |
| Otherwise if we're calling e.g. Socket::run() the server's run() will not terminate on stop(). | |||
| 2024-06-23 | Fall back to the source directory if we're not running an installed DoM. | Carl Hetherington | |
| This is useful for the web pages as they are in a subdirectory called web in either version of resouces_path(). | |||
| 2024-06-23 | Add Socket::is_open(). | Carl Hetherington | |
| 2024-06-23 | Add Socket::close(). | Carl Hetherington | |
| 2024-06-23 | Add Socket::run(). | Carl Hetherington | |
| 2024-06-23 | Add and use set_deadline_from_now(). | Carl Hetherington | |
| 2024-06-23 | Add Socket::write for std::string. | Carl Hetherington | |
| 2024-06-23 | Add log entry for the HTTP server. | Carl Hetherington | |
| 2024-06-23 | Do everything required to stop the server in ::stop(). | Carl Hetherington | |
| 2024-06-20 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-06-19 | Missing include.v2.16.87 | Carl Hetherington | |
| 2024-06-19 | Supporters update. | Carl Hetherington | |
| 2024-06-19 | Fix build with some older boosts. | Carl Hetherington | |
| 2024-06-18 | Build tests on Ubuntu 24.04. | Carl Hetherington | |
| 2024-06-18 | Add discouraging hint for MPEG2 (#2821). | Carl Hetherington | |
| 2024-06-18 | Fix "available space" count passed to snprintf (#2832). | Carl Hetherington | |
| This is wrong (too big) and it causes an abort in some snprintf checker on Ubuntu 24.04. | |||
| 2024-06-18 | Supporters update. | Carl Hetherington | |
| 2024-06-18 | Updated fr_FR translation from Lilian Lefranc. | Carl Hetherington | |
| 2024-06-11 | Fix build with some older boosts.v2.17.18 | Carl Hetherington | |
| 2024-06-11 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-06-11 | Supporters update. | Carl Hetherington | |
| 2024-06-11 | Missing include. | Carl Hetherington | |
| 2024-06-11 | Missing explicit. | Carl Hetherington | |
| 2024-06-11 | Fall back to default font file if a font ID is not found in the content. | Carl Hetherington | |
| This should not happen, but seems rather likely given the mess that is building (especially with users switching between versions). | |||
| 2024-06-11 | Simplify the FontIDAllocator a lot (#2827). | Carl Hetherington | |
| This is at the expense of forward compatibility, and the need to re-examine subtitle content (losing custom fonts as we do so). But it does mean that the code is simpler, and there's not this weird growth of IDs where a DCP gets imported with some font, and then the ID becomes 0_font, and if you do it again it's 0_0_font, and so on. | |||
| 2024-06-10 | Clarify some documentation slightly. | Carl Hetherington | |
| 2024-06-09 | Add comment. | Carl Hetherington | |
| 2024-06-09 | Fix an erroneous font ID error that can happen when loading projects from ↵ | Carl Hetherington | |
| builds without release version tags. So that last_written_by_earlier_than() always returns true, check_font_ids() happens when it doesn't really need to. | |||
| 2024-06-09 | Cleanup: text is a vector now. | Carl Hetherington | |
| 2024-06-09 | Stop weird names appearing when the user clicks "copy as name" twice. | Carl Hetherington | |
| 2024-06-09 | Cleanup: substr() can accept npos for the second parameter. | Carl Hetherington | |
| 2024-06-09 | Add option to copy content settings from another project (#2808). | Carl Hetherington | |
