summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: Use the state of the key event to process itAlbert Astals Cid2016-09-182-28/+46
* XCB Drop from external app: fix keyboard modifier stateFrederik Gladhorn2016-09-161-0/+3
* xcb: Don't send "Qt::WindowNoState" event when hiding minimized windowBłażej Szczygieł2016-09-151-2/+7
* fix build with qt-xcb and another installed qt in a system locationOswald Buddenhagen2016-08-252-0/+4
* Fix QWidget::setWindowRole()Alexander Volkov2016-08-193-0/+26
* Disable switchable widget compositing when using XCB in Parallels VMAndy Nichols2016-08-174-1/+25
* xcb: Add qt.qpa.input.events and guard mouse event logs tooLaszlo Agocs2016-08-154-21/+30
* xcb: Don't activate bypassed windows on mouse pressBłażej Szczygieł2016-07-281-1/+4
* XCB: Update the high DPI scaling in more conditionsThiago Macieira2016-07-061-1/+1
* xcb: Send also "text/plain" when a "text/uri-list" is dropped.Urs Fleisch2016-07-021-1/+8
* Fix shortcut handling for level three and above shortcutsBernhard Scheirle2016-06-301-2/+13
* correctly link xcb-static libOswald Buddenhagen2016-06-172-2/+2
* xcb: Fix transient parent and "Qt::Window" flagBłażej Szczygieł2016-06-081-6/+10
* xcb: Disable GLX pbuffers with Chromium in VMsLaszlo Agocs2016-06-081-2/+4
* Update the high scaling settings after an XCB screen is addedThiago Macieira2016-05-301-0/+2
* xcb: Fix dropping URL on Firefox window.Urs Fleisch2016-05-181-9/+10
* xcb: Fix drop of text/uri-list and text/html.Urs Fleisch2016-05-181-11/+31
* xcb: Properly interpret data.l[0] field of XdndStatus messageAlexander Volkov2016-05-121-1/+1
* xcb: Properly unset mousePressWindow()Błażej Szczygieł2016-05-091-2/+7
* QXcbDrag: forward mouse release event to initiator windowAlberto Mardegan2016-05-092-0/+16
* Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-042-2/+2
* xcb: don't compress tablet motion eventsShawn Rutledge2016-05-043-8/+21
* egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-032-2/+2
* xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
* xcb: Fix drag and drop to applications like Emacs and Chromium.Urs Fleisch2016-04-251-11/+44
* xcb: Properly process enter/leave eventsBłażej Szczygieł2016-04-223-15/+64
* Xcb: Fix compilation with -no-c++11Kai Koehne2016-04-171-1/+1
* xcb: Fix interpretation of the size from RRCrtcChangeNotifyAlexander Volkov2016-04-131-0/+3
* Fix assert with Meta modifierJoni Poikelin2016-04-051-2/+1
* xcb: Merge _NET_WM_STATE hints instead of overwritingDavid Rosca2016-03-181-8/+24
* xcb: Initialize all xcb_client_message_event_t members before useShawn Rutledge2016-03-154-1/+13
* xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-094-22/+32
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-074-17/+13
* Silence the warning: Unhandled client message: "_GTK_LOAD_ICONTHEMES"Thiago Macieira2016-03-053-3/+7
* Expose the number of X screen through the QXcbScreenFunctionsAlexander Volkov2016-03-053-0/+14
* xcb: resourceType names must have only small lettersBłażej Szczygieł2016-03-041-1/+1
* xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-241-0/+48
* xcb: include <cmath>Shawn Rutledge2016-02-191-0/+1
* xcb: properly initialize size in millimeters if XRandR is not supportedShawn Rutledge2016-02-191-0/+3
* xcb: Properly initialize available geometry when XRandR is missingAlexander Volkov2016-02-191-1/+1
* xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-181-0/+4
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-1/+1
|\
| * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-1/+1
* | Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
* | xcb: Fix not delivering focusIn event on hide/showAlexander Bersenev2016-02-061-4/+17
* | xcb: Correct enter/leave event handling when mouse button is pressedBłażej Szczygieł2016-02-061-3/+10
* | xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-067-95/+183
* | xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-033-5/+40
|/
* xcb: Ignore Mouse Enter:ungrab, Leave:grab events.Gatis Paeglis2016-02-011-2/+3
* Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-1/+1