summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump to version 4.0.0 for the official release4.0.04.0Derek Foreman2018-04-091-2/+2
* terminal: Fix unintended fallthrough to cursor restoreDaniel Stone2018-04-051-0/+1
* configure.ac: bump to version 3.0.93 for the RC1 release3.0.93Derek Foreman2018-04-021-1/+1
* Partially revert "xwm: Add icon support to the frame" and friendsDerek Foreman2018-04-021-86/+2
* Revert "xwm: do not include shadow in input region"Derek Foreman2018-03-281-34/+0
* xwm: Fix two more icon related memory leaksDerek Foreman2018-03-281-0/+5
* ivi-shell: remove dead assignments in layer transitionEmre Ucan2018-03-281-5/+4
* compositor: initialize ret in repaint_timer_handlerEmre Ucan2018-03-281-1/+1
* gl-renderer: set num_images after import_simple_dmabufEmre Ucan2018-03-281-0/+1
* input: fix use-after-free issue at pointer_cancelEmre Ucan2018-03-281-12/+0
* hmi-controller: remove dead assignments in add_launchersEmre Ucan2018-03-281-4/+0
* compositor-drm: remove dead assigment in drm_fb_create_dumbEmre Ucan2018-03-281-2/+0
* xwm: Fix memory leakScott Moreau2018-03-271-2/+19
* Revert "xwm: Fix memory leak"Pekka Paalanen2018-03-201-2/+0
* xwm: Fix memory leakScott Moreau2018-03-201-0/+2
* configure.ac: bump to version 3.0.92 for the beta release3.0.92Derek Foreman2018-03-191-1/+1
* simple-dmabuf-drm: use appropriately sized buffer (freedreno)Guido Günther2018-03-191-3/+5
* simple-dmabuf-drm: Always define ALIGNGuido Günther2018-03-191-1/+1
* Fix an uninitialized variableDima Ryazanov2018-03-191-0/+1
* simple-dmabuf-drm: use getopt_longGuido Günther2018-03-191-24/+27
* simple-dmabuf-drm: use opt bitmask instead of is_immediateGuido Günther2018-03-191-6/+6
* Allow simple-dmabuf-drm to pass y_inverted flagGuido Günther2018-03-191-8/+23
* .gitignore weston-simple-dmabuf-drmGuido Günther2018-03-161-1/+1
* weston: Add a help string for --xwaylandDima Ryazanov2018-03-161-0/+1
* simple-dmabuf-drm: use vfunc for drm_device_destroyGuido Günther2018-03-161-7/+17
* simpla-dmabuf-drm: Use more weston like coding styleGuido Günther2018-03-161-10/+10
* simple-dmabuf-drm: allow multiple backendsGuido Günther2018-03-163-35/+47
* configure.ac: fix have_dbus if dbus support is disabledMichael Tretter2018-03-161-0/+1
* compositor: do not free output region twice in weston_output_set_transform()Ilia Bozhinov2018-03-161-3/+0
* build: honour libinput header locationJan Engelhardt2018-03-161-1/+4
* libweston/compositor: Place timeline recording after checking if stamp is validMarius Vlad2018-03-151-2/+3
* libweston-desktop/xdg-shell-v6: Fix crash when surface has buffer at creationDerek Foreman2018-03-141-2/+1
* clients: consolidate timer code part 2Pekka Paalanen2018-03-123-87/+24
* clients: consolidate timer code part 1Pekka Paalanen2018-03-123-78/+135
* compositor-wayland: Ignore pointer enter on destroyed surfaceDaniel Stone2018-03-091-0/+7
* input: never set keyboard focus without wl_resourcePekka Paalanen2018-03-091-1/+9
* compositor-wayland: handle wl_keyboard.enter(NULL)Pekka Paalanen2018-03-091-0/+8
* autoconf: Remove configure line forgotten in bb707dc0fe331c9af112a0552b7aa6fd...Emmanuel Gil Peyrot2018-03-061-1/+0
* gl-renderer: Create a high priority contextChris Wilson2018-03-011-2/+34
* compositor-drm: Remove no_addfb2 handlingDaniel Stone2018-02-271-33/+14
* compositor-drm: Rename region variableDaniel Stone2018-02-271-5/+6
* compositor-drm: Don't need safe view-list traversalDaniel Stone2018-02-271-2/+2
* configure.ac: bump to version 3.0.91 for the alpha release3.0.91Derek Foreman2018-02-261-1/+1
* compositor-rdp: Correct mouse scrolling directionJason Gerecke2018-02-211-1/+1
* compositor-drm: handle null cursor_planeGreg V2018-02-201-2/+4
* libweston: Implement touch timestamps for input_timestamps_unstable_v1Alexandros Frantzis2018-02-203-7/+108
* libweston: Implement pointer timestamps for input_timestamps_unstable_v1Alexandros Frantzis2018-02-203-6/+119
* libweston: Implement keyboard timestamps for input_timestamps_unstable_v1Alexandros Frantzis2018-02-203-3/+145
* libweston: Introduce input-timestamps supportAlexandros Frantzis2018-02-202-1/+70
* tests: Introduce input timestamps helperAlexandros Frantzis2018-02-206-6/+263