summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-09configure.ac: bump to version 4.0.0 for the official release4.0.04.0Derek Foreman1-2/+2
2018-04-05terminal: Fix unintended fallthrough to cursor restoreDaniel Stone1-0/+1
2018-04-02configure.ac: bump to version 3.0.93 for the RC1 release3.0.93Derek Foreman1-1/+1
2018-04-02Partially revert "xwm: Add icon support to the frame" and friendsDerek Foreman1-86/+2
2018-03-28Revert "xwm: do not include shadow in input region"Derek Foreman1-34/+0
2018-03-28xwm: Fix two more icon related memory leaksDerek Foreman1-0/+5
2018-03-28ivi-shell: remove dead assignments in layer transitionEmre Ucan1-5/+4
2018-03-28compositor: initialize ret in repaint_timer_handlerEmre Ucan1-1/+1
2018-03-28gl-renderer: set num_images after import_simple_dmabufEmre Ucan1-0/+1
2018-03-28input: fix use-after-free issue at pointer_cancelEmre Ucan1-12/+0
2018-03-28hmi-controller: remove dead assignments in add_launchersEmre Ucan1-4/+0
2018-03-28compositor-drm: remove dead assigment in drm_fb_create_dumbEmre Ucan1-2/+0
2018-03-27xwm: Fix memory leakScott Moreau1-2/+19
2018-03-20Revert "xwm: Fix memory leak"Pekka Paalanen1-2/+0
2018-03-20xwm: Fix memory leakScott Moreau1-0/+2
2018-03-19configure.ac: bump to version 3.0.92 for the beta release3.0.92Derek Foreman1-1/+1
2018-03-19simple-dmabuf-drm: use appropriately sized buffer (freedreno)Guido Günther1-3/+5
2018-03-19simple-dmabuf-drm: Always define ALIGNGuido Günther1-1/+1
2018-03-19Fix an uninitialized variableDima Ryazanov1-0/+1
2018-03-19simple-dmabuf-drm: use getopt_longGuido Günther1-24/+27
2018-03-19simple-dmabuf-drm: use opt bitmask instead of is_immediateGuido Günther1-6/+6
2018-03-19Allow simple-dmabuf-drm to pass y_inverted flagGuido Günther1-8/+23
2018-03-16.gitignore weston-simple-dmabuf-drmGuido Günther1-1/+1
2018-03-16weston: Add a help string for --xwaylandDima Ryazanov1-0/+1
2018-03-16simple-dmabuf-drm: use vfunc for drm_device_destroyGuido Günther1-7/+17
2018-03-16simpla-dmabuf-drm: Use more weston like coding styleGuido Günther1-10/+10
2018-03-16simple-dmabuf-drm: allow multiple backendsGuido Günther3-35/+47
2018-03-16configure.ac: fix have_dbus if dbus support is disabledMichael Tretter1-0/+1
2018-03-16compositor: do not free output region twice in weston_output_set_transform()Ilia Bozhinov1-3/+0
2018-03-16build: honour libinput header locationJan Engelhardt1-1/+4
2018-03-15libweston/compositor: Place timeline recording after checking if stamp is validMarius Vlad1-2/+3
2018-03-14libweston-desktop/xdg-shell-v6: Fix crash when surface has buffer at creationDerek Foreman1-2/+1
2018-03-12clients: consolidate timer code part 2Pekka Paalanen3-87/+24
2018-03-12clients: consolidate timer code part 1Pekka Paalanen3-78/+135
2018-03-09compositor-wayland: Ignore pointer enter on destroyed surfaceDaniel Stone1-0/+7
2018-03-09input: never set keyboard focus without wl_resourcePekka Paalanen1-1/+9
2018-03-09compositor-wayland: handle wl_keyboard.enter(NULL)Pekka Paalanen1-0/+8
2018-03-06autoconf: Remove configure line forgotten in bb707dc0fe331c9af112a0552b7aa6fd...Emmanuel Gil Peyrot1-1/+0
2018-03-01gl-renderer: Create a high priority contextChris Wilson1-2/+34
2018-02-27compositor-drm: Remove no_addfb2 handlingDaniel Stone1-33/+14
2018-02-27compositor-drm: Rename region variableDaniel Stone1-5/+6
2018-02-27compositor-drm: Don't need safe view-list traversalDaniel Stone1-2/+2
2018-02-26configure.ac: bump to version 3.0.91 for the alpha release3.0.91Derek Foreman1-1/+1
2018-02-21compositor-rdp: Correct mouse scrolling directionJason Gerecke1-1/+1
2018-02-20compositor-drm: handle null cursor_planeGreg V1-2/+4
2018-02-20libweston: Implement touch timestamps for input_timestamps_unstable_v1Alexandros Frantzis3-7/+108
2018-02-20libweston: Implement pointer timestamps for input_timestamps_unstable_v1Alexandros Frantzis3-6/+119
2018-02-20libweston: Implement keyboard timestamps for input_timestamps_unstable_v1Alexandros Frantzis3-3/+145
2018-02-20libweston: Introduce input-timestamps supportAlexandros Frantzis2-1/+70
2018-02-20tests: Introduce input timestamps helperAlexandros Frantzis6-6/+263