summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cocoa: Add improved cursor updating code path.Morten Johan Sørvig2014-02-062-6/+22
* Remove unused private member (fixes compilation with Clang 3.4)Thiago Macieira2014-02-062-2/+0
* Cocoa: Allow frameless NSWindow child QWindowsGabriel de Dietrich2014-02-053-48/+331
* QPrinter - Enable changing of Orientation on MacJohn Layt2014-02-051-12/+9
* QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-052-6/+7
* QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-052-8/+10
* QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-051-8/+9
* QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-051-10/+78
* Adds the ability to not have an activity on AndroidThierry Bastian2014-02-051-31/+43
* Cocoa: Establish pattern for accessing globalsMorten Johan Sørvig2014-02-046-30/+50
* Add suspend and resume event handling for WinRTMaurice Kalinowski2014-02-042-0/+39
* Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-043-44/+6
* Clean up QXCBSessionManagerSamuel Gaist2014-02-032-25/+2
* Windows: Silence QWindowsOleDataObject::GetData().Friedemann Kleint2014-02-031-1/+1
* [QNX] Handle the case when an egl surface can not be createdFabian Bumberger2014-02-022-3/+5
* [QNX} Remove adjustBufferSize from the egl windowFabian Bumberger2014-02-026-12/+8
* [QNX] Fix crash when creating eglSurfaceFabian Bumberger2014-02-021-2/+2
* Move Direct2D paint engine on top of QPaintEngineExLouai Al-Khanji2014-01-313-468/+531
* Cocoa: Merge QNSWindow and QNSPanel, inherit NSPanelGabriel de Dietrich2014-01-312-130/+99
* Windows: Fixed alert sound of QMessageBox.Friedemann Kleint2014-01-311-26/+21
* eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-312-19/+1
* Disable the rendering profilingBogDan Vatra2014-01-311-2/+5
* Fix the repaint position.BogDan Vatra2014-01-311-1/+1