summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.cc
AgeCommit message (Expand)Author
2021-07-10Use dcp::compose rather than our own.composeCarl Hetherington
2021-06-25Extract gui_is_dark() to wx_util.Carl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-03-14Fix crash on startup on macOS.Carl Hetherington
2021-02-28Add version informationm to splash screen (#1913).Carl Hetherington
2021-02-23Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hidingCarl Hetherington
2021-01-16Fix build failure due to warning about unused macOS-only method.Carl Hetherington
2021-01-15Fix basic errors in 1af2b2bef65b133c9f56cb64007adc0aebad59aaCarl Hetherington
2021-01-15Different fix for assertion failures when right-aligning in horizontal wxBoxS...Carl Hetherington
2021-01-09More c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-08Shrink some big buttons.Carl Hetherington
2020-09-27Use bitmap_path() method to find the splash screen image.Carl Hetherington
2020-09-14Rename shared_path -> resources_path.Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-05-12Move bitmap_path() to wx_util.{cc,h}Carl Hetherington
2020-05-07Add a 'Make DKDM' dialogue box to simplify and (hopefully) clarify DKDM creat...Carl Hetherington
2019-10-21Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.Carl Hetherington
2019-08-27Slightly better errors when the player fails to load a DCP.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-05-10Nag about deletion of DKDMs.Carl Hetherington
2019-05-10Hide passwords in text fields.Carl Hetherington
2019-03-25Try to fix missing inbuilt translations of wxWidgets in Fedora (#1502).v2.13.136Carl Hetherington
2019-02-01Always show splash even if we already have a config.xml.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-10-26Use Film/Playlist for SPL management rather than special classes.Carl Hetherington
2018-10-17Revert overwrite changes; remove our replacement of file extension (#1383).v2.13.62Carl Hetherington
2018-10-17Prevent un-prompted overwrite of files when exporting things from config (#13...Carl Hetherington
2018-10-16Capitalise first letter of extended errors for appearance sake.Carl Hetherington
2018-09-23Add checked_set for wxDirPickerCtrl.Carl Hetherington
2018-09-06Add simple/full interface option and make DCP panel respect it.Carl Hetherington
2018-07-06Tweak layout and remove some code duplication.Carl Hetherington
2018-03-26Add time axis to audio analysis (part of #1082).Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-06Try to improve the UI for decryption/signing keys by hidingCarl Hetherington
2018-01-05Make player/KDM creator and main DCP-o-matic all behave the same with respect...Carl Hetherington
2016-08-12Move locale_convert into libdcp.Carl Hetherington
2016-08-12Replace incorrect uses of raw_convert with a new locale_convert.Carl Hetherington
2016-07-15Add channel count hints to the default audio channel count preference,Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-17Use a separate file (in a configurable location) to store cinema / screen cer...Carl Hetherington
2015-11-07Tidy up; rename add_label_to_grid_bag_sizer -> add_label_to_sizer.Carl Hetherington
2015-10-09Add message_dialog.Carl Hetherington
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-07-16More float -> double.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-13Try to fix completely broken i18n.Carl Hetherington
2015-05-107fd73c0cf1f723896826c77fec3720c5c404d4e8 from master; tidy audio analysis dia...Carl Hetherington
2015-04-30Try to fix OS X build.Carl Hetherington