summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* QTextureFileData: support key value metadataJonas Karlsson2021-02-094-3/+56
* Canonical pointer usageHou Lei2021-02-091-6/+6
* Long live VK_KHR_display platform plugin!Laszlo Agocs2021-02-081-0/+6
* egl: Add debug option to print all EGLConfigsLaszlo Agocs2021-02-081-0/+15
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Avoid C-style casts when possibleHou Lei2021-02-071-16/+16
* Clean up documentation in QVector[234]DEdward Welbourne2021-02-051-30/+50
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-02-051-2/+5
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-02-052-13/+17
* rhi: metal: Present drawables via addScheduledHandler instead of presentDrawableTor Arne Vestbø2021-02-051-3/+7
* rhi: metal: Manually manage drawable lifetimeTor Arne Vestbø2021-02-051-3/+8
* QStandardItem(Model): refactor multiData supportGiuseppe D'Angelo2021-02-051-24/+23
* Make explicit that we expect co-ordinates to be finiteEdward Welbourne2021-02-042-52/+111
* Rationalize QVector[234]D's length-handlingEdward Welbourne2021-02-041-87/+28
* Rationalize QQuaternion's length-scaling codeEdward Welbourne2021-02-041-56/+40
* Add "we mean it" warning to private headerVolker Hilsheimer2021-02-031-0/+11
* Optimize RGBA64PM->RGBA64 for SSE4Allan Sandfeld Jensen2021-02-033-56/+102
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-032-9/+27
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-02-031-1/+4
* Improve and expand QShortcutMap debug outputMitch Curtis2021-02-031-4/+8
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-2/+11
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-034-50/+45
* Fix inefficient use of qToBigEndianAllan Sandfeld Jensen2021-02-021-4/+1
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-5/+9
* Fix nullptr dereference on out-of-memory conditionsAllan Sandfeld Jensen2021-02-021-0/+2
* Segment qimage conversion block irrelevant of depthAllan Sandfeld Jensen2021-02-022-5/+5
* Support cubemap ktx filesJonas Karlsson2021-02-011-16/+36
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-012-0/+81
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-011-3/+6
* QMatrix4x4: implement operator*(QVector3D/QPoint(F)) in terms of mapGiuseppe D'Angelo2021-02-011-97/+97
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-1/+1
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+4
* Doc: Fix CI warnings qtbaseNico Vertriest2021-01-271-2/+2
* Port QMovie to the new property systemSona Kurazyan2021-01-272-4/+23
* QMovie: initialize the private members while declaring themSona Kurazyan2021-01-271-16/+12
* Optimize subpixel positioningAllan Sandfeld Jensen2021-01-271-1/+1
* Fix division by zeroAllan Sandfeld Jensen2021-01-271-0/+4
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-13/+5
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Port QStandardItemModel to the new property systemSona Kurazyan2021-01-263-5/+10
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-261-1/+1
* Don't forward-declare non-Qt things with QT_FORWARD_DECLARE_*Mårten Nordheim2021-01-261-1/+1
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-253-1/+96
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-2520-144/+293
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-2213-54/+574
* Add face support to texture fileJonas Karlsson2021-01-215-39/+85
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-211-0/+6
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12