summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QStyleHints: emit correct signal when calling setMouseQuickSelectionThresholdAkihito Izawa2018-04-131-1/+1
* PDF engine: handle abnormally long string casesEirik Aavitsland2018-04-121-5/+10
* Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-121-1/+7
* Remove last uses of interpolate_4_pixels_16 on SSE2 and NEONAllan Sandfeld Jensen2018-04-112-53/+52
* Enable BuiltIn input in the shader graph builderJuan Jose Casafranca2018-04-102-0/+5
* configure: make plain -xcb switch effectiveOswald Buddenhagen2018-04-101-1/+1
* Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-091-1/+1
* QOpenGLTexture: Set wrap mode if NPOT textures are not fully supportedJohan Klokkhammer Helsing2018-04-061-0/+12
* Pass on local html links with a fragment to openUrl()Andy Shaw2018-04-061-2/+5
* Fix visual artifacts in diffuse image dithering (the default)Eirik Aavitsland2018-04-061-4/+8
* Doc: Remove section about Qt Gui in Qt 4 from overview pageKai Koehne2018-04-061-13/+0
* 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
* 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
* 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
* 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
* QRasterPaintEngine: properly initialize flagsChristian Ehrlicher2018-03-111-0/+1
* QStandardItem: add more sanity checks on insertRow(s)/Column(s)Christian Ehrlicher2018-03-071-3/+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
* Fix docs of QTextDocument::find with regards to default case sensitivitySimon Hausmann2018-03-051-3/+3
* Add needsWorkaround for additional Adreno targetsHerman van Hazendonk2018-03-011-2/+6
* 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
* Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
* Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-02-281-1/+1
* xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacksGatis Paeglis2018-02-242-37/+1
* doc: improve QPlatformIntegration::possibleKeys() documentationGatis Paeglis2018-02-221-4/+5
* opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-212-9/+19
* xcb: Fix -geometry argument for platformName with arguments or fallbacksJohan Klokkhammer Helsing2018-02-201-4/+4
* Support multiple entries in the Qt platform plugin stringJohan Klokkhammer Helsing2018-02-201-27/+40
* Add Wayland in the documentation for QGuiApplication::platformNameJohan Klokkhammer Helsing2018-02-191-0/+2
* Fix incorrect documentation for -platform, QT_QPA_PLATFORM and friendsJohan Klokkhammer Helsing2018-02-191-5/+5
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-153-3/+10
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-022-8/+30
| |\
| * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-291-0/+2
| |\ \
| * \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-264-11/+11
| |\ \ \
| * \ \ \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-242-2/+3
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-2/+3
| | |\ \ \ \
| * | | | | | Fix a crash when QMovie::speed is set to 0Val Doroshchuk2018-01-241-1/+7
| * | | | | | Don't set no_clang_integrated_as for the disabled pixman asm on clang/mingwMartin Storsjö2018-01-241-1/+1
| |/ / / / /
| * | | | | Fix resize event flood when moving windows with High DPI scalingFriedemann Kleint2018-01-231-1/+2