summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* Remove wrong doc note for QPlatformBackingStore::flush()Gabriel de Dietrich2016-05-111-1/+2
* Avoid asserting when painting certain degenerate bezier pathsEirik Aavitsland2016-05-111-1/+1
* Fix segfault when exiting app running under eglfsElena Zaretskaya2016-05-041-0/+11
* doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
* QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
* Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
* QPdf: Force miter limit into valid rangeKai Pastor2016-04-281-1/+1
* Fix clipping of wave underline decoration on certain fontsAllan Sandfeld Jensen2016-04-271-5/+7
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-262-2/+3
* QZipReader - test that QFile::open was, indeed, successful.Timur Pocheptsov2016-04-261-4/+2
* Avoid conversion warnings in qrgba64.hAllan Sandfeld Jensen2016-04-141-19/+19
* Qt Quick: Fix bug for selections with line wraps and breaksEskil Abrahamsen Blomfeldt2016-04-081-10/+9
* Fix QPrinter PDF output using fonts with spaces in the PostScript name.Jake Petroules2016-04-061-3/+4
* Avoid unnecessary allocation in QClipData::setClipRegion()Gabriel de Dietrich2016-04-061-1/+1
* Do not disconnect with nullptr when unplugging screensLaszlo Agocs2016-04-051-1/+3
* Fix possible out-of-bounds access when making distance fieldsEskil Abrahamsen Blomfeldt2016-03-311-1/+3
* Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-312-25/+34
* Blacklist Mali-T760/Mali-T720 from supporting BGRA.Timo Jyrinki2016-03-301-2/+6
* QFontEngineFT: Apply hinting for non-scaled rotated glyphsAlexander Volkov2016-03-301-1/+7
* QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+13
* QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
* QOpenGL: Fix GLhandleARB redefinition on OS XGabriel de Dietrich2016-03-221-0/+4
* qshapedpixmapdndwindow.cpp: fix build with '-qreal float'J-P Nurmi2016-03-221-1/+1
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-175-12/+76
|\
| * Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| * Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-155-12/+72
* | Reimplement QShapedPixmapWindow using QRasterWindow.Friedemann Kleint2016-03-162-49/+33
* | Correct qt_defaultDpi X/Y with just a QCoreApplicationAllan Sandfeld Jensen2016-03-161-2/+2
* | QRawFont: fix UB (misaligned load) in fontTable()Marc Mutz2016-03-151-2/+1
* | QCosmeticStroker: fix several UBs involving << with a negative LHSMarc Mutz2016-03-151-13/+13
* | Fix debug operators for QPageSize/QPageLayout.Friedemann Kleint2016-03-102-25/+22
* | Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+5
* | QCosmeticStroker: fix out-of-bounds access in drawPixel()Marc Mutz2016-03-091-5/+7
* | consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-2/+1
* | Increase chances of finding the ellipsis glyph in elided textKonstantin Ritt2016-03-071-2/+1
* | Fix MIPS DSP optimized fetchUntransformedAllan Sandfeld Jensen2016-03-051-3/+3
* | Fix UB in QFontEngineFT::loadGlyph()Marc Mutz2016-03-051-1/+1
* | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-055-3/+28
* | Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-8/+0
* | qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
* | Only copy the data if the image is not nullAndy Shaw2016-03-011-1/+2
* | qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
* | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-294-6/+16
* | QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
* | Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
* | QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-1/+14
* | Add missing initializations in QWheelEventJan Arve Sæther2016-02-251-3/+6
* | QWindow: Use scaling when calling QPlatformWindow::mapTo/FromGlobal().Friedemann Kleint2016-02-251-2/+2
* | QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-1/+1