summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QCoreTextFontDatabase: Get rid of local fallbacksForFamily cacheKonstantin Ritt2016-03-071-7/+1
* Increase chances of finding the ellipsis glyph in elided textKonstantin Ritt2016-03-071-2/+1
* Bundled HarfBuzz: simplify the built-in shapers list configurationKonstantin Ritt2016-03-071-50/+56
* QCompleter: QMatchData: init all fields in default ctorMarc Mutz2016-03-061-1/+1
* QPlatformPrintDevice: fix uninit'ed member variableMarc Mutz2016-03-061-0/+6
* Make use of defaultDropAction in QListView icon modeSamuel Gaist2016-03-062-2/+7
* Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-052-8/+45
* Silence the warning: Unhandled client message: "_GTK_LOAD_ICONTHEMES"Thiago Macieira2016-03-053-3/+7
* ODBC: Fix a memory leak when open() fails.HyungDon Lee2016-03-051-1/+6
* Fix MIPS DSP optimized fetchUntransformedAllan Sandfeld Jensen2016-03-051-3/+3
* Fix UB in QFontEngineFT::loadGlyph()Marc Mutz2016-03-051-1/+1
* QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-057-4/+31
* Expose the number of X screen through the QXcbScreenFunctionsAlexander Volkov2016-03-055-1/+72
* Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-053-29/+0
* Fixing the SQLite3 build for WEC2013 again.Andreas Holzammer2016-03-042-1/+36
* Fix application fonts with DirectWrite font engineEskil Abrahamsen Blomfeldt2016-03-043-72/+19
* DirectWrite: Output correct error code on failureEskil Abrahamsen Blomfeldt2016-03-041-2/+2
* xcb: resourceType names must have only small lettersBłażej Szczygieł2016-03-041-1/+1
* [Windows] Blacklist AMD FirePro V5900 cards for angle.Michael Bruning2016-03-041-0/+12
* Check if WINAPI_FAMILY_PC_APP is defined before using itOliver Wolff2016-03-041-0/+3
* Remove QT_MOC_COMPAT from deprecated QProcess::error signalKai Koehne2016-03-041-1/+1
* Cocoa integration - do not invalidate backing store on moveTimur Pocheptsov2016-03-041-1/+3
* Fix compile with clang and -Werror.Milian Wolff2016-03-031-2/+0
* Don't create accessible interface for QWidgets being destroyedGabriel de Dietrich2016-03-021-0/+9
* QMimeBinaryProvider::loadMimeTypePrivate(): Make name check case insensitive.Friedemann Kleint2016-03-021-2/+1
* Fixed reading REG_SZ without terminating \0 delivers garbageDavid Weisgerber2016-03-021-0/+6
* Windows: Extract the suffix from the simple file filter caseAndy Shaw2016-03-021-3/+6
* QAbstractSocket: fix a possible crash in waitForReadyRead()Alex Trotsenko2016-03-021-4/+3
* evdevtouch: ensure touchpoints released with typeB mtdev driversRomain Pokrzywka2016-03-021-3/+10
* PostgreSQL: Fix memory leak in subscribeToNotification() and unsubscribeFromN...Vincas Dargis2016-03-011-0/+4
* qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
* Only copy the data if the image is not nullAndy Shaw2016-03-011-1/+2
* corewlan: avoid unnecessary currentInterface.serviceActive checksTim Blechmann2016-03-011-2/+3
* Windows QPA: QWindowsWindow - always treat WM_ERASEBKGND as handledTim Blechmann2016-03-011-2/+2
* Doc: Add the missing \l command and the target section titleVenugopal Shivashankar2016-03-011-1/+2
* QJsonPrivate::q_littleendian: mark as primitive/movable, depending on TMarc Mutz2016-03-011-0/+7
* QMacStyle and QCocoaTheme: Fix selected item color for non-native menubarGabriel de Dietrich2016-02-292-3/+6
* QMenuBar: Acknowledge AA_DontUseNativeMenuBarGabriel de Dietrich2016-02-291-1/+2
* Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-2/+4
* qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
* Track target widget when wheel events are receivedGabriel de Dietrich2016-02-299-24/+74
* QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
* Win: Prevent crash in qt_message_fatal()Kai Koehne2016-02-261-1/+2
* Windows Accessibility: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-265-59/+65
* Windows Accessibility: Refactor code creating COM arrays.Friedemann Kleint2016-02-261-18/+29
* Fix potential crash in QWindowsIA2Accessible::QueryInterface().Friedemann Kleint2016-02-261-2/+0
* Windows QPA: Apply scaling when fixing maximized/frameless geometry.Friedemann Kleint2016-02-261-4/+5
* Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
* Windows QPA: Fix scrolling down with mouse wheel.Friedemann Kleint2016-02-261-1/+1
* QWindowsTheme: Run SHGetFileInfo() in a thread.Friedemann Kleint2016-02-264-12/+165