summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2021-03-19Missing std_to_wx().Carl Hetherington
2021-03-19White space / C++11 tidying.Carl Hetherington
2021-03-19Add Mattias Mattsson to translators list.Carl Hetherington
2021-03-17After a tag search, scroll the list so we can see the best results.Carl Hetherington
Otherwise if you search when the list is scrolled down you wonder why you aren't seeing the results you expect from the search.
2021-03-17When correcting markers keep them just inside the project's duration.Carl Hetherington
2021-03-17Missing verification note text.Carl Hetherington
2021-03-17Stop truncated numbers on Linux (at least).Carl Hetherington
2021-03-17Limit markers to the film length on entry (#1920).Carl Hetherington
2021-03-14Fix crash on startup on macOS.Carl Hetherington
2021-02-28Add version informationm to splash screen (#1913).Carl Hetherington
2021-02-23Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hidingCarl Hetherington
error dialogues that pop up during startup.
2021-02-23Fix some wxWidgets assertion failures.Carl Hetherington
Casued by specifying wxFD_OVERWRITE_PROMPT without wxFD_SAVE; it makes no sense and in wx3.1 it raises an error.
2021-02-23Fix some wx3.1 alignment.Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2021-02-15Fix wx3.1.x alignment errors.Carl Hetherington
2021-02-15Allow multiple video tracks to be visible in the timeline.Carl Hetherington
2021-02-15Fix timeline zoom oddities after dragging a very small zoom rectangle.Carl Hetherington
2021-02-15Typo fix.Carl Hetherington
2021-02-09Handle pending player changes more efficiently.Carl Hetherington
Rather than looping over all changes, possibly calling a refresh method for each, coalesce them.
2021-02-09Move some updates from content_change to player_change.Carl Hetherington
So far as I can see there's no need for them to respond to content_change, and it's neater to do it all in one place.
2021-02-09Use vector for _pending_player_changesCarl Hetherington
2021-02-09Some small C++11 tweaks.Carl Hetherington
2021-02-07Remove erroneous wxFD_MULTIPLE flag.Carl Hetherington
2021-02-07C++ tidying.Carl Hetherington
2021-02-07libdcp update.Carl Hetherington
2021-02-06Include creator/issuer in default name of exported KDM decryption key (#1888).Carl Hetherington
2021-02-06Tweak label of KDM decryption key export button (#1888).Carl Hetherington
2021-02-06C++11 tidying.Carl Hetherington
2021-02-06Force .pem extension when saving certificates.Carl Hetherington
2021-02-06Add some default filenames to the advanced certificate/key export dialogues ↵Carl Hetherington
(#1888).
2021-02-05Testing: add minimum frame size configuration option.v2.15.126Carl Hetherington
2021-02-04Speculative fix for incorrect rendering of UTF-8 in closed captions in the ↵Carl Hetherington
player.
2021-02-04Use auto.Carl Hetherington
2021-02-04Use strcoll() to compare cinemas/screens in the KDM dialog (#1904).Carl Hetherington
2021-02-03c++11 tidying.Carl Hetherington
2021-02-01C++11 tidying.Carl Hetherington
2021-02-01Add a better error when failing to read a DCP in some cases.Carl Hetherington
2021-02-01Fix wxWidgets 3.1.x alignment assertion failure.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-30Rename debug type THREED to THREED_D.Carl Hetherington
2021-01-27Use enum class for VideoRange.Carl Hetherington
2021-01-26Fix label alignment.Carl Hetherington
2021-01-22Remove unused variables.Carl Hetherington
2021-01-22Build fix.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-20Bump libdcp for better verification, and make API adjustments.Carl Hetherington
2021-01-16Fix some label alignment.v2.15.123Carl Hetherington
2021-01-16Fix build failure due to warning about unused macOS-only method.Carl Hetherington
2021-01-16Fix crash on close on Linux.v2.15.121Carl Hetherington