summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-1/+14
* | QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-251-2/+11
* | Add missing initializations in QWheelEventJan Arve Sæther2016-02-251-3/+6
* | Fix QDBusPlatformMenu::menuItemAt()J-P Nurmi2016-02-251-1/+1
* | QWindow: Use scaling when calling QPlatformWindow::mapTo/FromGlobal().Friedemann Kleint2016-02-251-2/+2
* | QSqlDriver::sqlStatement: documentation fixMark Brand2016-02-241-0/+11
* | QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-1/+1
* | Fix font dialog with missing font family and pixel sizesEskil Abrahamsen Blomfeldt2016-02-241-2/+2
* | QtWidgets: Always deliver the wheel event to submenusBłażej Szczygieł2016-02-241-3/+14
* | xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-241-0/+48
* | Disable ligatures using existing mechanism in HB, not workaroundEskil Abrahamsen Blomfeldt2016-02-243-25/+12
* | QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-241-12/+42
* | Windows QPA: Send synthesized expose events when window shrinks.Friedemann Kleint2016-02-231-1/+3
* | Windows QPA: Use window flags stored in QWindowsWindow for frame geometry.Friedemann Kleint2016-02-231-1/+1
* | QFontEngineFT: Fix Clang warning about using uninitialized variables.Friedemann Kleint2016-02-211-2/+2
* | QCocoaMenuItem: Use the right Objective C class forwarding macrosGabriel de Dietrich2016-02-191-11/+4
* | QMenu: Add delegate related notes to OS X-only APIGabriel de Dietrich2016-02-191-2/+8
* | Windows DirectWrite: Improve error messages for font engine creation.Friedemann Kleint2016-02-191-7/+24
* | xcb: include <cmath>Shawn Rutledge2016-02-191-0/+1
* | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-195-8/+8
* | xcb: properly initialize size in millimeters if XRandR is not supportedShawn Rutledge2016-02-191-0/+3
* | xcb: Properly initialize available geometry when XRandR is missingAlexander Volkov2016-02-191-1/+1
* | Android: Fix immersive modeBogDan Vatra2016-02-191-0/+12
* | doc: Clean up old references to QApplication for GUI applicationEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* | Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-1922-211/+214
* | Qt Quick: Fix selection when mixing line breaks and line wrapsEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* | Disable unneeded ligatures when letter spacing is setEskil Abrahamsen Blomfeldt2016-02-194-5/+40
* | OpenGL: Fix for incorrect GL enum in getterPaolo Angelelli2016-02-191-1/+1