summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Added QWindow::setTransientParent().Samuel Rødal2011-05-231-9/+12
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-2/+9
|\|
| * Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-191-1/+2
| * Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-191-1/+7
* | Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-191-37/+63
* | Support Qt::WindowStaysOnTopHint and other window flags in XCB backend.Samuel Rødal2011-05-181-3/+106
* | Add QWindow::setWindowModality().Samuel Rødal2011-05-181-16/+120
* | 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-161-18/+67
* | Initial QPlatformWindow window state setting API and xcb implementation.Samuel Rødal2011-05-131-0/+79
* | Improved popup and mouse event handling.Samuel Rødal2011-05-111-2/+16
* | XCB plugin compile fix.Samuel Rødal2011-05-041-0/+2
* | XCB plugin compile fix.Samuel Rødal2011-05-041-4/+4
* | Improved handling of child windows.Samuel Rødal2011-05-041-3/+7
* | Properly handle the expose event for QWindow.Samuel Rødal2011-05-021-8/+2