summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2024-12-26Add some now-required includes.Carl Hetherington
2024-12-26using sorting.Carl Hetherington
2024-12-26Use fmt::format() instead of locale_convert<string>Carl Hetherington
In some places I just used to_string() as there seems no point in localising things like small ints.
2024-12-26Replace String::compose with fmt::format().Carl Hetherington
2024-12-26Replace raw_convert<string> with fmt::to_string().Carl Hetherington
2024-12-26Remove unnecessary includes.Carl Hetherington
2024-12-22Supporters update.v2.18.0v2.17.xCarl Hetherington
2024-12-16Supporters update.v2.17.29Carl Hetherington
2024-12-14Fix vertical alignment.Carl Hetherington
2024-12-10Fix saving a template with a new name.v2.17.28Carl Hetherington
2024-12-09Merge remote-tracking branch 'origin/main' into v2.17.xv2.17.27Carl Hetherington
2024-12-08Supporters update.Carl Hetherington
2024-12-07Updateed fr_FR translation from Laurent Tenzer.Carl Hetherington
2024-12-05Missing translators (Roman is r k).Carl Hetherington
2024-11-29Remove config of grok server port (#2900).Carl Hetherington
The server now always uses port 80.
2024-11-28Tweak minimum size of GTK3 spin controls.Carl Hetherington
On at least Fedora 41 they are still too narrow in e.g. the reel editor of the editor.
2024-11-27Remove beta-grade warning in the Disk Writer.Carl Hetherington
I hope I don't live to regret this.
2024-11-24Remove unwanted credit.v2.17.25Carl Hetherington
2024-11-20Updated zh_CN translation from Kahn Li.v2.17.24Carl Hetherington
2024-11-20Merge branch 'main' into v2.17.xCarl Hetherington
2024-11-17Fix multi-selection of content.v2.16.98Carl Hetherington
In order to add ellipsizing of text we're using this "mode" of wxListCtrl where `OnGetItemAttr` is called to get information about an item. This was intended to support very long lists, so that the whole list does not have to be given to wxListCtrl. However, in this mode, multiple selections (e.g. shift-click) are just not reported. There's a 13-year-old wxWidgets bug to fix this: https://github.com/wxWidgets/wxWidgets/issues/4541 and there is mentioned the workaround applied here - listen to the focused event. We have to delay it because on macOS (at least) the selection state is not updated until after the focused event.
2024-11-17Fix "multiple" button alignment on macOS.Carl Hetherington
2024-11-13Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2024-11-11Use a better colour for the name examples in dark UIs (#2888).Carl Hetherington
2024-11-07Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-11-06Supporters update.v2.16.96Carl Hetherington
2024-11-06Add missing marker types FFOB/LFOB (#2886).Carl Hetherington
2024-11-03Remove some make_wx() that are not necessary.Carl Hetherington
2024-10-19Fix installation of our extra fa_IR.mo on Linux.Carl Hetherington
2024-10-15Remove AddCatalog() that I think is actually unnecessary.Carl Hetherington
This was supposed to fix mac, but mac doesn't run this branch of the #if.
2024-10-14Fix lookup of wxWidgets i18n on Windows and macOS.Carl Hetherington
2024-10-14Install fa_IR wxWidgets translations.Carl Hetherington
2024-10-14Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-10-13Supporters update.v2.16.95Carl Hetherington
2024-10-11Add some wxYield()s.Carl Hetherington
One or more of these improve GUI responsiveness when downloading certificates and make it less likely that GNOME complains that DCP-o-matic has hung.
2024-10-11Download Dolby certs more intelligently.Carl Hetherington
Rather than doing a load of connections to look for different filenames in a specific FTP directory, list that directory and then look for the filenames.
2024-10-06Fix crash on Windows (#2874).v2.17.22Carl Hetherington
As discussed in https://groups.google.com/g/wx-dev/c/RCK_1m5Emzo " _() macro when used with wxNO_IMPLICIT_WXSTRING_ENCODING will expand to wxGetTranslation(wxASCII_STR(s)) which is going to be broken for any strings that are not ASCII or are wide char. So this will mean you cannot use anything non-ASCII in your base language. "
2024-10-05Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-09-29Disambiguate some more bind calls().Carl Hetherington
2024-09-29Arch's FFmpeg is in an unusual place so we have to get the includes for it.Carl Hetherington
2024-09-27pot/merge.Carl Hetherington
2024-09-27Tidy update dialog slightly and add current version for reference.Carl Hetherington
2024-09-27pot/merge.Carl Hetherington
2024-09-27Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-27Fix empty translated string.Carl Hetherington
2024-09-27Fix some missing spaces in the update dialog.Carl Hetherington
2024-09-25Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-24Supporters update.v2.16.94Carl Hetherington
2024-09-24Missing new verification error.Carl Hetherington
2024-09-24Fix build with new boost (e.g. on Arch) (#2868)Carl Hetherington