summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Match the name in the cpp fileAlbert Astals Cid2012-01-111-1/+1
* Rename check to checkEvent.Stephen Kelly2012-01-104-5/+5
* Lock X display while calling XESetWireToEvent and its callback.Samuel Rødal2012-01-101-3/+7
* xcb: Fix a memleak when atomName() failsUli Schlachter2012-01-081-0/+1
* Detect autoreapeat in xcb plugin.Samuel Rødal2012-01-073-3/+85
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-2/+2
* Use clipboard_timeout instead of hardcoded 5000 (since its the same value)Albert Astals Cid2012-01-051-1/+1
* Free the repliesAlbert Astals Cid2012-01-051-0/+2
* Check for the clipboard manager when looping due to app quitingAlbert Astals Cid2012-01-052-3/+13
* 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