summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-1/+1
* Recreate child windows when changing screensDyami Caliri2014-08-282-13/+22
* Revert "Make unicode ranges in font take precedence over codepage"Eskil Abrahamsen Blomfeldt2014-08-281-53/+51
* Initialize textureId in platform backing storeLaszlo Agocs2014-08-271-0/+1
* Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-1/+1
* Android: use correct size when leaving fullscreenPaul Olav Tvete2014-08-201-3/+3
* Fix invalid memcpy(dst, src) calls where dst == srcAllan Sandfeld Jensen2014-08-201-1/+3
* Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-1/+1
* Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+2
* Fix rendering of fonts matched based on stretchAllan Sandfeld Jensen2014-08-141-0/+7
* Fix selection of fonts based on styleNameAllan Sandfeld Jensen2014-08-141-4/+4
* Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-141-4/+4
* Let QImage::mirrored() retain dots-per-meter settingsaavit2014-08-141-0/+2
* Fix QT_NO_ANIMATION buildSérgio Martins2014-08-131-0/+4
* Fix rendering alpha-blended text which needs to be clipped at the top.Simon Sasburg2014-08-111-1/+1
* Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-112-0/+11
* Initialize member.Gunnar Sletta2014-08-081-0/+1
* Both HiQualAA and normal AA should mean antialiasing in rasterengine.Gunnar Sletta2014-08-071-1/+1
* Doc: Placed Qt OpenGL class convention in code block.Jerome Pasion2014-08-061-2/+4
* Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-08-051-0/+3
* OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-051-0/+4
* Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Oswald Buddenhagen2014-07-311-0/+23
|\
| * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-0/+23
| |\
| | * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-031-0/+23
* | | Fix double clicks in eglfsLaszlo Agocs2014-07-311-1/+1
|/ /
* | Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-291-2/+2
* | QPixmap::fromImage() should detach when changing QImage formatAllan Sandfeld Jensen2014-07-221-0/+1
* | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-0/+5
* | CMake: Don't check the existence of GL files in the Qt5Gui package.Stephen Kelly2014-07-161-11/+11
* | Doc: Hide QTextInlineObject constructor from the documentationTopi Reinio2014-07-141-0/+5
* | Fix fallbacks for adapted common scriptEskil Abrahamsen Blomfeldt2014-07-103-7/+7
* | Don't assert when HB-old is unable to deal with surrogatesKonstantin Ritt2014-07-081-1/+5
* | REG: Fix nbsp in QTextLayoutEskil Abrahamsen Blomfeldt2014-07-081-1/+10
* | Fix debug output of QTouchEvent.Friedemann Kleint2014-07-041-1/+1
* | Doc: fix a link in QAbstractOpenGLFunctions documentationLiang Qi2014-07-031-1/+1
* | QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-07-031-3/+3
* | Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-032-3/+5
* | Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-022-7/+7
* | QOpenGLTexture: fix the feature test for Buffer TexturesGiuseppe D'Angelo2014-07-011-3/+2
* | Remove bogus nullptr check for referenceFrederik Gladhorn2014-06-271-4/+0
* | Merge "Merge remote-tracking branch 'origin/5.3.1' into 5.3" into refs/stagin...Frederik Gladhorn2014-06-252-6/+22
|\ \
| * \ Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-252-6/+22
| |\ \
| | * | Fix crash when reusing HB_Face in another font engineKonstantin Ritt2014-06-181-6/+21
| | * | Handle invalid sample counts gracefully in FBOsLaszlo Agocs2014-06-181-0/+1
* | | | Fix -Werror compilation on big-endianThiago Macieira2014-06-251-0/+2
|/ / /
* | | GIF decoding: do not seek() if the image is loaded over the networkShawn Rutledge2014-06-241-1/+1
* | | Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-113/+97
* | | Doc: Fix docs for QFontMetrics::height() to match codeEskil Abrahamsen Blomfeldt2014-06-231-4/+2
* | | QIcon: Prefer high-quality images of Windows .ico files.Friedemann Kleint2014-06-222-36/+93
* | | When filling the path it should use the painter's pen not the state'sAndy Shaw2014-06-211-1/+1