summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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