summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | configure: inline a few more testsOswald Buddenhagen2018-12-171-3/+30
* | configure: properly atomize xcb-syslibsOswald Buddenhagen2018-12-171-25/+104
* | configure: detect fxc.exe more thoroughlyOliver Wolff2018-12-172-12/+30
* | configure: refactor directx checksOswald Buddenhagen2018-12-172-53/+143
* | Set point size, not just pixel size, when creating HarfBuzz fonts for shapingTor Arne Vestbø2018-12-161-0/+2
* | configure: verify header presence against sourcesOswald Buddenhagen2018-12-141-38/+42
* | qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-121-2/+5
* | Avoid crash in blitting or fast draw when QPointF is too bigAllan Sandfeld Jensen2018-12-111-0/+8
* | Doc: Fix typo in snippetPaul Wicking2018-12-111-1/+1
|/
* macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-1/+1
* Allow overriding the maximum cached glyph size via the environmentTor Arne Vestbø2018-12-081-2/+7
* Revert "Ensure alignment of image-data"Allan Sandfeld Jensen2018-12-081-11/+3
* untangle the egl-x11 relationship in the build systemOswald Buddenhagen2018-12-071-3/+8
* configure: atomize xcb-* tests properlyOswald Buddenhagen2018-12-071-27/+28
* configure: convert xlib to a proper library definitionOswald Buddenhagen2018-12-071-14/+16
* wasm: fix freetype library sourceOswald Buddenhagen2018-12-071-1/+1
* configure: fix linking with statically linked freetypeTim Blechmann2018-12-071-0/+3
* Add a note about virtual_hookThiago Macieira2018-12-071-0/+1
* configure: remove xkbcommon_evdev transition hackGatis Paeglis2018-12-071-15/+0
* Set correct vertical position for text following a very large imageLars Knoll2018-12-031-2/+2