summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-061-14/+8
* Avoid setting the active window to null when there is a FocusIn queued.Laszlo Agocs2011-06-063-1/+40
* Implemented QXcbScreen::topLevelAt(const QPoint &p).Samuel Rødal2011-06-064-3/+52
* Make XCB plugin work better in combination with auto-tests.Samuel Rødal2011-06-061-0/+1
* Basic QDesktopWidget support.Samuel Rødal2011-06-031-0/+9
* Prevent crash in QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-2/+1
* Implemented QXcbIntegration::grabWindow().Samuel Rødal2011-06-035-6/+255
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-032-0/+40
* Get rid of superfluous debug output in the xcb plugin.Samuel Rødal2011-06-031-4/+0
* Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-011-1/+1
|\
| * Have tooltips shown properly with xcb.Laszlo Agocs2011-06-011-1/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-011-1/+1
|\ \ | |/ |/|
| * Made qpluginbase.pri into a feature profile.axis2011-05-311-1/+1
* | Prevent XSetInputFocus BadMatch errors.Samuel Rødal2011-06-013-2/+19
* | Start using libxkbcommon in the xcb plug-in.Laszlo Agocs2011-06-013-0/+82
* | Do not choke on zero-sized windows.Laszlo Agocs2011-06-012-5/+18
* | add a platform interface for DnDLars Knoll2011-06-013-0/+12
* | Fix the egl path for xcb and wayland pluginsJørgen Lind2011-05-311-2/+2
* | Set xcb size hints properly avoid strange behaviour.Laszlo Agocs2011-05-311-1/+6
* | Made QXcbConnection::atomName() more fail safe.Laszlo Agocs2011-05-301-3/+6
* | Do not scroll in QXcbWindowSurface when m_image is not yet created.Laszlo Agocs2011-05-301-1/+1
* | Cleanup code for copy/paste of textLars Knoll2011-05-304-63/+12
* | correctly decode pasted textLars Knoll2011-05-302-9/+15