summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Resolved nullptr dereference bugViktor Engelmann2016-09-121-1/+2
* Fix textures memory leak on second X11 screenMichal Klocek2016-08-242-20/+67
* Fix crash when trying to navigate in new window but is blockedAllan Sandfeld Jensen2016-08-231-0/+1
* Do not use proxy when connecting to localhostErwin Kandler2016-07-281-0/+1
* Move core_generated.gyp to build directoryAllan Sandfeld Jensen2016-07-275-22/+12
* Add persistent backend to channel id serviceAllan Sandfeld Jensen2016-07-194-5/+28
* Fix regression in updating cookie store settingsAllan Sandfeld Jensen2016-07-171-2/+2
* Improve OpenGL implementation checkAkihiko Odaki2016-07-131-8/+38
* Fix regression in text selectionAllan Sandfeld Jensen2016-07-041-0/+13
* Fix regression with fine-grained wheel eventsAllan Sandfeld Jensen2016-07-041-2/+2
* Switch WebContentsAdapter to using shared pointersAllan Sandfeld Jensen2016-07-016-21/+13
* Clear internal selected text when searchingAlexandru Croitor2016-07-011-0/+3
* Remove handling of DIR_MEDIA_LIBSAllan Sandfeld Jensen2016-06-272-30/+0
* Stop linking both debug and release libraries at the same time.Alexandru Croitor2016-06-271-0/+7
* Fix detection of MIPS architucture revisionAllan Sandfeld Jensen2016-06-241-3/+10
* Use angleDelta instead of deprecated Qt4 deltaAllan Sandfeld Jensen2016-06-231-7/+4
* Always show caret when editing an IME pre-edit string.Alexandru Croitor2016-06-171-2/+5
* Handle IME events which contain both preedit and commit strings.Alexandru Croitor2016-06-171-8/+30
* Fix backspace to work when removing last IME char.Alexandru Croitor2016-06-171-3/+23
* Commit the done-so-far IME composition on mouse click.Alexandru Croitor2016-06-171-0/+13
* Don't cancel an IME composition when a modifier key is pressed.Alexandru Croitor2016-06-172-1/+7
* Fix access to deleted memory on QWebEnginePage destructionJoerg Bornemann2016-06-163-0/+7
* Support WebCursors Qt doesn't have cursor types forAllan Sandfeld Jensen2016-06-161-9/+46
* Follow hotspot hints in custom cursorsAllan Sandfeld Jensen2016-06-151-1/+1
* Do not forward invalid mouse events to blinkAllan Sandfeld Jensen2016-06-151-0/+7
* Fix translation of multiple pressed mouse buttonsAllan Sandfeld Jensen2016-06-141-4/+4
* Stop forwarding OS synthesized touch-to-mouse events.Alexandru Croitor2016-06-141-0/+7
* Implement flash clipboard interfaceAllan Sandfeld Jensen2016-06-104-7/+525
* Avoid precompiling headers in core_module.proJoerg Bornemann2016-06-101-0/+2
* Improve location provider thread safetyAllan Sandfeld Jensen2016-06-101-15/+19
* Update scroll information in touch eventsIlia Kirianovskii2016-06-101-3/+3
* Make sure linux-clang-libc++ mkspec uses clang build parameters.Alexandru Croitor2016-06-081-2/+6
* Add support for Khr_surfaceless_contextAkihiko Odaki2016-06-031-1/+79
* Allow to set arm_thumb=0 with -marmAkihiko Odaki2016-06-011-0/+1
* Fix logging code in GLSurfaceQtEGL::Initialize()Akihiko Odaki2016-06-011-1/+1
* Disabled WebEngine views should not receive focus.Alexandru Croitor2016-05-262-0/+3
* unifiy ios simulator&device handling with that of debug&releaseOswald Buddenhagen2016-05-232-0/+2
* Fix ClipboardChangeObserverJoerg Bornemann2016-05-231-0/+7
* Let setContent / setHtml fail when content is too big to load.Michael Bruning2016-05-201-1/+7
* Merge "Merge remote-tracking branch 'origin/5.6.1' into 5.6" into refs/stagin...Liang Qi2016-05-191-2/+0
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-181-2/+0
| |\
| | * Revert marking qrc: as a local schemeMichael Bruning2016-05-101-2/+0
* | | Silence zero-as-null-pointer=constant warningsAllan Sandfeld Jensen2016-05-193-3/+3
* | | Fix pasting images to web pagesJoerg Bornemann2016-05-191-2/+2
|/ /
* / Fix CXX :visited selectorIlia Kirianovskii2016-05-133-5/+21
|/
* Fix threading issues with URLRequestContextAllan Sandfeld Jensen2016-05-034-53/+162
* Reset the selected text of a page when setHtml is called.Alexandru Croitor2016-05-031-0/+1
* Fix QtWebEngineCore::initialize() for Qt < 5.6.1Joerg Bornemann2016-05-021-0/+2
* Never call QtWebEngine::initialize from DllMainCorentin Jabot2016-04-281-0/+5
* Fix regenerating job-factoryAllan Sandfeld Jensen2016-04-222-6/+34