summaryrefslogtreecommitdiff
path: root/gui_app_window.c
AgeCommit message (Collapse)Author
2019-11-22Embrace GLib, use it for error handling and memory allocationNicolas Schodet
2019-11-18Add white balance correctionNicolas Schodet
2019-11-15Do not scale image if smaller than the screen resolutionNicolas Schodet
2019-11-15New image APINicolas Schodet
This allows to remove conversion responsibility from devices so that image treatments can be made on raw data. Now clients must unref images when they are not used, the driver can check this.
2019-11-14Add save imageNicolas Schodet
2019-11-14Use GLib for command line tooNicolas Schodet
2019-11-14Replace SDL GUI with GTK+ GUI.Nicolas Schodet