summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* fix build on MSVC with system libraries for zlib, libpng and libjpegAshish Kulkarni2015-01-081-3/+13
* fix build on MSVC with --system-libpng or --system-libjpegAshish Kulkarni2015-01-082-8/+2
* WTF: fix build on Windows for static ICUAshish Kulkarni2015-01-081-1/+11
* Calling WebCore::Page::setMediaVolume(0) does not mute videos as expected.Ada Chan2015-01-061-2/+1
* [GStreamer] Video player sets system volume to 100%Xabier Rodriguez Calvar2015-01-064-2/+25
* Support MSIE compatible pasteboard typesAllan Sandfeld Jensen2015-01-061-6/+23
* Remove double quotation from $preprocessorStephan Binner2014-12-121-0/+3
* Do not set the mainframe graphicslayer to being opaque when it isn'tAllan Sandfeld Jensen2014-12-081-1/+2
* Remove unnecessary \inqmlmodule parameterAlejandro Exojo2014-12-081-1/+1
* Disable the animation so the style renders buttons correctlyAndy Shaw2014-12-031-2/+2
* Fix documentation for QWebPage::scrollRequested signal.Florian Bruhin2014-12-021-3/+1
* Fix build failure with python3Samuel Martin2014-11-261-1/+1
* 100% cpu usage for "transition: opacity" animationLuciano Wolf2014-11-261-1/+1
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-7/+13
|\
| * Clear a stray ref on layers when purging GL resourcesv5.4.0-rc1Jocelyn Turcotte2014-11-141-0/+4
| * Do not force a direction before we know itAllan Sandfeld Jensen2014-11-131-7/+9
* | Avoid crashing when applying CSS to disconnected scrollbarsAllan Sandfeld Jensen2014-11-191-1/+1
* | Support DELETE requests with a bodyAllan Sandfeld Jensen2014-11-181-1/+1
* | Fix race-condition crash on leaving pages using Indexed DBAllan Sandfeld Jensen2014-11-182-1/+16
* | Don't fill with invalid fill colorAllan Sandfeld Jensen2014-11-181-0/+6
* | Avoid using a separate QOpenGLContext for 2D canvas if possibleSamuel Rødal2014-11-142-22/+30
|/
* Use fixed executable allocator on x64Allan Sandfeld Jensen2014-11-072-10/+2
* Fix selections after leave eventAllan Sandfeld Jensen2014-11-063-1/+12
* Fixed upside down drawing of accelerated 2d canvasSamuel Rødal2014-11-041-2/+10
* Fixed self-drawing of 2D canvas with accelerated 2D canvas enabled.Samuel Rødal2014-11-043-7/+34
* Fixed crash in QGraphicsWebView when clicking on linksSamuel Rødal2014-11-031-3/+1
* Fix build of leveldb with old Qt versionsAllan Sandfeld Jensen2014-11-032-4/+10
* Fix merge errorAllan Sandfeld Jensen2014-11-031-2/+2
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Allan Sandfeld Jensen2014-10-311-0/+1
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-311-0/+1
| |\
| | * Fix assert after makerope boundary check5.3Lucas Forschler2014-10-311-0/+1
* | | avoid creation of empty qmltypes for qtquick1Fawzi Mohamed2014-10-311-7/+8
* | | Add mappings from new Qt key values to key identifiersAllan Sandfeld Jensen2014-10-311-4/+14
|/ /
* | Do not send focus event to missing plugins on OS XAllan Sandfeld Jensen2014-10-301-0/+3
* | Do not use unaligned access when disabledAllan Sandfeld Jensen2014-10-303-9/+13
* | Fix preloading of video when using QtMultimedia backend.Michael Brüning2014-10-302-5/+15
* | LLInt is not built with ARM softfp ABIAllan Sandfeld Jensen2014-10-281-1/+1
* | Use INLINE_ARM_FUNCTION in OFFLINE_ASM_GLOBAL_LABELAllan Sandfeld Jensen2014-10-241-9/+1
* | Do not use floating point instructions in float-abi=softAllan Sandfeld Jensen2014-10-231-0/+4
* | Do not enumerate plugins when plugins are disabledJan Kundrát2014-10-231-3/+3
* | Do not schedule navigation to invalid URLAllan Sandfeld Jensen2014-10-221-1/+1
* | [Windows] Also check for QApplication::style when animating buttons.Michael Brüning2014-10-211-1/+1
* | Pop pack pragma on x86 QNXAllan Sandfeld Jensen2014-10-211-3/+3
* | Fix Qt 5.3 backward compatible buildAllan Sandfeld Jensen2014-10-164-6/+29
* | Blacklist libkpartspluginSune Vuorela2014-10-161-1/+2
* | StylePendingImage needs to correctly manage the CSSValue pointer lifetimeDarin Adler2014-10-157-8/+48
* | Fix android compile.BogDan Vatra2014-10-158-4/+25
* | Fix LLInt vector offsets on Windows 64Allan Sandfeld Jensen2014-10-153-1/+13
* | Crash in WebCore::BidiResolver<WebCore::InlineIterator, WebCore::BidiRun>::cr...Ryosuke Niwa2014-10-141-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Allan Sandfeld Jensen2014-10-1410-23/+100
|\ \