summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor improvements in qrgba64_p.hAllan Sandfeld Jensen2020-10-311-31/+104
* Get rid of QInputDevicePrivate::extraShawn Rutledge2020-10-301-1/+0
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-301-1/+0
* Fix QScreen orientation not being updated when setting a platform screenFriedemann Kleint2020-10-301-1/+1
* Cleanup qimage.hAllan Sandfeld Jensen2020-10-301-33/+34
* Doc: Fix links to the CMake manualTopi Reinio2020-10-301-1/+1
* Move QPolygonClipper to XCB native paintingAllan Sandfeld Jensen2020-10-294-319/+0
* You can't disable SSE2 for x86-64Allan Sandfeld Jensen2020-10-291-4/+11
* Organize QtOpenGLWidgets documentationVolker Hilsheimer2020-10-293-317/+0
* Change terminology to "look and feel"Jerome Pasion2020-10-291-1/+1
* Math 3D classes: make comparison operators hidden friendsVolker Hilsheimer2020-10-298-76/+59
* Fix delay first time a font is usedEskil Abrahamsen Blomfeldt2020-10-291-1/+1
* Make QAccessible::State's equality operator a hidden friendVolker Hilsheimer2020-10-282-8/+4
* Make comparison operators in gui/painting classes hidden friendsVolker Hilsheimer2020-10-286-58/+74
* QSurfaceFormat: Make comparison operators hidden friendsVolker Hilsheimer2020-10-282-29/+29
* Make comparison operators hidden friendsVolker Hilsheimer2020-10-283-15/+24
* QFontEngine: get rid of userData() trickeryKonstantin Ritt2020-10-282-12/+0
* Fix documentation warningsVolker Hilsheimer2020-10-245-29/+7
* Rename “pixelDensity” variablesMorten Johan Sørvig2020-10-232-16/+16
* Deprecate QVariant::TypeLars Knoll2020-10-232-9/+9
* QPaintDevice: Remove reserved without reservationsFabian Kosmale2020-10-232-4/+0
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-222-0/+11
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-2/+5
* OpenFile portal: use "writable" option to specify our FD is writableJan Grulich2020-10-211-2/+4
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-201-3/+3
* Fix crash in tst_QSystemTrayIcon::lastWindowClosed()Allan Sandfeld Jensen2020-10-201-0/+2
* Add QSinglePointEvent::exclusivePointGrabber convenience propertyShawn Rutledge2020-10-202-0/+23
* Fix output with box font engineEskil Abrahamsen Blomfeldt2020-10-201-5/+5
* Update QHighDpiScaling internal documentationMorten Johan Sørvig2020-10-202-57/+105
* high-dpi: Re-implement mapToGlobal and mapFromGlobalMorten Johan Sørvig2020-10-203-48/+22
* high-dpi: Set screen on QWindow::setGeometry()Morten Johan Sørvig2020-10-201-1/+11
* QHighDpi: window geometry scaling functionsMorten Johan Sørvig2020-10-204-16/+26
* QHighDpi: global geometry scaling functionsMorten Johan Sørvig2020-10-202-15/+31