summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0218-42/+52
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-014-8/+17
| |\
| | * xcb: Avoid crash when requesting non-supported stereo formatsLaszlo Agocs2016-10-281-0/+4
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-1/+4
| | |\
| | | * qxcbconnection.cpp: fix warning about unused functionAnton Kudryavtsev2016-10-211-0/+2
| | | * xcb: fix passing of focus from child to its top level QWindowClinton Stimpson2016-10-191-1/+2
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-7/+9
| | |\|
| | | * QXcbShmImage: don't use shmget()'s return unless it succeedsEdward Welbourne2016-10-121-7/+9
| * | | Plugins: use const (and const APIs) moreAnton Kudryavtsev2016-10-252-2/+2
| * | | Plugins: use reserve() to optimize memory allocationsAnton Kudryavtsev2016-10-211-0/+1
| * | | Plugins: optimize string usageAnton Kudryavtsev2016-10-181-3/+3
| * | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-152-4/+0
| * | | port to modularized platformsupport librariesOswald Buddenhagen2016-10-1512-15/+23
| * | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-153-10/+6
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1313-60/+78
|\| | |
| * | | Fix build with various features disabledLars Knoll2016-10-111-1/+3
| * | | xcb: Drop libXi version checkLaszlo Agocs2016-10-102-20/+11
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-065-17/+46
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-052-6/+8
| | |\|
| | | * Plug QMimeData leaks in QXcbClipboardMarc Mutz2016-10-022-6/+8
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-013-11/+38
| | |\|
| | | * xcb: Treat bitmap cursors differently from shaped cursorsRobin Burchell2016-09-293-11/+38
| * | | remove redundant QMAKE_USE += xcbOswald Buddenhagen2016-10-041-1/+0
| * | | remove stray dbus/-menu dependency from xcb pluginOswald Buddenhagen2016-10-043-8/+0
| * | | remove apparently useless egl includeOswald Buddenhagen2016-10-041-5/+0
| * | | make QMAKE_USE parameterizableOswald Buddenhagen2016-10-041-2/+1
| * | | xcb: when using XI2 for mouse, change state only on press and releaseShawn Rutledge2016-09-292-6/+17
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-1/+13
|\| | |
| * | | xcb: Support EGLStreams for Wayland on X11Paul Olav Tvete2016-09-271-1/+13
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-264-33/+61
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-222-28/+46
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-212-28/+46
| | |\|
| | | * xcb: Use the state of the key event to process itAlbert Astals Cid2016-09-182-28/+46
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-213-5/+15
| |\| |
| | * | xcb: Do not eat events with different keyboard stateAlbert Astals Cid2016-09-181-3/+5
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-162-2/+10
| | |\|
| | | * XCB Drop from external app: fix keyboard modifier stateFrederik Gladhorn2016-09-161-0/+3
| | | * 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.8' into devLiang Qi2016-09-211-1/+1
|\| | |
| * | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* | | | Change a few c-style casts to static/reinterpret_castFrederik Gladhorn2016-09-202-22/+22
* | | | Declare parameters to xcb_create_window with correct typeFrederik Gladhorn2016-09-201-1/+2
|/ / /
* | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-152-5/+2
* | | Modularize configure.json/.priLars Knoll2016-09-153-0/+3
* | | xcb: Remove unused NoFontHinting hintAlexander Volkov2016-09-124-8/+0
* | | Fix Linux build without XINPUT2Allan Sandfeld Jensen2016-09-121-0/+4
* | | Fix bundled xkbcommon build without xcb-xkb presentLaszlo Agocs2016-08-291-1/+5
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2912-22/+89
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-292-0/+4
| |\|
| | * fix build with qt-xcb and another installed qt in a system locationOswald Buddenhagen2016-08-252-0/+4