Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / src / wx /
2022-06-12 Carl HetheringtonAdd Prores 4444 support (#2263).
2022-06-12 Carl HetheringtonRename PRORES -> PRORES_HQ
2022-06-12 Carl HetheringtonSupporters/subscribers update.
2022-06-11 Carl HetheringtonAdd tester.
2022-06-09 Carl HetheringtonFix strange multi-selection behaviour on Linux (#2269).
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-06-06 Carl HetheringtonPreserve export video settings in the config (#2259).
2022-06-06 Carl HetheringtonC++11 tidying.
2022-06-06 Carl HetheringtonMake jump-to-first-subtitle also work with DCP subs.
2022-06-03 Carl HetheringtonAllow sending KDMs to more emails (#2244).
2022-05-26 Carl HetheringtonFix race between the Butler thread starting and audio...
2022-05-26 Carl HetheringtonHide audio sample rate option in DCP panel unless the...
2022-05-25 Carl HetheringtonSupporters update. v2.16.13
2022-05-22 Carl HetheringtonOpenGL line width > 1.0 does not seem to work on macOS...
2022-05-22 Carl HetheringtonCleanup: use an enum rather than a magic value.
2022-05-14 Carl HetheringtonLayout alignment tweaks.
2022-05-12 Carl HetheringtonFix build on Debian 9.
2022-05-11 Carl HetheringtonSupporters update.
2022-05-11 Carl HetheringtonMissing <b> tag in sv_SE translation (#2243).
2022-05-11 Carl HetheringtonUpdated pl_PL translation from Michał Tomaszewski.
2022-05-11 Carl HetheringtonFix typo in string (thanks Michał Tomaszewski)
2022-05-08 Carl HetheringtonAdd new screen to the right place just after adding...
2022-05-08 Carl HetheringtonSpeed up content selection when we have audio analysis...
2022-05-06 Dian LiUpdated zh_CN translation
2022-05-06 Carl HetheringtonC++11 tidying.
2022-05-05 Carl HetheringtonFix truncated email addresses in cinema email address.
2022-05-05 Carl HetheringtonFix missing buttons in cinema email list.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-02 Carl HetheringtonAdd preference for default KDM duration (#2224).
2022-05-02 Carl HetheringtonFix colour of preview when there is no film loaded.
2022-05-01 Carl HetheringtonExtract and improve code to find missing files (#1940).
2022-05-01 Carl HetheringtonC++11 / sorting cleanups.
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-05-01 Carl HetheringtonAdd more filenames to content properties (#2120).
2022-05-01 Carl HetheringtonC++11 tidying.
2022-05-01 Carl HetheringtonMake sure that crop preview rectangle is properly hidde... merged-to-main
2022-05-01 Carl HetheringtonFix the alignment of the current position in the playba...
2022-04-30 Carl HetheringtonAnother macOS build fix.
2022-04-30 Carl HetheringtonFix macOS build.
2022-04-29 Carl HetheringtonUse explicit parameters to the EditableList constructor...
2022-04-29 Carl HetheringtonC++11 tidying.
2022-04-29 Carl HetheringtonFix (I think) some strange situations where ::get(...
2022-04-29 Carl HetheringtonSupporters update.
2022-04-29 Carl HetheringtonHide some more warnings.
2022-04-29 Carl HetheringtonHide some warnings.
2022-04-28 Carl HetheringtonSet window title based on the directory from Film.
2022-04-28 Carl HetheringtonRemove unused lambda capture.
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-28 Carl HetheringtonTry to make the GL code a little clearer.
2022-04-28 Carl HetheringtonRename border line to outline content.
2022-04-28 Carl HetheringtonTweak content menu ordering.
2022-04-28 Carl HetheringtonBasic display of markers above the playback timeline...
2022-04-28 Carl HetheringtonExtract marker strings out to a separate method.
2022-04-28 Carl HetheringtonAllow 96kHz audio as an advanced option (#1789).
2022-04-22 Carl HetheringtonFix Windows build.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-21 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonAdd button to use same fades for audio as video (#2230).
2022-04-20 Carl HetheringtonTidying.
2022-04-20 Carl HetheringtonC++11 tidying.
2022-04-20 Carl HetheringtonRemove DCP class and replace its functionality with...
2022-04-09 Carl HetheringtonC++11 tidying.
2022-04-09 Carl HetheringtonAdd some missing override labels.
2022-04-08 Carl HetheringtonFix some comment typos.
2022-04-08 Carl HetheringtonUpdate supporters list. v2.16.9
2022-04-07 Carl HetheringtonCleanup: remove unused parameter to PlayerVideo::force.
2022-04-04 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-04-01 Carl HetheringtonAdd button to send test emails in the mail server prefs...
2022-03-28 Carl HetheringtonRemove strange proportion values when adding content...
2022-03-25 Carl HetheringtonSupporters update. v2.16.8
2022-03-25 Carl HetheringtonBump libdcp for fix to remove erroneous <EntryPoint...
2022-03-21 Carl HetheringtonFix build error on mac.
2022-03-20 Carl HetheringtonAdd check/uncheck all buttons to screens panel.
2022-03-20 Carl HetheringtonRemove unnecessary heading in email address list in...
2022-03-19 Carl HetheringtonAdd config option for default KDM type.
2022-03-19 Carl HetheringtonMake a small class to choose KDM types.
2022-03-19 Carl HetheringtonRemove KDM type that was added for testing.
2022-03-19 Carl HetheringtonWe can (and should) get the screens straight from _chec...
2022-03-19 Carl HetheringtonNow we don't need _cinemas and _screens any more.
2022-03-19 Carl HetheringtonFix _selected_* to only store pointers to things.
2022-03-18 Carl HetheringtonSpeed things up by sorting before adding cinemas.
2022-03-18 Carl HetheringtonPreserve checked status during search (#2212).
2022-03-18 Carl HetheringtonAdd an initialisation in the class.
2022-03-18 Carl HetheringtonAlso keep maps the other way around.
2022-03-18 Carl HetheringtonKeep maps of wxTreeListItem to Cinema/Screen.
2022-03-17 Carl HetheringtonUse the ICU library to sort cinemas rather than strcoll...
2022-03-17 Carl HetheringtonUse a vector<pair<...>> to store screens and cinemas...
2022-03-17 Carl HetheringtonReplace class shim with a custom comparator.
2022-03-17 Carl HetheringtonFix weird placement of SetSortColumn() call causing...
2022-03-17 Carl HetheringtonCleanup: use some better variable names.
2022-03-16 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-03-15 Carl HetheringtonCleanup: tidying.
2022-03-13 Carl HetheringtonRemember the state of the write to/email checkboxes...
2022-03-13 Carl HetheringtonC++11 tidying.
2022-03-13 Carl HetheringtonFix sensitivity of custom scaled edit button.
2022-03-11 Carl HetheringtonAllow editing of a screen's cinema / adding a new scree...
2022-03-10 Carl HetheringtonFix build with the macOS 10.8 version of wxWidgets. v2.16.7
next