summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-265-77/+34
* Introduce a settable allocation limit on image loadingEirik Aavitsland2020-06-264-1/+80
* Fix up QVulkanWindow docsLaszlo Agocs2020-06-261-0/+14
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-268-71/+153
* Make qdoc generate usable docs for QVulkanInstanceLaszlo Agocs2020-06-251-0/+4
* Avoid converting supersized QRectF to QRectAllan Sandfeld Jensen2020-06-251-3/+8
* QPointingDevice: Parent the default mouse to QCoreApplicationUlf Hermann2020-06-241-1/+2
* Prospective fix for trying to build FontConfig on WindowsFriedemann Kleint2020-06-223-3/+7
* Use global share context in QRhiGles2Jüri Valdmann2020-06-221-0/+4
* Avoid Freetype synthesizing for large font sizesEirik Aavitsland2020-06-221-1/+1
* Remove confusing comment in CoreText font engineEskil Abrahamsen Blomfeldt2020-06-221-1/+0
* Enable access to the VAO resolvers through QOpenGLContextPrivateGiuseppe D'Angelo2020-06-222-0/+13
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-222-9/+12
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-2227-0/+4564
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-204-6/+6
* Only add file url if it references a local fileMichael Brüning2020-06-201-1/+2
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-5/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1919-65/+65
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-191-14/+10
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-185-93/+197
* Fix build without features.highdpiscalingTasuku Suzuki2020-06-182-0/+24
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-181-3/+16
* Add a way to disable syntethesized bold and italic supportKyu Man Lim2020-06-182-4/+4
* Move UNIX services into QtGuiFriedemann Kleint2020-06-185-0/+480
* QtGui: Fix duplication of logging category lcQpaFontsFriedemann Kleint2020-06-186-8/+4
* Cleanup float-equal warningsLars Knoll2020-06-176-18/+11
* Disable float-equal warnings in QGenericMatrixLars Knoll2020-06-171-6/+6
* Use dedicated function for chopping QByteArrayRobert Loehning2020-06-171-2/+1
* QtGui: Update CMakeLists.txt after adding QInputDeviceFriedemann Kleint2020-06-172-3/+4
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-173-7/+7
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-1617-664/+1293
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-157-97/+1333
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-151-0/+7
* rhi: Add a feature flag for readback format supportLaszlo Agocs2020-06-156-1/+23
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-159-6/+1403
* Port platformsupport to QStringViewLars Knoll2020-06-151-2/+2
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-128-56/+32
* rhi: gl: Support reading back 1 byte texture formatsLaszlo Agocs2020-06-121-5/+25
* Add RHI feature check for screen space derivativesEskil Abrahamsen Blomfeldt2020-06-128-3/+22
* Move windows font databases into QtGuiFriedemann Kleint2020-06-1118-6/+6591
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-113-0/+45
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-113-0/+15
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-1115-45/+45
* Clean up special functions for QTextFrame::iteratorVolker Hilsheimer2020-06-102-53/+8
* Restore default role names in QStandardItemModel::roleNames()Shawn Rutledge2020-06-101-0/+1
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-1010-0/+529
* Doc snippets: Use nullptr instead of 0 literalPaul Wicking2020-06-1011-11/+11
* Pass QVariant by reference, address ### Qt 6 commentVolker Hilsheimer2020-06-092-2/+2
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-096-0/+311