summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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-016-0/+293
* Fix the egl path for xcb and wayland pluginsJørgen Lind2011-05-3112-28/+28
* 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
* compile with QT_NO_CUPSLars Knoll2011-05-301-0/+6
* 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-309-1/+327
* 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-24334-5696/+5733
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-24403-6891/+6891
| * Track Wayland changesPaul Olav Tvete2011-05-233-3/+40
* | Added QWindow::setTransientParent().Samuel Rødal2011-05-231-9/+12
* | Remove superfluous setter / getter for QWindowFormat in QWindow.Samuel Rødal2011-05-231-1/+1
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-2027-49/+461
|\|
| * Fix inconsistency between Qt and ICU in Shift-JIS codec with regards to ASCII...Simon Hausmann2011-05-201-1/+3
| * Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-194-5/+31
| * Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-1910-25/+78
| * Lighthouse minimal: Add support for transparencyJanusz Lewandowski2011-05-192-3/+3
| * Compile fixes for Xlib plugin.Samuel Rødal2011-05-194-15/+13
| * Don't crash if windowmanager is not initializedLasse Holmstedt2011-05-191-1/+2
| * Wayland: send surface id + process id pairs to compositorLasse Holmstedt2011-05-199-1/+324
| * Enable configuration for XcbEckhart Koppen2011-05-181-0/+3
* | Build the cocoa plugin on Mac.Morten Sorvig2011-05-201-0/+4
* | Add QCocoaNativeInterface.Morten Sorvig2011-05-207-4/+135
* | 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
* | Port Qt 5 to Mac.Morten Sorvig2011-05-1814-74/+306
* | 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-164-13/+25
|\|
| * Removed duplicate setting of QT dependenciesEckhart Koppen2011-05-131-2/+0
| * Updated default Qt version to 5.0.0Eckhart Koppen2011-05-131-1/+1
| * Fix deadlocks in wayland clipboard that can occur in special scenarios.Laszlo Agocs2011-05-132-10/+24
* | 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
* | Compile fixes after merge.Samuel Rødal2011-05-111-2/+2
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1119-33/+454
|\|
| * Prevent crash in wayland mimedata in case there is no offer.Laszlo Agocs2011-05-101-0/+2