summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: gl: Add some enablers for supporting GL_TEXTURE_EXTERNAL_OESLaszlo Agocs2021-01-135-1/+15
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-1313-2/+221
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-855/+0
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-127-2/+192
* Remove QtDBus includesDavid Skoland2021-01-127-66/+79
* 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 the qmake project filesJoerg Bornemann2021-01-0776-1659/+0
* Clean up code that handle clipboard image conversion on WindowsCamille Viot2021-01-061-1/+29
* rhi: vk: Prevent WAW hazard reported from sync validation with offscreen rtLaszlo Agocs2021-01-062-4/+45
* rhi: gl: Reset tracked state upon a buffer update or readbackLaszlo Agocs2021-01-061-48/+70
* Remove superfluous OpenGL_GL_PREFERENCE assignmentJoerg Bornemann2021-01-061-2/+0
* QInputControl: accept surrogate category characterLiang Qi2021-01-051-0/+3
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-042-2/+12
* Handle maxImageCount 0 in QVulkanWindowLaszlo Agocs2021-01-042-4/+6
* State in docs that the BufferQueueingOpenGL cap is deprecatedLaszlo Agocs2021-01-041-2/+2
* rhi: vk: Fix DS WAW hazard reported from sync validationLaszlo Agocs2021-01-041-10/+23
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-042-2/+5
* Update QPalette() documentation to not mention the application paletteTor Arne Vestbø2021-01-041-1/+4
* Add QRhiTextureSubresourceUploadDescription QByteArray constructorJonas Karlsson2020-12-292-2/+14
* Add getDataView() method to QTextureFileDataJonas Karlsson2020-12-292-0/+13
* QPicture: Improve the documentation of Picture::play()Christian Ehrlicher2020-12-222-1/+5
* Fix qdoc warning, reference parameter correctlyVolker Hilsheimer2020-12-211-1/+1
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-211-1/+1
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* Prevent copy in texture upload with invalid inputLaszlo Agocs2020-12-161-2/+4
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-152-0/+21
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2020-12-151-4/+53
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-104-23/+144
* Get rid of QPenPrivate::defaultWidthAllan Sandfeld Jensen2020-12-082-16/+8
* Remove the deprecated m_logicalDpi declarationWeng Xuetian2020-12-081-1/+0
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-053-11/+3
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-042-33/+25
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Purge double-spaces in qvectornd.cpp sentence-endsEdward Welbourne2020-12-041-16/+16
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* Make qDebug output for QTabletEvent similar to that for QMouseEventShawn Rutledge2020-12-041-10/+7
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* Remove QGuiApplicationPrivate::m_fakeTouchDeviceShawn Rutledge2020-12-031-1/+0
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-031-2/+1