summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2021-09-21Extract colours to VideoView.Carl Hetherington
2021-09-19Fix failure to reset state to "to fit DCP" properly (#2081).Carl Hetherington
2021-09-19Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} ↵Carl Hetherington
instead. ::SCALE was sort-of being used, as it was emitted during examination of video content, but it wasn't being emitted anywhere else (and CUSTOM_{RATIO,SIZE} replace its functionality as far as I can see).
2021-09-02Updated zh_CN translation from Kahn Li.v2.15.159Carl Hetherington
2021-08-24Updated it_IT translation from Riccardo Mantani.Carl Hetherington
2021-08-24Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-08-21Add Uwe Dittes as translator.Carl Hetherington
2021-08-20Updated it_IT translation from Riccardo Mantani.v2.15.158Carl Hetherington
2021-08-20pot/merge.Carl Hetherington
2021-08-20Updated de_DE translation from Uwe Dittes.Carl Hetherington
2021-08-17Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-08-17Add defaults for facility, studio, chain, distributor (#2075).Carl Hetherington
2021-08-17Rename update -> setup_sensitivity().Carl Hetherington
2021-08-17Only warn about lots of frame drops in the player (#2069).Carl Hetherington
2021-08-16Give markers dialog a close button (#2070).Carl Hetherington
2021-08-13Missing override qualifiers.Carl Hetherington
2021-08-12Fix flickering black square when selecting content on Windows (#1866).Carl Hetherington
2021-08-12pot/merge.Carl Hetherington
2021-08-12Rename ProRes export format to MOV / ProRes (#2067).Carl Hetherington
2021-08-12pot/merge.Carl Hetherington
2021-08-12Add missing verification description.Carl Hetherington
2021-08-10Missing full stop.Carl Hetherington
2021-08-04Allow specifying and writing sign language video language metadata (#2062).v2.15.157Carl Hetherington
2021-07-16Fix build with older boost.Carl Hetherington
2021-07-15Fix use-own-dirpicker build.v2.15.156Carl Hetherington
2021-07-14Fix compile warning.Carl Hetherington
2021-07-09C++11 tidying.Carl Hetherington
2021-07-09Fix strange layout problems with the content sub panels (#2059).Carl Hetherington
It seems that if Layout() is called on a sizer inside a wxScrolledWindow when that window is scrolled, things go wrong. Work around this by wrapping calls to Layout().
2021-07-08Take account of changes to default directory for new DCPs (#2058).Carl Hetherington
Instead of always using the last directory in the new film dialog, only use it when it was explicitly changed by the user.
2021-07-08C++11 tidying.Carl Hetherington
2021-07-05Fix alignment.Carl Hetherington
2021-07-05C++11 tidying.Carl Hetherington
2021-06-29Update dialog layout fixes.Carl Hetherington
2021-06-29C++11 tidying.Carl Hetherington
2021-06-29Fix confusing black padding in GUI dark mode (#2053).Carl Hetherington
2021-06-28C++11 tidying.Carl Hetherington
2021-06-25Extract gui_is_dark() to wx_util.Carl Hetherington
2021-06-21Remember the path used for "add files" (#2049).Carl Hetherington
Also default to the home directory rather than where DoM was run from, or something equally unhelpful.
2021-06-21Use std::vector for add_files.Carl Hetherington
2021-06-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-06-12Offer all KDM types no matter what standard is in use.Carl Hetherington
A user reports that on a Barco system they needed to use a "DCI Specific" KDM with an Interop DCP.
2021-06-07pot/merge.Carl Hetherington
2021-06-07Use "Colour" not "Colour conversion" as a label name.osx-alignmentCarl Hetherington
In English, at least, the excessive length of this label really screws up the layout.
2021-06-07Fix link icons on macOS.Carl Hetherington
2021-06-07macOS alignment fix (#2039).Carl Hetherington
2021-06-07Add DCPOMATIC_CHOICE_TOP_PAD.Carl Hetherington
2021-06-07macOS alignment fixes (#2045).Carl Hetherington
2021-06-07Fix alignment of labels on macOS (#2043).Carl Hetherington
2021-06-06Fix alignment of mail protocol control (#2042).Carl Hetherington
2021-06-06Use bitmap_path() and wxBITMAP_TYPE_PNG (not _RESOURCE) to allow prefs to ↵Carl Hetherington
work with in-tree builds.