summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-6/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-6/+10
| |\
| | * xcb: Fix transient parent and "Qt::Window" flagBłażej Szczygieł2016-06-081-6/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-2/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+7
| |\|
| | * xcb: Properly unset mousePressWindow()Błażej Szczygieł2016-05-091-2/+7
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-18/+59
|\| |
| * | xcb: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-04-271-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-15/+55
| |\|
| | * xcb: Properly process enter/leave eventsBłażej Szczygieł2016-04-221-15/+55
| * | xcb: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-04-261-1/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-1/+1
| |\|
| | * Xcb: Fix compilation with -no-c++11Kai Koehne2016-04-171-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-101/+64
|\| |
| * | X11: Better support non-32bit visualsLouai Al-Khanji2016-04-091-101/+64
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-26/+71
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-8/+29
| |\|
| | * 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-151-0/+5
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-17/+27
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-17/+27
| | |\|
| | | * xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-091-15/+24
| | | * Silence the warning: Unhandled client message: "_GTK_LOAD_ICONTHEMES"Thiago Macieira2016-03-051-2/+3
| * | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
| |/ /
| * | xcb: support more visual formatsLouai Al-Khanji2016-03-041-0/+14
* | | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-3/+2
|/ /
* | xcb: Remove unneeded null pointer checksBłażej Szczygieł2016-02-241-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-0/+48
|\|
| * xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-241-0/+48
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-73/+132
|\|
| * 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-061-69/+108
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+3
|\|
| * xcb: Ignore Mouse Enter:ungrab, Leave:grab events.Gatis Paeglis2016-02-011-2/+3
* | xcb: remove compressExposeEvent() from handleMapNotifyEvent()Liang Qi2016-01-261-3/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-21/+16
|\|
| * xcb: Don't duplicate expose eventsBłażej Szczygieł2016-01-131-21/+16
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-2/+19
|\|
| * xcb: fix drag and drop when window is hiddenBłażej Szczygieł2016-01-051-2/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-45/+37
|\|
| * xcb: Don't try to detect cases where the WM restricts geometry changesTor Arne Vestbø2015-12-141-8/+5
| * xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-111-30/+8
| * xcb: Don't cache the screen for a windowAlexander Volkov2015-12-111-10/+6
| * xcb: compare to previous state when sending geometry and expose eventsTor Arne Vestbø2015-12-101-6/+27
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-11/+3
|\|
| * xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-241-11/+3
* | Xcb: propagate stays-on-top or -below hints from window flagsUlf Hermann2015-11-251-0/+10
|/