summaryrefslogtreecommitdiff
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-8/+16
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-051-6/+6
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-281-1/+3
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-281-0/+22
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-266-20/+26
* Warn that computational time follows length of text inputAllan Sandfeld Jensen2023-02-241-2/+4
* Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()Vladimir Belyavsky2023-02-221-8/+14
* Fix build with -no-feature-eglTasuku Suzuki2023-02-201-1/+1
* Revert to existing QPointingDevice::grabChanged signature until Qt 7Shawn Rutledge2023-02-201-4/+5
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-201-3/+1
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-0/+7
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-159-70/+48
* rhi: d3d11: Do not ignore storage buffer offset in the UAVLaszlo Agocs2023-02-142-12/+14
* rhi: gl: Skip the vertex-fragment interface check with more stagesLaszlo Agocs2023-02-141-1/+5
* QStyleHints: code tidiesYuhang Zhao2023-02-142-6/+9
* Accept full-width parentheses in removeMnemonics()Edward Welbourne2023-02-131-5/+15
* macOS: map Qt::Key_Return to NSCarriageReturnCharacter in menusVolker Hilsheimer2023-02-121-1/+1
* Fix Qt 6 performance regression when painting outside deviceEirik Aavitsland2023-02-113-17/+24
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-102-12/+13
* Trace: Autogenerate metadata in qtgui moduleAntti Määttä2023-02-101-45/+2
* trace: Remove unused tracepoint filesAntti Määttä2023-02-101-41/+0
* Don't do font merging for PUA charactersEskil Abrahamsen Blomfeldt2023-02-101-1/+2
* Prepare for replacing Qt::Appearance with Qt::ColorSchemeTor Arne Vestbø2023-02-096-0/+21
* Doc: Mark new QShortcutEvent constructor with \sinceKai Köhne2023-02-091-0/+1
* Turn elidedlabel example into a code snippetVolker Hilsheimer2023-02-092-1/+43
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-093-14/+20
* Avoid glDrawBuffers on ES 2.0 / WebGL 1Laszlo Agocs2023-02-082-4/+14
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-083-9/+48
* QtGui: Fix some macro clashesAmir Masoud Abdol2023-02-072-0/+4
* Remove "Analog Clock Window Example"Jan Arve Sæther2023-02-072-15/+22
* QtGui: Remove double default definitionAmir Masoud Abdol2023-02-071-4/+4
* Avoid multiple transformation of the clip pathSanthosh Kumar2023-02-071-1/+0
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-039-42/+42
* Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-02-023-3/+0
* Modernize the VK_EXT_debug_utils callbackLaszlo Agocs2023-02-022-16/+19
* QPaintEngineRaster: port from QSharedPointer to std::shared_ptrMarc Mutz2023-02-022-12/+8
* rhi: Remove manual release of autoreleased NSStringTor Arne Vestbø2023-02-021-4/+1
* API review: disable copy for new mime converters classesVolker Hilsheimer2023-02-012-0/+2
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-012-8/+2
* QUtiMimeConverter: document as public and fix \sinceVolker Hilsheimer2023-01-312-8/+7
* Avoid unneccessarily long text scansAllan Sandfeld Jensen2023-01-311-14/+20
* QtGui: Disambiguate static variables in markdown codeFriedemann Kleint2023-01-312-69/+73
* QtGui: Remove superfluous macro qreal_to_fixed_26_6()Friedemann Kleint2023-01-311-1/+0
* QOpenGLContext: Handle versionFunctions like other dataLaszlo Agocs2023-01-241-4/+3
* Sanitize the order of things in QOpenGLContext destroy()Laszlo Agocs2023-01-241-9/+23
* Fix assert when resizing text table with percentage widthsEskil Abrahamsen Blomfeldt2023-01-231-2/+3
* Respect custom QWSI event handler when delivering synchronous eventsTor Arne Vestbø2023-01-181-1/+6
* Remove redundant scope for glyphRuns() default parameterEskil Abrahamsen Blomfeldt2023-01-171-2/+2
* Explicit type for new enum typeEskil Abrahamsen Blomfeldt2023-01-171-1/+1