Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-06 | Use either GTK2 or GTK3 | Thomas White | |
2018-07-06 | Switch to GTK3 | Thomas White | |
2018-06-26 | Embed diffraction.cl and hdfsee.ui into executables | Thomas 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-12 | hdfsee: Show image size at binning 1 | Thomas 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-12 | Whitespace fussiness | Thomas White | |
2018-06-10 | hdfsee: Fix statusbar snprintf() nonsense | Thomas White | |
2018-03-21 | Separate tests for gdk-pixbuf-2.0 and GDK | Thomas White | |
2017-11-23 | Avoid truncation with snprintf | Thomas White | |
Just something that came from new compiler warnings after upgrading my system. | |||
2017-11-15 | Use GDK_a/b instead of GDK_KEY_a/b | Thomas White | |
Some people using old libraries out there. | |||
2017-11-14 | hdfsee: Use a/b keys to change ring size | Thomas White | |
2017-10-12 | hdfsee: Add "peaks", "preds" or "rings" to export filename, as applicable | Thomas White | |
2017-10-12 | hdfsee: Add event ID to exported image filename | Thomas White | |
2017-09-21 | hdfsee: Increase ring thickness | Thomas White | |
2017-05-03 | hdfsee: Use new imagefile API | Thomas White | |
2017-05-03 | HDF5 reading under new API | Thomas White | |
2016-07-29 | hdfsee: Fix crash because of panel name | Thomas White | |
2016-07-29 | hdfsee: Fix coordinates | Thomas White | |
2016-07-01 | Fix dw-hdfsee.c | Thomas White | |
2016-02-23 | hdfsee: Fix panel/feature names in numbers window | Thomas White | |
2015-12-01 | hdfsee: Round panel transformations before passing them to Cairo | Thomas White | |
This prevents the slight blurring of image data which happened before. | |||
2015-11-03 | hdfsee: Restore TIFF output | Thomas White | |
2015-11-03 | hdfsee: Restore ADSC output | Thomas White | |
2015-11-03 | Merge branch 'tom/imagedata' | Thomas White | |
2015-10-30 | hdfsee: Fix crash when changing rigid group in calibration mode | Thomas 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-07 | Merge branch 'master' into tom/imagedata | Thomas White | |
2015-10-07 | Formatting | Thomas White | |
2015-10-07 | Fix a small memory leak | Thomas White | |
2015-10-05 | hdfsee: Disable TIFF/ADSC output functions | Thomas White | |
Need a better solution here: fix them or delete them | |||
2015-10-05 | hdfsee: Remove image->data | Thomas White | |
2015-07-09 | Tidy up error handling when given dodgy data locations | Thomas White | |
2015-07-09 | hdfsee: Use "dp" for numbers view | Thomas White | |
2015-03-20 | hdfsee: Fix a typo | Thomas White | |
2015-03-19 | hdf5_read(): Create simple geometry | Thomas 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-04 | hdfsee: Support peak lists with only fs,ss coordinates | Thomas White | |
2015-02-23 | hdfsee: Fix text in "Go to event" box | Thomas White | |
2015-02-23 | Added option to jump to random event | Valerio Mariani | |
2015-02-23 | -e option for hdfsee overrides data layout description from geometry file | Valerio Mariani | |
2015-02-16 | Event navigation and improved menu bar in hdfsee | Valerio Mariani | |
2015-02-12 | hdfsee: Update "About" box | Thomas White | |
2015-02-10 | Formatting and comments | Thomas White | |
2015-02-05 | Fixed hdfsee handling of rigid group collections | Valerio Mariani | |
2015-02-03 | Hdfsee Uses the first rigid group collection instead of the default one | Valerio Mariani | |
2015-01-27 | Add write_detector_geometry_2() to avoid changing API | Valerio Mariani | |
2015-01-27 | Introduce "rigid group collections" | Valerio Mariani | |
2015-01-27 | Formatting | Valerio Mariani | |
2014-12-15 | hdfsee: Handle peak lists from old streams (without panel names) | Thomas White | |
2014-12-14 | Detect invalid event | Thomas White | |
2014-12-14 | hdfsee: Select the correct event at the start | Thomas White | |
2014-12-14 | hdfsee: Fix events menu (on certain GTK versions?) | Thomas White | |
2014-12-14 | Fussiness | Thomas White | |