summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-211-0/+6
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-11/+11
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-11/+9
| |\
| | * xcb: prevent dangling pointer when window focus changesGatis Paeglis2017-04-031-11/+9
| * | Fix warning for -no-feature-textcodecStephan Binner2017-04-041-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-2/+2
|\| |
| * | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-2/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-11/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-11/+9
| |\|
| | * xcb: cleanup QXcbWindow::relayFocusToModalWindow()Gatis Paeglis2017-03-141-11/+9
* | | xcb: Fix embedded Vulkan windowsLaszlo Agocs2017-03-221-0/+13
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
| |\|
| | * xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-011-1/+1
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-73/+44
* | | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-142/+147
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-8/+4
|\| |
| * | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-8/+4
* | | xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-231-103/+49
|/ /
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-2/+2
* | XCB: Use member initializationFriedemann Kleint2017-01-271-16/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-17/+20
|\|
| * xcb: Fix colormap memory leakJoni Poikelin2017-01-121-4/+7
| * xcb: Ignore XI2 LMB mouse events from touch screensAlexander Volkov2016-12-281-13/+13
* | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-051-5/+2
|/
* Make size grip work with high dpi scalingPaul Olav Tvete2016-12-131-1/+1
* xcb: Adapt QXcbWindow::startSystemResize() for touch eventsAlexander Volkov2016-12-081-1/+11
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+2
| |\
| | * xcb: fix passing of focus from child to its top level QWindowClinton Stimpson2016-10-191-1/+2
* | | Fix build with various features disabledLars Knoll2016-10-111-1/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-3/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-3/+19
| |\|
| | * xcb: Treat bitmap cursors differently from shaped cursorsRobin Burchell2016-09-291-3/+19
* | | xcb: when using XI2 for mouse, change state only on press and releaseShawn Rutledge2016-09-291-6/+16
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-2/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-2/+7
| |\|
| | * xcb: Don't send "Qt::WindowNoState" event when hiding minimized windowBłażej Szczygieł2016-09-151-2/+7
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-4/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-221-0/+21
| |\|
| | * Fix QWidget::setWindowRole()Alexander Volkov2016-08-191-0/+21
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-4/+7
| |\|
| | * xcb: Add qt.qpa.input.events and guard mouse event logs tooLaszlo Agocs2016-08-151-4/+7
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+2
* | | xcb: mark some types as movable/primitiveMarc Mutz2016-08-171-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-1/+4
|\| |
| * | 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.7' into devLiang Qi2016-07-011-0/+9
|\| |
| * | xcb: Send expose event while shrinking windowsBłażej Szczygieł2016-06-301-0/+9