summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Define unix platform interfaces also without openglSamuli Piippo2020-08-051-2/+2
* Fix compiler issues when qreal is floatMichal Klocek2020-08-054-5/+5
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-053-3/+3
* Remove InfoFlag from docsMichal Klocek2020-08-041-4/+7
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-044-5/+17
* Doc: Document QGradient::Preset enum valuesTopi Reinio2020-08-031-1/+170
* Fix doc signature in QOpenGLContextLaszlo Agocs2020-08-031-1/+1
* Add more doc fixes for Vulkan typesLaszlo Agocs2020-08-031-0/+3
* Remove deprecated binary json featureEdward Welbourne2020-07-313-34/+1
* Fix build with MSVC2019Mitch Curtis2020-07-311-0/+13
* rhi: QRhiGLes2::gatherUniforms fix gathering in structPaul Lemire2020-07-311-1/+2
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-3124-62/+64
* Revert "Add missing override" for 3rdparty vk_mem_alloc.hAlexander Volkov2020-07-291-0/+3
* Export the QMutable* event classesShawn Rutledge2020-07-281-3/+3
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-281-0/+10
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-286-1/+89
* Replace Q_ALWAYS_INLINE with static inlineAllan Sandfeld Jensen2020-07-285-48/+46
* Sanitize lengthValue in CSS parserRobert Loehning2020-07-271-5/+4
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-0/+13
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-242-13/+116
* Fix under non-integer scaling incorrect update areaTang HaiXiang2020-07-251-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-241-0/+5
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-1/+3
* QWindowsFontDatabaseBase: Fix unused parameter errorKai Koehne2020-07-231-0/+2
* Multiply instead of shiftingRobert Loehning2020-07-231-1/+1
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-222-1/+14
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-221-0/+15
* Remove an outdated and nonsensical comment in the docsGiuseppe D'Angelo2020-07-221-4/+0
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-07-211-0/+7
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-212-0/+28
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-1/+2
* Fix SSE4 instruction leak in GCC10 debug buildsAllan Sandfeld Jensen2020-07-211-2/+2
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* Add fixme note to QWindowPrivate::setVisible about visibility during createTor Arne Vestbø2020-07-201-1/+7
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-202-0/+31
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-202-0/+34
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-208-44/+105
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-202-0/+21
* cmake: Slience bening warnings in 3rdparty codeTor Arne Vestbø2020-07-201-2/+3
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-172-9/+9
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-162-162/+163
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-162-0/+71
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-163-4/+4
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-152-2/+0
* Set QEventPoint::state properly in QSinglePointEventShawn Rutledge2020-07-151-0/+6
* QMouseEvent: Set QEventPoint globalPressPosition and globalLastPositionShawn Rutledge2020-07-151-1/+5
* Replace emit with Q_EMIT in headerFabian Kosmale2020-07-141-1/+1
* CMake: Fix call to qvkgen for cross-builds with toolsJoerg Bornemann2020-07-141-1/+10
* QtGui: Clean up event headers, #3Friedemann Kleint2020-07-141-5/+0
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-148-34/+61