summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Expand)Author
2021-12-03Remove some unused code.Carl Hetherington
2021-12-03C++11 tidying.Carl Hetherington
2021-12-03Initialise some class members for belt and braces.Carl Hetherington
2021-12-03Don't redefine a variable.Carl Hetherington
2021-12-03Remove unused variables.Carl Hetherington
2021-12-03Missing overrides.Carl Hetherington
2021-12-03Assorted tidying up.Carl Hetherington
2021-11-30Be a little more careful to handle exceptions from boost::filesystem::file_sizeCarl Hetherington
2021-11-28Catch exceptions from RtAudio::startStream() in all cases.Carl Hetherington
2021-11-28Fix some truncated headings.Carl Hetherington
2021-11-22Fill in zeros if a part of a timecode is entered.Carl Hetherington
2021-11-22Fix failure to remove markers when the checkbox is unticked.Carl Hetherington
2021-11-22Don't allow luminance metadata below 0.1 in the GUI (part of #2130).Carl Hetherington
2021-11-20Fix incorrect scaling of the simple view with hidpi screens (#2128).Carl Hetherington
2021-11-20Extract dpi_scale_factor() to a function.Carl Hetherington
2021-11-14Supporters update.Carl Hetherington
2021-11-14Fix the build for older macOS.Carl Hetherington
2021-11-14Missing include.Carl Hetherington
2021-11-14Account for DPI scale factors when calculating some sizes (#2118).Carl Hetherington
2021-11-13Pulse the progress bar 'automatically' if we haven't had a progress update fo...Carl Hetherington
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington
2021-11-05C++11 tidying.Carl Hetherington
2021-11-04Include subscribers / supporters in git.Carl Hetherington
2021-11-04Make the prefs window a little wider on macOS to (hopefully) fit all the icon...Carl Hetherington
2021-10-26Missing Destroy() call.Carl Hetherington
2021-10-26C++11 tidying.Carl Hetherington
2021-10-25Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-10-25Fix position of content outline (#2108).Carl Hetherington
2021-10-25Fix missing verification messages.Carl Hetherington
2021-10-23Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-10-17pot/merge.Carl Hetherington
2021-10-17Fix some markup quotation marks.Carl Hetherington
2021-10-17Upgrade the disk writer warning (#1971).Carl Hetherington
2021-10-16Fix error when editing colours in locales with , as a decimal separator.Carl Hetherington
2021-10-15Always block waiting for audio when exporting.Carl Hetherington
2021-10-15Use an enum instead of a bool to specify blocking/non-blocking.Carl Hetherington
2021-10-13Don't allow negative trims to be set up via changes to play length (#2105).Carl Hetherington
2021-10-12Cleanup: use enum class.Carl Hetherington
2021-10-11Replace some raw arrays with std::vectors.Carl Hetherington
2021-10-03Differentiate requested and actual crop.Carl Hetherington
2021-10-03Updated it_IT translation from Riccardo Mantani.Carl Hetherington
2021-10-03Remove unused using statement.Carl Hetherington
2021-10-03Always call ::draw() even when we have no image.Carl Hetherington
2021-10-03Remove unused parameters.Carl Hetherington
2021-10-01Fix subtitle positioning and centering of the DCP frame in the window.v2.15.165Carl Hetherington
2021-10-01Change glLineWidth from 2.0 -> 1.0.v2.15.164Carl Hetherington
2021-10-01Missing check_gl_error() calls.Carl Hetherington
2021-09-30Only support GLVideoView when building with wxWidgets >= 3.1.0.Carl Hetherington
2021-09-27Various alignment tidying/fixups.Carl Hetherington
2021-09-27Remove unused usingCarl Hetherington