summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-208-246/+335
* Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-2/+0
* a11y: Don't try to update accessibility if there's no interfaceTor Arne Vestbø2014-09-201-5/+10
* a11y: Make QAccessibleButton and friends resolve role dynamicallyTor Arne Vestbø2014-09-203-38/+49
* xcb: Fix memory leaks in DnDAlexander Volkov2014-09-191-3/+10
* Keep a source of propagated mouse eventsAlexander Volkov2014-09-192-1/+3
* Set a missing source for mouse events synthesized by QtAlexander Volkov2014-09-191-1/+2
* Windows qpa: fix minimum allowed fixed height, width on windowsDyami Caliri2014-09-191-2/+1
* Update widget winId when screen changesDyami Caliri2014-09-191-0/+6
* QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-193-1/+11
* Restore -qt-block-indent on <li> elementsAllan Sandfeld Jensen2014-09-181-1/+1
* QOpenGLWidget: Play nice with empty paintGLLaszlo Agocs2014-09-181-0/+1
* Use metrics returned by GetGlyphOutline in GGO_METRICS modelasconic2014-09-181-3/+26
* Cocoa: Always add Arial Unicode MS to fallback listEskil Abrahamsen Blomfeldt2014-09-181-0/+19
* Add a note about winId() to QOpenGLWidget docsLaszlo Agocs2014-09-181-0/+3
* Propagate swap interval from QOpenGLWidget to the tlwLaszlo Agocs2014-09-181-1/+15
* QCommonStyle: cache the xpm QPixmapsMarc Mutz2014-09-181-17/+28
* Add missing period to QHeaderView documentation.Mitch Curtis2014-09-181-1/+1
* Improve documentation regarding moving item view columns.Mitch Curtis2014-09-182-0/+7
* Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-184-131/+52
* OS X: Add scan code mappings for Escape, Return and function keys.Dyami Caliri2014-09-171-16/+26
* Remove pointless check in QImageData::create()Maks Naumov2014-09-171-1/+0
* Fix saving handle width in QSplitter::saveState()Alexander Volkov2014-09-161-1/+1
* Allow overriding standardIcon() in a proxy styleAlexander Volkov2014-09-165-22/+22
* Fix QT_LINUX_ACCESSIBILITY_ALWAYS_ONJocelyn Turcotte2014-09-161-1/+1
* Respect Qt::FontRole for QComboBox items.Mitch Curtis2014-09-161-3/+8
* Fix Windows ICU build break in QCollator after commit c17563ec.Michael Brüning2014-09-161-1/+1
* Change the state of only the left mouse button when sending fake mouse eventsAlexander Volkov2014-09-161-2/+3
* Rephrase sentence in QIntValidator documentation.Mitch Curtis2014-09-161-1/+1
* QRegion: Reorganise members to reduce padding in QRegionPrivateMaks Naumov2014-09-161-3/+3
* Fix high dpi support in QOpenGLWindowLaszlo Agocs2014-09-151-3/+4
* Do not drop the context when sharing globallyLaszlo Agocs2014-09-151-0/+6
* Fix drag and drop with createWindowContainerLaszlo Agocs2014-09-151-0/+11
* Speed up QStringList::removeDuplicates by ~2xDaniel Teske2014-09-151-2/+4
* Make the default value of QTreeView::indentation() be style dependentAlexander Volkov2014-09-156-4/+41
* Fix 64 bit issues in QIODevicePrivateLinearBufferLars Knoll2014-09-152-9/+13
* Use default surface format in QOffscreenSurfaceLaszlo Agocs2014-09-141-0/+1
* QNetworkDiskCache: fix expiration calculation heuristic with Last-Modified timeDong-Heon Jung2014-09-121-13/+11
* Fix typos in Widgets Tutorial.Mitch Curtis2014-09-121-3/+3
* Force a full layout on the frame if it's vertical geometry changesLars Knoll2014-09-121-5/+22
* Set WINDOWPLACEMENT::length as required by the documentation.Andreas Hartmetz2014-09-111-0/+2
* QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-2/+12
* QIOSPasteboard: handle zero-pointer argument to setMimeDataRichard Moe Gustavsen2014-09-111-0/+4
* Doc: Fixed broken links introduced by "OS X" doc change.Jerome Pasion2014-09-112-10/+10
* Doc: corrected link/autolink errors in corelib/doc/srcNico Vertriest2014-09-113-12/+14
* Use a dedicated timer for the animation driver.Gunnar Sletta2014-09-112-3/+4
* Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-114-83/+11
* QLockFile: on Windows, retry deleting the lock file if it is being read.David Faure2014-09-112-2/+15
* Mark the remaining QGL classes as obsoleteLaszlo Agocs2014-09-101-0/+3
* Fix several issues in QCollatorLars Knoll2014-09-107-227/+207