summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-237-15/+56
* QFusionStyle: fix highlight colorsJ-P Nurmi2013-05-231-1/+1
* Fusion palette: add missing disabled rolesJ-P Nurmi2013-05-221-0/+2
* Make CMake not fail if EGL is not found.Stephen Kelly2013-05-201-2/+6
* Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-201-5/+18
* Make QRgb-related functions constexprGiuseppe D'Angelo2013-05-201-9/+9
* Doc: remove references to toWinHBitmap and fromWinHBitmapNico Vertriest2013-05-131-11/+4
* Fix transformed raster fonts on WindowsEskil Abrahamsen Blomfeldt2013-05-132-8/+12
* Clean up old PostScript printing codeSze Howe Koh2013-05-125-7/+2
* Doc: Updated the addtional information about elide marksVenu2013-05-101-7/+12
* Fix warning about unused variable when not using any SIMD drawhelpersTor Arne Vestbø2013-05-101-0/+1
* Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-5/+5
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-11/+11
* Suppress warning about unsupported frame strut events.Friedemann Kleint2013-05-081-2/+1
* Only expect EGL libraries in the cmake files if Qt is configured to use it.Stephen Kelly2013-05-071-3/+5
* Create a proper variable name in the cmake macro.Stephen Kelly2013-05-071-1/+1
* qtgui: Fix missing imagesSergio Ahumada2013-05-071-1/+2
* qdoc: The \wrapper command is addedMartin Smith2013-05-0722-0/+22
* Don't destroy the window if the QCloseEvent wasn't acceptedShawn Rutledge2013-05-072-3/+6
* Don't use GL_REPEAT for image-brush drawing on OpenGL ES2Tor Arne Vestbø2013-05-071-1/+9