summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-182-2/+6
* Add source device information to qDebug output of QTouchEventAriel Molina2016-02-171-0/+1
* QWindow: Make screen warning more informativeGabriel de Dietrich2016-02-171-1/+1
* QOpenGLExtensionMatcher: Fix possible use of unintialized memoryGabriel de Dietrich2016-02-171-1/+1
* Doc: Fixed Qt::TextWordBreak to Qt::TextWordWrapSamuel Gaist2016-02-151-2/+2
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-1514-23/+73
|\
| * HighDPI: Extend exposed region to avoid artifacts by rounding.Friedemann Kleint2016-02-092-1/+23
| * Support arbitrary strides in the QPlatformBackingStore compositorLaszlo Agocs2016-02-051-4/+21
| * Scale offset as well on QBackingStore flushMorten Johan Sørvig2016-02-051-1/+2
| * Crash fix: reject certain malformed bmp imagesEirik Aavitsland2016-02-051-1/+1
| * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-0/+6
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-022-2/+2
| * BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-021-1/+1
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-028-47/+83
| |\
| * | Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-011-3/+5
| * | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-301-0/+3
| * | Revert some changes to QTextCursor constructorshjk2016-01-284-7/+6
| * | Fix artihmetic exception when using non-scalable fontsEskil Abrahamsen Blomfeldt2016-01-261-3/+3
* | | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-1310-21/+21
* | | QPlatformWindow::screenForGeometry(): Use mapToGlobal().Friedemann Kleint2016-02-121-2/+4
* | | QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-123-15/+36
* | | Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-7/+1
* | | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-1/+1
* | | Reduce allocations by using reserve()Sérgio Martins2016-02-074-9/+16
* | | Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
* | | Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-021-2/+4
* | | dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-022-8/+24
| |/ |/|
* | Remove warning about being unable to instantiate accessibility interfaceFrederik Gladhorn2016-02-021-8/+1
* | Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-2/+2
* | Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-022-37/+11
* | QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-292-11/+37
* | Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-0/+17
* | Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
* | QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-291-12/+12
* | Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-6/+1
* | QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-282-3/+8
* | Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-282-0/+15
* | QFont*: Optimize by caching the QFontCache::instance() resultKonstantin Ritt2016-01-262-11/+17
* | on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
* | Deduplicate and clarify the code a bitKonstantin Ritt2016-01-261-2/+5
* | Avoid needless string comparisonKonstantin Ritt2016-01-261-2/+3
|/
* Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-22/+26
* Hide better the private API QTextCursor constructorsThiago Macieira2016-01-227-16/+24
* Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
* Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
* QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-211-46/+46
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-197-5/+39
|\
| * The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-162-2/+2
| * Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-162-1/+12