summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qstatictext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-9/+45
* Add QTextOption API to QStaticTextEskil Abrahamsen Blomfeldt2010-06-141-1/+5
* Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-011-3/+4
* Optimize initialization of QStaticTextEskil Abrahamsen Blomfeldt2010-05-271-4/+15
* Make QStaticText layout lazyEskil Abrahamsen Blomfeldt2010-03-291-0/+6
* Change QStaticText::setMaximumSize() to setTextWidth()Eskil Abrahamsen Blomfeldt2010-03-291-4/+3
* Fix fallback for QStaticText when it's unsupported in paint engineEskil Abrahamsen Blomfeldt2010-02-191-1/+1
* Fix license headers.Jason McDonald2010-02-161-18/+18
* Compile fix for QStaticText - include declaration of QColorRhys Weatherley2010-02-161-0/+1
* Support Qt::AutoTest in QStaticText::setTextFormat()Eskil Abrahamsen Blomfeldt2010-02-151-3/+3
* Separate out textFormat property from setText() function and removeEskil Abrahamsen Blomfeldt2010-02-151-1/+1
* Add API for rich text and getting actual size of QStaticTextEskil Abrahamsen Blomfeldt2010-02-141-3/+7
* Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-39/+71
* Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integrationEskil Abrahamsen Blomfeldt2010-02-051-1/+1
* Add private header warning to qstatictext_p.hEskil Abrahamsen Blomfeldt2010-02-011-0/+11
* Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-82/+40
* Improve performance of QStaticText on OpenGL by caching data on GPUEskil Abrahamsen Blomfeldt2010-01-291-15/+44
* Remove unused constructor in QStaticTextPrivateEskil Abrahamsen Blomfeldt2010-01-291-1/+0
* Add font object to QStaticTextEskil Abrahamsen Blomfeldt2010-01-201-1/+2
* Update size commentEskil Abrahamsen Blomfeldt2010-01-151-1/+2
* Update size comment in QStaticTextPrivateEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Optimize drawStaticText() with rectangle destinationEskil Abrahamsen Blomfeldt2010-01-141-1/+2
* Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-141-2/+3
* Allow access to QStaticTextPrivate from autotestsEskil Abrahamsen Blomfeldt2010-01-141-4/+3
* Support transformations in drawStaticText() and optimize for spaceEskil Abrahamsen Blomfeldt2010-01-141-11/+16
* Optimize QStaticText for spaceEskil Abrahamsen Blomfeldt2010-01-141-11/+27
* Support maximumSize for the layout of the text in a QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-3/+8
* Speed optimization for QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-1/+2
* Optimize QStaticText for one line stringsEskil Abrahamsen Blomfeldt2010-01-141-2/+5
* Add operators and implicit sharing to QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-0/+2
* Add lazy initialization to QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Fix formatting/clipping rectangle in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-2/+57
* Start support for formatting text within a bounding rectEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Simplify QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-2/+2
* Introduce QStaticText APIEskil Abrahamsen Blomfeldt2010-01-141-0/+22