aboutsummaryrefslogtreecommitdiff
path: root/src/crystfel_gui.c
AgeCommit message (Expand)Author
2020-09-04Ensure peak/reflection drawing option is set correctlyThomas White
2020-09-04Look up and show results in GUIThomas White
2020-09-02New way of loading streamsThomas White
2020-09-02Add a drop-down list of resultsThomas White
2020-09-02Fix job tracking logicThomas White
2020-08-25Implement progress bar for indexing via generic interfaceThomas White
2020-08-25Create a progress bar for each running jobThomas White
2020-08-25Final (?) version of backend APIThomas White
2020-08-21Redefine backend interface functionsThomas White
2020-08-21Framework for backend parameters via GUIThomas White
2020-08-20Add image information popupThomas White
2020-08-19Remove STREAM_UNITCELL and STREAM_CRYSTALSThomas White
2020-08-19Make Stream responsible for its own DataTemplateThomas White
2020-08-13GUI: Add some more task buttonsThomas White
2020-08-13Add icon SVG and use for window iconThomas White
2020-08-13GUI: Sketch out indexing options etcThomas White
2020-08-12GUI: Better scrolling to end of text outputThomas White
2020-08-11GUI: Add random image buttonThomas White
2020-08-11FormattingThomas White
2020-08-11GUI: Request image data when loading streamThomas White
2020-07-29New way of injecting version informationThomas White
2020-07-29Add --no-image-data and --no-mask-dataThomas White
2020-07-29crystal[s]Thomas White
2020-07-29Show cell parameters in GUIThomas White
2020-07-29Show reflections in GUIThomas White
2020-07-29Disable widgets in "Load data" dialogThomas White
2020-07-29Reset zoom when loading new dataThomas White
2020-07-29Show peaks after loading streamThomas White
2020-07-29Remove old messageThomas White
2020-07-29Let caller (rather than CrystFELImageView) own the image structureThomas White
2020-07-29Image selection when reading from streamThomas White
2020-07-29Special cases for streamThomas White
2020-07-29Load streamThomas White
2020-07-29Store the actual DataTemplate in GUI project structThomas White
2020-07-29Add default_project (and add Stream to GUI project struct)Thomas White
2020-07-29Use g_free where appropriateThomas White
2020-07-29Fix order of operations when loading dataThomas White
2020-07-29"Load stream" optionThomas White
2020-07-29Find data -> Load dataThomas White
2020-07-29Remove events.c, part 2Thomas White
2020-07-29Show event ID in GUIThomas White
2020-07-29Expand event listThomas White
2020-07-29Set "Show peaks" toggle after loading projectThomas White
2020-07-29Feedback when saving sessionThomas White
2020-07-29Load/save show_peaksThomas White
2020-07-29Confirm exit and save projectThomas White
2020-07-29Move match_filename() to gui_projectThomas White
2020-07-29Basic project persistenceThomas White
2020-07-29Add brightness sliderThomas White
2020-07-29Info/progress bar stuffThomas White