summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unnecessary code in QCursorJiDe Zhang2023-10-181-20/+10
* Include what you need: <QPointer>Marc Mutz2023-10-129-0/+19
* Allow QPalettePrivate to be used outside of qpalette.cppMitch Curtis2023-10-122-18/+15
* Use QtGui to match QWindow based shortcuts, even when QApplication is usedTor Arne Vestbø2023-10-112-1/+3
* Export QPalettePrivateAxel Spoerl2023-10-111-1/+1
* Add verbose debug logging for QKeyMapper::possibleKeys()Tor Arne Vestbø2023-10-111-0/+12
* Make QKeyMapper::possibleKeys() return list of QKeyCombinationsTor Arne Vestbø2023-10-113-11/+8
* QKeySequence::toString(): Treat Modifier+Qt::Key_Unknown as empty stringTor Arne Vestbø2023-10-091-3/+3
* Teach QKeySequencePrivate about QKeyCombinationTor Arne Vestbø2023-10-092-19/+22
* QKeySequence: Remove unused private helper methodsTor Arne Vestbø2023-10-092-20/+0
* Long live QPlatformKeyMapper!Tor Arne Vestbø2023-10-066-9/+113
* Automatically reflect new input context input direction when locale changesTor Arne Vestbø2023-10-062-0/+14
* Make QKeyMapper::possibleKeys's event argument constTor Arne Vestbø2023-10-022-2/+2
* Support more verbose debug output for QKeyEventTor Arne Vestbø2023-10-021-0/+4
* Add catch-all DPR update to expose event handlingMorten Sørvig2023-10-023-3/+13
* Remove QKeyMapper::changeKeyboard()Tor Arne Vestbø2023-09-302-16/+0
* Remove QKeyMapperPrivateTor Arne Vestbø2023-09-303-38/+3
* Avoid extending dirty region in beginPaintTor Arne Vestbø2023-09-222-3/+10
* QKeyMapper: Remove indirection via QKeyMapperPrivate for possibleKeysTor Arne Vestbø2023-09-222-16/+9
* QKeyMapper: Merge default implementation of possibleKeys into call siteTor Arne Vestbø2023-09-221-11/+5
* Remove QShortcutMap::matches() and use QKeySequence::matches() insteadTor Arne Vestbø2023-09-212-37/+2
* QShortcutMap: Rename variables to clarify their useTor Arne Vestbø2023-09-211-52/+53
* QShortcutMap::find: Use plain for-loop instead of do-whileTor Arne Vestbø2023-09-201-19/+21
* Improve QShortcutMap debug loggingTor Arne Vestbø2023-09-202-5/+7
* QWindow: bail out early on resize() if size has not changedVladimir Belyavsky2023-09-151-9/+10
* Add Python-specific note to QOpenGLContext::aboutToBeDestroyed() documentationFriedemann Kleint2023-09-151-0/+5
* GUI: give more warning when can't load xcb since 6.5.0Liang Qi2023-09-141-0/+4
* Update version for QPalette::accent API in documentationSanthosh Kumar2023-09-131-0/+1
* Update documentation for QPalette::accent APISanthosh Kumar2023-09-121-0/+8
* QWindow: avoid extra window resize on changing min/max sizesVladimir Belyavsky2023-09-121-1/+4
* gui: use const methods moreAnton Kudryavtsev2023-09-092-3/+3
* QWindow: Fix error for unused captureMårten Nordheim2023-09-081-0/+2
* Change MaxKeyCount type from enum to static constexpr intTomasz Kozlowski2023-09-071-1/+1
* Always run screen change side effectsMorten Sørvig2023-09-072-11/+13
* Note that QPalette::ColorRole must be kept in sync with QQuickColorGroupMitch Curtis2023-09-011-0/+1
* QGuiApplication: Report default platform name before initializationPasi Petäjäjärvi2023-08-251-2/+14
* Reduce nesting in processWindowScreenChangedEvent()Morten Sørvig2023-08-241-18/+20
* Doc: Delete links to removed examplesAndreas Eliasson2023-08-181-1/+1
* QMessageBox: leave the Option's underlying_type as the default, intMarc Mutz2023-08-181-1/+3
* Rename accent color in QPaletteSanthosh Kumar2023-08-183-15/+15
* Don't keep around old dirty region when entire window is invalidatedTor Arne Vestbø2023-08-071-1/+1
* QMutableEventPoint::update(): update the touchpoint uniqueId tooShawn Rutledge2023-08-041-0/+1