summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-053-0/+13
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-056-37/+27
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-055-20/+4
* Optimize QFontEngineMulti::stringToCMap() in case of missing glyphsKonstantin Ritt2014-03-051-15/+7
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-058-264/+62
* Merge qfontdatabase_qpa.cpp with qfontdatabase.cppTor Arne Vestbø2014-03-042-475/+416
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-042-98/+1286
* Don't assume a QBasicDrag will start and end over a QWindowTor Arne Vestbø2014-03-041-3/+2
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-0418-4750/+149
* Fix crash in QSimpleDrag if drag wasn't started over a QWindowTor Arne Vestbø2014-03-041-2/+3