summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bind texture in WaylandSurfaceItem::updateTextureAndy Nichols2012-06-041-0/+1
* Bump shaLaszlo Agocs2012-06-044-14/+62
* Fix no-xkb buildLaszlo Agocs2012-06-011-1/+1
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-05-311-2/+2
* added two missing #include <unistd.h> (for int close(int);)Thomas Senyk2012-05-302-0/+3
* Make sendOnScreenVisibility invokableGunnar Sletta2012-05-291-1/+1
* Fixed client side issues due to threading bugs.Samuel Rødal2012-05-255-1/+21
* Fixed qml-compositor warning and sizing when running as windowed.Samuel Rødal2012-05-252-1/+2
* Reset the keyboard and pointer focus when attaching a null bufferLaszlo Agocs2012-05-231-0/+8
* Added config.test for brcm_egl.Samuel Rødal2012-05-215-5/+83
* Use a lookup table instead of an incomplete switch when mapping keysLaszlo Agocs2012-05-211-39/+87
* Added maximize and window closing behavior to qml-compositor.Samuel Rødal2012-05-217-21/+180
* Position windows with transient parents properlyLaszlo Agocs2012-05-213-6/+11
* qwindow-compositor: Avoid stuck alt when running non-fullscreenLaszlo Agocs2012-05-212-0/+17
* Fix clipboard crash in clients with westonLaszlo Agocs2012-05-211-2/+7
* Fix stuck modifier keysLaszlo Agocs2012-05-212-27/+13
* Make axis events compatible with WestonLaszlo Agocs2012-05-202-3/+5
* Register QTouchDevice only when the seat is touch-capableLaszlo Agocs2012-05-201-5/+8
* Migrate from wl_input_device to wl_seatLaszlo Agocs2012-05-2014-442/+743
* Implemented graceful quitting of clients.Samuel Rødal2012-05-198-2/+40
* BRCM EGL integration to handle eglCreateGlobalImageBRCM.Samuel Rødal2012-05-1815-0/+1303
* Fixed context sharing in wayland_egl backend.Samuel Rødal2012-05-182-2/+21
* Add a custom WaylandSurfaceNode with its own materialsAndy Nichols2012-05-186-43/+284
* Fix case where we get a new damage event too soonAndy Nichols2012-05-181-2/+10
* Give texture ownership to scenegraph in WaylandSurfaceItemAndy Nichols2012-05-181-5/+5
* Store the input device in the touch extensionLaszlo Agocs2012-05-172-9/+14
* Fixed inverted textures in qml-compositor.Samuel Rødal2012-05-171-2/+2
* Properly bind to the yInverted property in qml-compositor.Samuel Rødal2012-05-171-9/+2
* Fixed qml-compositor and made it properly installable without a qrc.Samuel Rødal2012-05-168-19/+9
* Build without hw integration.Samuel Rødal2012-05-151-1/+8
* Remove unnecessary display_sync and use the safer pattern in xcompositeLaszlo Agocs2012-05-154-24/+25
* Call set_toplevel properly to fix apps on westonLaszlo Agocs2012-05-151-3/+3
* Disable some debug prints in clipboardLaszlo Agocs2012-05-154-8/+7
* Yet another xkbcommon API changeLaszlo Agocs2012-05-153-5/+5
* Do not assert in pointer and keyboard enterLaszlo Agocs2012-05-111-4/+4
* Make sure the pointer focus is really reset when destroyingLaszlo Agocs2012-05-102-3/+9
* Add wheel event supportLaszlo Agocs2012-05-106-4/+33
* Do not crash all the time with shm appsLaszlo Agocs2012-05-102-3/+5
* Inform the platform plugin when direct rendering is activePaul Olav Tvete2012-05-103-0/+17
* Implemented refresh rate support.Samuel Rødal2012-05-0910-9/+69
* Start using the new wl_fixed_t type properlyLaszlo Agocs2012-05-0913-96/+102
* Remove notes about enabling the touch extension in qwindow-compositorLaszlo Agocs2012-05-091-9/+0
* Add known-good libxkbcommon shaLaszlo Agocs2012-05-091-0/+7
* Compile with new xkbcommon APILaszlo Agocs2012-05-093-72/+112
* Update to wayland headLaszlo Agocs2012-05-0912-8/+122
* Do not lose window flags set before creating the platform windowLaszlo Agocs2012-05-091-0/+2
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-0833-43/+43
* Fixed warnings in qwaylanddecoration.*Samuel Rødal2012-05-081-1/+4
* QWindow::visible() -> QWindow::isVisible() compile fixSamuel Rødal2012-05-071-1/+1
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-2/+2