summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0140-137/+491
|\
| * Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-302-3/+19
| * Fix qdoc warning in qopengltexture.cpp.Friedemann Kleint2015-03-301-1/+1
| * Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-3022-26/+52
| * Fix "'QCss::Property' is not a class or namespace"Andrew Knight2015-03-301-11/+11
| * Update Unicode data up to v7.0Konstantin Ritt2015-03-272-2/+47
| * Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-275-2/+69
| * QJpegHandler: fix race conditionDavid Faure2015-03-261-9/+12
| * Fix soft-hyphen appearance at line-breakKonstantin Ritt2015-03-261-0/+13
| * Set dontPrint flag for the respective glyphKonstantin Ritt2015-03-261-15/+14
| * Better detection of Symbol fontsKonstantin Ritt2015-03-261-1/+7
| * Detect Thai writing system support from the font's Code Page BitfieldsKonstantin Ritt2015-03-261-0/+6
| * Don't remove mnemonics and parentheses under non-Mac system.Debao Zhang2015-03-261-0/+2
| * Avoid crashing in the vao when not supportedLaszlo Agocs2015-03-251-6/+7
| * Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-66/+233
| * Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-252-1/+4
| * Improve debug formatting of key and mouse events.Friedemann Kleint2015-03-251-5/+5
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2410-35/+65
|\|
| * Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-232-1/+36
| * Add a note about not requesting a profileLaszlo Agocs2015-03-201-1/+1
| * Disable usage of glTexStorage on Mali ES 3.0Laszlo Agocs2015-03-201-2/+3
| * [QFontEngineFT] Get rid of redundant lockFace()/unlockFace() callsKonstantin Ritt2015-03-201-8/+0
| * [QFontEngineFT] Fix memory leaks and possible double deletionsKonstantin Ritt2015-03-201-13/+18
| * Whitespace cleanupMorten Johan Sørvig2015-03-191-1/+1
| * Add missing null check when detaching a QImageLaszlo Agocs2015-03-181-1/+2
| * improve QTouchEvent::TouchPoint qDebug operatorShawn Rutledge2015-03-181-1/+2
| * Fix private member initialization for QMatrix4x4(Qt::Uninitialized)Konstantin Ritt2015-03-161-1/+1
| * Fix undefined symbols in grid layout engine with -no-widgets optionJoni Poikelin2015-03-161-4/+0
| * Always overwrite QPixmap data on loadFromDataUlf Hermann2015-03-161-2/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-1846-263/+569
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1646-263/+569
| |\|
| | * Disable DSA on RadeonLaszlo Agocs2015-03-141-2/+10
| | * Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-142-0/+27
| | * eglfs: Generate enter and leave eventsLaszlo Agocs2015-03-143-0/+17
| | * Fix build with QT_NO_CURSORAndrew Knight2015-03-121-2/+2
| | * Improve rounding in QCosmeticStrokerAllan Sandfeld Jensen2015-03-121-4/+8
| | * [QFontEngineFT] Fix alphamap creation for a cached glyph with no dataKonstantin Ritt2015-03-121-1/+1
| | * [QFontEngineFT] Avoid caching a transformed glyph in defaultGlyphSetKonstantin Ritt2015-03-122-17/+5
| | * [QFontEngineFT] Move some code around to improve readabilityKonstantin Ritt2015-03-121-6/+3
| | * Unbreak QTextLine::glyphRuns() in a multi-threaded usage scenarioKonstantin Ritt2015-03-121-1/+2
| | * QtGui: Fix const correctness in old style castsThiago Macieira2015-03-1223-104/+106
| | * [QFontEngineFT] Use QScopedArrayPointer to auto-free the bitmap bufferKonstantin Ritt2015-03-111-21/+24
| | * Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdpartyKonstantin Ritt2015-03-111-1/+1
| | * Micro optimization to QPainterPrivate::drawGlyphsKonstantin Ritt2015-03-112-7/+4
| | * windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-111-0/+18
| | * QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-111-0/+1
| | * Use own QIconEngine in QFileIconProviderGabriel de Dietrich2015-03-111-1/+1
| | * QScreen availableGeometryChanged signal: emit correct valueShawn Rutledge2015-03-111-1/+1
| | * Gui: Fix compilation with QT_NO_OPENGLKai Koehne2015-03-111-0/+7
| | * Add AVX2 autovectorized versions of premultiplyAllan Sandfeld Jensen2015-03-109-90/+321