summaryrefslogtreecommitdiff
path: root/gui/pixelwidget.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05gui: clang-modernize.Jose Fonseca1-10/+10
2015-05-20common,cli,wrappers,retrace,gui: Use #pragma once.Jose Fonseca1-4/+1
Smaller footprint, and simplifies refactoring.
2014-05-13gui: Remove unused members.José Fonseca1-1/+0
Warned by clang.
2013-09-10gui: Implement a new surface viewerZack Rusin1-0/+116
Adds support for showing individual pixels and zooming in on the image itself. All ready to be used for showing the actual original pixel values, rather than the fake qimage pixels which it shows right now.