summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2314-37/+75
|\
| * Cocoa: Set NSImage (point) sizeMorten Johan Sørvig2017-11-151-0/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-5/+17
| |\
| | * Document interaction of style name and other style propertiesAllan Sandfeld Jensen2017-11-121-5/+17
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-094-3/+9
| |\|
| | * Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsBłażej Szczygieł2017-11-081-1/+2
| | * Enable glyph cache workaround for GC2000 as wellLaszlo Agocs2017-11-071-0/+1
| | * Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-061-1/+2
| | * Fix dragging inside a modal window when a QShapedPixmapWindow is usedAndy Shaw2017-10-301-1/+4
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-083-3/+6
| * | QWindowPrivate::globalPosition(): Take embedded windows into accountFriedemann Kleint2017-11-031-1/+1
| * | Drop qvulkan headers from QtGui master headerLaszlo Agocs2017-11-032-0/+8
| * | Fix redundant Vulkan logging category definitionLaszlo Agocs2017-11-031-22/+22
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-302-3/+11
| |\|
| | * Doc: QImageReader assumes exclusive control over its deviceEirik Aavitsland2017-10-251-0/+5
| | * Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-2/+2
| | * Doc: add hint about QMimeDatabase to QImageReader::canRead()Eirik Aavitsland2017-10-241-1/+4
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-143-25/+162
* | | Fix spelling issues in qhighdpiscaling.cppTor Arne Vestbø2017-11-131-3/+3
* | | Add a missing semicolon in painting/qdrawhelper_neon.cppLiang Qi2017-11-111-1/+1
* | | Expand ARGB32ToARGB32PM to also work on 32-bit ARM neonAllan Sandfeld Jensen2017-11-082-7/+35
* | | Fix narrowing warning on MSVCAllan Sandfeld Jensen2017-11-071-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-066-12/+12
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-056-12/+12
| |\| |
| | * | Fix GCC -Wfloat-conversion warnings (available since GCC 4.9)Thiago Macieira2017-10-296-12/+12
* | | | mouse handling: fix issue when mixing QTest::mouse* APIsGatis Paeglis2017-11-051-6/+6
* | | | Cleanup of qcompositionfunctionsAllan Sandfeld Jensen2017-11-052-177/+60
|/ / /
* | | Remove references to obsolete platformsJake Petroules2017-11-052-8/+0
* | | Accessibility docs: remove wrong statementFrederik Gladhorn2017-10-291-1/+0
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-2410-14/+26
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+7
| |\|
| | * QTabletEvent: Add doc note about Windows driversFriedemann Kleint2017-10-181-0/+7
| * | Fix implementation of spell check underline stylesDmitry Shachnev2017-10-212-4/+4
| * | QNativeGestureEvent: Fix qdoc warningFriedemann Kleint2017-10-201-2/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-168-8/+13
| |\|
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-142-3/+0
| | * QPainter: fix invalid pen style when drawing misspelled wordsDavid Faure2017-10-121-0/+2
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
| | * Fix typo in QKeyEvent docsFlorian Bruhin2017-10-101-1/+1
| | * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-061-0/+4
| | |\
| | | * Fix crash with clips entirely outside glyph mapAllan Sandfeld Jensen2017-09-261-0/+4
| | * | Fix zero-length lines with scalingAllan Sandfeld Jensen2017-10-061-1/+1
| | * | Prevent changing the width for layout item's rectMika Salmela2017-10-061-2/+4
| | |/
* | | Correct QStandardItemModel::setItemData to follow QAbstractItemModelSamuel Gaist2017-10-172-10/+94
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1712-59/+107
|\| |
| * | QVulkanInstance: Fix compilation with MSVC2013Friedemann Kleint2017-10-141-2/+2
| * | qopenglcontext_p.h: Fix Clang warning about include resolutionFriedemann Kleint2017-10-111-1/+1
| * | Fix build with -no-opengl and on watchOS in generalJake Petroules2017-10-062-0/+4
| * | Avoid using deprecated APIs on iOS 10.0+Lars Schmertmann2017-10-061-0/+13
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-052-35/+25
| |\ \