aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-29ImageFeatureList: Store panel number, not pointerThomas White
This makes the conversion to DataTemplate/detgeom MUCH easier.
2020-07-29Remove unused fields in struct detgeomThomas White
2020-07-29Add new functions to CrystFELImageViewThomas White
2020-07-29Ignore left and right scroll directionsThomas White
2020-07-29Increase spacing in "Find files" windowThomas White
2020-07-29Hooks for peak search via GUIThomas White
2020-07-29Show frame info at top of image viewThomas White
2020-07-29Implement loading of imagesThomas White
2020-07-29Add "Find data" dialogue boxThomas White
2020-07-29Add buttons in icon regionThomas White
2020-07-29Redraw CrystFELImageView after reloading imageThomas White
2020-07-29Clean up image on destruction of CrystFELImageViewThomas White
2020-07-29image_free(): Free more stuffThomas White
2020-07-29Preserve view position and zoom across image reloadThomas White
2020-07-29Load image list and implement stepping back/forwardThomas White
2020-07-29Add toolbarThomas White
2020-07-29Remove debugThomas White
2020-07-29Set non-NAN initial valuesThomas White
2020-07-29Remove axis linesThomas White
2020-07-29Centre zoom motion on pointerThomas White
2020-07-29Make scrolling work properlyThomas White
2020-07-29Render panels correctlyThomas White
2020-07-29Remove error_boxThomas White
2020-07-29Remove debugThomas White
2020-07-29Panel drawingThomas White
2020-07-29Use both APIs for pixbuf rendering (prefer new)Thomas White
2020-07-29create_detgeom(): Set n_panelsThomas White
2020-07-29image_read_hdf5(): Allocate bad mapsThomas White
2020-07-29Create detgeom structure on image loadThomas White
2020-07-29Move colour scale and pixbuf rendering to libcrystfelThomas White
Also, split into two files (colscale and render), and remove TIFF stuff.
2020-07-29GUI image loading stuffThomas White
2020-07-29Basic image loading via new DataTemplate APIThomas White
2020-07-29FussinessThomas White
2020-07-29get_event_from_event_string: Handle NULL eventThomas White
2020-07-29Initial DataTemplate parser (copied from get_detector_geometry)Thomas White
2020-07-29Add safe_strdup() to utilsThomas White
2020-07-29Move load_entire_file() to utilsThomas White
2020-07-29Skeleton GUI and CrystFELImageViewThomas White
2020-07-29Clean up detgeom.hThomas White
2020-07-29Get rid of hdfseeThomas White
Will be replaced by something better soon(ish)...
2020-07-29Sketch out DataTemplate APIThomas White
2020-06-22This is CrystFEL 0.9.10.9.1Thomas White
2020-05-12Add missing newline in error messageThomas White
2020-05-12Fix silly mistake in cell reductionThomas White
2020-05-12scripts/*2hkl: Add reflection list headerThomas White
2020-04-03Break down hdfile_get_string_value()Thomas White
There are just too many cases here. Variable/fixed length, array of either of those, with/without event structure. And that's just for real strings (not numbers that will be converted to strings). For now, I think the only unhandled case is an array of variable length strings. We can fix this when/if one turns up in the wild.
2020-04-01Request HDF5 1.10 APIThomas White
There are changes with 1.12 which we can't use yet (need to maintain compatibility down to 1.8 for now, but the subset of the HDF5 API we use works with 1.8 and 1.10).
2020-03-31hdfile_get_string_value: Handle arrays of fixed length stringsThomas White
2020-03-31Catch NULL event in make_dataspacesThomas White
2020-03-31Improve error message in hdfile_get_string_value()Thomas White