summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qrgba64.h
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* Set private inline QRgba64 methods always inlineAllan Sandfeld Jensen2015-11-061-6/+6
* Optimize set color component in RGBA64Allan Sandfeld Jensen2015-08-271-9/+9
* Fix double initialization of QRgba64 with C++14Allan Sandfeld Jensen2015-08-241-23/+24
* Remove type punning from QRgba64.Erik Verbruggen2015-08-111-49/+68
* Mark QRGba64 as Q_PRIMITIVE_TYPEMarc Mutz2015-04-271-0/+2
* Don't use anonymous types declared in an anonymous unionLiang Qi2015-04-221-6/+8
* Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-101-0/+9
* Fix C++14 compilation in QRgba64Olivier Goffart2015-03-161-2/+11
* Introduce QRgba64 structure for 64bit RGBA valuesAllan Sandfeld Jensen2015-03-101-0/+186