summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* WinRT: move most of GUI event dispatcher logic into coreAndrew Knight2014-02-123-65/+7
* Fix crash in MinGW when initializing font databaseKai Koehne2014-02-121-2/+2
* Android: default palette taken from the Holo Light themeShawn Rutledge2014-02-122-1/+36
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-125-5/+38
* Cocoa: Bring back two-class native window systemGabriel de Dietrich2014-02-123-73/+154
* Implement native message box for WinRTMaurice Kalinowski2014-02-127-0/+447
* Windows: Fix potential crash in font database when family name is empty.Friedemann Kleint2014-02-112-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1121-47/+158
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0721-47/+158
| |\
| | * Make QWindowContainer accessibleFrederik Gladhorn2014-02-054-2/+51
| | * QNX: fix wrong coding styleRafael Roquetto2014-02-051-1/+1
| | * Plugin minimalegl: Remove superfluous keys() function.Friedemann Kleint2014-02-051-8/+0
| | * Cocoa: fix single punctuation input via CJK input methodLiang Qi2014-02-052-1/+8
| | * OSX: FileDialogHelper uses options to remember the selected filterShawn Rutledge2014-02-031-2/+4
| | * Upgrade Window Level for stay on top widget on OS XSamuel Gaist2014-01-311-1/+1
| | * Remove unused variableFrederik Gladhorn2014-01-292-2/+0
| | * Cocoa: Silence tablet event warning on 10.6Morten Johan Sørvig2014-01-281-0/+6
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-272-1/+4
| | |\
| | | * X11: build again on Linux distros that don't have XInput 2.2Shawn Rutledge2014-01-271-1/+3
| | | * Mac Style: Fix non-native menubar item spacingGabriel de Dietrich2014-01-221-0/+1
| | * | Cleanup of the android clipboard handlingSamuel Gaist2014-01-232-5/+13
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-2211-17/+61
| | |\|
| | | * Work around FBO readback bug on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-213-7/+9
| | | * Cocoa: avoid a crash for cursor in QCocoaWindowLiang Qi2014-01-211-1/+5
| | | * Use non-threaded render loop on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-174-1/+29
| | | * Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-171-2/+2
| | | * [QNX] Set Window usageAndreas Holzammer2014-01-162-0/+13
| | | * Revert "Cocoa: fix single punctuation input via CJK input method"Liang Qi2014-01-161-0/+5
| | | * Cocoa: Popups should not become keyGabriel de Dietrich2014-01-162-9/+1
| | * | X11: Qt::ActiveWindowFocusReason in QFocusEvent when appropriateShawn Rutledge2014-01-211-3/+3
* | | | kms: Adapt to initialize() patternLaszlo Agocs2014-02-112-22/+29
* | | | Windows: Fix return value of WM_QUERYENDSESSION.Friedemann Kleint2014-02-101-1/+2
* | | | Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-106-0/+70
* | | | Cocoa: Neuter -[QNSView cancelOperation:] for normal windowsGabriel de Dietrich2014-02-101-0/+6
* | | | Do not set input focus if WM supports _NET_ACTIVE_WINDOWMartin Gräßlin2014-02-091-2/+3
* | | | Make xcb compile with X-less EGL implementationsLaszlo Agocs2014-02-091-1/+1
* | | | Cocoa: Simplify native view access.Morten Johan Sørvig2014-02-084-7/+20
* | | | Cocoa: Remove duplicate enum.Morten Johan Sørvig2014-02-081-5/+1
* | | | eglfs: Put Linux-specific includes within Q_OS_LINUX guards.Raphael Kubo da Costa2014-02-081-0/+2
* | | | Windows: Post drag events for the window on which the drop site was registered.Friedemann Kleint2014-02-082-18/+6
* | | | Windows: Refactor code registering/unregistering drop sites.Friedemann Kleint2014-02-082-36/+43
* | | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-12/+9
* | | | Cocoa: Option handling.Morten Johan Sørvig2014-02-083-2/+47
* | | | Windows file dialog: Clean up thread manually.Friedemann Kleint2014-02-072-4/+29
* | | | Windows: Fix broken debug statement in qwindowsglcontext.cpp.Friedemann Kleint2014-02-071-1/+1
* | | | Refactor and remove dead code, add property caching.Lorn Potter2014-02-077-2013/+606
* | | | QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-072-4/+26
* | | | Force surface repaint after is (re)created.BogDan Vatra2014-02-071-0/+1
* | | | Cocoa: Handle gracefully closing a window without event dispatcherGabriel de Dietrich2014-02-061-4/+7
* | | | iOS: return correct uiview for IM rectanglesRichard Moe Gustavsen2014-02-061-0/+12