summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* rhi: gl: Correctly report WideLines for OpenGLLaszlo Agocs2020-08-302-2/+3
* rhi: vulkan: Enable features on the deviceLaszlo Agocs2020-08-301-2/+17
* rhi: gl: Also try GLSL 140 and 130Laszlo Agocs2020-08-301-9/+13
* Fix text issues when using typographic namesEskil Abrahamsen Blomfeldt2020-08-302-0/+17
* Doc: Remove obsolete snippet codePaul Wicking2020-08-293-181/+0
* Doc: Make Qt Gui snippets compilable - draganddropNico Vertriest2020-08-294-6/+14
* Doc: Make Qt Gui snippets compilable - brushPaul Wicking2020-08-294-50/+29
* Doc: rename snippet project filePaul Wicking2020-08-291-0/+0
* Deprecate QIcon API which take a QWindow pointerMorten Johan Sørvig2020-08-292-0/+15
* QPixmapIconEngine: port to new virtual functionsMorten Johan Sørvig2020-08-292-24/+16
* QIconLoader: port to use new virtual functionsMorten Johan Sørvig2020-08-292-45/+40
* Remove QUnicodeTools::DefaultOptionsCompatEdward Welbourne2020-08-281-6/+9
* Remove fxc configure testJoerg Bornemann2020-08-281-37/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+1
* rhi: d3d: Allow compiling source shaders with debug at run timeLaszlo Agocs2020-08-283-6/+56
* Avoid overflows in variantHash()Robert Loehning2020-08-281-2/+2
* QTextHtmlParserNode: Avoid extreme values for font's pixelsizeRobert Loehning2020-08-281-0/+1
* High-DPI: Don’t round scale factors in Qt 6Morten Johan Sørvig2020-08-281-6/+1
* High-DPI: Enable scaling by default in Qt 6Morten Johan Sørvig2020-08-281-7/+3
* Doc: Compile text snippetsPaul Wicking2020-08-288-22/+136
* Doc: Compile QOpenGLShader snippetsPaul Wicking2020-08-282-1/+14
* Doc: Compile painting snippetsPaul Wicking2020-08-289-12/+274
* Doc: Remove unused snippet filePaul Wicking2020-08-281-72/+0
* Doc: Compile OpenGL snippetsPaul Wicking2020-08-284-81/+146
* Add rgb64 inplace generic conversionAllan Sandfeld Jensen2020-08-283-10/+108
* Doc: Compile QQuaternion snippetsPaul Wicking2020-08-282-3/+22
* Doc: Compile GUI kernel snippetsPaul Wicking2020-08-288-6/+146
* Doc: drop obsolete snippetPaul Wicking2020-08-281-10/+0
* Doc: Compile standard item model snippetsPaul Wicking2020-08-282-1/+31
* Doc: Compile image snippetsPaul Wicking2020-08-289-15/+119
* Doc: Compile coordinate system snippetsPaul Wicking2020-08-282-2/+38
* Doc: Compile more GUI snippetsPaul Wicking2020-08-282-1/+11
* Doc: Remove unused snippetPaul Wicking2020-08-281-8/+0
* Doc: Remove unused snippetPaul Wicking2020-08-281-10/+9
* Doc: Compile rich text code snippetsPaul Wicking2020-08-283-2/+25
* Doc: Compile textdocument-end snippetsPaul Wicking2020-08-284-10/+15
* Doc: Compile qfontdatabase snippetsPaul Wicking2020-08-284-30/+31
* Doc: Add skeleton project for GUI snippetsPaul Wicking2020-08-281-0/+6
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-2833-104/+348
* Remove "internal" parameter in QTextLine::draw()Jonas Karlsson2020-08-282-6/+13
* Use OpenType font weightsJonas Karlsson2020-08-2817-103/+141
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-273-15/+13
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-2710-73/+275
* Change QByteArray to handle large arraysLars Knoll2020-08-271-2/+2
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-272-20/+43
* Make QPaintDevice::devicePixelRatio() return qrealMorten Johan Sørvig2020-08-262-4/+4
* Remove ### Qt 6 commentVolker Hilsheimer2020-08-261-1/+0
* Move the QPalette::resolveMask into the privateVolker Hilsheimer2020-08-262-18/+32
* Merge QOffscreenSurface constructor overloadsVolker Hilsheimer2020-08-262-16/+1
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-2615-48/+140