summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add project/unproject methods in QVector3DPaul Lemire2015-01-222-0/+69
* QTextDocumentLayout: handle QTextBlock visibilityJ-P Nurmi2015-01-221-2/+4
* Move static part of angleBetween/transformBetween/mapBetween to QPlatformScreenTor Arne Vestbø2015-01-213-59/+94
* Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-216-2/+233
* Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-212-0/+19
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-219-33/+39
|\
| * Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| * Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
| * QTextFormat: fix undefined behaviorMarc Mutz2015-01-191-1/+1
| * Doc: verb "to layout" changed to "to lay out"Nico Vertriest2015-01-161-4/+4
| * Fix inlining order of functions in qpathclipper_p.h.Friedemann Kleint2015-01-161-16/+16
| * Fix glyph runs painted badly with perspective transformAllan Sandfeld Jensen2015-01-091-2/+2
| * Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
| * JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-061-3/+3
* | QOpenGLTexture: introduce texture comparison supportGiuseppe D'Angelo2015-01-173-1/+147
* | Introducing QPlatformHardwareCompositor.Gunnar Sletta2015-01-175-1/+189
* | Introducing QPlatformGraphicsBufferJørgen Lind2015-01-177-6/+694
* | Improve performance of path clipping in rasterizerAllan Sandfeld Jensen2015-01-171-17/+43
* | QOpenGLTexture: better document the depth/stencil featuresGiuseppe D'Angelo2015-01-171-0/+12
* | Remove Q_C_CALLBACKSThiago Macieira2015-01-172-22/+1
* | Add QWheelEvent::sourceShawn Rutledge2015-01-137-16/+78
* | Make QStyleHints usable in QMLJ-P Nurmi2015-01-132-18/+69
* | Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-115-21/+17
* | QPen: mark copy/move/swap as nothrowMarc Mutz2015-01-102-7/+7
* | Add OptimizedWrite & ProgressiveScanWrite options to QImageIOHandler and use ...Andy Maloney2015-01-095-5/+104
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-062-59/+1
* | QCursor: add move ctorMarc Mutz2015-01-052-0/+11
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-3012-52/+30
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-2912-52/+30
| |\|
| | * QRawFont: improve the thread-safety checksGiuseppe D'Angelo2014-12-231-1/+14
| | * Doc: corrected broken links qtbaseNico Vertriest2014-12-234-11/+7
| | * Check screen before changing cursorJoni Poikelin2014-12-231-1/+2
| | * Check for valid receiver before sending gesture events.Jason Haslam2014-12-231-0/+3
| | * Revert "Fix printing of semitransparent images to PDF"Allan Sandfeld Jensen2014-12-181-3/+1
| | * Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-182-33/+0
| | * QPlatformSystemTrayIcon: the timeout is in msecs, not secsDmitry Shachnev2014-12-182-3/+3
* | | Set the minimum required FreeType version to 2.1.10Konstantin Ritt2014-12-291-50/+19
* | | Minor improvement to Qt-HB bridging codeKonstantin Ritt2014-12-291-12/+12
* | | Report font tables are R/O blobsKonstantin Ritt2014-12-291-1/+1
* | | [Docs] Don't propose using deprecated QFont:: rawName()/setRawName()Konstantin Ritt2014-12-291-8/+4
|/ /
* | [QFont] Don't build datastream helpers with QT_NO_DATASTREAMKonstantin Ritt2014-12-241-3/+1
* | Make it obvious we never expect QFontDatabase::Any to be supportedKonstantin Ritt2014-12-231-1/+1
* | Re-use cached font engines when request only differs in scriptKonstantin Ritt2014-12-231-2/+27
* | [QFontDatabasePrivate] Drop unused `fallbackFamilies` memberKonstantin Ritt2014-12-231-5/+1
* | emit lastWindowClosed even if quitOnLastWindowClosed is falseShawn Rutledge2014-12-231-14/+12
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-233-4/+23
* | [QFontDatabase] Don't look for best foundry twiceKonstantin Ritt2014-12-231-1/+1
* | Simplify QFontDatabase::load() a bitKonstantin Ritt2014-12-211-19/+15
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-203-15/+0
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devGiuseppe D'Angelo2014-12-2011-135/+254
|\ \