summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* wasm: rename platform, refactor files and other thingsLorn Potter2018-07-165-11/+11
* wasm: remove obsolete code to restrict window geometryLorn Potter2018-06-051-4/+0
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-0131-704/+806
|\
| * Reduce recent performance regressionAllan Sandfeld Jensen2018-05-301-2/+2
| * QOpenGLTexture: Enable multisample 2D textures on GLES 3.1+Laszlo Agocs2018-05-301-0/+6
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2923-315/+410
| * Fix potential 16-bit integer overflowAllan Sandfeld Jensen2018-05-231-4/+4
| * Documentation: Fix URLs to GL(ES) functionsFriedemann Kleint2018-05-181-358/+358
| * QtGui: Enable synchronous delivery for QWSysIf:::WindowScreenChangedEventFriedemann Kleint2018-05-082-2/+4
| * QShortcutMap: print ambiguous shortcuts when DEBUG_QSHORTCUTMAP is definedMitch Curtis2018-05-071-0/+13
| * Fix for mouse with modifiers handlingKarim Pinter2018-05-022-23/+2
| * Don't crash on <br> following a <table>Allan Sandfeld Jensen2018-04-251-4/+6
| * Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-0/+5
* | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-1133-128/+232
|\|
| * QStyleHints: emit correct signal when calling setMouseQuickSelectionThresholdAkihito Izawa2018-04-131-1/+1
| * PDF engine: handle abnormally long string casesEirik Aavitsland2018-04-121-5/+10
| * Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-121-1/+7
| * Remove last uses of interpolate_4_pixels_16 on SSE2 and NEONAllan Sandfeld Jensen2018-04-112-53/+52
| * Enable BuiltIn input in the shader graph builderJuan Jose Casafranca2018-04-102-0/+5
| * configure: make plain -xcb switch effectiveOswald Buddenhagen2018-04-101-1/+1
| * Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-091-1/+1
| * QOpenGLTexture: Set wrap mode if NPOT textures are not fully supportedJohan Klokkhammer Helsing2018-04-061-0/+12
| * Pass on local html links with a fragment to openUrl()Andy Shaw2018-04-061-2/+5
| * Fix visual artifacts in diffuse image dithering (the default)Eirik Aavitsland2018-04-061-4/+8
| * Doc: Remove section about Qt Gui in Qt 4 from overview pageKai Koehne2018-04-061-13/+0
| * Parse XDG_SESSION_TYPE and use that to determine default platformAllan Sandfeld Jensen2018-04-041-0/+15
| * macOS: Document availability of freetype font engineEskil Abrahamsen Blomfeldt2018-04-041-0/+6
| * Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+5
| * Fix: avoid realloc when adding primitives to painterpathEirik Aavitsland2018-03-231-7/+0
| * Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-222-0/+30
| * Modernize the "regularexpression" featureUlf Hermann2018-03-205-9/+12
| * Gui: Properly use the standarditemmodel featureUlf Hermann2018-03-204-13/+6
| * QPixmap don't assume QPlatformScreen::format is opaqueJohan Klokkhammer Helsing2018-03-193-5/+36
| * Fix QPageLayout() not initializing unitsAlbert Astals Cid2018-03-191-8/+1
| * Fix performance regression in simple a8 non-gamma correctedAllan Sandfeld Jensen2018-03-141-0/+2
| * QWindowWindow: Avoid resize events from the ctorLaszlo Agocs2018-03-131-0/+3
| * Use QWindow::windowStates() for WindowStateChangedEvent::oldStateJohan Klokkhammer Helsing2018-03-131-1/+1
| * Fix scaling precision with large zoomsAllan Sandfeld Jensen2018-03-121-4/+12
| * QRasterPaintEngine: properly initialize flagsChristian Ehrlicher2018-03-111-0/+1
* | webassembly: fix depth and stencil opengl framebuffersLorn Potter2018-04-101-0/+47
* | Merge remote-tracking branch 'gerrit/5.11' into HEADMorten Johan Sørvig2018-03-08133-1556/+2838
|\|
| * QStandardItem: add more sanity checks on insertRow(s)/Column(s)Christian Ehrlicher2018-03-071-3/+3
| * Check for WindowActivation capability instead of platformJohan Klokkhammer Helsing2018-03-062-1/+2
| * Document QFont::PreferNoShaping as being since 5.10Sergio Martins2018-03-051-1/+1
| * Fix docs of QTextDocument::find with regards to default case sensitivitySimon Hausmann2018-03-051-3/+3
| * Add needsWorkaround for additional Adreno targetsHerman van Hazendonk2018-03-011-2/+6
| * Update the Unicode BiDi algorithm to be compliant with Unicode 10Lars Knoll2018-02-282-522/+873
| * Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
| * Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
| * Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-02-281-1/+1