summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge "Merge branch 'master' into refactor" into refactorGunnar Sletta2011-08-251-0/+10
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-08-251-0/+10
| |\
| | * support xcb-icccm 3.8Oswald Buddenhagen2011-08-051-0/+10
* | | Fix multithreaded GL renderingLars Knoll2011-08-251-0/+4
|/ /
* | Prevent X errors being generated when setting 0 as width or height.Samuel Rødal2011-08-191-0/+3
* | Move the printer support backend into it's own pluginLars Knoll2011-08-192-11/+1
* | Don't set platform input context if it's not properly created.Samuel Rødal2011-08-162-4/+7
* | Don't try to use IBUS when dbus is not configured.Samuel Rødal2011-08-102-1/+5
* | Removed unnecessary debug output in xcb plugin.Samuel Rødal2011-08-102-6/+0
* | build without dbusMatthew Cattell2011-08-091-0/+2
* | Removed Q_XCB_NOOP's from QGLXContext.Samuel Rødal2011-08-091-13/+1
* | Properly initialize window properties in xcb plugin.Samuel Rødal2011-08-051-2/+3
* | Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-284-24/+18
* | Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-259-197/+189
* | Handle failed SHM attach in XCB backing store.Samuel Rødal2011-07-211-15/+39
* | Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-192-3/+3
* | ibus IM support for the xcb backendLars Knoll2011-06-274-0/+35
* | Get declarative and wayland EGL backend working for Qt compositor.Samuel Rødal2011-06-232-5/+24
* | Make xcb work again after event dispatcher changes.Morten Johan Sorvig2011-06-223-9/+15
* | Add libxcb-xfixes0-dev to xcb depsMorten Johan Sorvig2011-06-221-1/+1
* | Add lighthouse event dispatcher API.Morten Sorvig2011-06-222-0/+8
* | OpenGL API refactor.Samuel Rødal2011-06-2110-67/+160
* | Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-216-36/+33
* | Compile fixes.Samuel Rødal2011-06-211-1/+1