summaryrefslogtreecommitdiff
path: root/src/wx/player_config_dialog.cc
AgeCommit message (Expand)Author
2025-09-07Add audio delay option to Config and player prefs.Carl Hetherington
2025-07-10Extract ratio setup UI to a separate class.Carl Hetherington
2025-06-17Support cropping of content on playback (#3041).Carl Hetherington
2025-06-17Cleanup: use an enum class.Carl Hetherington
2025-03-02Remove unused includes.Carl Hetherington
2025-03-02Rename config_dialog.{cc,h} -> preferences_page.{cc,h}Carl Hetherington
2025-03-02Move General preferences tab parent to its own file.Carl Hetherington
2025-03-02Move Sound preferences to its own file.Carl Hetherington
2025-03-02Move Locations preferences to its own file.Carl Hetherington
2025-03-02Move Keys preferences to its own file.Carl Hetherington
2025-03-01Put some preferences stuff into a namespace.Carl Hetherington
2025-02-22Fix erroneous space removal.Carl Hetherington
2025-02-22Add player debug checkbox to player preferences.Carl Hetherington
2025-02-22White space (+cleanup): player_config_dialog.ccCarl Hetherington
2024-12-14Fix vertical alignment.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-08-03Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-07-27Add missing setup for DEBUG_VIDEO_VIEW.Carl Hetherington
2024-06-23Add minimal player HTTP server (#2830).Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-01-16Remember some more paths when selecting files (#2728).Carl Hetherington
2024-01-16Cleanup: rename some methods in FilePickerCtrl and use boost::filesystem::pat...Carl Hetherington
2023-12-31Try to clarify player "dual" mode in the configuration.Carl Hetherington
2023-02-24Add debug video view option to player.Carl Hetherington
2022-11-23Fix player config window on macOS (#2376).Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2021-11-11Remove player activity logging. Fixes #2122.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-04-29Remove Monitor / EDID code that was used for the swaroop variant.Carl Hetherington
2021-04-04Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.Carl Hetherington
2021-02-23Fix some wxWidgets assertion failures.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-09-08Use wxString for EditableListColumn.Carl Hetherington
2020-07-26Add new macOS preferences icons.Carl Hetherington
2020-03-01Remove unused LOG_DEBUG_DECODE and re-use it to add some 3D shuffler logging.v2.15.46Carl Hetherington
2020-02-29Add 'proper' config dialog for the playlist editor.Carl Hetherington
2020-02-29Fix title of player configuration dialogue.Carl Hetherington
2020-01-12swaroop variant build fix.Carl Hetherington
2019-12-19Move sound output driver selection into new preferences tab.Carl Hetherington
2019-12-17Allow configuration of relevant log levels in the player (#1549).Carl Hetherington
2019-11-30Try to improve the checking for overwrite of export files a littleCarl Hetherington
2019-07-22Add some stubs so that swaroop variants build on OS X.Carl Hetherington