summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
* Windows: Fixed mouse events related to size gripsOliver Wolff2012-11-151-9/+0
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-152-31/+49
* Windows: Fix autocapture for multiple buttonsMiikka Heikkinen2012-11-151-4/+5
* Cocoa: application menu items sometimes get duplicatedRichard Moe Gustavsen2012-11-141-3/+17
* Added expose and configure event compression in xcb platform plugin.Samuel Rødal2012-11-142-1/+60
* Windows: Fixed handling of key events containing ctrl modifierOliver Wolff2012-11-141-0/+8
* Cocoa: fix window focus lost when opening comboboxRichard Moe Gustavsen2012-11-121-6/+4
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-103-11/+20
* Added motion event compression in xcb plugin.Samuel Rødal2012-11-091-0/+8
* QNX: Don't crash on application exit.Sergio Martins2012-11-091-0/+1
* Support native event filter for Mac OS XLiang Qi2012-11-097-14/+261
* Report threaded rendering support in xcb when using event reader thread.Samuel Rødal2012-11-082-1/+3
* Windows: Add missing support for X-buttons.Miikka Heikkinen2012-11-081-3/+8
* Prevent frame notifications going out when the content view is setAndy Shaw2012-11-081-0/+2
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-079-60/+60
* Add configure option to minimize xcb runtime dependenciesKai Koehne2012-11-074-109/+199
* Fix autocapture for doubleclick in WindowsMiikka Heikkinen2012-11-071-1/+2
* Cocoa: fix backingstore flush for 10.8Teemu Katajisto2012-11-071-9/+6
* Fix invalid mouse press and release events on window maximizeMiikka Heikkinen2012-11-072-2/+31
* Resolve xcb_poll_for_queued_event at run-time.Samuel Rødal2012-11-073-29/+49
* Cocoa: fix memory leaksTeemu Katajisto2012-11-064-3/+14
* Send QContexMenuEvent when Context Menu key is pressed.Friedemann Kleint2012-11-061-1/+8
* Fix GDI leaks in fontengineMiikka Heikkinen2012-11-052-3/+6
* xcb: Fix a trivial reply leakUli Schlachter2012-11-021-1/+1
* xcb: Fix a colormap leakUli Schlachter2012-11-021-0/+1
* XCB: Handle connection errorsUli Schlachter2012-11-021-0/+7
* Cocoa: Fix fonts on retina displays.Morten Johan Sørvig2012-11-021-4/+3
* Cocoa: Disable malfunctioning updateScreens().Morten Johan Sørvig2012-11-021-6/+0
* Added MultipleWindows platform capability.Samuel Rødal2012-11-024-0/+5
* Expose IAccessibleTable2 to non-conformant screen readersJan Arve Saether2012-11-021-7/+20
* Compile cocoa with QT_NO_ACCESSIBILITYJan Arve Saether2012-11-022-0/+8
* XCB: Use screen's client leader as fallback for transient parent.Friedemann Kleint2012-11-021-8/+10
* Mac: Add support for WindowMasks platform capabilityGabriel de Dietrich2012-11-025-32/+100
* beef up qt_plugin.prfOswald Buddenhagen2012-11-0111-45/+19
* Only use the user set page margins for custom paperAndy Shaw2012-10-301-1/+3
* Bring back native dialogs for Windows XP.Friedemann Kleint2012-10-303-46/+468
* Cocoa: Disable touch events.Morten Johan Sorvig2012-10-301-5/+0
* Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-291-3/+0
* Prevent potential crash in QXcbCursor::queryPointer().Samuel Rødal2012-10-263-12/+11
* Check the EGL error before calling eglTerminate().Samuel Rødal2012-10-261-1/+2
* Possibility to change custom Drag&Drop cursors while dragging something. Impl...Cyril Oblikov2012-10-261-17/+23
* Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-263-1/+8
* QNX: Query dynamic buffer count at runtimeRafael Roquetto2012-10-262-2/+17
* remove last traces of qpluginbase.priOswald Buddenhagen2012-10-261-1/+2
* Add glxContextForContext function to QXcbNativeInterface.Zeno Albisser2012-10-262-1/+22
* New-style Windows cursors when dragging object from outsideCyril Oblikov2012-10-262-2/+39
* Make compile on WCE after c3b9398Kevin Funk2012-10-261-0/+2
* Don't crash if there's no m_image yet.Sérgio Martins2012-10-251-1/+4
* Fix crash when handling WM_PAINT during COM operationsMiikka Heikkinen2012-10-254-3/+31
* Add DnD support for QNX.Sergio Martins2012-10-252-3/+25