summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows Vista Style: Don't draw menubar item background for QQ ControlsGabriel de Dietrich2014-03-041-5/+7
* Cocoa: Keep child NSWindow alive while it grabs the mouseGabriel de Dietrich2014-03-042-2/+24
* Cocoa: Use helper class for event handling in native windowsGabriel de Dietrich2014-03-042-106/+169
* SPDY must handle destoyed QNetworkReplyAllan Sandfeld Jensen2014-03-042-0/+10
* Remove the header precompilation for QtXml and QtOpenGLExtensionsThiago Macieira2014-03-042-2/+2
* Remove deleted QNetworkReplies from SPDY queuesAllan Sandfeld Jensen2014-03-041-0/+13
* Atomics: implement fetchAndSub on top of fetchAndAddThiago Macieira2014-03-041-6/+2
* Fix use uninitialized, detected by GCC 4.8Thiago Macieira2014-03-041-1/+1
* Fix some typosSergio Ahumada2014-03-0316-16/+16
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-0312-113/+19
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-0312-0/+142
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-036-0/+11
* Get rid of unused variableKonstantin Ritt2014-03-031-2/+0
* Fix QFontEngineQPA::recalcAdvances() in case of missing glyphKonstantin Ritt2014-03-031-3/+1
* Make QGlyphLayout consume one byte less per glyphKonstantin Ritt2014-03-032-18/+23
* Hide the justification algorithm implementation detailsKonstantin Ritt2014-03-032-43/+45
* Fix retreiving the 'head' table in QPAGeneratorKonstantin Ritt2014-03-021-5/+3
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-027-14/+30
* QQuickWidget show/hide/raise fixPaul Olav Tvete2014-03-011-2/+13
* Android: avoid crash with toplevel QGLWidgetPaul Olav Tvete2014-03-011-1/+4
* QNX: Report if GL context is sharedBernd Weimer2014-02-282-8/+11
* Windows: Fix return value of WM_QUERYENDSESSION for bogus messages.Friedemann Kleint2014-02-281-1/+3
* Add source to debug output of QMouseEvent.Friedemann Kleint2014-02-281-3/+6
* Make bool arguments to QWidgetBackingStore::markDirty enumsJorgen Lind2014-02-283-56/+73
* Do not upload on closed SPDY streamsAllan Sandfeld Jensen2014-02-281-0/+17
* Add core profile versions of the glyph cache shadersLaszlo Agocs2014-02-282-4/+40
* QPalette: optimize move assignment operatorMarc Mutz2014-02-281-2/+1
* SPDY: Fix compiler warning about unused variableSergio Ahumada2014-02-281-0/+2
* Protect against malicious SPDY messagesAllan Sandfeld Jensen2014-02-281-0/+34
* Make QTreeView::expand/collapse check for ineffectual invocationsAdam Reichold2014-02-281-0/+4
* Do not assume nice behavior in error handlingAllan Sandfeld Jensen2014-02-281-2/+3
* automate handling of generated headers some moreOswald Buddenhagen2014-02-281-9/+0
* Fix ARM atomics for 8- and 16-bit typesThiago Macieira2014-02-271-10/+44
* Add missing notify signal for the QWindow::title propertySimon Hausmann2014-02-272-2/+9
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-272-53/+57
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-242-53/+57
| |\
| | * QtConcurrent: Extend workaround GCC bug 58800 in median calculationNikolai Kosjar2014-02-191-2/+4
| | * Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53
* | | Widgets: Pass on mouse event source when translating mouse events.Friedemann Kleint2014-02-271-0/+3
* | | Windows: Set source of synthesized mouse events correctly.Friedemann Kleint2014-02-271-8/+8
* | | Windows: Add platform plugin parameter for tablet absolute range.Friedemann Kleint2014-02-275-5/+28
* | | XCB: update the platformwindows version of Qt::WindowStateJorgen Lind2014-02-271-0/+1
* | | Handle multiple header values in SPDYAllan Sandfeld Jensen2014-02-261-0/+13
* | | Cocoa: Fix popup window positioning.Morten Johan Sørvig2014-02-263-53/+41
* | | eglfs: Improve cursors and hotspotsJonathan Liu2014-02-263-23/+23
* | | Cocoa: Set geometry for foreign views.Morten Johan Sørvig2014-02-261-0/+3
* | | Cocoa: Remove tablet event warnings.Morten Johan Sørvig2014-02-261-8/+3
* | | Cocoa: Don't crash at toolbar cleanup time.Morten Johan Sørvig2014-02-261-0/+1
* | | Use Qt's RTTI setting when building ANGLE statically.Friedemann Kleint2014-02-261-1/+1
* | | Use a VAO in the texture glyph cacheLaszlo Agocs2014-02-262-10/+33