Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 380 | -9220/+2627 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Use glDrawElements and triangle strips to draw glyphs in GL engine | Eskil Abrahamsen Blomfeldt | 2010-02-09 | 3 | -4/+34 | |
| | * | | | | | | Remove VBO caching and glDrawElements path in QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 1 | -124/+43 | |
| | * | | | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 57 | -470/+1296 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove redundant friend declaration for QPainterPrivate in QPainter | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -1/+0 | |
| | * | | | | | | | Add tests for using QStaticText with a QGLWidget | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 2 | -1/+212 | |
| | * | | | | | | | Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integration | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 8 | -119/+106 | |
| | * | | | | | | | Clean up VBOs cached in QStaticText when context is deleted | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -18/+36 | |
| | * | | | | | | | Use state in QPaintBuffer rather than search for the transform cmd | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -10/+1 | |
| | * | | | | | | | Add explanatory comment to QGL2PaintEngineExPrivate::drawCachedGlyphs | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -0/+3 | |
| | * | | | | | | | Recreate cached vertex arrays for QStaticText when drawn to new context | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -3/+11 | |
| | * | | | | | | | Revert changes made to QTextEngine for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 2 | -68/+1 | |
| | * | | | | | | | Clean up diff for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 2 | -3/+2 | |
| | * | | | | | | | Remove unused code | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 1 | -7/+0 | |
| | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat... | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 173 | -738/+31174 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Small optimization for QStaticText when used with index arrays | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 1 | -4/+13 | |
| | * | | | | | | | | Fix broken text drawing in OpenGL engine when text items are too long | Eskil Abrahamsen Blomfeldt | 2010-02-02 | 1 | -3/+3 | |
| | * | | | | | | | | Add experimental support for using drawElements to draw cached text | Eskil Abrahamsen Blomfeldt | 2010-02-02 | 1 | -3/+34 | |
| | * | | | | | | | | Lock before calling drawStaticTextItem | Anders Bakken | 2010-02-02 | 3 | -2/+12 | |
| | * | | | | | | | | Make QRasterPaintEngine::drawStaticText public. | Anders Bakken | 2010-02-02 | 1 | -2/+2 | |
| | * | | | | | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 437 | -3294/+8129 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix transformed painting of QStaticText in GL2 paint engine | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 2 | -8/+22 | |
| | * | | | | | | | | | Clarify comment in QPainter | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -1/+1 | |
| | * | | | | | | | | | Fix one test and add tests for backend optimizations | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -3/+32 | |
| | * | | | | | | | | | Add private header warning to qstatictext_p.h | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -0/+11 | |
| | * | | | | | | | | | Make QStaticText private API | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 14 | -189/+198 | |
| | * | | | | | | | | | Don't compare bool to char (avoid warning on MSVC) | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -1/+2 | |
| | * | | | | | | | | | doc: Add \since to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -0/+1 | |
| | * | | | | | | | | | Compile on Windows | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -0/+8 | |
| | * | | | | | | | | | Remove reference to _ARB macros | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -9/+9 | |
| | * | | | | | | | | | Improve performance of QStaticText on OpenGL by caching data on GPU | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 5 | -25/+173 | |
| | * | | | | | | | | | Remove unused constructor in QStaticTextPrivate | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 2 | -11/+0 | |
| | * | | | | | | | | | Initialize member variables in QStaticTextPrivate constructor | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 1 | -0/+1 | |
| | * | | | | | | | | | Compile for Symbian | Eskil Abrahamsen Blomfeldt | 2010-01-26 | 1 | -0/+1 | |
| | * | | | | | | | | | Compile for S60 | Eskil Abrahamsen Blomfeldt | 2010-01-26 | 2 | -14/+19 | |
| | * | | | | | | | | | Attempt at making OpenVG work with QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-26 | 2 | -25/+37 | |
| | * | | | | | | | | | Compile | Eskil Abrahamsen Blomfeldt | 2010-01-20 | 2 | -6/+3 | |
| | * | | | | | | | | | Add font object to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-20 | 2 | -1/+3 | |
| | * | | | | | | | | | Inline QGL2PEXVertexArray::addRect() | Eskil Abrahamsen Blomfeldt | 2010-01-19 | 2 | -16/+15 | |
| | * | | | | | | | | | Optimize speed of QGL2PEXVertexArray | Eskil Abrahamsen Blomfeldt | 2010-01-19 | 1 | -2/+11 | |
| | * | | | | | | | | | Implement QPaintBufferEngine::drawStaticTextItem() | Eskil Abrahamsen Blomfeldt | 2010-01-18 | 4 | -1/+42 | |
| | * | | | | | | | | | doc: Add some performance hints to the documentation | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -4/+11 | |
| | * | | | | | | | | | Use fallback when drawing projected text | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 2 | -1/+30 | |
| | * | | | | | | | | | Test current graphics system + initialize memory | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -23/+44 | |
| | * | | | | | | | | | Remove translationDoesNotCauseRelayout test | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -45/+0 | |
| | * | | | | | | | | | Add tests for QStaticText::prepare() | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -0/+51 | |
| | * | | | | | | | | | Fix crash when wrapping text | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | Update size comment | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -1/+2 | |
| | * | | | | | | | | | Compile | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 3 | -20/+5 | |
| | * | | | | | | | | | Update size comment in QStaticTextPrivate | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 | |