summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-212-2/+2
|\
| * 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' into devLiang Qi2016-06-171-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.7' into devLiang Qi2016-06-133-8/+16
|\| | |
| * | | 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
* | | Remove checkEvent function no-one usesAlbert Astals Cid2016-05-312-19/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-236-24/+68
|\| |
| * | 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.7' into devLiang Qi2016-05-1211-141/+248
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-15/+22
|\| |
| * | xcb: Fix image scanline paddingLouai Al-Khanji2016-04-151-15/+22
* | | Add QPlatformBackingStore::toImage() implementationsAndy Nichols2016-04-302-3/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1117-170/+274
|\| |