summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | partially working pasteLars Knoll2011-05-302-9/+28
* | add an xcb based clipboard implementationLars Knoll2011-05-307-52/+1009
* | Don't leak xcb eventsLars Knoll2011-05-301-0/+2
* | Correctly define standard XA_FOO atomsLars Knoll2011-05-304-22/+24
* | Add xcb based mime type handlingLars Knoll2011-05-305-2/+415
* | Have proper warnings shown when xcb window surface creation fails.Laszlo Agocs2011-05-301-3/+8
* | Add QPlatformPrinterSupport.Friedemann Kleint2011-05-303-1/+12
* | XCB: Fix moveToScreen to use QWindow instead of QWidget.Friedemann Kleint2011-05-262-2/+2
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2420-341/+341
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2420-341/+341
* | Added QWindow::setTransientParent().Samuel Rødal2011-05-231-9/+12
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-203-7/+32
|\|
| * Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-192-1/+13
| * Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-193-6/+19
* | Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-194-38/+92
* | Support Qt::WindowStaysOnTopHint and other window flags in XCB backend.Samuel Rødal2011-05-182-4/+111
* | Add QWindow::setWindowModality().Samuel Rødal2011-05-182-16/+122
* | Re-implement transient window support in XCB backend.Samuel Rødal2011-05-161-25/+23
* | Implement QWindow minimum/maximum/base size hints and size increments.Samuel Rødal2011-05-162-18/+71
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-161-2/+0
|\|
| * Removed duplicate setting of QT dependenciesEckhart Koppen2011-05-131-2/+0
* | Initial QPlatformWindow window state setting API and xcb implementation.Samuel Rødal2011-05-132-0/+82
* | Improved popup and mouse event handling.Samuel Rødal2011-05-111-2/+16
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-112-1/+4
|\|
| * Turned on private headers for some plugins.Jonni Rainisto2011-05-091-0/+2
| * Added Wayland selection support.Laszlo Agocs2011-05-091-0/+2
| * Dont do doneCurrent in swapBuffersJørgen Lind2011-05-051-1/+0