summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | QImage: Add Q_GADGET and make format enumeration a Q_ENUMFriedemann Kleint2018-04-061-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-0/+21
|\|
| * Parse XDG_SESSION_TYPE and use that to determine default platformAllan Sandfeld Jensen2018-04-041-0/+15
| * macOS: Document availability of freetype font engineEskil Abrahamsen Blomfeldt2018-04-041-0/+6
* | Bring QWindowPrivate::deliverUpdateRequest() back temporarilyLiang Qi2018-04-042-0/+8
* | Fix documentation of QImage{Reader,Writer}::imageFormatsForMimeType()Friedemann Kleint2018-04-032-2/+2
* | Remove bit details from QPixelLayoutAllan Sandfeld Jensen2018-04-034-136/+152
* | Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-294-13/+21
* | Document the QTextBlockFormat::headingLevel propertyShawn Rutledge2018-03-291-0/+30
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-03-284-7/+35
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-284-7/+35
| |\|
| | * Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+5
| | * Fix: avoid realloc when adding primitives to painterpathEirik Aavitsland2018-03-231-7/+0
| | * Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-222-0/+30
* | | QShortcutMap::createNewSequences: Add some debug outputFriedemann Kleint2018-03-281-0/+13
|/ /
* | 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