summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous "break" in QWindowsNativeFileDialogBase::setLabelText()Maks Naumov2014-09-011-1/+0
* Fix memset() for "alphaValues" in supportsSubPixelPositions()Maks Naumov2014-08-311-1/+1
* IBus Input Method: Check in commit whether we need to commitDaniel Teske2014-08-311-3/+5
* Windows: Fix QPlatformCursor::pos()/setPos() for DPR scaling.Friedemann Kleint2014-08-292-2/+9
* Windows: Detect Surface Pro 2 tablets.Friedemann Kleint2014-08-281-0/+2
* Windows: Prevent hidden transient children from being re-shown by Windows.Friedemann Kleint2014-08-282-3/+12
* QWindowsNativeInterface: don't allocate memory just to compare stringsMarc Mutz2014-08-281-3/+3
* iOS: Use dispatch_async instead of performSelectorOnMainThread for IMETor Arne Vestbø2014-08-261-10/+12
* iOS: Add UIResponder helper to get current first responderTor Arne Vestbø2014-08-262-0/+29
* Accessibility iOS: Fix crash after deleting a viewFrederik Gladhorn2014-08-262-3/+6
* Add devicePixelRatio support to the Windows QPA plugin.Friedemann Kleint2014-08-2517-120/+420
* Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-251-2/+4
* Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-259-171/+72
* OS X QColorDialog: emit reject() when closed by the titlebar buttonShawn Rutledge2014-08-251-0/+19
* DirectFB Fix issue with showing dialogsAndy Nichols2014-08-251-15/+3
* DirectFB Unbreak mouse input for child windowsAndy Nichols2014-08-252-13/+3
* DirectFB Make usable again with QWidgetAndy Nichols2014-08-251-36/+52
* DirectFB Provide a native interfaceAndy Nichols2014-08-252-2/+8
* DirectFB Add QGenericUnixServices and inputContextAndy Nichols2014-08-252-0/+14
* OS X: Fix pan gestures.Morten Johan Sørvig2014-08-251-4/+11
* standardize QPA input event logging category hierarchyShawn Rutledge2014-08-243-24/+19
* WinRT: apply text color to WindowText as wellMaurice Kalinowski2014-08-231-0/+1
* xcb: set up touch devices even if debug is not turned onShawn Rutledge2014-08-212-21/+25
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-198-72/+173
* Fix QGlyphRun text renderingLouai Al-Khanji2014-08-192-129/+95
* Allow ES3 (and ES1) context creation on iOSJames Turner2014-08-191-5/+18
* Remove QPlatformScreenPageFlipper.Robin Burchell2014-08-191-1/+0
* winrt: Remove depth/stencil from the default window formatAndrew Knight2014-08-191-2/+0
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-198-68/+28
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-128-68/+28
| |\
| | * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-114-58/+13
| | * Windows: Fix stored family name of fallback fontsEskil Abrahamsen Blomfeldt2014-08-061-0/+2
| | * Android: Remove native views when their window is destroyd.Christian Strømme2014-08-061-3/+2
| | * Android: Fix QAndroidPlatformServices::openUrl().Christian Strømme2014-08-061-5/+4
| | * GTK file dialog: pre-fill the filename if given to a Save dialogShawn Rutledge2014-08-061-1/+7
* | | xcb XInput: use categorized logging for devices and eventsShawn Rutledge2014-08-183-56/+60
* | | Support antialias and rgba Xft settings as used by GNOME and UNITYAllan Sandfeld Jensen2014-08-184-28/+71
* | | eglfs/stub: Die fatally if the framebuffer can't be opened.Robin Burchell2014-08-171-1/+3
* | | kms: Also initialize in resize(), if required.Robin Burchell2014-08-171-0/+5
* | | GTK2 theme should use GTK configured font variantAllan Sandfeld Jensen2014-08-172-1/+10
* | | Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-164-0/+17
* | | Handle 10-bit per color formats in qt_mac_toCGImageAllan Sandfeld Jensen2014-08-161-5/+6
* | | GLX: request up to OpenGL 4.5 / ES 3.1 by defaultGiuseppe D'Angelo2014-08-151-4/+4
* | | Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-152-1/+139
* | | DirectFB fix build error in QDirectFBWindowAndy Nichols2014-08-151-1/+1
* | | DirectFB define platform integration capabilitiesAndy Nichols2014-08-152-0/+15
* | | Fix composition for windows with alphaLaszlo Agocs2014-08-132-3/+5
* | | Add accessible rolesFrederik Gladhorn2014-08-132-0/+13
|/ /
* | Make the expose region local on all platformsLaszlo Agocs2014-08-127-18/+22
* | winrt: Fix theme paletteAndrew Knight2014-08-111-29/+73