summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix can not -> cannotRobert Loehning2019-02-255-7/+7
* QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-2010-17/+21
* qguiapplication: move long comment to JIRAGatis Paeglis2019-02-191-35/+2
* remove obscure commentGatis Paeglis2019-02-151-2/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-153-12/+35
|\
| * Turn bcm_host library into makeSpec sourceJoerg Bornemann2019-02-141-1/+2
| * QBackingStore: Make QPlatformBackingStore creation lazyTor Arne Vestbø2019-02-131-10/+13
| * QTextDocument: Do respect white-space:nowrapKai Koehne2019-02-131-1/+2
| * Don't allow backingstore flush to non-raster surfacesTor Arne Vestbø2019-02-121-0/+18
* | wasm: disable the eglfs platform pluginMorten Johan Sørvig2019-02-141-1/+1
* | [Windows] Fixed regression when creating fallback fontsEskil Abrahamsen Blomfeldt2019-02-141-1/+2
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-132-5/+5
* | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-1313-1/+26
* | Add faster path for scaling QRegion with multiple regionsJoni Poikelin2019-02-131-2/+17
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-122-36/+52
|\|
| * Fix two smaller bugs in the BiDi engineLars Knoll2019-02-091-18/+16
| * Fix an assertion in the BiDi algorithmLars Knoll2019-02-091-14/+28
| * Fix QTextTable:insertRows() for tables with spanning cellsLars Knoll2019-02-091-4/+8
* | Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-085-12/+14
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-0842-272/+380
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0842-272/+380
| |\|
| | * Include relevant example code in documentation of setUrlHandlerVolker Hilsheimer2019-02-061-0/+2
| | * Doc: decrease confusion about HSV vs HSL in QColorEirik Aavitsland2019-02-051-29/+37
| | * Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-17/+22
| | * Painter path stroking: fix capping of beziers ending in tight turnsEirik Aavitsland2019-02-051-13/+14
| | * Fix xbm image format handler: properly reject invalid filesEirik Aavitsland2019-02-051-0/+4
| | * Initialize bit_depthAlbert Astals Cid2019-01-311-2/+2
| | * QPictureIO::read(): don't work on dangling pointerChristian Ehrlicher2019-01-301-2/+2
| | * png: initialize color_type to 0Albert Astals Cid2019-01-301-2/+2
| | * Fix default font properties when using raw fonts for text layoutsEskil Abrahamsen Blomfeldt2019-01-291-4/+5
| | * Fixups for GL_CONTEXT_LOST in QOpenGLExtensionMatcherDavid Edmundson2019-01-291-2/+11
| | * Remove requirement to lock graphics buffer before getting total sizeTor Arne Vestbø2019-01-291-1/+0
| | * QtGui: Unify license headersKai Koehne2019-01-2932-197/+274
| | * Prevent QPixmap::load from touching QPixmapCache in non-gui threadsJoni Poikelin2019-01-281-4/+6
* | | Windows configure: Make dynamic opengl the default optionOliver Wolff2019-02-081-5/+5
|/ /
* | Improve ARGB32ToRGBA64 conversionsAllan Sandfeld Jensen2019-02-072-35/+29
* | wasm: add local file access private APIMorten Johan Sørvig2019-02-075-0/+252
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-063-0/+9
* | Switch epilogues of AVX2 conversions to single stepAllan Sandfeld Jensen2019-02-061-79/+79
* | Fix convertARGBToARGB32PM_avx2 and convertARGBToRGBA64PM_avx2Allan Sandfeld Jensen2019-02-051-2/+2
* | QtGui documentation: cleanupChristian Ehrlicher2019-02-0515-55/+64
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0211-29/+28
* | QtGui/QPainterPath: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-022-29/+39
* | QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-023-19/+52
* | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-025-9/+17
* | QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-2810-6/+50
* | QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-285-2/+15
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-2812-26/+35
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2612-26/+35
| |\|
| | * configure: handle FREETYPE_* variablesEric Lemanissier2019-01-241-1/+2