summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QSurface: added Q_DECLARE_METATYPEPaul Lemire2014-11-141-1/+3
* QOpenGLTexture: fix storage allocationGiuseppe D'Angelo2014-11-133-12/+159
* QOpenGLTexture: move all the enums at the beginning of the classGiuseppe D'Angelo2014-11-131-78/+78
* QOpenGLTexture: revamp the feature listGiuseppe D'Angelo2014-11-131-12/+48
* Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-072-7/+6
* Do not crash during global key presses.Jan Arve Saether2014-11-051-1/+1
* Insert #line statements in shader program.Florian Behrens2014-11-031-27/+125
* Fix leftover doc bug from Qt 3 days.Gunnar Sletta2014-11-011-2/+1
* Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-2/+0
* Add QKeySequence::BackspaceMorten Johan Sørvig2014-10-313-2/+6
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-304-14/+43
* Add accessible actions for scrolling and page changesFrederik Gladhorn2014-10-282-1/+88
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2014-10-2818-36/+164
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2718-36/+164
| |\
| | * Add searchEdit as accessible stateFrederik Gladhorn2014-10-252-0/+3
| | * Add support for more font weights internallyPierre Rossi2014-10-243-8/+17
| | * Fix printing of semitransparent images to PDFAllan Sandfeld Jensen2014-10-241-1/+3
| | * Do not parent the shader program to the QOpenGLContextJocelyn Turcotte2014-10-231-1/+4
| | * Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-232-1/+2
| | * Fix uninitialized value warning in QFontEngineFT.Axel Rasmussen2014-10-231-0/+1
| | * Doc: Improved explanation of quality setting in QImageReader/Writeraavit2014-10-222-15/+25
| | * Avoid adding empty parent icon themeWeitian Leung2014-10-221-0/+1
| | * Document QOpenGLPixelTransferOptionsLaszlo Agocs2014-10-221-0/+93
| | * QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-224-10/+13
| | * Correctly apply miter limits when stroking linesLars Knoll2014-10-211-0/+2
* | | Support Alpha8 and Grayscale8 natively in the OpenGL paint engineAllan Sandfeld Jensen2014-10-278-7/+75
|/ /
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2015-58/+145
|\|
| * Fix ShortcutOverride for QtQuick on OSXJosh Faust2014-10-201-2/+10
| * Doc: add info about letter spacing type to function descLeena Miettinen2014-10-201-1/+2
| * Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
| * Remove QOpenGLContextPrivate::globalShareContextJocelyn Turcotte2014-10-202-13/+0
| * Fix QOpenGLWindow tests when devicePixelRatio != 1Jørgen Lind2014-10-201-7/+10
| * Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-165-44/+95
| * Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-143-1/+32
| * qplatformmenu: remove unused and deprecated functionRichard Moe Gustavsen2014-10-131-5/+0
| * Update QOffscreenSurface docs regarding threadsLaszlo Agocs2014-10-131-0/+8
| * Doc: Update description of QKeyEvent classTopi Reinio2014-10-131-6/+5
| * Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-3/+8
* | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-171-0/+2
* | Fix access of non-existing color tableAllan Sandfeld Jensen2014-10-131-2/+1
* | Use requestUpdate in QOpenGL and RasterWindowLaszlo Agocs2014-10-102-15/+2
* | eglfs: Add support for systems without pbuffer supportLaszlo Agocs2014-10-103-0/+13
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0927-154/+249
|\|
| * Don't stream QStringLiterals into QDebugMarc Mutz2014-10-092-2/+2
| * Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-092-3/+3
| * Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
| * QCss: mark many classes as movableMarc Mutz2014-10-081-0/+24
| * QCss: Move declaration of ValueExtractorMarc Mutz2014-10-081-39/+34
| * QCss: unexport some classesMarc Mutz2014-10-081-6/+8
| * Add text ranges to QGlyphRunPrivateEskil Abrahamsen Blomfeldt2014-10-082-8/+69