summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-272-14/+14
* Add a legacy-free QWheelEvent constructorShawn Rutledge2018-03-232-2/+43
* xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-221-28/+17
* Avoid destStore64 when pixels are just repeatingAllan Sandfeld Jensen2018-03-221-0/+57
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-2113-35/+55
|\
| * Modernize the "regularexpression" featureUlf Hermann2018-03-205-9/+12
| * Gui: Properly use the standarditemmodel featureUlf Hermann2018-03-204-13/+6
| * QPixmap don't assume QPlatformScreen::format is opaqueJohan Klokkhammer Helsing2018-03-193-5/+36
| * Fix QPageLayout() not initializing unitsAlbert Astals Cid2018-03-191-8/+1
* | Bump up the required libxcb version to 1.9Alexander Volkov2018-03-201-4/+4
* | Clarify that QExposeEvent/exposeEvent handles any invalidation of the windowTor Arne Vestbø2018-03-202-7/+9
* | Show nbsps as a degree symbol to differeniate from normal spacesAndy Shaw2018-03-164-6/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-154-5/+18
|\|
| * Fix performance regression in simple a8 non-gamma correctedAllan Sandfeld Jensen2018-03-141-0/+2
| * QWindowWindow: Avoid resize events from the ctorLaszlo Agocs2018-03-131-0/+3
| * Use QWindow::windowStates() for WindowStateChangedEvent::oldStateJohan Klokkhammer Helsing2018-03-131-1/+1
| * Fix scaling precision with large zoomsAllan Sandfeld Jensen2018-03-121-4/+12
* | Add generic optimized rectfill methodsAllan Sandfeld Jensen2018-03-132-9/+28
* | Remove RGB16 specific bilinear transformAllan Sandfeld Jensen2018-03-131-194/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-0/+1
|\|
| * QRasterPaintEngine: properly initialize flagsChristian Ehrlicher2018-03-111-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-081-3/+3
|\|
| * QStandardItem: add more sanity checks on insertRow(s)/Column(s)Christian Ehrlicher2018-03-071-3/+3
* | Use simple scaling for downscaling less than 2xAllan Sandfeld Jensen2018-03-075-199/+214
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-073-2/+3
|\|
| * Check for WindowActivation capability instead of platformJohan Klokkhammer Helsing2018-03-062-1/+2
| * Document QFont::PreferNoShaping as being since 5.10Sergio Martins2018-03-051-1/+1
* | Add support for advanced blend equations to our OpenGL QPainterAllan Sandfeld Jensen2018-03-057-150/+175
* | eglfs/kms: Add DRM/KMS atomic supportLionel CHAZALLON2018-03-051-0/+25
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-051-3/+3
|\|
| * Fix docs of QTextDocument::find with regards to default case sensitivitySimon Hausmann2018-03-051-3/+3
* | QTextEngine: use const (and const APIs) moreAnton Kudryavtsev2018-03-051-29/+34
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-021-2/+6
|\|
| * Add needsWorkaround for additional Adreno targetsHerman van Hazendonk2018-03-011-2/+6
* | preserve HTML heading level in QTextBlockFormat; demonstrate in exampleShawn Rutledge2018-03-024-4/+54
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-023-523/+875
|\|
| * Update the Unicode BiDi algorithm to be compliant with Unicode 10Lars Knoll2018-02-282-522/+873
| * Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-282-3/+3
|\|
| * Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
| * Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-02-281-1/+1
* | Introduce QImage{Reader,Writer}::imageFormatsForMimeType()Alexander Volkov2018-02-276-2/+71
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-242-37/+1
|\|
| * xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacksGatis Paeglis2018-02-242-37/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-231-4/+5
|\|
| * doc: improve QPlatformIntegration::possibleKeys() documentationGatis Paeglis2018-02-221-4/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-222-9/+19
|\|
| * opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-212-9/+19
* | Support synchronous handleCloseEvent()Morten Johan Sørvig2018-02-212-2/+3
* | Add QPlatformWindow::close()Morten Johan Sørvig2018-02-213-4/+16