summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix possible segfault when setting up window's transient parentShawn Rutledge2013-04-301-1/+1
* Add QXcbWindowEventListenerJørgen Lind2013-04-261-3/+14
* Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-241-0/+5
* Implement startup notification spec again.David Faure2013-04-231-0/+4
* qxcb: output clear error message when running on an 8-bit displayDavid Faure2013-04-231-1/+3
* Implement alertion state for windows.Friedemann Kleint2013-04-191-0/+14
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-9/+233
|\
| * XCB: don't map hidden windowsAlberto Mardegan2013-03-151-18/+0
| * Implement XEmbed protocolAlberto Mardegan2013-03-061-9/+251
* | Fix sluggish resizing for opengl windows on X11Shawn Rutledge2013-03-131-4/+7
|/
* Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-13/+36
* Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-02-191-1/+13
* Factorize code for formatting window titles into QPlatformWindow.David Faure2013-02-061-11/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* XCB: Force XSync after creating WindowKai Koehne2013-01-151-0/+5
* XCB: add support for getting and setting appTime and appUserTime.David Faure2012-12-141-0/+1
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-1/+12
* Fixed incorrect handling of extra mouse buttons in XCB platform plugin.Samuel Rødal2012-12-141-58/+10
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-0/+4
* Made QWidget::setWindowOpacity work with the XCB platform plugin.Samuel Rødal2012-12-121-0/+17
* Fixed excessive enter/leave events being generated with the xcb plugin.Samuel Rødal2012-11-231-2/+39
* Added expose and configure event compression in xcb platform plugin.Samuel Rødal2012-11-141-1/+44
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+3
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-21/+21
* xcb: Fix a trivial reply leakUli Schlachter2012-11-021-1/+1
* XCB: Use screen's client leader as fallback for transient parent.Friedemann Kleint2012-11-021-8/+10
* Remove DRI2/OpenGL code paths from xcb plugin.Samuel Rødal2012-10-191-9/+0
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-191-3/+1
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-171-3/+2
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-151-3/+1
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Prevent buffer overflow in QXcbWindow.Samuel Rødal2012-09-181-1/+1
* Fixed missing window decorations on compiz.Samuel Rødal2012-08-231-3/+1
* Fixed non-GL applications crashing when GLX/EGL initialization fails on xcb.Samuel Rødal2012-08-221-15/+20
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* QXcbWindow::setMask(): Check for SHAPE extensionUli Schlachter2012-07-251-0/+2
* Reimplement QXcbWindow::setMask() with xcbUli Schlachter2012-07-251-36/+15
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-281-2/+4
* Fix compilation for XCB-without-XlibGiuseppe D'Angelo2012-06-261-1/+1
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-261-0/+54
* 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