summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-0/+3
| | * xcb: use keyboard event source window to determine auto-repeat valueDyami Caliri2014-08-203-17/+18
| | * Detect wrongly labelled wheel buttonsAllan Sandfeld Jensen2014-08-201-1/+4
* | | xcb: support Wacom touch devices; distinguish from tabletsShawn Rutledge2014-09-231-7/+41
|/ /
* | xcb: Fix memory leaks in DnDAlexander Volkov2014-09-191-3/+10
* | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-2/+2
* | xcb: fix getting a XdndAware property if a proxy window existsAlexander Volkov2014-09-091-1/+1
* | xcb: fix coordinates of touch pointsAlexander Volkov2014-09-051-1/+1
* | Prevent current context from becoming inconsistent upon create()Laszlo Agocs2014-09-011-4/+6