summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-20configure.ac: bump to version 1.11.1 for the point release1.11.11.11Bryce Harrington1-1/+1
2016-09-15weston-launch: Handle invalid command line optionsTom Hochstein1-0/+2
2016-09-15compositor-x11: fix title overflow in x11_backend_create_outputBenoit Gschwind1-9/+19
2016-09-15Remove a wrong closing “extern "C"” in shared/xalloc.cEmmanuel Gil Peyrot1-5/+0
2016-09-15libweston/compositor-rdp: fix no-break space U+A0 (U8+C2A0)Yann E. MORIN1-1/+1
2016-09-15compositor-drm: Stop sending uninit data to the kernelDerek Foreman1-1/+1
2016-09-15fullscreen-shell: avoid access to freed dataArnaud Vrac1-0/+2
2016-09-15weston-editor: Close the data source after sendingDerek Foreman1-0/+2
2016-05-31configure.ac: bump to version 1.11.0 for the official release1.11.0Bryce Harrington1-2/+2
2016-05-31releasing: Update script nameBryce Harrington1-1/+1
2016-05-24configure.ac: bump to version 1.10.93 for the RC1 release1.10.93Bryce Harrington1-1/+1
2016-05-24releasing: Update release docs in regards to the wayland versioned dependencyBryce Harrington1-7/+4
2016-05-24build: Define wayland prereq versionBryce Harrington1-5/+7
2016-05-19desktop-shell: Don’t reconfigure an already fullscreen surfaceEmmanuel Gil Peyrot1-0/+7
2016-05-19ivi: Fix spellings in commentsBryce Harrington1-14/+14
2016-05-19zunitc: use platform-independent macros for integer formattingEmmanuel Gil Peyrot2-22/+27
2016-05-19compositor: use generated constant instead of hardcoded valueFORT David1-1/+1
2016-05-19rdp: Fix the ContextNew callback with recent FreeRDP versionsFORT David1-1/+18
2016-05-19rdp: allow to compile against FreeRDP 2.0FORT David2-8/+20
2016-05-17configure.ac: bump to version 1.10.92 for the beta release1.10.92Bryce Harrington1-1/+1
2016-05-17compositor-drm: Prevent a crash in the pixman rendererEmmanuel Gil Peyrot1-1/+2
2016-05-17compositor-drm: Write a name in the mode generated from a modelineEmmanuel Gil Peyrot1-0/+3
2016-05-17compositor-drm: Remove unused output reference in drm_fbEmmanuel Gil Peyrot1-3/+0
2016-05-17compositor: surface and view output comment fixesPekka Paalanen2-8/+9
2016-05-17compositor: fix comments about weston_compositor::surface_listPekka Paalanen1-4/+2
2016-05-16eventdemo: use %u for uint32_t printingPekka Paalanen1-6/+6
2016-05-13eventdemo: do not print axis events if not requestedPekka Paalanen1-0/+9
2016-05-13eventdemo: use zallocPekka Paalanen1-1/+1
2016-05-13eventdemo: do not print pointer frames alonePekka Paalanen1-0/+26
2016-05-12data: Some client iconsBryce Harrington6-0/+1033
2016-05-12ivi-layout: clarify get_layers_under_surface docPekka Paalanen1-1/+4
2016-05-12ivi-shell-user-interface: ignore all but first seatPekka Paalanen1-0/+4
2016-05-11main: let load_wayland_backend() clean up on errorBenoit Gschwind1-7/+4
2016-05-11main: rename new_config arg of weston_wayland_backend_config_add_new_outputBenoit Gschwind1-6/+6
2016-05-11main: rename new_config arg of weston_wayland_backend_config_releaseBenoit Gschwind1-6/+6
2016-05-11main: rename wayland_backend_config_release functionBenoit Gschwind1-3/+3
2016-05-11main: rename wayland_backend_config_add_new_output functionBenoit Gschwind1-4/+4
2016-05-11main: replace and remove new_config in load_wayland_backend_configBenoit Gschwind1-28/+22
2016-05-11main: rename load_wayland_backend_config arg "config" to wcBenoit Gschwind1-3/+3
2016-05-11compositor-wayland: move configuration parsing to weston main.cBenoit Gschwind2-221/+231
2016-05-11compositor-wayland: add versionning to config structureBenoit Gschwind2-3/+29
2016-05-11compositor-wayland: rename misleading output arg of weston_wayland_output_con...Benoit Gschwind1-19/+19
2016-05-11compositor-wayland: rename wayland_output_init_from_configBenoit Gschwind1-6/+6
2016-05-11compositor-wayland: fix spacing and lines wrapingBenoit Gschwind1-7/+12
2016-05-10drm: port the drm backend to the new init apiGiulio Camuffo4-133/+309
2016-05-06compositor: refactor into convert_size_by_transform_scale()Pekka Paalanen1-40/+40
2016-05-06compositor: constify weston_surface_build_buffer_matrix()Pekka Paalanen1-2/+2
2016-05-04releasing: Correct documentation for script nameBryce Harrington1-1/+1
2016-05-04compositor-wayland: put configuration structure in separate headerBenoit Gschwind3-19/+62
2016-05-04compositor-wayland: split backend_initBenoit Gschwind1-53/+126