summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix alpha handling of QImage::setPixelv6.0.3Allan Sandfeld Jensen2021-03-232-7/+26
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-03-191-21/+21
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-151-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-151-1/+4
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-151-1/+3
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-121-6/+6
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-092-1/+33
* Doc: Use correct include for QWGLContextPaul Wicking2021-03-071-1/+1
* Doc: Specify correct include for QWGLContextPaul Wicking2021-03-041-0/+1
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-03-041-5/+6
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-03-032-5/+5
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-021-2/+2
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-231-15/+22
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-162-1/+2
* QRectF/Documentation: Fix malformed tableFriedemann Kleint2021-02-161-1/+1
* MinGW: fix warning in QMatrix4x4::map functionsMårten Nordheim2021-02-151-5/+5
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* Avoid overflow in text layoutEirik Aavitsland2021-02-111-0/+4
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-041-2/+11
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-011-3/+6
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-291-1/+1
* Don't forward-declare non-Qt things with QT_FORWARD_DECLARE_*Mårten Nordheim2021-01-271-1/+1
* Fix division by zerov6.0.1Allan Sandfeld Jensen2021-01-271-0/+4
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-221-0/+6
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-161-18/+17
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-151-2/+1
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-1/+1
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-01-141-1/+4
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-01-131-5/+4
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-131-2/+2
* Remove QtDBus includesDavid Skoland2021-01-137-66/+79
* rhi: gl: Reset tracked state upon a buffer update or readbackLaszlo Agocs2021-01-131-33/+51
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-01-121-0/+5
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-111-1/+3
* Doc: Link to correct locationPaul Wicking2021-01-111-4/+4
* QPdfWriter: fix embedding fonts in pdf filesChristian Ehrlicher2021-01-091-1/+1
* Revert "Fix invalid text layout data when a full layout run is interrupted"Frederik Gladhorn2021-01-071-5/+2
* Remove superfluous OpenGL_GL_PREFERENCE assignmentJoerg Bornemann2021-01-061-2/+0