aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
AgeCommit message (Collapse)Author
2020-01-10Mass update of copyright datesThomas White
2019-08-01hdfsee: Fix 0.5 Angstrom resolution ringThomas White
2019-07-29Formatting/commentsThomas White
2019-07-16hdfsee: Disallow changing image if geometry file was givenThomas White
2019-07-16Tidy upThomas White
2019-07-16hdfsee: Get rid of "multi_event"Thomas White
2019-07-16hdfsee: Factorise setting of window titleThomas White
2019-07-16hdfsee: Get rid of "simple"Thomas White
2019-07-16hdfsee: Show HDF5 menu tree event for multi-event filesThomas White
2019-04-03hdfsee: Fix crash with no geometry fileThomas White
2019-03-18FormattingThomas White
2019-03-18hdfsee: Use a fresh detector geometry structure each time a new image is loadedThomas White
If the clen is a literal number, AND there's a coffset, the coffset will be added every time the image data is loaded. Now, it'll start from scratch.
2019-01-29Add multi_event_geometry() functionThomas White
2019-01-29hdfsee: Fix possible string truncationThomas White
2018-12-18make_pixelmap: Use <input>.h5 as default output filenameThomas White
2018-09-11hdfsee: Fix a missing return valueThomas White
2018-07-06Use either GTK2 or GTK3Thomas White
2018-07-06Switch to GTK3Thomas White
2018-06-26Embed diffraction.cl and hdfsee.ui into executablesThomas White
Having to install these causes problems, e.g. you can't run from build directory nor run tests without installing. For hdfsee.ui, the XML is now embedded in the code just as it is for cell_explorer. diffraction.cl is a bit too long and complicated for that. There are a number of nasty ways to embed such files. This one seems to be the overall least nasty, although it requires data/gen-resources to be run whenever diffraction.cl is changed.
2018-06-12hdfsee: Show image size at binning 1Thomas White
Used to be "raw image size", but that's meaningless since "de-slabbification". All the panels are stored separately. This commit also clarifies the meaning of "Smaller numbers".
2018-06-12Whitespace fussinessThomas White
2018-06-10hdfsee: Fix statusbar snprintf() nonsenseThomas White
2018-03-21Separate tests for gdk-pixbuf-2.0 and GDKThomas White
2017-11-23Avoid truncation with snprintfThomas White
Just something that came from new compiler warnings after upgrading my system.
2017-11-15Use GDK_a/b instead of GDK_KEY_a/bThomas White
Some people using old libraries out there.
2017-11-14hdfsee: Use a/b keys to change ring sizeThomas White
2017-10-12hdfsee: Add "peaks", "preds" or "rings" to export filename, as applicableThomas White
2017-10-12hdfsee: Add event ID to exported image filenameThomas White
2017-09-21hdfsee: Increase ring thicknessThomas White
2017-05-03hdfsee: Use new imagefile APIThomas White
2017-05-03HDF5 reading under new APIThomas White
2016-07-29hdfsee: Fix crash because of panel nameThomas White
2016-07-29hdfsee: Fix coordinatesThomas White
2016-07-01Fix dw-hdfsee.cThomas White
2016-02-23hdfsee: Fix panel/feature names in numbers windowThomas White
2015-12-01hdfsee: Round panel transformations before passing them to CairoThomas White
This prevents the slight blurring of image data which happened before.
2015-11-03hdfsee: Restore TIFF outputThomas White
2015-11-03hdfsee: Restore ADSC outputThomas White
2015-11-03Merge branch 'tom/imagedata'Thomas White
2015-10-30hdfsee: Fix crash when changing rigid group in calibration modeThomas White
The number of rigid groups overall is usually greater than the number of rigid groups in the current collection. Therefore, the "previous rg" function wrapped round to the wrong place.
2015-10-07Merge branch 'master' into tom/imagedataThomas White
2015-10-07FormattingThomas White
2015-10-07Fix a small memory leakThomas White
2015-10-05hdfsee: Disable TIFF/ADSC output functionsThomas White
Need a better solution here: fix them or delete them
2015-10-05hdfsee: Remove image->dataThomas White
2015-07-09Tidy up error handling when given dodgy data locationsThomas White
2015-07-09hdfsee: Use "dp" for numbers viewThomas White
2015-03-20hdfsee: Fix a typoThomas White
2015-03-19hdf5_read(): Create simple geometryThomas White
This allows unpack_panels() to be called, and hence the same data structures to be available in the simple and geometry cases. Some changes were necessary to hdfsee, which previously created the simple geometery itself
2015-03-04hdfsee: Support peak lists with only fs,ss coordinatesThomas White