summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* [QFontEngineFT::loadGlyph] Consolidate paths for fetchMetricsOnly casesKonstantin Ritt2015-04-072-25/+27
* [QFontEngineFT] Move code around to improve readability (no-op)Konstantin Ritt2015-04-071-21/+14
* [QFontEngineFT] Avoid double-negation of info.xKonstantin Ritt2015-04-071-4/+4
* Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-072-0/+32
* [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-072-49/+8
* [QFontEngineFT] Consolidate .*lpha.*MapForGlyph() behaviorKonstantin Ritt2015-04-071-71/+52
* Optimize fetching pixel values for SSE2 bilinear samplingAllan Sandfeld Jensen2015-04-041-72/+59
* Fix debug stream operators.Friedemann Kleint2015-04-012-15/+21
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-019-35/+59
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-319-35/+59
| |\
| | * Fix use of the window geometry specificationAlexander Volkov2015-03-273-14/+21
| | * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-12/+8
| | * Avoid using the current frame as the previous in layoutAllan Sandfeld Jensen2015-03-181-1/+1
| | * Add note clarifying return value of QDesktopServices::openUrl()Aaron McCarthy2015-03-171-0/+5
| | * Fix crash in QDesktopServices::openUrl() without QGuiApplicationTasuku Suzuki2015-03-131-1/+6
| | * Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-131-6/+7
| | * Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
| | * Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
| | * Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-0/+8
* | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-011-41/+83
|/ /
* | 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
* | 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
* | 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