summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-0127-96/+136
|\
| * Fix QFontCache::Key comparison for custom font fallbacks caseKonstantin Ritt2014-03-311-1/+1
| * Drop dead codeKonstantin Ritt2014-03-311-4/+1
| * If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-292-4/+9
| * Fix drawing paths with constant opacity onto PDFAllan Sandfeld Jensen2014-03-291-1/+1
| * Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-287-26/+54
| * Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-272-2/+6
| * Fix typos in QFont documentation.Mitch Curtis2014-03-271-2/+2
| * Keep track of destroyed QOpenGLContexts in QOpenGLVertexArrayObjectTor Arne Vestbø2014-03-271-2/+6
| * Fix race condition in QOpenGLMultiGroupSharedResourceLiang Jian2014-03-271-0/+1
| * Doc: Fix typosJonathan Liu2014-03-271-1/+1
| * Enhance QOffscreenSurface docs wrt the formatLaszlo Agocs2014-03-271-0/+8
| * Android: Fix font mergingEskil Abrahamsen Blomfeldt2014-03-251-1/+1
| * Fix grammar in QFontInfo::styleName() doc.Mitch Curtis2014-03-251-1/+1
| * [HarfBuzz-NG] Optimize Unicode de-/composition callbacksKonstantin Ritt2014-03-251-33/+26
| * Fix some documentation errors.Friedemann Kleint2014-03-247-18/+18
* | Properly serialize QFont.Mitch Curtis2014-03-312-6/+31
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-3138-519/+4474
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2438-519/+4474
| |\|
| | * QGuiApplication: send TouchCancel when touch is interrupted by popupShawn Rutledge2014-03-211-0/+12
| | * QPA: Fix QPlatformTheme::Palette enum value spellingGabriel de Dietrich2014-03-211-0/+1
| | * Teach font database to populate families lazilyTor Arne Vestbø2014-03-203-26/+99
| | * Docs: Correct OpenGL ES namingLaszlo Agocs2014-03-201-212/+212
| | * Resurrect advanced bindTexture() features in QtOpenGLLaszlo Agocs2014-03-201-3/+42
| | * Avoid QImage copy in toTexture()Morten Johan Sørvig2014-03-201-0/+8
| | * Return false on context creation failureLaszlo Agocs2014-03-201-3/+3
| | * Correct QPainter::setPen() documentation.Mitch Curtis2014-03-201-1/+1
| | * 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