summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-063-3/+3
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-061-1/+4
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-0625-10/+4896
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-046-0/+1198
* CMake: Re-run pro2cmake on gui, platformheadersTor Arne Vestbø2020-07-032-1/+7
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-033-0/+12
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-0217-102/+446
* Support glyphs larger than 255x255 with Freetype engineEskil Abrahamsen Blomfeldt2020-07-021-3/+3
* rhi: add support for D24 / D24S8 formatsJean-Michaël Celerier2020-07-026-13/+71
* QTextOption: remove deprecated function QTextOption::tabStop()Christian Ehrlicher2020-07-012-33/+1
* Fix define indentation in qopengl.hTor Arne Vestbø2020-07-011-5/+5
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-012-3/+4
* Make QDebug operator<< polymorphic for QPointingDeviceShawn Rutledge2020-07-013-1/+8
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-016-0/+2572
* QRgba: code tidiesGiuseppe D'Angelo2020-06-301-1/+1
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-308-39/+43
* Fix formatting in QDebug operator<< for QPointingDeviceShawn Rutledge2020-06-301-1/+1
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Fix QShortcutMap::createNewSequences debug loggingTor Arne Vestbø2020-06-301-10/+2
* Use QList instead of QVector in guiJarek Kobus2020-06-2978-410/+420
* CMake: Create a Find module wrapper for OpenGLAlexandru Croitor2020-06-293-6/+5
* 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