summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | xcb: Show buttons on the title bar for QWindowAlexander Volkov2015-09-251-0/+3
| * | eglfs: Support for alternative Mali driver packagesDaniel Nyström2015-09-251-1/+5
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-027-0/+7
* | | Cocoa integration - re-parent NSView correctlyTimur Pocheptsov2015-09-261-0/+3
* | | Cocoa integration - do not make a window key during modal sessionTimur Pocheptsov2015-09-261-1/+10
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2576-2521/+1252
|\| |
| * | xcb: fix touchscreen input with certain capabilities onlyWolfgang Bremer2015-09-251-0/+2
| * | Cocoa: Don't send duplicate close events.Morten Johan Sørvig2015-09-251-6/+2
| * | xcb: fix yet another crash when screens are disconnectedShawn Rutledge2015-09-241-2/+4
| * | xcb: get Genius/Waltop tablets working againShawn Rutledge2015-09-241-0/+6
| * | Fix maximum size of .ico files in ICOReader::write()Serge Lysenko2015-09-241-4/+6
| * | windows: Improve error handling with EGLLaszlo Agocs2015-09-231-12/+31
| * | Implement the QImageIOHandler::ImageFormat option for ico files.Serge Lysenko2015-09-231-4/+22
| * | Silence the _COMPIZ_TOOLKIT_ACTION warning.Gatis Paeglis2015-09-223-2/+5
| * | Windows: Add checks to usages of QWindow::screen().Friedemann Kleint2015-09-224-19/+21
| * | Windows: Disable Windows input context when another context is used.Friedemann Kleint2015-09-224-31/+48
| * | xcb: Compress mouse motion and touch update eventsGatis Paeglis2015-09-223-134/+208
| * | xcb: Always send dnd events to the proxy window if it existsAlexander Volkov2015-09-222-6/+13
| * | eglfs: Create input handlers only when screens are availableLaszlo Agocs2015-09-221-3/+4
| * | Windows: Return accepted state of XBUTTON mouse events to the OS.Friedemann Kleint2015-09-221-1/+4
| * | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-3/+0
| * | xcb: Use the correct property type when requesting virtual rootsAlexander Volkov2015-09-211-2/+2
| * | QPlatformWindow: Extract static method for closestAcceptableGeometry().Friedemann Kleint2015-09-211-1/+1
| * | Pretend the X11 "compose" platform input context plugin to be "xim" tooThiago Macieira2015-09-212-2/+3
| * | Fix QImageReader::size() to return correct size for .ico files.Serge Lysenko2015-09-171-13/+8
| * | winrt: Move EGL surface to window.Samuel Nevala2015-09-143-21/+44
| * | winrt: Remove unnecessary assert from window.Samuel Nevala2015-09-131-2/+0
| * | winrt: Fix capabilities query.Samuel Nevala2015-09-131-2/+2
| * | Fix QT_NO_ACCESSIBILITY build on OS XLiang Qi2015-09-117-6/+26
| * | iOS: Restore mirror mode using [UIScreen mainScreen] instead of nilTor Arne Vestbø2015-09-091-1/+1
| * | Notify when the primary screen changesAleix Pol2015-09-081-6/+3
| * | winrt: Fix top level window geometry.Samuel Nevala2015-09-071-2/+3
| * | winrt: Add support for native pickers for Windows Phone.Samuel Nevala2015-09-072-42/+250
| * | Cocoa: Clean up context creation.Morten Johan Sørvig2015-09-021-5/+11
| * | Windows: Improve debug output of mime conversion handling.Friedemann Kleint2015-09-014-34/+101
| * | winrt: Enable window visibility for the root window.Samuel Nevala2015-08-314-35/+174
| * | winrt: Work around broken screen rotation on Windows Phone 8.1.Samuel Nevala2015-08-311-0/+1
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2713-57/+108
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2613-57/+108
| | |\|
| | | * Cocoa: Fix backing store performance regression.Morten Johan Sørvig2015-08-253-15/+22
| | | * Fix potential crash in QWindowsWindow::setDropSiteEnabled().Friedemann Kleint2015-08-251-1/+1
| | | * Windows/Input context: Update enabling of IME in in update(), too.Friedemann Kleint2015-08-252-3/+15
| | | * iOS: calculate bounds in desktop view using transformed window bounds for bot...Richard Moe Gustavsen2015-08-251-1/+2
| | | * QWindowsMimeImage: Revert image format handling back to Qt 4.Friedemann Kleint2015-08-251-7/+2
| | | * xcb: send QTabletEvent before QMouseEventShawn Rutledge2015-08-192-12/+13
| | | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-122-8/+9
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-172-8/+9
| | | | |\
| | | | | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-102-8/+9
| | | * | | iOS: ensure that we restore text selection with correct cursor and anchor posRichard Moe Gustavsen2015-08-111-1/+1
| | | * | | iOS: support cut/copy/paste shortcuts when using Bluetooth keyboardRichard Moe Gustavsen2015-08-111-8/+42