aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-29Store the actual DataTemplate in GUI project structThomas White
2020-07-29data_template_free: Allow NULLThomas White
2020-07-29Random access Stream APIThomas White
2020-07-29Update commentsThomas White
2020-07-29Set a default data locationThomas White
2020-07-29Add default_project (and add Stream to GUI project struct)Thomas White
2020-07-29Use g_free where appropriateThomas White
2020-07-29stream_close: Handle NULLThomas White
2020-07-29Add missing prototypeThomas White
2020-07-29Avoid segfault if there are no panels in DataTemplateThomas White
2020-07-29Reject geometry file if it contains unrecognised linesThomas White
2020-07-29Fix order of operations when loading dataThomas White
2020-07-29Recognise .cxi extension as HDF5Thomas White
2020-07-29Improve error messageThomas White
2020-07-29is_hdf5_file: Only check extensionThomas White
2020-07-29Avoid event enumeration if only one event is possibleThomas White
2020-07-29Factorise num_path_placeholdersThomas White
2020-07-29Improve error message when peak list is not given in DataTemplateThomas White
2020-07-29Make sure all HDF5 resources are freedThomas White
2020-07-29crystal_image_view_set_image: Free peak listsThomas White
2020-07-29"Load stream" optionThomas White
2020-07-29Don't try to draw peaks without an image structureThomas White
2020-07-29Find data -> Load dataThomas White
2020-07-29Improve error messageThomas White
2020-07-29Set default dimensions (0=ss, 1=fs)Thomas White
2020-07-29Fix a typoThomas White
2020-07-29Remove unnecessary librariesThomas White
2020-07-29tests/ev_enum1: Use API functionThomas White
2020-07-29Handle event expansion even for single-event filesThomas White
2020-07-29Automatic colour scaleThomas White
2020-07-29Avoid double iterationThomas White
2020-07-29Simplify image rendering for CrystFELImageViewThomas White
2020-07-29render_scale -> colscale_lookupThomas White
2020-07-29Break render.c down and move to geoptimiser and CrystFELImageViewThomas White
2020-07-29Avoid reloading image data when colour scale is changedThomas White
2020-07-29Remove dtempl->defaultsThomas White
2020-07-29partialator/process_hkl: Fix stream reading logicThomas White
2020-07-29Add crystal_copy_deep()Thomas White
2020-07-29Avoid compiling image-hdf5.c ten timesThomas White
2020-07-29cellcompare_check: Reduce ntrials to 5Thomas White
2020-07-29prof2d_check: Decrease size of unit cellThomas White
2020-07-29Implement dimension part of event expansion, and clean up testsThomas White
2020-07-29Path part of event expansionThomas White
2020-07-29Require mask/satmap paths to have fewer placeholders than dataThomas White
2020-07-29Check that paths for all panels have the same number of placeholdersThomas White
2020-07-29FussinessThomas White
2020-07-29Fix image_hdf5_read_peaks_cxiThomas White
2020-07-29image_hdf5_get_value without 'struct event'Thomas White
2020-07-29substitute_path: Special case for no placeholdersThomas White
2020-07-29Remove events.c, part 2Thomas White