summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Doc: Fix references to Control, Meta key enumsKai Koehne2016-08-031-2/+2
| | | | * QColor: remove 158 avoidable relocationsMarc Mutz2016-08-011-1/+1
| | | | * REG: Fix unwanted cache flush in Freetype engineEskil Abrahamsen Blomfeldt2016-08-011-1/+5
| | | | * QColor: Fix UB (left shift of negative number)Marc Mutz2016-07-311-14/+20
| | | | * QRasterizer: fix UBs involving << with a negative LHSMarc Mutz2016-07-301-3/+3
| | | | * qgrayraster: fix UBs involving << with a negative LHSMarc Mutz2016-07-291-2/+2
| | * | | Re-add the space character as a document terminatorAndy Shaw2016-08-051-4/+5
| | |/ /
| * | | QColor: mark as movable (except for QList)Marc Mutz2016-08-091-0/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-1915-40/+38
* | | | qdnd.cpp: Extract Method imageMimeFormatsAnton Kudryavtsev2016-08-191-25/+10
* | | | Add NEON optimization of rotated bilinear samplingAllan Sandfeld Jensen2016-08-191-0/+81
* | | | Remove type-punned unionsAllan Sandfeld Jensen2016-08-181-30/+33
* | | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-183-8/+8
* | | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-179-28/+27
* | | | Fix qdoc warningsFriedemann Kleint2016-08-171-4/+5
* | | | QColor: remove unused qt_get_rgb_val()Marc Mutz2016-08-172-13/+0
* | | | Remove special case for color fonts from Freetype font engineEskil Abrahamsen Blomfeldt2016-08-161-21/+13
* | | | Fix alpha from qfontengine_ft to fit qdrawhelper expectationsAllan Sandfeld Jensen2016-08-161-5/+3
* | | | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-1510-0/+95
* | | | Move QTriangulator and QTriangulatingStroker classes to paintingAndy Nichols2016-08-157-8/+13
* | | | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-154-13/+21
|/ / /
* | | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-052-13/+0
* | | Add QPlatformTheme::fileIcon()Friedemann Kleint2016-08-042-0/+22
* | | QPolygon: prepare boundingRect() to be extracted as an algorithmMarc Mutz2016-08-041-7/+8
* | | Fix grayscale painting regression in 64-bit raster engineAllan Sandfeld Jensen2016-08-031-2/+6
* | | Save QFont's style name if presentKonstantin Shegunov2016-08-031-2/+11
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-0211-53/+129
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0111-53/+129
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-32/+76
| | |\|
| | | * Backwards compatibility fix: No default colormap for Mono QImagesEirik Aavitsland2016-07-271-22/+20
| | | * Fontengine: Avoid invalid alpha maps when antialiasing is offEirik Aavitsland2016-07-271-1/+4
| | | * HighDPI: Disable scrolling for non-integer deltasMorten Johan Sørvig2016-07-271-5/+10
| | | * QOpenGLDebugLogger: strengthen the code path in case of GL context destructionGiuseppe D'Angelo2016-07-271-0/+34
| | | * Update documentation regarding QPixmap HICON conversionsSérgio Martins2016-07-271-4/+2
| | | * QOpenGLDebugLogger: do not crash if deleted with the wrong GL context currentGiuseppe D'Angelo2016-07-261-0/+6
| | * | QWindow::fromWinId(): Return 0 when foreign window cannot be wrappedFriedemann Kleint2016-07-281-2/+7
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-266-18/+45
| | |\|
| | | * QPlatformWindow::initialGeometry(): Do not touch child window positionsFriedemann Kleint2016-07-251-9/+22
| | | * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-241-1/+1
| | | * QImage::setAlphaChannel(): Check result of image conversionFriedemann Kleint2016-07-231-0/+2
| | | * Fix performance regression when changing fontsEskil Abrahamsen Blomfeldt2016-07-221-3/+5
| | | * Workaround clang function export bugBogDan Vatra2016-07-201-17/+25
| | | * QOpenGLVertexArrayObject: clean up the destructorGiuseppe D'Angelo2016-07-201-1/+3
* | | | QBrush: optimize detach()Marc Mutz2016-08-011-1/+10
* | | | Export QTextDocumentPrivate with Q_GUI_EXPORTAndy Shaw2016-08-011-1/+1
|/ / /
* | | Add helper function to reset QMouseEvent localPosFrederik Gladhorn2016-08-012-0/+14
* | | Make QOpenGLTextureBlitter publicLaszlo Agocs2016-07-295-27/+210
* | | Handle indirect sibling selectorAllan Sandfeld Jensen2016-07-273-371/+390
* | | Fix regression in rotated bilinear samplingAllan Sandfeld Jensen2016-07-271-4/+4
* | | Revert "Emit updateBlock signal in QTextDocumentLayout"Eskil Abrahamsen Blomfeldt2016-07-271-5/+2