summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Avoid multiple transformation of the clip pathSanthosh Kumar2023-02-071-1/+0
* rhi: Add D3D12 supportLaszlo Agocs2023-02-0713-14/+8351
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-039-42/+42
* 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
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-012-8/+2
* Doc: Fix smaller issues in new Qt 6.5 QStyleHints APIKai Köhne2023-02-011-1/+2
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-3110-9/+7
* xkbcommon: make shortcuts persistent across layoutsAndrey Butirsky2023-01-311-36/+3
* Avoid unneccessarily long text scansAllan Sandfeld Jensen2023-01-311-14/+20
* QtGui: Remove superfluous macro qreal_to_fixed_26_6()Friedemann Kleint2023-01-311-1/+0
* QtGui: Disambiguate static variables in markdown codeFriedemann Kleint2023-01-312-69/+73
* QUtiMimeConverter: document as public and fix \sinceVolker Hilsheimer2023-01-302-8/+7
* rhi: Remove manual release of autoreleased NSStringTor Arne Vestbø2023-01-261-4/+1
* API review: disable copy for new mime converters classesVolker Hilsheimer2023-01-262-0/+2
* 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
* Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-01-233-3/+0
* 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
* QWindowsMimeConverter: fix copyright yearMarc Mutz2023-01-171-1/+1
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+1
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-173-0/+6
* Doc: Move documentation for QAI::selectionInterface to source fileKai Köhne2023-01-162-3/+5
* QStyleHints: Fix Q_PROPERTY declaration for keyboardAutoRepeatRateFTor Arne Vestbø2023-01-141-1/+1
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-131-5/+51
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-136-18/+46
* Gui: Always declare qt_memfill{32|64} as function pointers on x86Ulf Hermann2023-01-122-8/+10
* Add QEGLContext::invalidateContextThomas Senyk2023-01-123-1/+23
* Doc: Show signatures of typedef'sKai Köhne2023-01-121-2/+13
* Doc: Document further GUI API as new in 6.5Kai Köhne2023-01-122-1/+2
* Doc: Mark new QGlyphRun methods as new in Qt 6.5Kai Köhne2023-01-121-0/+8
* Fix dangling referencesVille Voutilainen2023-01-121-1/+2
* QRgbaFloat: add support for multiplying & comparing as FP16Thiago Macieira2023-01-111-16/+28
* QtGui: fix build with GCC 13's support for FP16Thiago Macieira2023-01-115-32/+34
* Fix deletion order also for QImageReader/Writer::setDevice()Eirik Aavitsland2023-01-112-4/+4
* RHI: Metal tessellation fixesBen Fletcher2023-01-112-112/+192
* Documentation: Port code snippets to new connection syntaxFriedemann Kleint2023-01-113-14/+14
* Clarify that QKeyEvent::text() may return non-printable charactersTor Arne Vestbø2023-01-101-5/+6
* Doc: Fix qt_attribution.json files using Path for filesKai Köhne2023-01-104-5/+5
* Fix infinite layout loop with negative line widthEskil Abrahamsen Blomfeldt2023-01-091-4/+1
* Scale the default 5 ms requestUpdate interval based on the refreshRateLaszlo Agocs2023-01-092-13/+24
* Avoid qt keywords in installed headersDavid Edmundson2023-01-091-1/+1
* Doc: Fix linking to 'Drag and Drop' topicTopi Reinio2023-01-091-0/+1
* Support serializing the QShader for qsb versionKaj Grönholm2023-01-076-45/+74
* QFileSystemModel: add lastModified() overload that takes a QTimeZoneAhmad Samir2023-01-064-9/+38
* Fix potential corruption with image format conversion on arm neonEirik Aavitsland2023-01-051-1/+1
* rhi: metal: Add enablers for pre-querying window stuff on the gui threadLaszlo Agocs2023-01-045-2/+80
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-042-4/+4