summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Add X11 support for the DRIVE CXLaszlo Agocs2016-08-102-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+4
|\
| * xcb: Don't activate bypassed windows on mouse pressBłażej Szczygieł2016-07-281-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+1
|\|
| * XCB: Update the high DPI scaling in more conditionsThiago Macieira2016-07-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-042-3/+21
|\|
| * 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
* | xcb: Send expose event while shrinking windowsBłażej Szczygieł2016-06-302-0/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-202-2/+2
|\|
| * correctly link xcb-static libOswald Buddenhagen2016-06-172-2/+2
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-2/+2
|\ \
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-102-8/+14
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+2
|\| | | |/ |/|
| * Update the high scaling settings after an XCB screen is addedThiago Macieira2016-05-301-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-194-23/+65
|\|
| * 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
* | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-152-1/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-064-10/+23
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-021-11/+44
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-11/+44
| |\|
| | * xcb: Fix drag and drop to applications like Emacs and Chromium.Urs Fleisch2016-04-251-11/+44
* | | xcb: support nested paint operations in remote scenariosLouai Al-Khanji2016-04-292-5/+14
|/ /
* | xcb: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-285-10/+10
* | xcb: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-04-271-1/+1
* | xcb: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-272-5/+5
* | Optimize QXcbScreen::visualForFormat()Marc Mutz2016-04-271-14/+11
* | xcb: don't iterate over .keys()Marc Mutz2016-04-271-3/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-273-15/+64
|\|
| * xcb: Properly process enter/leave eventsBłażej Szczygieł2016-04-223-15/+64
* | xcb: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-04-264-4/+8
* | QXcbConnection: add some qAsConst()Marc Mutz2016-04-261-7/+7
* | QXcbIntegration: simplify a switchMarc Mutz2016-04-261-11/+19
* | QXcbConnection: mark some more methods constMarc Mutz2016-04-262-6/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-252-1/+4
|\|
| * 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
* | xcb: remove tablet->mouse event synth; harmonize handle/report methodsShawn Rutledge2016-04-193-40/+32
* | xcb: Fix image scanline paddingLouai Al-Khanji2016-04-151-15/+22