summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed race condition in xcb plugin logging (when debugging is enabled).Samuel Rødal2011-09-122-0/+4
* Make inputcontext plugin loading a bit more genericLars Knoll2011-09-082-18/+1
* Fixup a few minor errors in the previous commitLars Knoll2011-09-082-6/+6
* Add plugin mechanism to load platform input contextsJoona Petrell2011-09-082-10/+25
* Fixed symbol lookup failure with xcb when using GLX and XRender.Samuel Rødal2011-09-071-1/+1
* Fixed tst_QGL::partialGLWidgetUpdates.Samuel Rødal2011-09-071-2/+31
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-2/+4
* Make xcb plugin compile again.Laszlo Agocs2011-09-011-1/+1
* The XCB plugin should not rely on QT_CONFIG=opengl anymoreGunnar Sletta2011-08-312-23/+18
* Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-312-2/+2
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-298-20/+20
* Always relay configure notify events from XCB plugin.Samuel Rødal2011-08-291-3/+0
* xcb: Disable GLX when xcb-xlib is not present due xlib usageHolger Hans Peter Freyther2011-08-262-2/+2
* xcb: Be able to compile without xlib supportHolger Hans Peter Freyther2011-08-261-4/+5
* Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-261-1/+0
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-0/+6
* Move XCB event reading to a separate thread.Samuel Rødal2011-08-263-19/+137