summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Also cache totalBoxes if we have HFW/WFHJan Arve Saether2014-03-022-14/+24
* QPen: add move constructorMarc Mutz2014-02-282-3/+17
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-2833-265/+388
|\
| * Add missing notify signal for the QWindow::title propertySimon Hausmann2014-02-272-2/+9
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-271-51/+53
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-241-51/+53
| | |\
| | | * Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53
| * | | Use a VAO in the texture glyph cacheLaszlo Agocs2014-02-262-10/+33
| * | | Fix glyph texture format on core profileLaszlo Agocs2014-02-261-2/+21
| * | | Texture glyph cache: Use a vboLaszlo Agocs2014-02-262-3/+20
| * | | Fix a getProcAddress in QOpenGLDebugLogger under Win32 + Desktop GL + ATIGiuseppe D'Angelo2014-02-251-0/+14
| * | | HarfBuzz-NG: Hide characters that should normally be invisibleKonstantin Ritt2014-02-251-0/+15
| * | | Properly migrate vao helper to dynamic GLLaszlo Agocs2014-02-251-82/+67
| * | | Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-241-0/+2
| |/ /
| * | Introducing QOpenGLShaderProgram::create()Gunnar Sletta2014-02-222-1/+24
| * | Normalize signal & slot signatures in connectionThiago Macieira2014-02-223-8/+8
| * | QPainterPathStroker: make QPen constructor explicitMarc Mutz2014-02-211-1/+1
| * | Fix rounding error when creating QT_FT_VectorJorgen Lind2014-02-211-1/+1
| * | Expose NPOTTextureRepeat in QOpenGLFunctionsLaszlo Agocs2014-02-211-2/+4
| * | Remove QT_OPENGLPROXY_DEBUGLaszlo Agocs2014-02-211-3/+0
| * | QTextObject: replace a use of an inefficient QList with QVectorMarc Mutz2014-02-202-3/+3
| * | Fix QFontMetrics widthBernd Weimer2014-02-201-1/+1
| * | Ensure we switch back to the real paint engine when not emulatingAndy Shaw2014-02-201-3/+3
| * | Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-1914-97/+114
* | | QPainterPath: replace a use of QList<QRectF> with a QVectorMarc Mutz2014-02-261-1/+2
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-182-10/+85
|\ \
| * | Emit updateBlock signal in QTextDocumentLayoutSarunas Valaskevicius2014-02-181-2/+5
| * | Doc: add CLI options for QGuiApplicationLeena Miettinen2014-02-171-8/+80
| |/
* | Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45
* | Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-175-1/+77
* | Fix glyph cache type logic after 97c187da3c1381bc55dd16976Tor Arne Vestbø2014-02-171-2/+2
* | Respect the QTextBlock's character formats in itemizationKonstantin Ritt2014-02-171-2/+5
* | QPlatformDialogHelper: change ButtonRole flags to ensure 32-bit sizeShawn Rutledge2014-02-172-5/+5
* | QOpenGLTextureBlitter: fix source rect when origin is top leftJørgen Lind2014-02-161-2/+3
* | QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-163-18/+14
* | QFont: add missing qHash overloadMarc Mutz2014-02-163-0/+31
* | Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-153-73/+173
* | Extending the inputMethodQuery APIPaul Olav Tvete2014-02-152-0/+28
* | Fix logging with dynamic GL on WindowsLaszlo Agocs2014-02-141-4/+3
* | Extend the documentation for orientation in QScreenFabian Bumberger2014-02-141-3/+8
* | Migrate a recent QT_OPENGL_ES ifdef to dynamic GLLaszlo Agocs2014-02-141-2/+4
* | OpenGL: Fix QOpenGLTexture for cubemaps with mutable storageSean Harmer2014-02-142-9/+71
* | Dynamic GL switch on WindowsLaszlo Agocs2014-02-1421-509/+5303
* | Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-43/+43
* | QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-11/+11
* | Close widgets properly from session management.Friedemann Kleint2014-02-142-17/+25
* | QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-132-0/+8
* | Expose QPlatformWindow::invalidateSurface as a virtual function.Gunnar Sletta2014-02-132-0/+16
* | Update HarfBuzz-NG path on MacKonstantin Ritt2014-02-131-0/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-134-90/+73
|\ \