summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reimplement QXcbWindow::startSystemResize() with xcbUli Schlachter2012-06-221-20/+15
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-141-0/+33
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-021-0/+45
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-0/+4
* Initialize member variable in QXcbWindowPekka Vuorela2012-05-241-0/+1
* Improve widget geometry.Friedemann Kleint2012-05-091-7/+38
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Update QXbWindow orientation APILauro Neto2012-05-021-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-75/+81
|\
| * XCB: Compress window state change events.Friedemann Kleint2012-04-111-75/+81
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-65/+20
|\|
| * XCB: Simplify xcb error handlingUli Schlachter2012-03-271-65/+20
* | Merge master into api_changesKent Hansen2012-03-271-6/+9
|\|
| * Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
| * xcb: fix (negative) coordinate handlingMarc Mutz2012-03-241-5/+7
| * Implement QSystemTrayIcon for X11.Friedemann Kleint2012-03-231-0/+1
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-3/+20
|/
* Fixed incorrect reporting of child window geometry in xcb plugin.Samuel Rødal2012-03-151-1/+1
* Made sure first created xcb window still receives focus.Samuel Rødal2012-03-141-1/+2
* Defer window activation if the window hasn't beenn mapped yet.Lars Knoll2012-03-081-1/+7
* Worked around Metacity crashes in xcb plugin.Samuel Rødal2012-03-061-0/+2
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-021-2/+2
* Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+8
* Add support for _NET_ACTIVE_WINDOW on xcbJan Arne Petersen2012-03-011-2/+23
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-291-3/+3
* Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-231-0/+24
* Use requested window format to match rest of the patch in 38257651Tor Arne Vestbø2012-02-211-1/+1
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+2
* Properly read back the actual format in xcb and xlib plugins.Samuel Rødal2012-02-101-5/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix compilation of MeeGo/Maliit related code after Qt::ScreenOrientation API ...Simon Hausmann2012-01-271-1/+1
* Fall back on glXChooseVisual() if glXChooseFBConfig() doesn't work.Samuel Rødal2012-01-271-19/+18
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add support for QWindow::setOrientation on HarmattanSimon Hausmann2012-01-171-0/+17
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add correct event mask for Qt::WindowTransparentForInput in xcb pluginJørgen Lind2011-11-151-1/+5
* Properly handle position in non-synthetic ConfigureNotify with xcbLaszlo Agocs2011-11-151-1/+18
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-9/+30
* Add multipoint touch support for Harmattan to the xcb platform plugin.Jocelyn Turcotte2011-10-171-0/+21
* Do not fail user time window creation when xcb is using xlibLaszlo Agocs2011-10-171-2/+6
* Minor build fix for newer XCB versionsJani Uusi-Rantala2011-10-101-0/+1
* Make sure window state is synced back to Qt from the XCB plugin.Samuel Rødal2011-10-071-0/+47
* Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-endSimon Hausmann2011-10-071-7/+10
* Fix XCB back-end on HarmattanSimon Hausmann2011-10-041-3/+15
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+4
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-231-3/+8
* Don't flood expose events in the xcb plugin.Samuel Rødal2011-09-231-1/+11
* Only set frame margins as dirty when we get a configure notify event.Samuel Rødal2011-09-231-5/+2
* Fixed geometry issues.Samuel Rødal2011-09-231-9/+3
* Add Qt::WindowTransparentForMouseEventsLars Knoll2011-09-211-0/+39