]> git.cworth.org Git - apitrace/commit
gui: show the original pixel values in the surface viewer
authorZack Rusin <zack@kde.org>
Thu, 12 Sep 2013 21:21:51 +0000 (17:21 -0400)
committerZack Rusin <zack@kde.org>
Thu, 12 Sep 2013 21:21:51 +0000 (17:21 -0400)
commita69f0de6b922160bec029cfd18b5002b904afccf
tree2ceaa895c24da22b32ed88cbc3febb619edf584d
parentd67cc37dee7e0d60af2cd172fa135962a6dc3ce5
gui: show the original pixel values in the surface viewer

Image viewer now holds the original image surface which means
that even though it has to display the flattened version it
can correctly report the exact pixel value on every surface.
gui/apisurface.cpp
gui/apisurface.h
gui/imageviewer.cpp
gui/imageviewer.h
gui/mainwindow.cpp