summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2022-08-04wip: got stuck... because PlayerVideo is related to the render sizeadjust-sizingCarl Hetherington
because its subtitles are prepared for the _video_container_size that the Player knows about. I think the only way around this would be to store the subs in PlayerVideo in some independent way and to scale/convert to bitmap later.
2022-07-25Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-25Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-21C++11 tidying.Carl Hetherington
2022-07-20Fix failure to update peak on changing gain (#2286).v2.16.19Carl Hetherington
2022-07-20Supporters update.Carl Hetherington
2022-07-20Supporters update.Carl Hetherington
2022-07-20Add option to give HTMLDialog an OK button.Carl Hetherington
2022-07-20Hack more height for HTMLDialog.Carl Hetherington
2022-07-20Use bitmap_path to find me.jpegCarl Hetherington
2022-07-20Change bitmap_path to take a full name with extension.Carl Hetherington
2022-07-17Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-12Supporters update.v2.16.18Carl Hetherington
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-07-11Little C++11 cleanup.Carl Hetherington
2022-07-11Be a bit more careful with content_factory().Carl Hetherington
2022-07-11We no longer support .ecinema files.Carl Hetherington
2022-07-10Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-09New sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-08Missed bits of sl_SI translation update.Carl Hetherington
2022-07-08Support sl_SI (Slovenian) translation.Carl Hetherington
2022-07-07There's no longer ever a need to disable the mixdown-to-stereo option.Carl Hetherington
This used to be necessary when subtitles were exported from the same dialogue as videos.
2022-07-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2022-07-02Supporters update.Carl Hetherington
2022-07-01Restore use of SystemFontDialog so that system fonts can be selected on ↵Carl Hetherington
Windows (#491).
2022-07-01Advanced option to allow mapping to any audio channel (#2279).Carl Hetherington
2022-06-26Supporters update.Carl Hetherington
2022-06-12Add Prores 4444 support (#2263).Carl Hetherington
2022-06-12Rename PRORES -> PRORES_HQCarl Hetherington
2022-06-12Supporters/subscribers update.Carl Hetherington
2022-06-12Add tester.Carl Hetherington
2022-06-09Fix strange multi-selection behaviour on Linux (#2269).Carl Hetherington
It seems that all of a sudden the behaviour of wxListCtrl's selection is strange (on Linux at least). If a list item is selected by some other action (e.g. selection in the timeline) and then you click another directly in the list, both are selected. This "fix" seems to work on Linux at least - also setting wxLIST_STATE_FOCUSED as well as wxLIST_STATE_SELECTED. I don't know why this works.
2022-06-07Rearrange subtitle font management.Carl Hetherington
With this change each subtitle coming out of the player has a reference to a dcpomatic::Font that belongs to the TextContent. This hopefully solves a few problems which all basically stemmed from the fact that previously the decoders/player were deciding what the font ID in the output DCP would be - they can't do that properly.
2022-06-06Preserve export video settings in the config (#2259).Carl Hetherington
2022-06-06C++11 tidying.Carl Hetherington
2022-06-06Make jump-to-first-subtitle also work with DCP subs.Carl Hetherington
2022-06-03Allow sending KDMs to more emails (#2244).Carl Hetherington
2022-05-26Fix race between the Butler thread starting and audio (perhaps) being disabled.Carl Hetherington
This could cause Butler::audio to be called with _audio_channels = 0 and _disable_audio = false, causing an exception in AudioBuffers when remap() tried to make an AudioBuffers object with a channel count of 0.
2022-05-26Hide audio sample rate option in DCP panel unless the advanced option is ↵Carl Hetherington
enabled.
2022-05-25Supporters update.v2.16.13Carl Hetherington
2022-05-22OpenGL line width > 1.0 does not seem to work on macOS (gives an INVALID_VALUE).Carl Hetherington
2022-05-22Cleanup: use an enum rather than a magic value.Carl Hetherington
2022-05-15Layout alignment tweaks.Carl Hetherington
2022-05-12Fix build on Debian 9.Carl Hetherington
2022-05-12Supporters update.Carl Hetherington
2022-05-11Missing <b> tag in sv_SE translation (#2243).Carl Hetherington
2022-05-11Updated pl_PL translation from Michał Tomaszewski.Carl Hetherington
2022-05-11Fix typo in string (thanks Michał Tomaszewski)Carl Hetherington
2022-05-08Add new screen to the right place just after adding a new cinema (#2249).Carl Hetherington
2022-05-08Speed up content selection when we have audio analysis files (#2247).Carl Hetherington