summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | 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
* | | | QImageReader/Writer: replace dubious use of QSet<QByteArray> with QListMarc Mutz2014-03-262-35/+23
* | | | Do not pull in egl for QtGui and QtOpenGLLaszlo Agocs2014-03-251-1/+0
|/ / /
* | | Remove non-existent function from headerLaszlo Agocs2014-03-211-2/+0
* | | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1363-6352/+3199
|\| |
| * | 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