summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-081-21/+2
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-082-9/+9
* Make QGuiApp::platform(Function|NativeInterface) internalTor Arne Vestbø2020-07-071-0/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-0789-640/+634
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-078-55/+93
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0732-95/+95
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-071-1/+1
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-071-0/+1
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-072-0/+28
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-3/+0
* SPI Accessibility: Remove global variableFriedemann Kleint2020-07-065-9/+33
* Use qsizetype in QListLars Knoll2020-07-066-9/+10
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-1/+1
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-062-0/+16
* Remove documentation reference to standalone KMS pluginTor Arne Vestbø2020-07-061-3/+0
* Remove OpenWFD platform pluginTor Arne Vestbø2020-07-061-1/+0
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-063-1/+58
* Use QList instead of QVector in platformsupportJarek Kobus2020-07-062-10/+10
* Add QInputDevice::availableVirtualGeometry()Shawn Rutledge2020-07-063-0/+40
* 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