summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* ColorScheme: remove unused QWindowsApplication::isDarkModeVolker Hilsheimer43 hours1-2/+0
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer4 days3-5/+9
* Gui: fix memory leak in QGuiGLThreadContextTim Blechmann4 days1-0/+3
* Update the cached DPR on QWindow update requestMorten Sørvig5 days1-0/+9
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø8 days2-3/+21
* Gui: Add Q_GADGET to QPointerEventUlf Hermann9 days1-0/+1
* Warn on setHighDpiScaleFactorRoundingPolicy misuseMorten Sørvig10 days1-0/+2
* Gui: Add Q_GADGET to QPlatformScreenUlf Hermann11 days2-2/+2
* QWaylandWindow: Add surfaceRoleCreated/Destroyed signalsKai Uwe Broulik2024-04-101-0/+2
* doc: Remove deprecation of the supported QTouchEvent ctorShawn Rutledge2024-04-041-2/+0
* wasm: Document and test OpenGLContext limitationsEven Oscar Andersen2024-03-221-0/+16
* Revert default FlickDeceleration to 1500Shawn Rutledge2024-03-151-1/+1
* QGuiApplication: copy a Prealloc value instead of hard-coding 16Marc Mutz2024-03-131-1/+2
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-052-4/+28
* Mention QChronoTimer in API docsAhmad Samir2024-03-032-5/+6
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-011-1/+0
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QGuiApplication: replace a QSet with QMinimalVarLengthFlatSetMarc Mutz2024-02-281-5/+5
* Doc: Fix typo in QSurfaceFormat::setDefaultFormat documentationAndy Nichols2024-02-271-1/+1
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-132-1/+7
* Apple: Make Qt::Key_Backspace primary sequence for StandardKey::BackspaceTor Arne Vestbø2024-02-092-2/+3
* Windows: Default to DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-061-7/+5
* Don't rely on QRasterWindow::resizeEvent for marking window dirtyTor Arne Vestbø2024-02-013-3/+11
* QChildWindowEvent: make constructor explicitVolker Hilsheimer2024-01-251-1/+1
* qWaitForWindowFocused: Pass timeout as QDeadlineTimerTor Arne Vestbø2024-01-252-3/+3
* QMetaTypeModuleHelper: mark instances constexprMarc Mutz2024-01-191-1/+1
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* Remove foreach snippets from the documentationKai Köhne2024-01-161-8/+0
* highdpi: Update high-DPI in QWSI::handleScreenLogicalDotsPerInchChangeMorten Sørvig2024-01-081-0/+5
* Doc: QEventPoint: Remove documentation-specific property macroTopi Reinio2024-01-081-1/+0
* testlib: Add test function for simulating wheel eventsDoris Verria2023-12-201-0/+7
* Use Qt::WindowNoState for child windows/widgets shown via show()Tor Arne Vestbø2023-12-131-7/+13
* Use Ctrl+Shift+S for Save As... shortcut on every platformShawn Rutledge2023-12-092-2/+2
* Add QTest::qWaitForWindowFocused for checking focus windowTor Arne Vestbø2023-12-092-1/+23
* Make some QScreen native interfaces publicDavid Redondo2023-12-084-33/+78
* Introduce a configure feature for WaylandDavid Redondo2023-12-076-9/+9
* Avoid QWindow crashing in mapToGlobal when no platformWindowLaszlo Agocs2023-12-061-1/+6
* Avoid segfault in QWindow::mapFromGlobal when platformWindow is nullMitch Curtis2023-12-011-1/+6
* highdpi: fix map to/from global for "off-primary-screen" windowsMorten Sørvig2023-11-231-2/+2
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-236-17/+19
* Don't update DPR on de-expose eventsMorten Sørvig2023-11-171-4/+6
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-174-5/+82
* QGuiApplication: Fix condition for when doubleclick events are triggeredJan Arve Sæther2023-11-171-1/+3
* QGuiApplication: check return value of platformTheme::palette()Christian Ehrlicher2023-11-141-1/+2
* Beautify QGuiApplication::event()Axel Spoerl2023-11-101-5/+9
* Fix build with -no-feature-shortcutTasuku Suzuki2023-11-071-0/+2
* QMessageBox: Detect modifications to standard button textTor Arne Vestbø2023-10-312-3/+3
* Teach QMessageDialogOptions about default and escape buttonsTor Arne Vestbø2023-10-262-0/+34
* Avoid creating child windows twice when already visibleTor Arne Vestbø2023-10-211-0/+7
* qevent.h: don't include <QPointer>, fwd-declare itMarc Mutz2023-10-181-1/+1