summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland
Commit message (Expand)AuthorAgeFilesLines
...
* Decouple application activation from onscreen_visibility.Gunnar Sletta2012-06-111-3/+0
* Implemented orientationUpdateMask support in WaylandSurface.Samuel Rødal2012-06-064-0/+24
* Bump shaLaszlo Agocs2012-06-042-12/+60
* Fix no-xkb buildLaszlo Agocs2012-06-011-1/+1
* added two missing #include <unistd.h> (for int close(int);)Thomas Senyk2012-05-301-0/+2
* Fixed client side issues due to threading bugs.Samuel Rødal2012-05-255-1/+21
* Added config.test for brcm_egl.Samuel Rødal2012-05-211-2/+2
* Use a lookup table instead of an incomplete switch when mapping keysLaszlo Agocs2012-05-211-39/+87
* Position windows with transient parents properlyLaszlo Agocs2012-05-213-6/+11
* 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-201-2/+4
* Register QTouchDevice only when the seat is touch-capableLaszlo Agocs2012-05-201-5/+8
* Migrate from wl_input_device to wl_seatLaszlo Agocs2012-05-205-278/+333
* Implemented graceful quitting of clients.Samuel Rødal2012-05-194-1/+20
* BRCM EGL integration to handle eglCreateGlobalImageBRCM.Samuel Rødal2012-05-188-0/+806
* Fixed context sharing in wayland_egl backend.Samuel Rødal2012-05-182-2/+21
* Store the input device in the touch extensionLaszlo Agocs2012-05-172-9/+14
* 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
* Yet another xkbcommon API changeLaszlo Agocs2012-05-151-2/+2
* Do not assert in pointer and keyboard enterLaszlo Agocs2012-05-111-4/+4
* Add wheel event supportLaszlo Agocs2012-05-101-4/+9
* Do not crash all the time with shm appsLaszlo Agocs2012-05-102-3/+5
* Implemented refresh rate support.Samuel Rødal2012-05-093-7/+31
* Start using the new wl_fixed_t type properlyLaszlo Agocs2012-05-094-35/+37
* Compile with new xkbcommon APILaszlo Agocs2012-05-092-63/+92
* Update to wayland headLaszlo Agocs2012-05-093-1/+23
* 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-0826-32/+32
* Fixed warnings in qwaylanddecoration.*Samuel Rødal2012-05-081-1/+4
* QWindow::visible() -> QWindow::isVisible() compile fixSamuel Rødal2012-05-071-1/+1
* Allow selection to be set when having no surfaces at allLaszlo Agocs2012-05-031-2/+9
* Clean up initialization in touch extensionLaszlo Agocs2012-05-021-6/+5
* Pass device capabilities to client in the touch extensionLaszlo Agocs2012-04-262-8/+11
* Don't crash if no extended window extension is presentThiago Macieira2012-04-241-1/+3
* Sync up with the latest wayland developments.Hannu Lyytinen2012-04-196-12/+19
* Do not send expose event for already exposed windowsGunnar Sletta2012-04-171-0/+4
* Do not assert when closing dialogsLaszlo Agocs2012-04-171-3/+5
* Do not crash when closing pop-ups in widget apps.Laszlo Agocs2012-04-171-5/+8
* Implement nativeResourceForIntegration() to get the display.Samuel Rødal2012-04-172-0/+11
* Updated SHA-1 in wayland_sha1.txt to one against which qtwayland builds.Samuel Rødal2012-04-111-1/+0
* Client side decorationJørgen Lind2012-04-1117-75/+768
* Update wayland_sha1 and implement buffer_pool interfaceJørgen Lind2012-04-1010-15/+27
* Emit clipboard changed signalLaszlo Agocs2012-04-032-12/+4
* Implemented QDesktopServices in wayland plugin.Samuel Rødal2012-03-294-1/+45
* Prevented crash and missing animation for shm clients.Samuel Rødal2012-03-281-3/+4
* Added qtkey extension to send raw QKeyEvents over the protocol.Samuel Rødal2012-03-276-1/+178
* Fixed platform plugin for "nogl" buildingPierre Vorhagen2012-03-272-8/+8
* Use new xkbcommon includepathPierre Vorhagen2012-03-211-1/+1