Add Job::seconds_since_last_progress_update().
[dcpomatic.git] / src / wx /
2021-11-11 Carl HetheringtonRemove player activity logging. Fixes #2122.
2021-11-05 Carl HetheringtonSupporters update. v2.15.172
2021-11-04 Carl HetheringtonInclude subscribers / supporters in git.
2021-11-04 Carl HetheringtonMake the prefs window a little wider on macOS to (hopef...
2021-10-25 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-10-25 Carl HetheringtonFix position of content outline (#2108). v2.15.171
2021-10-25 Carl HetheringtonFix missing verification messages.
2021-10-23 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-10-17 Carl Hetheringtonpot/merge.
2021-10-17 Carl HetheringtonFix some markup quotation marks.
2021-10-17 Carl HetheringtonUpgrade the disk writer warning (#1971).
2021-10-16 Carl HetheringtonFix error when editing colours in locales with , as...
2021-10-16 Carl HetheringtonAlways block waiting for audio when exporting. v2.15.169
2021-10-16 Carl HetheringtonUse an enum instead of a bool to specify blocking/non...
2021-10-13 Carl HetheringtonDon't allow negative trims to be set up via changes... v2.15.168
2021-10-11 Carl HetheringtonCleanup: use enum class.
2021-10-03 Carl HetheringtonDifferentiate requested and actual crop.
2021-10-03 Carl HetheringtonUpdated it_IT translation from Riccardo Mantani.
2021-10-03 Carl HetheringtonRemove unused using statement.
2021-10-03 Carl HetheringtonAlways call ::draw() even when we have no image.
2021-10-03 Carl HetheringtonRemove unused parameters.
2021-10-01 Carl HetheringtonFix subtitle positioning and centering of the DCP frame... v2.15.165
2021-09-30 Carl HetheringtonChange glLineWidth from 2.0 -> 1.0. v2.15.164
2021-09-30 Carl HetheringtonMissing check_gl_error() calls.
2021-09-29 Carl HetheringtonOnly support GLVideoView when building with wxWidgets...
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonVarious alignment tidying/fixups.
2021-09-27 Carl HetheringtonRemove unused using
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-09-27 Carl HetheringtonAllow RGB24 in textures.
2021-09-27 Carl HetheringtonSupport subs and tidy up a few things.
2021-09-27 Carl HetheringtonSetup Butler::_prepare_only_proxy on construction.
2021-09-27 Carl HetheringtonRename image -> video.
2021-09-27 Carl HetheringtonMove some stuff inside Texture.
2021-09-27 Carl HetheringtonAdd basic Texture wrapper for a GL texture.
2021-09-27 Carl HetheringtonRename _size -> _video_size
2021-09-27 Carl HetheringtonTweak some comments.
2021-09-27 Carl HetheringtonExtract indices array and make some offset constants.
2021-09-27 Carl HetheringtonRename _texture -> _video_texture.
2021-09-27 Carl HetheringtonWhen the player is used in OpenGL mode, pass unscaled...
2021-09-27 Carl HetheringtonFix GL information fetching.
2021-09-27 Carl HetheringtonC++11 tidying.
2021-09-27 Carl HetheringtonTidy ownership/lifetime of GLVideoView to fix crashes...
2021-09-27 Carl HetheringtonRe-work OpenGL video view to use modern shaders / APIs.
2021-09-27 Carl HetheringtonRemove unnecessary _out_size; it looks like we can...
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-21 Carl HetheringtonExtract colours to VideoView.
2021-09-19 Carl HetheringtonFix failure to reset state to "to fit DCP" properly...
2021-09-19 Carl HetheringtonRemove unused VideoContentProperty::SCALE and listen...
2021-09-02 Carl HetheringtonUpdated zh_CN translation from Kahn Li. v2.15.159
2021-08-24 Carl HetheringtonUpdated it_IT translation from Riccardo Mantani.
2021-08-24 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-08-21 Carl HetheringtonAdd Uwe Dittes as translator.
2021-08-20 Carl HetheringtonUpdated it_IT translation from Riccardo Mantani. v2.15.158
2021-08-20 Carl Hetheringtonpot/merge.
2021-08-20 Carl HetheringtonUpdated de_DE translation from Uwe Dittes.
2021-08-17 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-08-17 Carl HetheringtonAdd defaults for facility, studio, chain, distributor...
2021-08-17 Carl HetheringtonRename update -> setup_sensitivity().
2021-08-16 Carl HetheringtonOnly warn about lots of frame drops in the player ...
2021-08-15 Carl HetheringtonGive markers dialog a close button (#2070).
2021-08-13 Carl HetheringtonMissing override qualifiers.
2021-08-12 Carl HetheringtonFix flickering black square when selecting content...
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-12 Carl HetheringtonRename ProRes export format to MOV / ProRes (#2067).
2021-08-12 Carl Hetheringtonpot/merge.
2021-08-11 Carl HetheringtonAdd missing verification description.
2021-08-10 Carl HetheringtonMissing full stop.
2021-08-04 Carl HetheringtonAllow specifying and writing sign language video langua... v2.15.157
2021-07-15 Carl HetheringtonFix build with older boost.
2021-07-15 Carl HetheringtonFix use-own-dirpicker build. v2.15.156
2021-07-14 Carl HetheringtonFix compile warning.
2021-07-08 Carl HetheringtonC++11 tidying.
2021-07-08 Carl HetheringtonFix strange layout problems with the content sub panels...
2021-07-07 Carl HetheringtonTake account of changes to default directory for new...
2021-07-07 Carl HetheringtonC++11 tidying.
2021-07-05 Carl HetheringtonFix alignment.
2021-07-05 Carl HetheringtonC++11 tidying.
2021-06-29 Carl HetheringtonUpdate dialog layout fixes.
2021-06-29 Carl HetheringtonC++11 tidying.
2021-06-29 Carl HetheringtonFix confusing black padding in GUI dark mode (#2053).
2021-06-28 Carl HetheringtonC++11 tidying.
2021-06-25 Carl HetheringtonExtract gui_is_dark() to wx_util.
2021-06-21 Carl HetheringtonRemember the path used for "add files" (#2049).
2021-06-21 Carl HetheringtonUse std::vector for add_files.
2021-06-12 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-06-12 Carl HetheringtonOffer all KDM types no matter what standard is in use.
2021-06-06 Carl Hetheringtonpot/merge.
2021-06-06 Carl HetheringtonUse "Colour" not "Colour conversion" as a label name. osx-alignment
2021-06-06 Carl HetheringtonFix link icons on macOS.
2021-06-06 Carl HetheringtonmacOS alignment fix (#2039).
2021-06-06 Carl HetheringtonAdd DCPOMATIC_CHOICE_TOP_PAD.
2021-06-06 Carl HetheringtonmacOS alignment fixes (#2045).
2021-06-06 Carl HetheringtonFix alignment of labels on macOS (#2043).
2021-06-06 Carl HetheringtonFix alignment of mail protocol control (#2042).
2021-06-06 Carl HetheringtonUse bitmap_path() and wxBITMAP_TYPE_PNG (not _RESOURCE...
2021-06-06 Carl HetheringtonImprove alignment of audio language controls (#2040).
2021-06-06 Carl HetheringtonAdd DCPOMATIC_CHECKBOX_BOTTOM_PAD.
next