summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* remove unused variables and parameters to fix compilation with g++-10.2Andreas Buhr2020-11-133-5/+3
* Fix scaling of basic patterns under HiDPIAllan Sandfeld Jensen2020-11-133-5/+8
* Avoid false positives in Clang static analyzerDimitrios Apostolou2020-11-131-2/+6
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-122-83/+89
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+3
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+9
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-125-350/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-1214-126/+37
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-122-27/+27
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-111-1/+1
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-102-6/+6
* Silence "same window" warning when QPA doesn't give touch dest windowShawn Rutledge2020-11-101-6/+4
* Reset the velocity Kalman filter when the mouse enters a windowShawn Rutledge2020-11-101-0/+12
* CMake: Fixup outdated configure.cmake filesAlexandru Croitor2020-11-101-8/+1
* Move the remaining QSinglePointEvent ctor to protected; add source argShawn Rutledge2020-11-102-13/+13
* Remove code for non-enhanced mouse eventsShawn Rutledge2020-11-102-74/+25
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-092-35/+50
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-4/+4
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-096-182/+204
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* Doc: fix \inmodule for classes moved to QtGuiv6.0.0-beta4Volker Hilsheimer2020-11-093-4/+4
* Teach QPixmapIconEngine how to handle @Nx pixmapsMorten Johan Sørvig2020-11-082-34/+65
* Fix static assert in Markdown parserAndreas Buhr2020-11-081-1/+1
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-0811-332/+465
* Protect QImage colorspace transform on shutdownAllan Sandfeld Jensen2020-11-071-1/+1
* Support the markdown underline extensionShawn Rutledge2020-11-073-2/+7
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-3/+21
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-0713-894/+1140
* Fix a few qdoc warningsVolker Hilsheimer2020-11-062-3/+3
* Fix mouse velocity calculationShawn Rutledge2020-11-061-1/+8
* Unexport QTextFrame/Block::iterator classesVolker Hilsheimer2020-11-062-32/+20
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-061-35/+13
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-052-4/+4
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-043-27/+236
* Initial porting guide for QtGui and QtPrintSupportVolker Hilsheimer2020-11-041-1/+60
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-032-8/+14
* Remove left-over and unnecessarily exported operator==Volker Hilsheimer2020-11-031-1/+0
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-036-51/+44
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-032-9/+6
* Clean up qcontainerfwd.hLars Knoll2020-11-031-3/+0
* Address API review comments for QInput/QPointingDeviceVolker Hilsheimer2020-11-036-37/+27
* Add deprecated accessors for legacy font weightEskil Abrahamsen Blomfeldt2020-11-033-0/+71
* Fix QDataStream compatibility for QTextFormat::TextUnderlineColorLars Knoll2020-11-032-0/+9
* Fix typoVolker Hilsheimer2020-11-021-1/+1
* Make RGB_MASK inline constexprVolker Hilsheimer2020-11-021-1/+1
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-021-1/+4
* rhi: gl: Do not bother with glDrawBuffers(GL_BACK)Laszlo Agocs2020-11-021-4/+0
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1