summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't add/remove/lower/raise children windows to the TLW stack.BogDan Vatra2014-01-311-0/+12
* Fix repaint of transparent images.BogDan Vatra2014-01-312-65/+47
* Fix surface leak, cleanup opengl window.BogDan Vatra2014-01-312-11/+5
* Sort include headersBogDan Vatra2014-01-311-8/+7
* Shut up setParent warning.BogDan Vatra2014-01-312-1/+6
* Android: Don't skip first file in assets entry listEskil Abrahamsen Blomfeldt2014-01-301-0/+1
* Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-303-22/+5
* QWindowsFontDatabaseFT: Code deduplicationKonstantin Ritt2014-01-304-124/+11
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-302-12/+7
* linuxfb: Report WindowManagement capability as falseLaszlo Agocs2014-01-301-0/+1
* Windows: Simplify cursor code.Friedemann Kleint2014-01-291-44/+8
* [QNX] Implement the requestActivate functionFabian Bumberger2014-01-292-3/+52
* QNX: Cleanup some issues in QPABernd Weimer2014-01-294-5/+9
* Fixed Drag and Drop driven by touch-synthesized mouse events.Friedemann Kleint2014-01-281-5/+102
* QNX: Create the egl context according to the version in QSurfaceFormatFabian Bumberger2014-01-282-4/+4
* [QNX] Introduce proper screen error handlingFabian Bumberger2014-01-2811-261/+332
* QWindowsCursor: Add API for determining the cursor state.Friedemann Kleint2014-01-282-0/+23
* Windows: Refactor QWindowsOleDropSource.Friedemann Kleint2014-01-281-45/+69
* Improve direct2d backing store implementationLouai Al-Khanji2014-01-2711-206/+340
* Disable terminal keyboard on eglfs and linuxfbLaszlo Agocs2014-01-247-189/+33
* eglfs: Fix physical screen size regression for some hooksLaszlo Agocs2014-01-241-1/+1
* Windows: Reconstruct MSG-structure properly.Friedemann Kleint2014-01-241-2/+14
* Windows: Remove unused function QWindowsBackingStore::rasterWindow().Friedemann Kleint2014-01-242-12/+2
* Fix Q_ASSERT in direct2d qpa pluginLouai Al-Khanji2014-01-241-1/+1
* Silence failed xcbxsettings initializationJorgen Lind2014-01-233-3/+11
* QNX: Fixed window opacityBernd Weimer2014-01-221-2/+3