summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* winrt: Refactor pointer device handling to support penMaurice Kalinowski2016-04-281-30/+37
* winrt: Fix memory leak for file readingMaurice Kalinowski2016-04-281-3/+9
* QCocoaMenu: Have the menu delegate return the right amount of itemsGabriel de Dietrich2016-04-271-1/+1
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-263-6/+11
* Windows QPA/High DPI: Scale accessibility coordinates.Friedemann Kleint2016-04-262-4/+9
* OSX: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-04-262-6/+8
* xcb: Fix drag and drop to applications like Emacs and Chromium.Urs Fleisch2016-04-251-11/+44
* winrt: emit application activationMaurice Kalinowski2016-04-231-0/+2
* xcb: Properly process enter/leave eventsBłażej Szczygieł2016-04-223-15/+64
* Windows QPA/GL: Avoid crash in GL driver.Friedemann Kleint2016-04-221-3/+2
* Cocoa integration - add a protection against dangling pointersTimur Pocheptsov2016-04-222-2/+10
* QWindowsTheme::standardPixmap(): Do not create pixmaps with DPR.Friedemann Kleint2016-04-201-8/+2
* Xcb: Fix compilation with -no-c++11Kai Koehne2016-04-171-1/+1
* Windows QPA: Fix top level flags for Qt::SplashScreen.Friedemann Kleint2016-04-161-0/+2
* Fix gesture processing on OS X 10.11Timur Pocheptsov2016-04-151-1/+25
* winrt: use visible bounds the get the visual areaJochen Seemann2016-04-153-139/+74
* OS X: Fix available geometry at startup when menu bar is hiddenTor Arne Vestbø2016-04-131-0/+9
* xcb: Fix interpretation of the size from RRCrtcChangeNotifyAlexander Volkov2016-04-131-0/+3
* QNSView: Disable focus ringGabriel de Dietrich2016-04-111-0/+1
* Fix 2 cursors under EGLFS_KMSElena Zaretskaya2016-04-111-1/+1
* By default use native menu barBogDan Vatra2016-04-081-0/+3
* winrt: mimic desktop Window's "QKeyEvent::isAutoRepeat" behaviorOliver Wolff2016-04-081-4/+42
* winrt: Fix QKeyEvent::isAutoRepeatOliver Wolff2016-04-081-3/+3
* Windows QPA: Scale hotspot of custom cursors correctly.Friedemann Kleint2016-04-061-5/+5
* Direct2D QPA: Fix build with clang-cl.Friedemann Kleint2016-04-061-7/+7
* Windows QPA: Check QWindowsStaticOpenGLContext in nativeResourceForIntegratio...Friedemann Kleint2016-04-061-2/+4
* winrt: Change input panel behavior to platform defaultMaurice Kalinowski2016-04-051-1/+1
* Fix assert with Meta modifierJoni Poikelin2016-04-051-2/+1
* Windows QPA: Don't send geometry change after window creation for maximized/f...Friedemann Kleint2016-04-051-2/+6
* eglfs QPA: Hide the cursor when QT_QPA_EGLFS_HIDECURSOR is setAndy Shaw2016-04-011-0/+6
* Windows QPA: Scale the cursor rectangle of the input method.Friedemann Kleint2016-03-312-6/+14
* QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+12
* wince: Disable Native Filedialogs for WEC2013Andreas Holzammer2016-03-291-0/+8
* Windows QPA: Fix regular expression to match CLSIDs in file dialog.Friedemann Kleint2016-03-241-1/+1
* 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