summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-23Set cloexec in shm bufferHEADmasterLaszlo Agocs1-2/+8
2012-06-22Destroy shell surfaces on client sideLaszlo Agocs2-0/+6
2012-06-19Properly reset keyboard focus in qwindow-compositor when hidingLaszlo Agocs2-2/+21
2012-06-19Follow protocol changes in pointer attachLaszlo Agocs6-19/+39
2012-06-18Fix broken handling of inactive transient surfacesLaszlo Agocs10-7/+38
2012-06-18Fix global coordinate translation in clientsLaszlo Agocs1-2/+2
2012-06-18Fix output geometry in qwindow-compositorLaszlo Agocs1-0/+4
2012-06-18Fix build when QtQuick is not availableLaszlo Agocs2-8/+13
2012-06-18Map function keys properlyLaszlo Agocs1-13/+10
2012-06-11Introduce standard pkg-config usageDonald Carr9-114/+24
2012-06-11Reset keyboard focus when a surface is destroyedLaszlo Agocs1-2/+6
2012-06-11Decouple application activation from onscreen_visibility.Gunnar Sletta1-3/+0
2012-06-06Rebase Add-thread-affinity-to-wayland-clients.patchAndy Nichols1-38/+39
2012-06-06Fix "make install" to not build examples and testsAndy Nichols1-1/+2
2012-06-06Don't build qwidget compositor when qt is configured with -no-widgetsAndy Nichols1-1/+5
2012-06-06Implemented orientationUpdateMask support in WaylandSurface.Samuel Rødal11-1/+88
2012-06-06A few fixes to prevent compositor crashesAndy Nichols3-12/+19
2012-06-05Avoid burning cpu in qwindow-compositor with glx and nvidiaLaszlo Agocs1-2/+1
2012-06-04Bind texture in WaylandSurfaceItem::updateTextureAndy Nichols1-0/+1
2012-06-04Bump shaLaszlo Agocs4-14/+62
2012-06-01Fix no-xkb buildLaszlo Agocs1-1/+1
2012-05-31Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly1-2/+2
2012-05-30added two missing #include <unistd.h> (for int close(int);)Thomas Senyk2-0/+3
2012-05-29Make sendOnScreenVisibility invokableGunnar Sletta1-1/+1
2012-05-25Fixed client side issues due to threading bugs.Samuel Rødal5-1/+21
2012-05-25Fixed qml-compositor warning and sizing when running as windowed.Samuel Rødal2-1/+2
2012-05-23Reset the keyboard and pointer focus when attaching a null bufferLaszlo Agocs1-0/+8
2012-05-21Added config.test for brcm_egl.Samuel Rødal5-5/+83
2012-05-21Use a lookup table instead of an incomplete switch when mapping keysLaszlo Agocs1-39/+87
2012-05-21Added maximize and window closing behavior to qml-compositor.Samuel Rødal7-21/+180
2012-05-21Position windows with transient parents properlyLaszlo Agocs3-6/+11
2012-05-21qwindow-compositor: Avoid stuck alt when running non-fullscreenLaszlo Agocs2-0/+17
2012-05-21Fix clipboard crash in clients with westonLaszlo Agocs1-2/+7
2012-05-21Fix stuck modifier keysLaszlo Agocs2-27/+13
2012-05-20Make axis events compatible with WestonLaszlo Agocs2-3/+5
2012-05-20Register QTouchDevice only when the seat is touch-capableLaszlo Agocs1-5/+8
2012-05-20Migrate from wl_input_device to wl_seatLaszlo Agocs14-442/+743
2012-05-19Implemented graceful quitting of clients.Samuel Rødal8-2/+40
2012-05-18BRCM EGL integration to handle eglCreateGlobalImageBRCM.Samuel Rødal15-0/+1303
2012-05-18Fixed context sharing in wayland_egl backend.Samuel Rødal2-2/+21
2012-05-18Add a custom WaylandSurfaceNode with its own materialsAndy Nichols6-43/+284
2012-05-18Fix case where we get a new damage event too soonAndy Nichols1-2/+10
2012-05-18Give texture ownership to scenegraph in WaylandSurfaceItemAndy Nichols1-5/+5
2012-05-17Store the input device in the touch extensionLaszlo Agocs2-9/+14
2012-05-17Fixed inverted textures in qml-compositor.Samuel Rødal1-2/+2
2012-05-17Properly bind to the yInverted property in qml-compositor.Samuel Rødal1-9/+2
2012-05-16Fixed qml-compositor and made it properly installable without a qrc.Samuel Rødal8-19/+9
2012-05-15Build without hw integration.Samuel Rødal1-1/+8
2012-05-15Remove unnecessary display_sync and use the safer pattern in xcompositeLaszlo Agocs4-24/+25
2012-05-15Call set_toplevel properly to fix apps on westonLaszlo Agocs1-3/+3