summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.cc
AgeCommit message (Expand)Author
2023-09-09Always call AddCatalog("wxstd") as it appears to be necessary toCarl Hetherington
2023-05-10Fix uninitialised variable caught by the macOS compiler.Carl Hetherington
2023-04-25Don't use wx_ptr for the splash screen.Carl Hetherington
2023-01-16Add indent option to wxGridBagSizer version of add_label_to_sizerCarl Hetherington
2023-01-15Use wx_ptr for the splash screen.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Use ScopeGuard more.Carl Hetherington
2022-11-29Extract RegionSubtagWidget.Carl Hetherington
2022-11-29Add default audio language configuration (#2375).Carl Hetherington
2022-10-18Use different icons for the timeline in dark/light modes.Carl Hetherington
2022-10-11Hack to fix wxChoice heights on KDE (#2343).Carl Hetherington
2022-09-05Tidy up code to report failures to load config in the UI.Carl Hetherington
2022-07-20Change bitmap_path to take a full name with extension.Carl Hetherington
2022-05-15Layout alignment tweaks.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2022-03-09Improve ratings dialog to allow only valid values (#2199).Carl Hetherington
2022-03-09Add search_ctrl_height()Carl Hetherington
2022-02-11Allow a little more space in small_button_size for the ru_RU translation.Carl Hetherington
2021-11-20Extract dpi_scale_factor() to a function.Carl 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