summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reflect QStyleHints in AA_DontShowShortcutsInContextMenusTor Arne Vestbø2023-01-042-1/+3
* Update the documentation of QScreen::name()Yuhang Zhao2023-01-041-0/+4
* Fix assert when resizing text table with percentage widthsEskil Abrahamsen Blomfeldt2023-01-041-2/+3
* Doc: note QWindow::winId() will cause platform window creationEirik Aavitsland2023-01-041-1/+3
* Fix deletion order in QImageReader/Writer destructorsEirik Aavitsland2023-01-042-2/+2
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-282-8/+86
* QTextDocumentPrivate: de-inline {add,remove}Cursor()Marc Mutz2022-12-272-2/+12
* QFileInfoGatherer: Add missing emit keywordsLu YaNing2022-12-231-1/+1
* QTextImageHandler: reduce code duplicationVolker Hilsheimer2022-12-221-96/+32
* QTextImageHandler: Resolve Nx images correctly for file or qrc URLsVolker Hilsheimer2022-12-221-5/+19
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-221-1/+1
* QXBMHandler: use QtMiscUtils, not <ctype.h>Marc Mutz2022-12-221-5/+5
* Export the lcQpaFonts logging categoryTor Arne Vestbø2022-12-211-1/+1
* QStyleHints: code tidiesYuhang Zhao2022-12-202-6/+9
* rhi: vk: Fix up some legacy queue (family) index inconsistenciesLaszlo Agocs2022-12-163-29/+28
* rhi: metal: Use scale from the layer we already haveLaszlo Agocs2022-12-161-4/+6
* CMake: Fix AUTOMOC warning in QtGuiKai Köhne2022-12-161-0/+6
* windows: Fix vertical metrics with GDI engineEskil Abrahamsen Blomfeldt2022-12-151-0/+7