summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix qdoc warning, reference parameter correctlyVolker Hilsheimer2020-12-211-1/+1
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-211-1/+1
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* Prevent copy in texture upload with invalid inputLaszlo Agocs2020-12-161-2/+4
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-152-0/+21
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2020-12-151-4/+53
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-104-23/+144
* Get rid of QPenPrivate::defaultWidthAllan Sandfeld Jensen2020-12-082-16/+8
* Remove the deprecated m_logicalDpi declarationWeng Xuetian2020-12-081-1/+0
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-053-11/+3
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-042-33/+25
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Purge double-spaces in qvectornd.cpp sentence-endsEdward Welbourne2020-12-041-16/+16
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* Make qDebug output for QTabletEvent similar to that for QMouseEventShawn Rutledge2020-12-041-10/+7
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* Remove QGuiApplicationPrivate::m_fakeTouchDeviceShawn Rutledge2020-12-031-1/+0
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-031-2/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-013-8/+8
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-301-1/+1
* Revert "xcb: add xcb-util dependency for xcb-image"Liang Qi2020-11-303-26/+4
* Doc: Fix QVector[2|3|4]D documentationTopi Reinio2020-11-301-84/+57
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3050-120/+120
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Restore QOpenGLVersionFunctionsFactory entry in changes docsLaszlo Agocs2020-11-301-0/+6
* Fix typo in rhiAntti Määttä2020-11-271-1/+1
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-6/+3
* RHI: Fix attribute instancing cleanup for OpenGL ESPaul Olav Tvete2020-11-271-0/+9
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-271-0/+2
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-1/+1
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-272-0/+33
* QTextDocument: allow css border-style of table collapsed cell bordersChristian Ehrlicher2020-11-261-1/+1
* RHI: Reset attribute instancing properly for OpenGL ESPaul Olav Tvete2020-11-261-3/+24
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* Return a QString() if the families list is emptyAndy Shaw2020-11-241-2/+2
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-34/+34
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-1/+4
* Fix safe conversionAllan Sandfeld Jensen2020-11-201-4/+11
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-2022-161/+184
* Doc: Qt GUI: Fix custom module headerTopi Reinio2020-11-193-13/+10
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-1915-27/+105