summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-0534-34/+34
* Disable logging in xcbJørgen Lind2011-12-221-1/+1
* Compile fix - qxcbconnection.cpp (‘Display’ was not declared)Thorbjørn Lund Martsum2011-12-131-0/+2
* Use QVarLengthArray in QXcbConnection.Robin Burchell2011-12-132-6/+9
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-1/+2
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-091-1/+1
* Extend touch events.Laszlo Agocs2011-12-091-2/+13
* Add support for three new X11 keysAlbert Astals Cid2011-12-091-0/+6
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-073-5/+31
* Prevented Xlib sequence errors in xcb plugin.Samuel Rødal2011-11-291-0/+1
* Fix a small memory leak in QXcbIntegration.Jędrzej Nowacki2011-11-292-15/+12
* Fix a memory leak in QXcbConnection.Jędrzej Nowacki2011-11-182-3/+3
* Fixed crashes from tests using xcb plugin with -qtnamespace.Rohan McGovern2011-11-1812-2/+49
* Add correct event mask for Qt::WindowTransparentForInput in xcb pluginJørgen Lind2011-11-151-1/+5
* Properly handle position in non-synthetic ConfigureNotify with xcbLaszlo Agocs2011-11-151-1/+18
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-9/+30
* Update readme about xcb plugin dependenciesLaszlo Agocs2011-10-251-0/+3
* Fix TouchEnd events not being received on Harmattan.Jocelyn Turcotte2011-10-171-2/+3
* Add multipoint touch support for Harmattan to the xcb platform plugin.Jocelyn Turcotte2011-10-175-0/+384
* Add a warning and a return value to xcb's createGLPlatformContextLaszlo Agocs2011-10-171-0/+2
* Do not fail user time window creation when xcb is using xlibLaszlo Agocs2011-10-172-2/+8
* Accessibility plugin for mac and xcb.Frederik Gladhorn2011-10-142-0/+13
* Fix OpenGL on Harmattan showing only the first frame.Jocelyn Turcotte2011-10-141-0/+14
* Minor build fix for newer XCB versionsJani Uusi-Rantala2011-10-101-0/+1
* Make sure window state is synced back to Qt from the XCB plugin.Samuel Rødal2011-10-073-3/+49
* Fixed potential issue in XCB plugin.Samuel Rødal2011-10-072-9/+10
* Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-endSimon Hausmann2011-10-072-8/+11
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-062-3/+3
* Fix compilation on HarmattanSimon Hausmann2011-10-042-0/+8
* Fix XCB back-end on HarmattanSimon Hausmann2011-10-041-3/+15
* Don't use un-guarded printfs for debug logging in XCB platform pluginTor Arne Vestbø2011-10-032-20/+22
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-2814-0/+54
* Remove debug outputLars Knoll2011-09-281-1/+0
* Prevent potential crash in QXcbConnection::checkEvent().Samuel Rødal2011-09-281-1/+1
* Fix mouse coordinate translation when searching for a drop targetLars Knoll2011-09-281-11/+5
* Unlock the eventreader before calling handleEvent()Lars Knoll2011-09-281-0/+2
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-231-3/+8
* Don't flood expose events in the xcb plugin.Samuel Rødal2011-09-232-1/+13
* Only set frame margins as dirty when we get a configure notify event.Samuel Rødal2011-09-231-5/+2
* Fixed geometry issues.Samuel Rødal2011-09-231-9/+3
* Fix preedit text on XCBEskil Abrahamsen Blomfeldt2011-09-231-1/+1
* workaround XCB-ICCCM 3.8 breakage, second instanceOswald Buddenhagen2011-09-231-0/+2
* Fixes to the Xdnd code in xcbLars Knoll2011-09-212-61/+63
* Add Qt::WindowTransparentForMouseEventsLars Knoll2011-09-212-0/+42
* Create the window when neededLars Knoll2011-09-211-1/+6
* Implemented key filter support on platform input contextPekka Vuorela2011-09-201-2/+11
* Make sure to clip in QXcbBackingStore::flush()Samuel Rødal2011-09-191-3/+12
* Fix xcb-icccm 3.8 supportJędrzej Nowacki2011-09-151-3/+15
* Fix stale license headers from refactor branchJason McDonald2011-09-154-68/+68
* Fix warnings received when xcb platform is ran without ibus platforminputcontextJoona Petrell2011-09-141-7/+8