summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLWidget retina support.Morten Johan Sørvig2014-03-201-4/+28
* QOpenGLContext: Use color depth information from QSurfaceFormatKurt Pattyn2014-03-191-0/+12
* AVX image code was removedFrederik Gladhorn2014-03-171-1/+0
* Fix translation of QtPrintSupport and QPageSize.Friedemann Kleint2014-03-171-10/+16
* Make QTextEngine::setAdditionalFormats() invalidate cached resultsKonstantin Ritt2014-03-171-1/+3
* Add note to docs about normalization in setAttributeBufferLaszlo Agocs2014-03-171-0/+6
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-03-174-35/+60
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-174-35/+60
| |\
| | * CSS parser: fix the pseudo-classes array lengthGiuseppe D'Angelo2014-02-261-1/+1
| | * Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-264-37/+66
* | | QPrintEngine - Switch Cups to QPlaformPrintDeviceJohn Layt2014-03-171-1/+0
* | | QPdfWriter - Use QPageSize and QPageLayoutJohn Layt2014-03-172-19/+222
* | | QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-174-82/+72
* | | QPagedPaintDevice - Use QPageSize and QPageLayoutJohn Layt2014-03-173-99/+343
* | | QPlatformPrintDevice - New QPA base classJohn Layt2014-03-171-0/+1
* | | QPageLayout - Add new QPageLayout classJohn Layt2014-03-173-0/+1128
* | | QPageSize - Add new QPageSize classJohn Layt2014-03-174-0/+2189
* | | Revert "Make OpenGL texture glyph cache use the right freetype glyphs"Allan Sandfeld Jensen2014-03-171-11/+1
|/ /
* | Fix rendering of grayscale antialiased FT fonts on QGLWidgetAllan Sandfeld Jensen2014-03-151-4/+5
* | Prevent DrawTextItemDevice::metric warning on MacMorten Johan Sørvig2014-03-151-0/+3
* | Fix casting and overallocation in qregion.cppAllan Sandfeld Jensen2014-03-151-1/+1
* | Docs: Clarify QOpenGLFunctions::functions()Laszlo Agocs2014-03-151-0/+3
* | Fix a probably copy/paste issue from drawImage in the drawPixmap snippetLaszlo Papp2014-03-141-1/+1
* | Fix dynamic opengl buildLaszlo Agocs2014-03-141-3/+5
* | Add workaround for bug in the Mesa glsl optimizerJorgen Lind2014-03-141-10/+4
* | Build bundled HarfBuzz-NG outside QtGuiKonstantin Ritt2014-03-141-1/+1
* | Fix a crash of accessing deleted paintengineMichal Klocek2014-03-141-1/+2
* | correct send vs sent grammarDavid Fries2014-03-141-5/+5
* | Ensure that QGuiApplication is inited before using QFontDatabaseTor Arne Vestbø2014-03-131-0/+3
* | Fix custom font substitution list supportKonstantin Ritt2014-03-112-8/+20
* | Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-111-5/+4
* | Fix CJK languages support with HarfBuzz-NGKonstantin Ritt2014-03-101-14/+17
* | Revert some previously added constexpr in QVector?d classesAlex Blasche2014-03-106-43/+7
* | Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-103-39/+60
* | Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-1017-334/+438
* | Use QStringIterator instead of homebrewKonstantin Ritt2014-03-104-44/+24
* | Android: Support double click eventEskil Abrahamsen Blomfeldt2014-03-103-2/+7
* | QFontEngineQPA: Get rid of unused externalCMapKonstantin Ritt2014-03-082-17/+6
* | Make QFontEngineQPA report the TT 'cmap' table supportKonstantin Ritt2014-03-081-4/+8
* | Fix description of how themes are created (code comments)Fabian Bumberger2014-03-081-4/+5
* | Make QVector* compile on Win/staticAlex Blasche2014-03-086-3/+11
* | Improve code readabilityKonstantin Ritt2014-03-081-4/+3
* | Clarify QOpenGLContext::format() docsLaszlo Agocs2014-03-071-0/+14
* | Clarify QWindow::format() docsLaszlo Agocs2014-03-071-3/+11
* | Doc fixPaul Olav Tvete2014-03-061-6/+4
* | Add optimize_full qmake config optionAllan Sandfeld Jensen2014-03-063-27/+16
* | Clean up proxy leftovers in gui/openglLaszlo Agocs2014-03-063-16/+0
* | Fix win32 mkspecsOswald Buddenhagen2014-03-061-1/+1
* | Make QOpenGLFunctions able to resolve everythingLaszlo Agocs2014-03-063-49/+347
* | Dynamic GL: Query gl handle and type via the native interfaceLaszlo Agocs2014-03-063-1/+45