summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpixelformat.h
Commit message (Expand)AuthorAgeFilesLines
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-18/+10
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-1/+18
|/
* Fix compilation of QPixelFormat with old clangFrederik Gladhorn2014-08-151-1/+3
* QPixelFormat: don't inherit itMarc Mutz2014-08-091-173/+107
* QPixelFormat is better taken by-valueMarc Mutz2014-08-091-2/+2
* QPixelFormat: implement some oneliners in the class bodyMarc Mutz2014-08-091-15/+6
* QPixelFormat: don't use bit fieldsMarc Mutz2014-08-091-101/+112
* Be consistent in GrayScale vs Grayscale namingAllan Sandfeld Jensen2014-08-061-3/+3
* QPixelFormat: have field 'unused' have the correct number of bitsMarc Mutz2014-08-051-1/+2
* QPixelFormat: make data fields private instead of protectedMarc Mutz2014-08-051-1/+1
* Rename QPixelFormat enum value to avoid conflict with X.h.Axel Rasmussen2014-07-141-2/+2
* Introducing QPixelFormatJorgen Lind2014-04-231-0/+452