summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix malformed GL extension name for immutable storageLaszlo Agocs2017-03-011-1/+1
* | Build fix for -no-feature-regularexpressionPaul Olav Tvete2017-03-011-1/+1
* | Make VNC a proper featurePaul Olav Tvete2017-03-011-1/+7
* | Add AVX2 optimized bilinear texture transformAllan Sandfeld Jensen2017-02-282-0/+425
* | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+9
* | System tray icon requires -feature-temporaryfileStephan Binner2017-02-271-0/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-18/+13
|\|
| * QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-233-15/+9
| * make more use of 'use' in library detectionOswald Buddenhagen2017-02-221-3/+4
* | QImageReader: remove some unneeded relocationsMarc Mutz2017-02-241-12/+22
* | QtGui: kill some unneeded relocationsMarc Mutz2017-02-243-7/+7
* | Fix wrong access to qMemRotateFunctionsAllan Sandfeld Jensen2017-02-221-2/+2
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-223-11/+16
* | QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-203-3/+3
* | Only define "accessibility" feature oncePaul Olav Tvete2017-02-201-0/+7
* | Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-191-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-173-60/+26
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-163-60/+26
| |\|
| | * qcssparser: Undef TILDE to fix compilation on HurdDmitry Shachnev2017-02-151-0/+4
| | * Update QSyntaxHighlighter docs to use QRegularExpressionAaron Linville2017-02-152-60/+22
* | | Use static initialization for QBasicAtomicsMarc Mutz2017-02-163-3/+3
|/ /
* | Fix QRgba64 rgbBlendAllan Sandfeld Jensen2017-02-161-2/+3
* | Don't fetch destination in RGB64 mode when not necessaryAllan Sandfeld Jensen2017-02-161-20/+21
* | QWindow: prevent window reparenting into Qt::Desktop windowsTor Arne Vestbø2017-02-152-15/+22
* | Make some atomic counters zero-basedMarc Mutz2017-02-153-6/+18
* | qpa: Let platform plugins report old state for window state changesTor Arne Vestbø2017-02-154-6/+11
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-143-2583/+2
|\|
| * make libinput axis api feature depend on libinputOswald Buddenhagen2017-02-091-1/+1
| * refuse to build EGLFS on android, darwin, and windowsOswald Buddenhagen2017-02-091-2/+1
| * move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-082-2554/+0
* | Respect QWindow::screen() when computing QPlatformWindow::initialGeometry()Tor Arne Vestbø2017-02-131-1/+4
* | Don't create platform window for QWindows when calling setVisible(false)Tor Arne Vestbø2017-02-131-2/+5
* | qimage_conversions.cpp: keep shared copies of gray and alpha color tablesMarc Mutz2017-02-131-19/+20
* | macOS: Handle window state changes directly in QCocoaWindowTor Arne Vestbø2017-02-112-2/+3
* | egl: Expose direct function pointers on INTEGRITYLaszlo Agocs2017-02-101-11/+10
* | Fix compilation on iOSEskil Abrahamsen Blomfeldt2017-02-101-0/+2
* | QWindow: don't destroy foreign windowsTor Arne Vestbø2017-02-092-21/+35
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-093-6/+9
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-0813-85/+95
|\|
| * Protect against nullptr deref in QAccessibleEvent::uniqueIdFrederik Gladhorn2017-02-071-1/+6
| * Use categorized logging in qaccessible.cppFrederik Gladhorn2017-02-071-1/+4
| * Doc: link issue and qdoc error on parameterNico Vertriest2017-02-071-2/+2
| * never use pkg-config to find opengl on darwinOswald Buddenhagen2017-02-011-2/+2
| * Fix \since for QDrag::cancel()Florian Bruhin2017-02-012-2/+2
| * PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-01-311-0/+6
| * Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-01-312-7/+0
| * Remove unused logging category from QOpenGLFunctionsLaszlo Agocs2017-01-311-4/+0
| * Fix MIPS DSP configurationAllan Sandfeld Jensen2017-01-274-66/+73
* | QRasterPlatformPixmap::createPixmapForImage(): preserve DPRFriedemann Kleint2017-02-061-2/+0
* | Implement generic text blend routinesAllan Sandfeld Jensen2017-02-031-36/+270