summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: Determine the window gravity just before the window is shownAlexander Volkov2015-03-271-5/+3
* Handle SelectionWindowDestroy in QXcbClipboardMartin Gräßlin2015-03-261-1/+2
* Fallback to malloc for insanely large windowsPaul Olav Tvete2015-03-181-1/+1
* xcb: Update mouse buttons from MotionNotify eventsAlexander Volkov2015-02-162-4/+11
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-0/+12
|\
| * Fix Qt over VNC with broken VisualInfoAllan Sandfeld Jensen2015-02-021-0/+12
* | Listen to XI2 deviceChanged events to reset last positionAllan Sandfeld Jensen2015-02-092-10/+68
* | Fix Meta+... shortcuts on XCBKåre Särs2015-02-061-1/+5
* | xcb: delay showing tray icon window until it is embeddedShawn Rutledge2015-02-051-0/+6
|/
* Fix drag and drop regressionGatis Paeglis2015-01-192-6/+13
* Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-164-2/+16
* Fix constantly growing window bug with devicePixelRatioPaul Olav Tvete2015-01-161-6/+10
* Multi-screen DPI support for X11Paul Olav Tvete2015-01-121-2/+8
* X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-124-3/+35
* xcb: build fix when XCB_USE_XLIB is not defined.Tomasz Olszak2015-01-111-0/+8
* Fix physical DPI and size for rotated screens on X11Paul Olav Tvete2015-01-082-1/+22
* Fix use-after-free bugGatis Paeglis2015-01-081-2/+2
* Remove direct linkage to dbus and qdbusSimon Hausmann2014-12-181-5/+0
* xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* Fix xcb backend not grabbing the server as defaultJørgen Lind2014-12-121-1/+1
* Handle SelectionClientClose in QXcbClipboardMartin Gräßlin2014-12-101-1/+2
* XCB: send leave event on grabJørgen Lind2014-11-261-16/+17
* Do not apply subpixel gamma-correction on XCBAllan Sandfeld Jensen2014-11-111-1/+3
* Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-114-11/+38
* Prevent a leak of QXcbXSettingsPrivateGiuseppe D'Angelo2014-11-033-0/+8
* Remove unused variableLars Knoll2014-10-311-1/+0
* xcb: Fix getting the primary screen from QXcbConnection::screens()Alexander Volkov2014-10-298-20/+26
* xcb: Fix setting the alert state for a windowAlexander Volkov2014-10-291-6/+3
* Fix shortcut handling with non-latin layoutsGatis Paeglis2014-10-272-48/+147
* Don't link to Xlib's Xrender libraryGatis Paeglis2014-10-271-1/+1
* XCB: Don't trigger less specific shortcutsRuslan Nigmatullin2014-10-221-0/+12
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-0/+4
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-0/+4
| |\
| | * XCB: silence warnings about possibly undefined shiftsGiuseppe D'Angelo2014-10-061-0/+4
* | | XCB: Always set X window attributes in QXcbWindow::setWindowFlags().Friedemann Kleint2014-10-171-20/+31
* | | xcb: Fix a type of variables for xkb modifiers masksAlexander Volkov2014-10-161-2/+2
* | | xcb: Don't return 0 as a possible key for a shortcutAlexander Volkov2014-10-161-1/+1
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-013-2/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-293-2/+9
| |\|
| | * XCB: fix a memory leakGiuseppe D'Angelo2014-09-251-1/+3
| | * XCB: fix a possible array overflow leading to a crashGiuseppe D'Angelo2014-09-221-0/+3
| | * XCB: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
* | | xcb: Fix detecting the fullscreen state from _NET_WM_STATE flagsAlexander Volkov2014-09-291-3/+3
* | | xcb: Fix logic for minimized stateAlexander Volkov2014-09-291-0/+4
|/ /
* | Update license headers and add new license filesMatti Paaso2014-09-2440-760/+440
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-248-42/+67
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-238-42/+67
| |\|
| | * Add QMAKE_CFLAGS_XCB to xcbBoris Savelev2014-09-102-0/+4
| | * QGLXContext survives screen removalShawn Rutledge2014-08-282-26/+37
| | * Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-261-2/+4