summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Generalize composition functionsAllan Sandfeld Jensen2018-04-062-472/+645
* | Revert "Bring QWindowPrivate::deliverUpdateRequest() back temporarily"Liang Qi2018-04-062-8/+0
* | 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