| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-26 | Stop instantiating RtAudio all over the place | Carl Hetherington | |
| and instead just have a singleton. On Windows I saw a situation where the first instantiation would use ASIO and the second WASAPI, causing all kinds of confusion. | |||
| 2023-04-25 | Don't use wx_ptr for the splash screen. | Carl Hetherington | |
| Using wx_ptr in the wxApp object seems bad because in ~App wxWidgets deletes all top-level windows in `DeleteAllTLWs` so if ~wx_ptr then tries to destroy them we get a use-after-free. | |||
| 2023-01-16 | Add indent option to wxGridBagSizer version of add_label_to_sizer | Carl Hetherington | |
| Also remove the use of wxRIGHT as I don't think it was doing anything before. | |||
| 2023-01-16 | Add DCPOMATIC_SUBHEADING_TOP_PAD. | Carl Hetherington | |
| 2023-01-15 | Use wx_ptr for the splash screen. | Carl Hetherington | |
| 2022-11-29 | Extract RegionSubtagWidget. | Carl Hetherington | |
| 2022-11-29 | Add default audio language configuration (#2375). | Carl Hetherington | |
| 2022-10-18 | Use different icons for the timeline in dark/light modes. | Carl Hetherington | |
| 2022-09-05 | Tidy up code to report failures to load config in the UI. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-21 | Tidying. | Carl Hetherington | |
| 2022-03-15 | Cleanup: tidying. | Carl Hetherington | |
| 2022-03-09 | Add search_ctrl_height() | Carl Hetherington | |
| 2021-11-20 | Extract dpi_scale_factor() to a function. | Carl Hetherington | |
| 2021-06-25 | Extract gui_is_dark() to wx_util. | Carl Hetherington | |
| 2021-06-07 | Add DCPOMATIC_CHOICE_TOP_PAD. | Carl Hetherington | |
| 2021-06-06 | Add DCPOMATIC_CHECKBOX_BOTTOM_PAD. | Carl Hetherington | |
| 2021-05-07 | Add DCPOMATIC_SPIN_CTRL_WIDTH and use it in a few places. | Carl Hetherington | |
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
| 2021-04-29 | C++11 tidying. | Carl Hetherington | |
| 2020-12-08 | Shrink some big buttons. | Carl Hetherington | |
| 2020-11-17 | Fix strange OR operator. | Carl Hetherington | |
| 2020-10-06 | Fix assorted GTK3-related alignment problems. | Carl Hetherington | |
| 2020-09-13 | More fixes for wxWidgets 3.1.x. | Carl Hetherington | |
| 2020-07-26 | Ignore wxWidgets warnings in a nicer way. | Carl Hetherington | |
| 2020-06-08 | Spaces between content buttons in GTK3 (#1761). | Carl Hetherington | |
| 2020-05-12 | Move bitmap_path() to wx_util.{cc,h} | Carl Hetherington | |
| 2020-05-07 | Add a 'Make DKDM' dialogue box to simplify and (hopefully) clarify DKDM ↵ | Carl Hetherington | |
| creation (#1637). | |||
| 2020-04-24 | Hopefully we can use GTK's file chooser button again now. | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-05-10 | Hide passwords in text fields. | Carl Hetherington | |
| 2019-04-15 | Allow WASAPI or DS as the Windows sound API as DirectSound (at | Carl Hetherington | |
| least with RtAudio) does not seem to support > 2 channels. | |||
| 2018-10-26 | Use Film/Playlist for SPL management rather than special classes. | Carl Hetherington | |
| 2018-10-17 | Revert overwrite changes; remove our replacement of file extension (#1383).v2.13.62 | Carl Hetherington | |
| 2018-10-17 | Prevent un-prompted overwrite of files when exporting things from config ↵ | Carl Hetherington | |
| (#1383). | |||
| 2018-09-23 | Add checked_set for wxDirPickerCtrl. | Carl Hetherington | |
| 2018-09-06 | Add simple/full interface option and make DCP panel respect it. | Carl Hetherington | |
| 2018-07-06 | Tweak layout and remove some code duplication. | Carl Hetherington | |
| 2018-03-26 | Add time axis to audio analysis (part of #1082). | Carl Hetherington | |
| 2018-01-12 | Separate readable error from technical detail in some places. | Carl Hetherington | |
| 2018-01-06 | Try to improve the UI for decryption/signing keys by hiding | Carl Hetherington | |
| the details and hopefully providing buttons to do what 99% of users will want to do (#1003). | |||
| 2018-01-05 | Make player/KDM creator and main DCP-o-matic all behave the same with ↵ | Carl Hetherington | |
| respect to problems when loading config. | |||
| 2017-04-19 | Try DirectSound on Windows. | Carl Hetherington | |
| 2017-04-19 | First bits of audio support. | Carl Hetherington | |
| 2016-07-15 | Add channel count hints to the default audio channel count preference, | Carl Hetherington | |
| and remove the choice for default to zero channels. Remove em-dash from hints as it apparently does not render on Windows for some reason. | |||
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-02-17 | Use a separate file (in a configurable location) to store cinema / screen ↵ | Carl Hetherington | |
| certificates (#796). | |||
| 2015-11-07 | Tidy up; rename add_label_to_grid_bag_sizer -> add_label_to_sizer. | Carl Hetherington | |
| 2015-10-09 | Add message_dialog. | Carl Hetherington | |
