Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-04 | Convert pattern_sim to DataTemplate | Thomas White | |
2020-08-04 | Convert partial_sim to DataTemplate | Thomas White | |
2020-08-04 | Add image_create_for_simulation() | Thomas White | |
...and factorise common code | |||
2020-07-31 | Move spectrum loading out of indexamajig/process_image | Thomas White | |
2020-07-31 | ambigator: Rename queue_args | Thomas White | |
2020-07-31 | partial_sim: Rename worker_args and queue_args | Thomas White | |
2020-07-30 | partialator: Fix deep copy of image structure | Thomas White | |
2020-07-30 | Add include guards to version headers | Thomas White | |
2020-07-30 | Eliminate duplicate symbols | Thomas White | |
This makes searching easier, and also permits Meson's unity build mode. | |||
2020-07-29 | Version information via Meson | Thomas White | |
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-07-29 | Update Meson build files for dtempl branch | Thomas White | |
2020-07-29 | partialator/process_hkl: Use geometry | Thomas White | |
2020-07-29 | Add --no-image-data and --no-mask-data | Thomas White | |
2020-07-29 | crystal[s] | Thomas White | |
2020-07-29 | Show cell parameters in GUI | Thomas White | |
2020-07-29 | Show reflections in GUI | Thomas White | |
2020-07-29 | Add peakfinder9 to GUI | Thomas White | |
2020-07-29 | Disable widgets in "Load data" dialog | Thomas White | |
2020-07-29 | Reset zoom when loading new data | Thomas White | |
If the image size changes, bad things happen. | |||
2020-07-29 | Fix clear_project_files | Thomas White | |
2020-07-29 | Show peaks after loading stream | Thomas White | |
2020-07-29 | Remove old message | Thomas White | |
2020-07-29 | Don't attempt to peak search when reading from stream | Thomas White | |
2020-07-29 | Let caller (rather than CrystFELImageView) own the image structure | Thomas White | |
2020-07-29 | Image selection when reading from stream | Thomas White | |
2020-07-29 | Add missing defaults | Thomas White | |
2020-07-29 | Special cases for stream | Thomas White | |
2020-07-29 | Load stream | Thomas White | |
2020-07-29 | Store the actual DataTemplate in GUI project struct | Thomas White | |
2020-07-29 | Add default_project (and add Stream to GUI project struct) | Thomas White | |
2020-07-29 | Use g_free where appropriate | Thomas White | |
2020-07-29 | Fix order of operations when loading data | Thomas White | |
Retains the old configuration if the geometry file is bad Avoids trying to load old images with new DataTemplate | |||
2020-07-29 | crystal_image_view_set_image: Free peak lists | Thomas White | |
2020-07-29 | "Load stream" option | Thomas White | |
2020-07-29 | Don't try to draw peaks without an image structure | Thomas White | |
2020-07-29 | Find data -> Load data | Thomas White | |
This is a better name, because it includes loading a stream (and possibly more later). | |||
2020-07-29 | Automatic colour scale | Thomas White | |
2020-07-29 | Avoid double iteration | Thomas White | |
2020-07-29 | Simplify image rendering for CrystFELImageView | Thomas White | |
2020-07-29 | render_scale -> colscale_lookup | Thomas White | |
2020-07-29 | Break render.c down and move to geoptimiser and CrystFELImageView | Thomas White | |
These two functions will diverge in the future. Also, this change removes the last remaining dependency of libcrystfel on Gdk/Gtk-anything. | |||
2020-07-29 | Avoid reloading image data when colour scale is changed | Thomas White | |
2020-07-29 | partialator/process_hkl: Fix stream reading logic | Thomas White | |
2020-07-29 | Remove events.c, part 2 | Thomas White | |
New event parsing, done at the last minute in image-hdf5.c | |||
2020-07-29 | Remove events.c, part 1 | Thomas White | |
2020-07-29 | Fix some memory bugs | Thomas White | |
2020-07-29 | Remove unused includes | Thomas White | |
2020-07-29 | Convert whirligig to new Stream API | Thomas White | |
2020-07-29 | Convert ambigator to new Stream API | Thomas White | |