aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
AgeCommit message (Collapse)Author
2021-03-17CrystFELImageView: Fix zoom limitsThomas White
2021-03-17GUI: Show beam centre more clearly, and optionallyThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2021-02-23Centre image at start (or on zoom reset)Thomas White
This just sets the scroll bars to the middle position, which is not necessarily the middle of the detector. Still, it's better than starting at the edge every time.
2021-02-22CrystFELImageView: Re-render a bit less oftenThomas White
2021-01-07GUI: Basic labelling of reflectionsThomas White
Lots of improvements still to be made here, such as using the "real" Cairo text API as well as using proper overlines for negative indices.
2020-09-08Show prediction boxes at the right sizeThomas White
2020-09-08Make peak box bigger (and add crosshairs) at high magnificationThomas White
2020-07-29Show reflections in GUIThomas White
2020-07-29Reset zoom when loading new dataThomas White
If the image size changes, bad things happen.
2020-07-29Let caller (rather than CrystFELImageView) own the image structureThomas White
2020-07-29Store the actual DataTemplate in GUI project structThomas White
2020-07-29Add brightness sliderThomas White
This can be improved a lot...
2020-07-29Add crystfel_image_view_get_datatemplate()Thomas White
2020-07-29Show the peaks in the image viewThomas White
2020-07-29Add new functions to CrystFELImageViewThomas White
2020-07-29Make scrolling work properlyThomas White
2020-07-29Panel drawingThomas White
2020-07-29GUI image loading stuffThomas White
2020-07-29Skeleton GUI and CrystFELImageViewThomas White