summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Don't crash if Clipboard and Selection hold the same mimedateLars Knoll2011-06-201-1/+2
* | use selection changed events from XFixesLars Knoll2011-06-204-22/+58
* | Enhance Xcb clipboard codeLars Knoll2011-06-203-77/+149
* | Remove leftover xkb member variable in QXcbKeyboard.Laszlo Agocs2011-06-171-3/+0
* | Autodetect the xcb backendJørgen Lind2011-06-101-5/+8
* | Use XCB_GRAVITY_STATIC in XCB plugin for frame independent geometry.Samuel Rødal2011-06-101-0/+2
* | Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-102-0/+97
* | Fix QtPlatformSupport when compiling with glx and xcbJørgen Lind2011-06-102-3/+3
* | Update dependency list in xcb READMEJørgen Lind2011-06-101-1/+1
* | QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-104-17/+11
* | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-107-67/+85
* | Use XLookupString for translating key events.Laszlo Agocs2011-06-093-35/+82
* | Bail out from cursor creation when malloc fails.Laszlo Agocs2011-06-091-0/+6
* | Get modifier mapping using standard X, no need for libxkbcommon here.Laszlo Agocs2011-06-092-33/+52
* | Create custom cursors via XRender.Laszlo Agocs2011-06-096-15/+120
* | Cursor support in xcb plug-in.Laszlo Agocs2011-06-0812-119/+912
* | cosmetic changesLars Knoll2011-06-082-5/+5
* | Fix behaviour after WM_TAKE_FOCUSLars Knoll2011-06-081-1/+0
* | revert accidental commitLars Knoll2011-06-071-1/+1
* | remove unused codeLars Knoll2011-06-071-118/+0
* | cleanups codeLars Knoll2011-06-079-166/+147
* | Fix some remaining issues with DnDLars Knoll2011-06-074-93/+10
* | add WM support classLars Knoll2011-06-079-15/+285
* | Implement XDnD in the xcb pluginLars Knoll2011-06-076-698/+601
* | X11 DnD implementationLars Knoll2011-06-0710-26/+1883
* | Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-063-2/+15