summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Expand)Author
2022-05-01Make sure that crop preview rectangle is properly hidden when we close the au...main-oldCarl Hetherington
2022-05-01Fix the alignment of the current position in the playback controls.Carl Hetherington
2022-05-01Use explicit parameters to the EditableList constructor, and allowCarl Hetherington
2022-05-01C++11 tidying.Carl Hetherington
2022-05-01Fix (I think) some strange situations where ::get() on dialogsCarl Hetherington
2022-04-28Fix Windows build.Carl Hetherington
2022-04-28Use libdcp's warnings.hCarl Hetherington
2022-04-28Disable warnings around all wx includes.Carl Hetherington
2022-04-28Tidying.Carl Hetherington
2022-04-28Add button to use same fades for audio as video (#2230).Carl Hetherington
2022-04-28Tidying.Carl Hetherington
2022-04-28C++11 tidying.Carl Hetherington
2022-04-28C++11 tidying.Carl Hetherington
2022-04-28Add some missing override labels.Carl Hetherington
2022-04-28Fix some comment typos.Carl Hetherington
2022-04-28Update supporters list.Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2022-04-02Add button to send test emails in the mail server prefs (#2216).Carl Hetherington
2022-04-02Remove strange proportion values when adding content buttons.Carl Hetherington
2022-04-02Supporters update.Carl Hetherington
2022-04-02Fix build error on mac.Carl Hetherington
2022-04-02Add check/uncheck all buttons to screens panel.Carl Hetherington
2022-04-02Remove unnecessary heading in email address list in cinema dialogue.Carl Hetherington
2022-04-02Add config option for default KDM type.Carl Hetherington
2022-04-02Make a small class to choose KDM types.Carl Hetherington
2022-04-02Remove KDM type that was added for testing.Carl Hetherington
2022-04-02We can (and should) get the screens straight from _checked_screens now.Carl Hetherington
2022-04-02Now we don't need _cinemas and _screens any more.Carl Hetherington
2022-04-02Fix _selected_* to only store pointers to things.Carl Hetherington
2022-04-02Speed things up by sorting before adding cinemas.Carl Hetherington
2022-04-02Preserve checked status during search (#2212).Carl Hetherington
2022-04-02Add an initialisation in the class.Carl Hetherington
2022-04-02Also keep maps the other way around.Carl Hetherington
2022-04-02Keep maps of wxTreeListItem to Cinema/Screen.Carl Hetherington
2022-04-02Use the ICU library to sort cinemas rather than strcoll() (part of #2208).Carl Hetherington
2022-04-02Use a vector<pair<...>> to store screens and cinemas instead of a map.Carl Hetherington
2022-04-02Replace class shim with a custom comparator.Carl Hetherington
2022-04-02Fix weird placement of SetSortColumn() call causing strange assertion failure...Carl Hetherington
2022-04-02Cleanup: use some better variable names.Carl Hetherington
2022-04-02Make the value used for 'f' in KDM names consistent (#1657).Carl Hetherington
2022-04-02Cleanup: tidying.Carl Hetherington
2022-03-14Remember the state of the write to/email checkboxes in the KDM creator across...Carl Hetherington
2022-03-14C++11 tidying.Carl Hetherington
2022-03-14Fix sensitivity of custom scaled edit button.Carl Hetherington
2022-03-14Allow editing of a screen's cinema / adding a new screen whenCarl Hetherington
2022-03-14Fix build with the macOS 10.8 version of wxWidgets.Carl Hetherington
2022-03-14Improve ratings dialog to allow only valid values (#2199).Carl Hetherington
2022-03-14Allow passing flags into TableDialog::add for labels.Carl Hetherington
2022-03-14Add search_ctrl_height()Carl Hetherington
2022-03-14C++11 cleanup.Carl Hetherington