summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix assert when drawing lines with extreme coordinatesEirik Aavitsland2019-02-251-3/+1
* 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
* 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
* 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
* configure: handle FREETYPE_* variablesEric Lemanissier2019-01-241-1/+2
* Always unlock graphics buffer after binding texture during composeAndFlushTor Arne Vestbø2019-01-241-0/+1
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-238-19/+24
|\
| * bmp image handler: Reject invalid 0-dimension files earlyEirik Aavitsland2019-01-081-1/+1
| * Fix PDF generation for locales using comma as decimal separatorAndre de la Rocha2019-01-081-3/+4
| * Fix a crash in QTextEngine when a paragraph only contains a tabLars Knoll2019-01-081-4/+8
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0810-173/+436
| |\
| * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-042-7/+8
| * | Doc: Fix link in QImage::load() documentationTopi Reinio2019-01-041-1/+1
| * | Make QWindow::type() reflect ForeignWindow statusMorten Johan Sørvig2018-12-221-2/+1
| * | Fix layering violation in isForeignWindow()Morten Johan Sørvig2018-12-221-1/+1
* | | Fix change-of-sign warnings in ICC 19Thiago Macieira2019-01-231-1/+1
* | | fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
* | | configure: fix a bug where -no-xcb implied eglfs_x11=noGatis Paeglis2019-01-221-2/+1
* | | QSyntaxHighlighter: cancel delayed highlight if done manuallyMårten Nordheim2019-01-161-0/+1
* | | Fix multiple emission of QGuiApplication::lastWindowClosed() when native chil...Friedemann Kleint2019-01-161-0/+2
* | | Update QOpenGLTexture::generateMipMaps for ES 3Michael Brasser2019-01-151-4/+3
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-1013-30/+30
* | | Fix typo in fontconfig autotestKai Koehne2019-01-081-1/+1
* | | Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-082-0/+13
| |/ |/|
* | Fix warnings about uninitialized variables - qrgba64_p.hLiang Qi2019-01-071-4/+4
* | configure: improve warning when all qpa plugins disabled with features.guiGatis Paeglis2019-01-071-2/+1
* | configure: add XCB GL integration featuresGatis Paeglis2019-01-031-3/+23
* | configure: add X11 subsection in "Features used by QPA backends"Gatis Paeglis2019-01-031-3/+11
* | configure: make xcb-render a hard dependency for xcb pluginGatis Paeglis2019-01-031-26/+16
* | configure: properly atomize render vs. renderutilGatis Paeglis2019-01-031-17/+18
* | Draw ShowTabsAndSpaces symbols with the correct fontEskil Abrahamsen Blomfeldt2019-01-031-0/+4
* | Don't dither antialiasing on glyphs when converting to monoEskil Abrahamsen Blomfeldt2018-12-211-1/+1
* | Fix text shifting vertically when elidedEskil Abrahamsen Blomfeldt2018-12-211-0/+10