aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* | QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-272-4/+4
* | QQuickWindow: move deliverGestureEvent outside QT_NO_WHEELEVENT sectionShawn Rutledge2015-02-271-17/+16
* | QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-2611-35/+38
* | Optimize distance field construction.Michael Brasser2015-02-252-4/+13
* | Allow glyph cache textures to be created at full size.Michael Brasser2015-02-252-3/+20
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2423-72/+104
|\|
| * docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+2
| * Doc: fix exampleJoerg Bornemann2015-02-161-1/+2
| * Fix width/height property assignment during animations.Aaron McCarthy2015-02-121-1/+1
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-1/+1
| |\
| | * QQuickTextItem: fix crash on polishingGiuseppe D'Angelo2015-01-291-1/+1
| * | Doc: fix a file name of an imageLiang Qi2015-02-061-0/+0
| * | Fix regression where QQuickScreenAttached overwrites QScreen valuesAlbert Astals Cid2015-02-062-2/+10
| * | Fix crash when QQuickWindow::updatePolish() deletes QQuickItems.Gunnar Sletta2015-02-061-14/+16
| * | Doc: link issues qtdeclarativeNico Vertriest2015-02-048-31/+29
| * | TextInput: update the baseline offset when vertical alignment changesJ-P Nurmi2015-02-031-0/+1
| * | Fix Text wrapping when growing from 0 width.Michael Brasser2015-02-031-1/+1
| * | Doc: Fixed a broken link about sprite sheet scriptLiang Qi2015-02-021-8/+6
| * | Fix vertical positioning of the first image in TextJoni Poikelin2015-02-021-1/+1
| * | Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+3
| * | Canvas: don't crash when getContext("2d") is called on destruction.Mitch Curtis2015-01-261-0/+3
| * | Avoid sRGB usage when targeting an incapable FBOLaszlo Agocs2015-01-261-1/+9
| * | Image: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-01-231-1/+1
| * | Fix docs for QQuickWindow::RenderStageLaszlo Agocs2015-01-211-6/+6
| * | Doc: link issues qtdeclarativeNico Vertriest2015-01-201-1/+1
| * | Fix grammar in Keyboard Focus documentation.Mitch Curtis2015-01-201-1/+1
| * | Doc: Rename section title 'Text' to prevent incorrect linkingTopi Reinio2015-01-201-1/+1
| * | Scale mipmapped npot images when not supportedLaszlo Agocs2015-01-191-2/+11
| |/
* | Handle TouchCancel events in QQuickPinchAreaAaron McCarthy2015-02-242-1/+46
* | Fix deprecation warnings about constructing QString from const char*.Friedemann Kleint2015-02-231-1/+2
* | Fix some qdoc-warnings.Friedemann Kleint2015-02-234-3/+6
* | Account for leading when drawing text decorationEskil Abrahamsen Blomfeldt2015-02-201-1/+4
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-1920-63/+52
* | Add Qt.hsva() functionSean Harmer2015-02-181-0/+5
* | Fixed license headersJani Heikkinen2015-02-17127-377/+377
* | Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-163-83/+214
* | High-dpi SVG and QQuickImageProvider ImagesMorten Johan Sørvig2015-02-131-1/+13
* | PinchArea: handle smart zoom gestureShawn Rutledge2015-02-133-0/+40
* | Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-136-30/+30
* | Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-122-12/+2
* | QQuickText: Move baseUrl to ExtraData.Robin Burchell2015-02-122-5/+8
* | QQuickText: Decrease the size of QQuickTextPrivate by moving image tags to Ex...Robin Burchell2015-02-122-50/+65
* | Update copyright headersJani Heikkinen2015-02-12491-3172/+3156
* | Remove unnecessary calls to initializeOpenGLFunctionsLaszlo Agocs2015-02-111-5/+2
* | Respect the text's background-color when it is set in the style in HTMLAndy Shaw2015-02-051-0/+7
* | Use correct QOpenGLFunctions objectBerthold Krevert2015-02-041-3/+15
* | Move VAO binding to Renderer::render()Berthold Krevert2015-02-042-12/+3
* | Handle context lost in the Windows render loopLaszlo Agocs2015-02-031-2/+11
* | Introduce QSG_TRANSIENT_IMAGES.Gunnar Sletta2015-02-033-9/+11
* | Release atlas texture's image instance once uploadedGunnar Sletta2015-02-032-14/+62