Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-05 | gui: clang-modernize. | Jose Fonseca | 1 | -10/+10 | |
2015-05-20 | common,cli,wrappers,retrace,gui: Use #pragma once. | Jose Fonseca | 1 | -4/+1 | |
Smaller footprint, and simplifies refactoring. | |||||
2014-05-13 | gui: Remove unused members. | José Fonseca | 1 | -1/+0 | |
Warned by clang. | |||||
2013-09-10 | gui: Implement a new surface viewer | Zack Rusin | 1 | -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. |