summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2022-08-30Fix error when exporting the cinemas file with overwrite.Carl Hetherington
2022-08-30Cleanup: white space.Carl Hetherington
2022-08-30Cleanup: autoCarl Hetherington
2022-08-30Handle failures to write cinemas.xml more nicely.Carl Hetherington
2022-08-30Cleanup: use some better variable names and ScopeGuards.Carl Hetherington
2022-08-29Supporters update.Carl Hetherington
2022-08-28Display the rating agency name rather than the URL (if we have it).Carl Hetherington
2022-08-28Give some more space for ratings.Carl Hetherington
2022-08-28Use the same code for both Interop and SMPTE ratings controls.Carl Hetherington
2022-08-28Fix missing buttons for ratings lists.Carl Hetherington
2022-08-26Cleanup: white space.Carl Hetherington
2022-08-26Updated hu_HU translation from Németh Áron.Carl Hetherington
2022-08-26Tweak position of existing translator in the list.Carl Hetherington
2022-08-26Template hu_HU translation.Carl Hetherington
2022-08-15Supporters update.Carl Hetherington
2022-08-13Supporters update.v2.16.20Carl Hetherington
2022-08-12Remove misleading comment.Carl Hetherington
Video levels are taken care of by the call to PlayerVideo::image() above, in the non-J2K case, and for J2K we're already in full range so there's no need to convert.
2022-08-12Put the OpenGL XYZ -> RGB gammas the right way round (#2294).Carl Hetherington
1/2.6 is the correction when converting to XYZ, not to RGB.
2022-08-08Use wxNO_UNSAFE_WXSTRING_CONV and fix a bug it reveals.Carl Hetherington
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.