Skip to content

Gtk3 gamma viewer

Christian Theis requested to merge hoagie/xsane:gtk3-gamma-viewer into master

These commits fix further gtk3 removal of widgets in the histogram and viewer files. In histogram, drawing is now done with cairo (I hope it looks close enough, cairo rendering is slightly different from gdk) and the sliders become images as there is no preview in gtk3. In the viewer, the preview is removed as well.

I also fixed a valgrind use issue in preview (loops were going up one item too far),

Merge request reports