summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-108-41/+61
|\|
| * qimage_conversions.cpp: Fix build on big endian systemsDmitry Shachnev2014-12-091-2/+2
| * Take ShareOpenGLContexts into account in QOpenGLWindowLaszlo Agocs2014-12-081-0/+6
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-051-3/+1
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-3/+1
| | |\
| | | * QOpenGLFramebufferObject: pass sized format also with dynamic GLAndrew Knight2014-12-011-3/+1
| * | | Reformat QOpenGL2PaintEngineExPrivate a bit to make it easier to refactorTor Arne Vestbø2014-12-051-19/+14
| |/ /
| * | Fix loading of web fonts with broken hinting bytecodeAllan Sandfeld Jensen2014-12-042-1/+8
| * | FreeType: Fix font rendering with fonts with embedded bitmapsSérgio Martins2014-12-041-2/+4
| * | Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-2/+5
| * | Collate calls to updateTextureFilter in updateBrushTextureTor Arne Vestbø2014-12-041-4/+5
| * | Simplify GL2PaintEngine::updateTextureFilter, it doesn't need targetTor Arne Vestbø2014-12-032-12/+15
| * | QFontEngine_FT: Don't check for null after dereferencing.Sérgio Martins2014-12-021-2/+1
| * | Fix build due to source incompatible change with FreeType 2.5.4Sérgio Martins2014-12-021-3/+3
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-0/+6
| |\|
| | * Turn off optimizations of qt_depthForFormat on Windows Runtime ARMAndrew Knight2014-11-261-0/+6
* | | Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-091-1/+1
* | | Improve TouchPoint debug outputLaszlo Agocs2014-12-091-1/+2
* | | Fix regression introduced by 8e3fdf13543f43d7a4cb4fa41fKonstantin Ritt2014-12-091-1/+6
* | | Pluginize the eglfs hooksLaszlo Agocs2014-12-081-1/+2
* | | Harmonize QPA TrayIcon showMessage parameter orderShawn Rutledge2014-12-082-2/+2
* | | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-033-18/+6
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0343-351/+351
* | | Don't rely on hasChanged() in ensureGeometriesJan Arve Saether2014-12-013-23/+7
* | | Fix assertion introduced in 8e3fdf13543f43d7a4cb4fa41f7279f9a5d274d3Konstantin Ritt2014-11-291-4/+4
* | | Use special value SMOOTH_SCALABLE where appropriateKonstantin Ritt2014-11-291-3/+2
* | | QTextDocument: Don't use QRegExp for string search overloadsSamuel Gaist2014-11-271-8/+68
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2719-120/+100
|\| |
| * | Implement heightForWidth().Friedemann Kleint2014-11-272-0/+10
| * | Clarify QGuiApplication::primaryScreenAllan Sandfeld Jensen2014-11-271-1/+1
| * | Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-276-1/+16
| * | Add capabilities to QPlatformInputContext.Friedemann Kleint2014-11-263-3/+25
| * | don't use QCursor if QT_NO_CURSORShawn Rutledge2014-11-263-0/+8
| * | QDistanceField: a zero glyph index means the glyph was not foundShawn Rutledge2014-11-251-1/+1
| * | [QPainter] Fix QTextItem painting with extended paint engineKonstantin Ritt2014-11-251-1/+4
| * | Don't assemble QRawFont from QFont manuallyKonstantin Ritt2014-11-251-8/+1
| * | [QStaticText] Fix potential font engine leakingKonstantin Ritt2014-11-251-3/+8
| * | Get rid of some duplicate code in QFontEngineFTEskil Abrahamsen Blomfeldt2014-11-251-101/+25
| * | Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-251-1/+1
* | | Avoid crashing on embeddedLaszlo Agocs2014-11-261-1/+1
* | | Prevent duplication of display name in window titles.Friedemann Kleint2014-11-261-1/+1
* | | Add missing QT_NO_REGEXP guard to search functionsSamuel Gaist2014-11-262-0/+5
* | | QFontDatabase: Fall back to "Any" writing system if none matchesUlf Hermann2014-11-261-1/+4
* | | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-265-135/+110
* | | Add name for the Touchpad[Toggle|On|Off] keysAlbert Astals Cid2014-11-251-0/+3
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2430-114/+378
|\| |
| * | Fix failure to build QtQuick with LTOThiago Macieira2014-11-232-1/+5
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-219-23/+15
| |\|
| | * Doc: Added brief statement to group definitionNico Vertriest2014-11-191-0/+1
| | * Correct the signature and access rights for the protected constructorLars Knoll2014-11-192-3/+3