summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-024-0/+49
* Remove QCursor::handleGirish Ramakrishnan2012-05-311-1/+1
* Qt 5 to-do in QXcbKeyboardGatis Paeglis2012-05-261-2/+2
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-2611-1/+65
* XCB/EGL: Free display.Friedemann Kleint2012-05-251-0/+5
* Initialize member variable in QXcbWindowPekka Vuorela2012-05-241-0/+1
* XShaping drag and drop fixesAlbert Astals Cid2012-05-102-9/+13
* Improve widget geometry.Friedemann Kleint2012-05-092-7/+42
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-086-3/+89
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0714-19/+19
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-041-1/+1
* Update QXbWindow orientation APILauro Neto2012-05-022-2/+2
* Fix warningOlivier Goffart2012-05-011-0/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-78/+97
|\
| * XCB: Compress window state change events.Friedemann Kleint2012-04-112-78/+97
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-144/+60
|\|
| * Pass autorepeat info to input context key filtering with XCBPekka Vuorela2012-04-031-12/+19
| * XCB: Simplify xcb error handlingUli Schlachter2012-03-274-132/+41
* | Merge master into api_changesKent Hansen2012-03-278-1286/+13
|\|
| * Remove dummy impl. of shared graphics cache in XCB pluginEskil Abrahamsen Blomfeldt2012-03-267-1279/+2
| * Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
| * Fix building the XCB platform pluginThiago Macieira2012-03-241-1/+2
| * xcb: fix (negative) coordinate handlingMarc Mutz2012-03-241-5/+7
| * Implement QSystemTrayIcon for X11.Friedemann Kleint2012-03-231-0/+1
* | Merge master into api_changesKent Hansen2012-03-233-1/+8
|\|
| * Fix compilation: std::min is in <algorithm>Thiago Macieira2012-03-221-0/+1
| * Fixed QScreen::name() return value on xcb.Samuel Rødal2012-03-221-1/+5
| * Improves configure checks for XCB.Bradley Smith2012-03-191-0/+2
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-222-3/+24
|/
* Fix compiling with --no-accessibilityJerome Leclanche2012-03-152-0/+10
* Fixed incorrect reporting of child window geometry in xcb plugin.Samuel Rødal2012-03-151-1/+1
* Refactor theme plugin loading.Friedemann Kleint2012-03-152-6/+10
* Made sure first created xcb window still receives focus.Samuel Rødal2012-03-141-1/+2
* Remove stale references to QtopiaDonald Carr2012-03-121-36/+0
* XCB: Implement native events for for windows.Friedemann Kleint2012-03-103-6/+18
* Defer window activation if the window hasn't beenn mapped yet.Lars Knoll2012-03-082-1/+8
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-073-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-0210-38/+40
* xcb: Check for SHAPE extension before using itUli Schlachter2012-03-023-4/+34
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-021-1/+3
* Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+8
* Take into account input shaping in findRealWindowAlbert Astals Cid2012-03-013-19/+27
* Add support for _NET_ACTIVE_WINDOW on xcbJan Arne Petersen2012-03-011-2/+23
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-294-271/+180
* QClipboard: Fix autotest failsDebao Zhang2012-02-271-0/+1
* XCB No longer lists ThreadedOpenGL capabilityAlan Alpert2012-02-241-6/+1
* Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-232-0/+25