summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QComposeInputContext: reduce composeBuffer to QT_KEYSEQUENCE_MAX_LENAnton Kudryavtsev2016-01-092-2/+2
* QXcbConnection: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-091-7/+6
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-0822-39/+231
|\
| * Fix mac build with -no-widgetsStephen Kelly2016-01-072-0/+2
| * Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2016-01-071-1/+2
| * Android: Activate Qt::Popup windowsBogDan Vatra2016-01-061-2/+6
| * Fixed crash on iOS devices due to unsupported selector.Harald Meyer2016-01-061-2/+4
| * Windows/DirectWrite: Dynamically load GetUserDefaultLocaleName().Friedemann Kleint2016-01-061-1/+14
| * Fix potential crash in FreeType font database for WinCETakumi ASAKI2016-01-061-1/+1
| * xcb: fix drag and drop when window is hiddenBłażej Szczygieł2016-01-054-2/+29
| * xcb: don't select XInput events on the root windowShawn Rutledge2016-01-051-1/+1
| * Fix access after delete in GTK2 dialog helpersJoerg Bornemann2016-01-051-0/+11
| * WinRT: Add camera button events on Windows PhoneSamuel Nevala2016-01-052-0/+68
| * QWindowsTheme: Fix return type of helper dWordSystemParametersInfo().Friedemann Kleint2016-01-041-2/+2
| * tst_qwindow::isExposed - fix failing test on OS XTimur Pocheptsov2016-01-041-9/+10
| * Default to OpenGLES when building with -opengl es2Allan Sandfeld Jensen2015-12-251-0/+4
| * xcb: Add Xinerama 3rd party source code for static buildBłażej Szczygieł2015-12-221-2/+4
| * xcb: Add Xinerama supportBłażej Szczygieł2015-12-226-19/+75
* | xcb: use qLoadPlugin()Marc Mutz2016-01-052-14/+6
* | eglfs: use qLoadPlugin()Marc Mutz2016-01-052-15/+6
* | Fix double close.Frank Meerkoetter2015-12-261-3/+1
* | QWindowsTheme: Preferably obtain stock pixmaps via SHGetStockIconInfoFrank Richter2015-12-241-12/+41
* | Fix OSX namespace build.Erik Verbruggen2015-12-221-1/+1
* | Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-182-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1824-229/+485
|\|
| * Windows: Restore window geometry after normal->maximized->fullscreen->normal.Friedemann Kleint2015-12-171-2/+2
| * Windows: Clear key recorder when application becomes inactive.Friedemann Kleint2015-12-171-0/+11
| * Windows: fix fullscreen OpenGL window issues with an opt-in functionAndy Shaw2015-12-173-2/+23
| * iOS: Clear focusObject if first responder is set to nullMarkus Goetz2015-12-171-1/+5
| * iOS: Don't hide keyboard on "Done" button when focus object has changedMarkus Goetz2015-12-171-0/+8
| * iOS: notify application when edit menu is closedRichard Moe Gustavsen2015-12-171-0/+17
| * iOS: include marked text when reporting IM textInRange and endOfDocumentRichard Moe Gustavsen2015-12-171-2/+12
| * Android: Fix crash at exitBogDan Vatra2015-12-171-2/+18
| * DirectWrite: Implement transforms for grayscale aaEskil Abrahamsen Blomfeldt2015-12-162-2/+8
| * DirectWrite: Fix clipping bug with grayscale AA renderingEskil Abrahamsen Blomfeldt2015-12-161-4/+4
| * QWinRTFontDatabase: Return the base class' fallbacksForFamilyKonstantin Ritt2015-12-151-0/+1
| * Use proper class namespace in QBasicFontDatabase sub-classesKonstantin Ritt2015-12-152-2/+2
| * Add support for reading fonts from TTC files on Windows EmbeddedAndy Shaw2015-12-151-13/+60
| * QCocoaWindow - resize embedded viewsTim Blechmann2015-12-151-1/+5
| * xcb: Don't try to detect cases where the WM restricts geometry changesTor Arne Vestbø2015-12-141-8/+5
| * QWindowsBackingStore::flush(): Add warning for UpdateLayeredWindowIndirect() ...Friedemann Kleint2015-12-121-1/+6
| * xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-116-171/+210
| * xcb: Don't cache the screen for a windowAlexander Volkov2015-12-112-12/+6
| * Fix broken QIOSContext setup due to missing 0-initialization of EAGLContextTor Arne Vestbø2015-12-101-3/+4
| * xcb: compare to previous state when sending geometry and expose eventsTor Arne Vestbø2015-12-101-6/+27
| * XCB: prevent a fp division by zeroGiuseppe D'Angelo2015-12-101-4/+7
| * Check for any existing file in XCOMPOSEFILE.Giuseppe D'Angelo2015-12-091-3/+3
| * iOS: filter edit menu actions depending on selection stateRichard Moe Gustavsen2015-12-091-0/+26
| * iOS: support edit action 'select'Richard Moe Gustavsen2015-12-091-0/+7
| * Favor OpenGLES 3 on iOS if availableMike Krus2015-12-091-3/+5