summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-0/+4
* Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-2/+7
* QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-7/+14
* Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-112-1/+14
* QPdfWriter: Fix setting of paper size.Friedemann Kleint2013-07-103-3/+14
* docs: QSystemTrayIcon referenceShawn Rutledge2013-07-101-1/+1
* Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-084-14/+50
* REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* REG: Fix character size when exporting PDF on WindowsEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-031-0/+2
* QIcon: Avoid fetching twice the same pixmapGabriel de Dietrich2013-07-011-1/+1
* Fix build when QIMAGEREADER_DEBUG is enabled in qimagereader.cppKeonil Jeong2013-07-011-2/+2
* Change error text for missing platform pluginKai Koehne2013-07-011-4/+5
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-012-65/+0
* Fix warning caused by warning fixThiago Macieira2013-07-012-7/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-284-22/+41
|\
| * Add Q_REVISION(1) to QWindow::alert().Friedemann Kleint2013-06-281-1/+1
| * QWindow min/max width/height, contentOrientation are not new in 5.1Shawn Rutledge2013-06-282-19/+14
| * Avoid crash when QOpenGLContext is destroyed before the VAOSean Harmer2013-06-282-2/+26
* | Touch up QSurfaceFormat documentation.Mitch Curtis2013-06-281-2/+2
* | Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-3/+4
|\|
| * Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-3/+4
* | If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-192-0/+10
* | Add note to remove unused private field.Stephen Kelly2013-06-191-1/+8
* | Remove use of 'register' from Qt.Stephen Kelly2013-06-178-101/+101
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-156-40/+90
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-126-40/+90
| |\|
| | * Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2013-06-121-16/+45
| | * Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-06-102-17/+27
| | * Remove the use of CMAKE_FIND_ROOT_PATH.Stephen Kelly2013-06-101-5/+7
| | * Doc: Mark QOpenGLFunctions_4_1_Core as a wrapper classTopi Reinio2013-06-101-0/+1
| | * put ANGLE includes in a QtANGLE subdirOswald Buddenhagen2013-06-102-2/+10
* | | Fix format in platform plugin loading error reporting.Friedemann Kleint2013-06-141-1/+1
|/ /
* | doc: QOpenGLFramebufferObject::bindDefault() was marked internalMartin Smith2013-06-111-1/+0
* | Improve error output when platform plugin cannot be loadedKai Koehne2013-06-111-6/+8
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-103-5/+18
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-103-5/+18
| |\|
| | * RecalcAdvances and DoKerning should agree on when to use design metricsAllan Sandfeld Jensen2013-06-072-3/+16
| | * Use QWindow::geometry() for size when sending resize before expose.Friedemann Kleint2013-06-071-2/+2
* | | Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-102-2/+2
|/ /
* | Fix FBO restoring in QOpenGLTextureGlyphCacheValery Volgutov2013-06-051-1/+4
* | Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-046-4/+36
|/
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-306-1/+679
* Disable "QBackingStore::flush() called with non-exposed window" warningSamuel Rødal2013-05-291-0/+2
* Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+15
* Avoid double-highdpi scaling for attached painters.Gunnar Sletta2013-05-271-0/+1
* Prevent QOpenGLShaderProgram::link() from showing unnecessary warnings.Samuel Rødal2013-05-241-5/+7
* Fix clipping of QTextList decorators.Leonard Lee2013-05-231-1/+14
* Clear QWindowPrivate::positionAutomatic in setFramePosition().Friedemann Kleint2013-05-231-0/+1