summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Reapply SSE4 acceleration to ARGB32->ARGB32PM conversionAllan Sandfeld Jensen2018-05-202-2/+22
* qpixmap_win.cpp: Silence clang-cl warningsFriedemann Kleint2018-05-161-23/+25
* Doc: add explanation of return format of QImage::transformed()Eirik Aavitsland2018-05-111-0/+14
* macOS: Add QSurfaceType::MetalSurfaceMorten Johan Sørvig2018-05-112-1/+6
* Revert "qbasicdrag: temporary restore obsolete APIs"Gatis Paeglis2018-05-091-4/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-083-2/+17
|\
| * QtGui: Enable synchronous delivery for QWSysIf:::WindowScreenChangedEventFriedemann Kleint2018-05-082-2/+4
| * QShortcutMap: print ambiguous shortcuts when DEBUG_QSHORTCUTMAP is definedMitch Curtis2018-05-071-0/+13
* | qbasicdrag: temporary restore obsolete APIsGatis Paeglis2018-05-081-2/+4
* | Get rid of argb32->argb32pm routines in qimageAllan Sandfeld Jensen2018-05-076-355/+10
* | Optimize intermediate_adder_avx2Allan Sandfeld Jensen2018-05-071-6/+7
* | Optimize direct argb32 blend functionsAllan Sandfeld Jensen2018-05-071-8/+8
* | Move default implementation of update requests to QPlatformWindowTor Arne Vestbø2018-05-077-39/+39
* | Accessibility: Fix leaking cached interfacesFrederik Gladhorn2018-05-042-0/+7
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-046-36/+143
* | Add a QPalette color role for placeholder textsFilipe Azevedo2018-05-042-3/+44
* | macOS: Fix stretch of condensed fonts with NoFontMergingEskil Abrahamsen Blomfeldt2018-05-041-1/+0
* | QShortcut: Try harder to find a widget for parentless menubarsGabriel de Dietrich2018-05-031-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-032-23/+2
|\|
| * Fix for mouse with modifiers handlingKarim Pinter2018-05-022-23/+2
* | Merge drawhelper convert-from and storeAllan Sandfeld Jensen2018-05-0210-673/+585
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-04-262-4/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-262-4/+11
| |\|
| | * Don't crash on <br> following a <table>Allan Sandfeld Jensen2018-04-251-4/+6
| | * Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-0/+5
* | | High-dpi drawTiledPixmap (raster paint engine)Morten Johan Sørvig2018-04-262-1/+14
|/ /
* | Fix drawTiledPixmap() and texture-brush painting with high-DPR imagesEirik Aavitsland2018-04-253-0/+17
* | Add image quality handling to QTextImageFormatDaniel Savi2018-04-223-6/+44
* | QDoubleValidator: Allow intermediate values as close as possible to one consi...Andy Shaw2018-04-171-5/+13
* | Provide QPlatformWindow::hasPendingUpdateRequest() helper functionTor Arne Vestbø2018-04-172-0/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-153-7/+18
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-122-53/+52
|\|
| * Remove last uses of interpolate_4_pixels_16 on SSE2 and NEONAllan Sandfeld Jensen2018-04-112-53/+52
* | Add more formatting to QTextDocumentWriter when writing ODF filesDaniel Savi2018-04-112-22/+240
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-113-1/+6
|\|
| * 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
* | QPixmapCache: make sure to not overflow cache limitChristian Ehrlicher2018-04-101-8/+17
* | QtGui: Add qt_imageToWinHBITMAP(), qt_imageFromWinHBITMAP()Friedemann Kleint2018-04-101-78/+310
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-1/+1
|\|
| * Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-091-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-074-19/+25
|\|
| * 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
* | QVector2D/QVector3D/QVector4D: ensure well-defined behaviorGiuseppe D'Angelo2018-04-066-232/+336