summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* minimal QPA plugin: Use fontconfig DB if availableGabriel de Dietrich2016-03-233-7/+22
* QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34
* Android: Fix inputItemRectangle when using EnableHighDpiScalingBogDan Vatra2016-03-211-4/+9
* xcb: Merge _NET_WM_STATE hints instead of overwritingDavid Rosca2016-03-181-8/+24
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-172-5/+5
|\
| * DirectFB: Fix build in C++98 modev5.6.0Thiago Macieira2016-03-032-5/+5
* | QCocoaMenu: Decouple NSMenuItem from NSMenuGabriel de Dietrich2016-03-166-121/+111
* | winrt: enable cross-platform high DPI scalingJochen Seemann2016-03-162-0/+7
* | xcb: Initialize all xcb_client_message_event_t members before useShawn Rutledge2016-03-154-1/+13
* | Compile with -no-openglMorten Johan Sørvig2016-03-151-0/+4
* | Cocoa: Fix crash on screen disconnect.Morten Johan Sørvig2016-03-151-3/+7
* | Cocoa: Improve native view lifetime accuracy.Morten Johan Sørvig2016-03-111-1/+10
* | winrt: Fix painting glitches when orientation changesMaurice Kalinowski2016-03-111-1/+1
* | winrt: add logging to QWinRTScreenMaurice Kalinowski2016-03-111-1/+21
* | Ported Qt 4 fix when getting an invalid native key on WindowsSamuel Gaist2016-03-101-1/+6
* | xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-094-22/+32
* | Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-072-14/+0
* | fix mir platform plugin nameOswald Buddenhagen2016-03-071-1/+1
* | remove redundant TEMPLATE assignmentOswald Buddenhagen2016-03-071-1/+0
* | consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-0727-119/+115
* | Silence the warning: Unhandled client message: "_GTK_LOAD_ICONTHEMES"Thiago Macieira2016-03-053-3/+7
* | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-0/+2
* | Expose the number of X screen through the QXcbScreenFunctionsAlexander Volkov2016-03-053-0/+14
* | 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
* | Cocoa integration - do not invalidate backing store on moveTimur Pocheptsov2016-03-041-1/+3
* | Windows: Extract the suffix from the simple file filter caseAndy Shaw2016-03-021-3/+6
* | Windows QPA: QWindowsWindow - always treat WM_ERASEBKGND as handledTim Blechmann2016-03-011-2/+2
* | QMacStyle and QCocoaTheme: Fix selected item color for non-native menubarGabriel de Dietrich2016-02-291-1/+3
* | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-0/+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
* | 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
* | QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-251-2/+11
* | xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-241-0/+48
* | 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
* | QCocoaMenuItem: Use the right Objective C class forwarding macrosGabriel de Dietrich2016-02-191-11/+4
* | Windows DirectWrite: Improve error messages for font engine creation.Friedemann Kleint2016-02-191-7/+24
* | xcb: include <cmath>Shawn Rutledge2016-02-191-0/+1
* | 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
* | Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-1922-211/+214
* | Windows QPA/font code: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-182-60/+66
* | xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-181-0/+4