summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix xcb-icccm 3.8 supportJędrzej Nowacki2011-09-151-3/+15
* Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-311-1/+1
* Always relay configure notify events from XCB plugin.Samuel Rødal2011-08-291-3/+0
* xcb: Disable GLX when xcb-xlib is not present due xlib usageHolger Hans Peter Freyther2011-08-261-1/+1
* xcb: Be able to compile without xlib supportHolger Hans Peter Freyther2011-08-261-4/+5
* Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-261-1/+0
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-0/+10
|\
| * support xcb-icccm 3.8Oswald Buddenhagen2011-08-051-0/+10
* | Prevent X errors being generated when setting 0 as width or height.Samuel Rødal2011-08-191-0/+3
* | Removed unnecessary debug output in xcb plugin.Samuel Rødal2011-08-101-5/+0
* | Properly initialize window properties in xcb plugin.Samuel Rødal2011-08-051-2/+3
* | Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+2
* | OpenGL API refactor.Samuel Rødal2011-06-211-26/+33
* | Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-7/+3
* | 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-101-0/+92
* | Fix QtPlatformSupport when compiling with glx and xcbJørgen Lind2011-06-101-2/+2