summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation for some glxext.h header versionsGunnar Sletta2012-07-121-0/+13
* Fix some spelling errorsSergio Ahumada2012-07-112-2/+2
* List required xcb packages for Ubuntu 12.04.Jason McDonald2012-07-111-0/+3
* XCB: Use glXCreateContextAttribsARB if availableSean Harmer2012-07-111-1/+43
* Implement nativeResourceFunctionForContext for xcbJorgen Lind2012-07-062-2/+12
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-036-6/+6
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-286-76/+464
* Set window's surface format to support alpha channel.Gatis Paeglis2012-06-281-1/+0
* Also use x11FilterEvent for auto repeat key in xcb.Weng Xuetian2012-06-271-8/+24
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Fix compilation for XCB-without-XlibGiuseppe D'Angelo2012-06-261-1/+1
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-264-0/+60
* Make qtbase compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-242-4/+5
* Implement QXcbIntegration::queryKeyboardModifiers()David Faure2012-06-224-3/+19
* Reimplement QXcbWindow::startSystemResize() with xcbUli Schlachter2012-06-222-22/+15
* Improved QCursor::setPos() robustness on xcb.Samuel Rødal2012-06-201-0/+1
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-142-0/+37
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-8/+0
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-024-0/+49
* Remove QCursor::handleGirish Ramakrishnan2012-05-311-1/+1
* Qt 5 to-do in QXcbKeyboardGatis Paeglis2012-05-261-2/+2
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-2611-1/+65
* XCB/EGL: Free display.Friedemann Kleint2012-05-251-0/+5
* Initialize member variable in QXcbWindowPekka Vuorela2012-05-241-0/+1
* XShaping drag and drop fixesAlbert Astals Cid2012-05-102-9/+13
* Improve widget geometry.Friedemann Kleint2012-05-092-7/+42
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-086-3/+89
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0714-19/+19
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-041-1/+1
* Update QXbWindow orientation APILauro Neto2012-05-022-2/+2
* Fix warningOlivier Goffart2012-05-011-0/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-78/+97
|\
| * XCB: Compress window state change events.Friedemann Kleint2012-04-112-78/+97
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-144/+60
|\|
| * Pass autorepeat info to input context key filtering with XCBPekka Vuorela2012-04-031-12/+19
| * XCB: Simplify xcb error handlingUli Schlachter2012-03-274-132/+41
* | Merge master into api_changesKent Hansen2012-03-278-1286/+13
|\|
| * Remove dummy impl. of shared graphics cache in XCB pluginEskil Abrahamsen Blomfeldt2012-03-267-1279/+2
| * Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
| * Fix building the XCB platform pluginThiago Macieira2012-03-241-1/+2
| * xcb: fix (negative) coordinate handlingMarc Mutz2012-03-241-5/+7
| * Implement QSystemTrayIcon for X11.Friedemann Kleint2012-03-231-0/+1
* | Merge master into api_changesKent Hansen2012-03-233-1/+8
|\|
| * Fix compilation: std::min is in <algorithm>Thiago Macieira2012-03-221-0/+1
| * Fixed QScreen::name() return value on xcb.Samuel Rødal2012-03-221-1/+5
| * Improves configure checks for XCB.Bradley Smith2012-03-191-0/+2
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-222-3/+24
|/