summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-101-5/+5
* | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-25/+17
* | Cursor support in xcb plug-in.Laszlo Agocs2011-06-081-0/+6
* | Fix behaviour after WM_TAKE_FOCUSLars Knoll2011-06-081-1/+0
* | cleanups codeLars Knoll2011-06-071-2/+2
* | Fix some remaining issues with DnDLars Knoll2011-06-071-1/+0
* | add WM support classLars Knoll2011-06-071-4/+50
* | Implement XDnD in the xcb pluginLars Knoll2011-06-071-0/+10
* | X11 DnD implementationLars Knoll2011-06-071-1/+17
* | Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-061-2/+12
* | Avoid setting the active window to null when there is a FocusIn queued.Laszlo Agocs2011-06-061-1/+15
* | Basic QDesktopWidget support.Samuel Rødal2011-06-031-0/+9
* | Add support for mouse and keyboard grab.Laszlo Agocs2011-06-031-0/+37
* | Get rid of superfluous debug output in the xcb plugin.Samuel Rødal2011-06-031-4/+0
* | Have tooltips shown properly with xcb.Laszlo Agocs2011-06-011-1/+1
* | Prevent XSetInputFocus BadMatch errors.Samuel Rødal2011-06-011-2/+14
* | Do not choke on zero-sized windows.Laszlo Agocs2011-06-011-1/+4