Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | GUI: Basic labelling of reflections | Thomas 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-24 | Show predicted but not integrated reflections in red | Thomas White | |
2020-09-09 | CrystFELImageView: Skip entire draw_sig if image is NULL | Thomas White | |
2020-09-09 | CrystFELImageView: Better cross-hairs | Thomas White | |
2020-09-08 | Show prediction boxes at the right size | Thomas White | |
2020-09-08 | Fixup peak box | Thomas White | |
2020-09-08 | Make peak box bigger (and add crosshairs) at high magnification | Thomas White | |
2020-09-04 | draw_refls: Set line width | Thomas White | |
2020-09-04 | Add a FIXME | Thomas White | |
2020-08-28 | Avoid GSL running statistics for CrystFELImageView auto-scale | Thomas White | |
This changes the meaning slightly (it assumes all the panels are at least roughly the same size), and the code isn't very nice. However, it's not "science-critical" and it's worth it to get back to compatability with old GSL versions. | |||
2020-08-12 | Change colour of peak boxes to yellow | Thomas White | |
Shows up much better against the blue | |||
2020-07-29 | Show reflections in GUI | Thomas White | |
2020-07-29 | Reset zoom when loading new data | Thomas White | |
If the image size changes, bad things happen. | |||
2020-07-29 | Let caller (rather than CrystFELImageView) own the image structure | Thomas White | |
2020-07-29 | Store the actual DataTemplate in GUI project struct | Thomas White | |
2020-07-29 | crystal_image_view_set_image: Free peak lists | Thomas White | |
2020-07-29 | Don't try to draw peaks without an image structure | Thomas White | |
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 | 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 | Put brackets round values of bad pixels | Thomas White | |
2020-07-29 | Add brightness slider | Thomas White | |
This can be improved a lot... | |||
2020-07-29 | Add crystfel_image_view_get_datatemplate() | Thomas White | |
2020-07-29 | Draw pixel values on zoom | Thomas White | |
2020-07-29 | Don't round the panel vectors | Thomas White | |
This was necessary before to keep pixel alignment. Now that we can easily zoom, it's not as important to keep pixel-for-pixel correspondence. | |||
2020-07-29 | Use configure-event instead of size-allocate | Thomas White | |
2020-07-29 | Show error if image loading fails | Thomas White | |
2020-07-29 | Show the peaks in the image view | Thomas White | |
2020-07-29 | Add new functions to CrystFELImageView | Thomas White | |
2020-07-29 | Ignore left and right scroll directions | Thomas White | |
2020-07-29 | Implement loading of images | Thomas White | |
2020-07-29 | Redraw CrystFELImageView after reloading image | Thomas White | |
2020-07-29 | Clean up image on destruction of CrystFELImageView | Thomas White | |
2020-07-29 | Preserve view position and zoom across image reload | Thomas White | |
2020-07-29 | Load image list and implement stepping back/forward | Thomas White | |
2020-07-29 | Remove debug | Thomas White | |
2020-07-29 | Set non-NAN initial values | Thomas White | |
2020-07-29 | Remove axis lines | Thomas White | |
2020-07-29 | Centre zoom motion on pointer | Thomas White | |
2020-07-29 | Make scrolling work properly | Thomas White | |
2020-07-29 | Render panels correctly | Thomas White | |
2020-07-29 | Remove debug | Thomas White | |
2020-07-29 | Panel drawing | Thomas White | |
2020-07-29 | GUI image loading stuff | Thomas White | |
2020-07-29 | Skeleton GUI and CrystFELImageView | Thomas White | |