aboutsummaryrefslogtreecommitdiff
path: root/src/gui_export.c
AgeCommit message (Expand)Author
2023-02-24GUI: Avoid using format string for reminder windowThomas White
2023-02-17GUI: Automatically set appropriate extension for export filenameThomas White
2023-02-17GUI: Complain more loudly about export errorsThomas White
2023-02-17GUI: Add a reminder about the space group in the export headersThomas White
2023-02-16GUI: Avoid GTK warning if FoM unit cell is not setThomas White
2021-10-20Add "plain" MTZ file layout, distinct from "Bijvoet" layoutThomas White
2021-10-20GUI: Set project name in MTZ filesThomas White
2021-10-20Set crystal name in MTZ filesThomas White
2021-03-16Move MTZ and XDS export to libcrystfelThomas White
2021-02-18Wrap space_group_for_mtz with HAVE_LIBCCP4Thomas White
2021-02-15GUI: Complete the symmetry lookup table for exportThomas White
2021-02-12GUI: Put I+ and I- together in MTZ fileThomas White
2021-02-12GUI: Remove separate mtz-bij optionThomas White
2021-02-12GUI: Implement basic MTZ exportThomas White
2021-02-12GUI: Add CCP4 libraries and hide MTZ export options if not foundThomas White
2021-02-11GUI: Back out export reindex codeThomas White
2021-02-11GUI: Implement export to XDS_ASCIIThomas White
2021-02-11GUI: Validation bits for data exportThomas White
2021-02-11GUI: Go straight to GtkFileChooser for data exportThomas White
2021-02-10GUI: Sketch out data export windowThomas White