summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump to version 3.0.0 for the official release3.0.03.0Bryce Harrington2017-08-081-3/+3
* libweston-desktop/xdg-shell-v5: initialize configure listArnaud Vrac2017-08-051-0/+2
* configure.ac: bump to version 2.99.93 for the RC1 release2.99.93Bryce Harrington2017-08-011-1/+1
* desktop-shell: Set surface resizing state during interactive resizePhilipp Kerling2017-07-281-0/+7
* libweston-desktop/xdg-shell: Properly properly handle ack_configureDerek Foreman2017-07-272-2/+6
* input: Stop leaking libinput event source on session deactivationDerek Foreman2017-07-271-1/+4
* compositor-drm: reset KMS state on VT-switch inPekka Paalanen2017-07-271-1/+17
* logind: actually close fd in launcher_logind_closeDerek Foreman2017-07-271-0/+1
* libweston-desktop/xdg-shell: Check window geometry instead of surface size ag...Philipp Kerling2017-07-262-2/+9
* desktop-shell: Track focused shell surface by main surfacePhilipp Kerling2017-07-261-1/+1
* configure.ac: bump to version 2.99.92 for the beta release2.99.92Bryce Harrington2017-07-251-1/+1
* libweston: introduce weston_output_from_resource()Pekka Paalanen2017-07-2511-11/+30
* libweston: make weston_output::connection_internal a boolPekka Paalanen2017-07-252-2/+2
* libweston: extend output->region lifetimePekka Paalanen2017-07-251-22/+10
* libweston: move globals to weston_compositor_add_output()Pekka Paalanen2017-07-251-9/+9
* libweston: move output id into add/remove_output()Pekka Paalanen2017-07-251-12/+18
* libweston: prevent double weston_output_enable()Pekka Paalanen2017-07-251-1/+12
* libweston: specify weston_output::enabledPekka Paalanen2017-07-252-6/+5
* libweston: move asserts to add_pending_output()Pekka Paalanen2017-07-251-4/+3
* libweston: unexport weston_output_update_matrix()Pekka Paalanen2017-07-252-3/+4
* libweston: unexport weston_compositor_add_output()Pekka Paalanen2017-07-252-4/+1
* libweston: two more weston_output docsPekka Paalanen2017-07-251-0/+41
* libweston: let add/remove_output handle the listsPekka Paalanen2017-07-251-12/+14
* libweston: use helper var in weston_compositor_remove_outputPekka Paalanen2017-07-251-3/+4
* libweston: untangle weston_compositor_remove_output docPekka Paalanen2017-07-251-10/+16
* ivi-shell: Fixed broken link to wiki page in ivi-layout header fileMichael Teyfel2017-07-251-1/+1
* ivi-shell: remove orientation calculationUcan, Emre (ADITG/SW1)2017-07-241-76/+4
* ivi-shell: remove layer_set_orientation APIUcan, Emre (ADITG/SW1)2017-07-243-86/+0
* ivi-shell: remove surface_set_orientation APIUcan, Emre (ADITG/SW1)2017-07-245-77/+0
* ivi-shell: add_screen_remove_layer APIUcan, Emre (ADITG/SW1)2017-07-242-0/+32
* xwm: update override-redirect surface's position upon configure_notifyIlia Bozhinov2017-07-212-1/+10
* libweston-desktop/xdg-shell: Properly handle ack_configureQuentin Glidic2017-07-202-17/+122
* libweston-desktop/xdg-shell: Check surface size against acknowledged sizeQuentin Glidic2017-07-182-4/+8
* libweston-desktop/xdg-shell: Add pending/next/current structsQuentin Glidic2017-07-122-79/+98
* libweston-desktop/xdg-shell: Rename requested_ to pending_Quentin Glidic2017-07-122-57/+57
* configure.ac: bump to version 2.99.91 for the alpha release2.99.91Bryce Harrington2017-07-111-1/+1
* configure: Stop printing libxkbcommon in configure resultsDerek Foreman2017-07-031-1/+0
* dmabuf: Don't crash clients by sending version inappropriate eventsDerek Foreman2017-07-031-0/+2
* linux-dmabuf: Fix crash with no valid modifiersDerek Foreman2017-07-031-1/+2
* gl-renderer: Fix some missing newlines in log messagesDerek Foreman2017-07-031-3/+3
* input: Remove --disable-xkbcommonDerek Foreman2017-07-033-123/+35
* libweston-desktop/xdg-shell: Consolidate configure event sendingQuentin Glidic2017-06-262-63/+113
* libweston-desktop/xdg_shell_v6: Send error on wrongly-sized bufferQuentin Glidic2017-06-261-16/+20
* clients/simple-dmabuf-drm: import with dmabuf modifiersVarad Gautam2017-06-124-40/+3227
* clients/simple-dmabuf-drm: add freedreno support alongside intelVarad Gautam2017-06-123-42/+197
* clients/simple-dmabuf-intel: rename to simple-dmabuf-drmVarad Gautam2017-06-123-17/+17
* gl-renderer: allow importing fourth dmabuf planeVarad Gautam2017-06-122-1/+21
* gl-renderer: allow importing dmabufs with format modifiersVarad Gautam2017-06-122-3/+32
* linux-dmabuf: advertise supported formats and modifiersVarad Gautam2017-06-122-4/+38
* gl-renderer: support format and modifier queriesVarad Gautam2017-06-123-1/+98