summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-161-18/+17
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-151-2/+1
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-1/+1
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-01-141-1/+4
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-01-131-5/+4
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-131-2/+2
* Remove QtDBus includesDavid Skoland2021-01-137-66/+79
* rhi: gl: Reset tracked state upon a buffer update or readbackLaszlo Agocs2021-01-131-33/+51
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-01-121-0/+5
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-111-1/+3
* Doc: Link to correct locationPaul Wicking2021-01-111-4/+4
* QPdfWriter: fix embedding fonts in pdf filesChristian Ehrlicher2021-01-091-1/+1
* Revert "Fix invalid text layout data when a full layout run is interrupted"Frederik Gladhorn2021-01-071-5/+2
* Remove superfluous OpenGL_GL_PREFERENCE assignmentJoerg Bornemann2021-01-061-2/+0
* QInputControl: accept surrogate category characterLiang Qi2021-01-051-0/+3
* Handle maxImageCount 0 in QVulkanWindowLaszlo Agocs2021-01-052-4/+6
* rhi: vk: Fix DS WAW hazard reported from sync validationLaszlo Agocs2021-01-041-10/+23
* Update QPalette() documentation to not mention the application paletteTor Arne Vestbø2021-01-041-1/+4
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-211-1/+1
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2020-12-171-4/+53
* Prevent copy in texture upload with invalid inputLaszlo Agocs2020-12-171-2/+4
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-071-2/+0
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-0450-120/+120
* 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
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-011-1/+1
* Revert "xcb: add xcb-util dependency for xcb-image"Liang Qi2020-12-013-26/+4
* CMake: Re-generate project files in srcJoerg Bornemann2020-12-011-1/+1
* Doc: Fix QVector[2|3|4]D documentationTopi Reinio2020-11-301-84/+57
* Restore QOpenGLVersionFunctionsFactory entry in changes docsLaszlo Agocs2020-11-301-0/+6
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-6/+3
* Fix typo in rhiAntti Määttä2020-11-271-1/+1
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-272-0/+33
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-241-34/+34
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-211-1/+4
* Fix safe conversionAllan Sandfeld Jensen2020-11-211-4/+11