Build fixes for Boost >= 1.73
[dcpomatic.git] / src / wx /
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-31 Carl HetheringtonFix login denied (67) errors when trying to download... v2.15.100
2020-08-29 Carl HetheringtonTry to fix crashes when things go wrong with getDeviceInfo. v2.15.99
2020-08-26 Carl HetheringtonTry to stop strange subtitle area displays by preventin...
2020-08-25 Carl HetheringtonTry to clean up the mess of exporting subtitles when...
2020-08-25 Carl HetheringtonAdd option to export Interop subs with or without the...
2020-08-25 Carl HetheringtonRename export dialogue to export video.
2020-08-25 Carl HetheringtonMove subtitle export to its own dialogue.
2020-08-17 Carl HetheringtonReport better errors when the butler dies.
2020-08-14 Carl HetheringtonFix white space.
2020-08-08 Carl HetheringtonwxEVT_CREATE appears never to arrive on Windows, so... v2.15.96
2020-08-08 Carl HetheringtonRemove old comment.
2020-08-08 Carl HetheringtonDon't call OpenGL functions until the wxGLContext has...
2020-08-07 Carl HetheringtonAdd strangely absent private:
2020-08-07 Carl HetheringtonFix layout bug where the stuff in the content panel...
2020-08-07 Carl HetheringtonTone down the disk startup warning a little.
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-08-05 Carl HetheringtonFix thinko in eaedff2a7877fa4b560e0c65ac13ed3dad9437e5
2020-08-04 Carl HetheringtonAdd some more OpenGL debugging.
2020-08-04 Carl HetheringtonTry to improve layout of the 'write to' radios in the...
2020-08-04 Carl HetheringtonFix flickering of timecode values on Windows.
2020-08-03 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-08-02 Carl HetheringtonTweak link button width on GTK3.
2020-07-30 Carl HetheringtonFix crash on too-early update of closed caption dialog.
2020-07-29 Carl HetheringtonDon't display all possible channel checkboxes while... v2.15.94
2020-07-29 Carl HetheringtonFix memory leak which also causes strange flickering...
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-07-29 Carl HetheringtonRecover information about closed caption tracks when... v2.15.93
2020-07-28 Carl HetheringtonFix various problems with the closed caption viewer... v2.15.91
2020-07-28 Carl HetheringtonSome more warning hiding.
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonHide warnings triggered by Ubuntu 20.04's gcc.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-07-26 Carl HetheringtonIgnore wxWidgets warnings in a nicer way.
2020-07-25 Carl HetheringtonAdd new macOS preferences icons.
2020-07-21 Carl HetheringtonDon't enable OK button for the export dialogue until...
2020-07-15 Carl HetheringtonRemove ko_KR translation stub that was never used.
2020-07-11 Carl HetheringtonRemove pointless subheading in Keys->Advanced dialogues...
2020-07-11 Carl HetheringtonUse new channel 14 ATMOS sync creation code in libdcp,
2020-07-08 Carl HetheringtonAdd Antonio Casado as a tester.
2020-07-05 Carl HetheringtonAdd more logging and some missing prefs checkboxes... v2.15.87
2020-07-03 Carl HetheringtonFix typo truncating ./waf configure output.
2020-07-02 Carl HetheringtonPotential Windows build fix. v2.15.86
2020-06-28 Carl HetheringtonMake some methods private.
2020-06-28 Carl HetheringtonFix confusion between one-shot and playing causing...
2020-06-27 Carl HetheringtonMake _one_shot and _playing atomic.
2020-06-27 Carl HetheringtonRename _playing_condition -> _thread_work_condition.
2020-06-27 Carl HetheringtonMove video filters controls into advanced content dialo...
2020-06-27 Carl HetheringtonSwitch the content advanced dialogue to use GridBagSizer.
2020-06-27 Carl HetheringtonMerge FilterEditor and FilterDialog.
2020-06-27 Carl HetheringtonAvoid ResetClip() since (on GTK3, and maybe elsewhere...
2020-06-25 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk. v2.15.84
2020-06-23 Carl HetheringtonTry to fix crash on calling glGetString() without a...
2020-06-19 Carl HetheringtonFix timeline for DCPs containing Atmos.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-18 Carl HetheringtonFix display of Atmos tracks in the timeline.
2020-06-18 Carl Hetheringtonpot/merge.
2020-06-17 Carl HetheringtonMove identifiers stuff out to a new prefs tab. v2.15.81
2020-06-16 Carl HetheringtonAllow more complete control over the libdcp/DCP-o-matic...
2020-06-08 Carl HetheringtonAssorted GTK3 layout tidying in KDM dialogs.
2020-06-08 Carl HetheringtonAdd a bunch of SetFocus calls.
2020-06-08 Carl HetheringtonAdd space next to "use best" button.
2020-06-08 Carl HetheringtonRemove unnecessary setup of _frame_rate_sizer which is
2020-06-08 Carl HetheringtonAdd a border round EditableLists on GTK3, otherwise...
2020-06-08 Carl HetheringtonSet focus on opening dialog.
2020-06-08 Carl HetheringtonImprove look of DCP metadata dialogue on scaling (...
2020-06-08 Carl HetheringtonSpaces between content buttons in GTK3 (#1761).
2020-06-08 Carl HetheringtonMove upload-DCP-to-TMS button to preferences.
2020-06-08 Carl HetheringtonRemove encryption key options (#1760).
2020-06-08 Carl HetheringtonAlways sign DCPs (#1760).
2020-06-04 Carl HetheringtonAdd defensive check.
2020-05-25 Carl HetheringtonMore fun with GTK3 and its enormous SpinButtons.
2020-05-25 Carl HetheringtonDon't offer full-frame containers unless 'allow any...
2020-05-24 Carl HetheringtonUse wxDC for all drawing of the audio mapping view...
2020-05-24 Carl HetheringtonFix audio mapping view on GTK3, with some cleanups...
2020-05-23 Carl HetheringtonLayout tweaks for GTK3.
2020-05-21 Carl HetheringtonWe must only link gtk2 if wx is also using it.
2020-05-21 Carl HetheringtonWhite space.
2020-05-20 Carl HetheringtonGive 'wrong target' KDM errors in a dialogue box rather...
2020-05-20 Carl HetheringtonTell the user when they load a KDM which will not do...
2020-05-20 Carl HetheringtonRename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
2020-05-18 Carl HetheringtonRemove unused variable.
2020-05-18 Carl HetheringtonAdd some missing messages.
2020-05-17 Carl HetheringtonAdd a new "Advanced settings" dialog for content, acces...
2020-05-17 Carl HetheringtonClicking on the audio graph jumps to that position...
2020-05-14 Carl HetheringtonTypo fix. v2.15.72
2020-05-14 Carl HetheringtonChristie FTP contains certificate chains, not just...
2020-05-14 Carl HetheringtonDon't say 'certificate downloaded' if it failed during...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-12 Carl HetheringtonAdd crop left/right top/bottom link control.
2020-05-12 Carl HetheringtonMove bitmap_path() to wx_util.{cc,h}
2020-05-12 Carl HetheringtonAdd _view_changed callback to ContentWidget.
2020-05-11 Carl HetheringtonRemove now-unused default-scale-to config option.
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-11 Carl HetheringtonReformat crop controls.
2020-05-06 Carl HetheringtonAdd a crazy amount of missed files from the previous...
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonExtract common code out into kdm_for_screen()
2020-05-06 Carl HetheringtonRemove some now-pointless passing of name_values.
next