summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | | iOS: only activate top-level windowsRichard Moe Gustavsen2014-02-141-9/+12
| * | | iOS: activate window on touchesBeganRichard Moe Gustavsen2014-02-141-8/+3
| * | | iOS: don't store reference to focus objectRichard Moe Gustavsen2014-02-142-5/+1
| * | | Android: Add Foreign Window supportChristian Strømme2014-02-146-3/+170
| * | | Android: Fix return value in createSurface()Christian Strømme2014-02-141-1/+1
| * | | QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-135-24/+22
| * | | Windows: Destroy tablet support before unregistering window classes.Friedemann Kleint2014-02-131-2/+7
| * | | Force alignment for SSE2 to not crash with mingwKonstantin Ritt2014-02-133-6/+6
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-137-19/+16
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-127-19/+16
| | |\ \ \
| * | | | | 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
| | |\ \ \ \
| * | | | | | 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
| * | | | | | iOS: be more specific about IM callbacks to iOSRichard Moe Gustavsen2014-02-061-11/+16
| * | | | | | iOS: return styling hints for text correction pop-upsRichard Moe Gustavsen2014-02-061-0/+18
| * | | | | | iOS: send backspace events directlyRichard Moe Gustavsen2014-02-061-5/+7
| * | | | | | iOS: send IM events instead of fake key eventsRichard Moe Gustavsen2014-02-061-12/+9
| * | | | | | iOS: add spell checking supportRichard Moe Gustavsen2014-02-062-0/+3
| * | | | | | iOS: implement support for input methodsRichard Moe Gustavsen2014-02-065-17/+420
| * | | | | | iOS: move key/text input into separate categoryRichard Moe Gustavsen2014-02-064-104/+156
| * | | | | | iOS: move QUIView interface decl into separate header fileRichard Moe Gustavsen2014-02-063-26/+71
| * | | | | | iOS: change logic for when to scroll screenRichard Moe Gustavsen2014-02-062-50/+76
| * | | | | | Decrease code duplicationKonstantin Ritt2014-02-064-16/+8
| |/ / / / /
| * | | | | Emit ScreenChanged events on X11Allan Sandfeld Jensen2014-02-061-0/+10