16 Commits (419d6a9cf5c024e9009592c26235ef94b565249a)

Author SHA1 Message Date
Paul Kocialkowski 7678ec9209 screenshooter: Add SHM buffer destroy listener to avoid invalid memcpy 2 years ago
Pekka Paalanen b966fd07ea libweston: change read_format to struct pixel_format_info 2 years ago
Daniel Stone fef8bb275c weston_buffer: Make use of weston_buffer->type 2 years ago
Daniel Stone ca9bb01fe6 renderers: Set buffer properties earlier 2 years ago
Pekka Paalanen b4f91edb5e libweston: do not damage on screenshot 4 years ago
Leandro Ribeiro e28e831211 screenshooter: get previous_damage from data argument instead of weston_output 5 years ago
Leandro Ribeiro dd0d0b0df1 screenshooter: stop using frame_signal void *data parameter to get weston_output 5 years ago
Ankit Nautiyal 93dde245ee libweston: Add functions to modify disable_planes counter for an output 5 years ago
Marius Vlad 63ef078ada libweston: Migrate functions that operate on 'weston_output' into backend header 5 years ago
Marius Vlad 3ff296e934 libweston: Migrate functions that perform various transformations 5 years ago
Antonio Borneo 3957863667 log: remove "%m" from format strings by using strerror(errno) 5 years ago
Pekka Paalanen 3d5d9476e3 Rename compositor.h to libweston/libweston.h 6 years ago
Marius Vlad a0d9cc64f6 libweston/screnshooter: Fix weston screenshot event done if there's no client running 6 years ago
Alexandros Frantzis e6ac2afa56 libweston: Use struct timespec for the output presentation timestamp 7 years ago
Jussi Kukkonen 649bbce607 include stdint.h for int32_t/uint32_t 8 years ago
Pekka Paalanen b5e3ea218b Rename src/ to libweston/ 8 years ago
Giulio Camuffo 26f62d4247 Move part of screenshooter.c to weston-screenshooter.c 8 years ago
Jonas Ådahl cf1efd2ab7 Rename screenshooter protocol to weston_screenshooter 9 years ago
Tomohito Esaki 9054e4c8c4 screenshooter: correct output ordering of screencast recording when Y-flip is off 9 years ago
Derek Foreman 8ae2db5b0c input: Pass the appropriate pointer type to bindings instead of a seat 9 years ago
Jon Cruz 867d50eea7 Unified multiple definitions of container_of() macro. 9 years ago
Jon Cruz 4678bab13c Remove redundant #include path component. 9 years ago
Bryce Harrington a0bbfea64b src: Update boilerplate from MIT X11 license to MIT Expat license 9 years ago
Derek Foreman 2a746a52d4 screenshooter: clean up recorder_binding a little 9 years ago
Derek Foreman aff7c334fa screenshooter: remove useless cast 10 years ago
Marek Chalupa ab9285bf8a screenshooter: fix various memory handling 10 years ago
Bryce Harrington de44761a1a Use zalloc rather than malloc and manually setting members to 0 10 years ago
Pekka Paalanen 974c094060 fix asprintf warnings 10 years ago
Derek Foreman c7210434d4 tests: allow running make check without make install 10 years ago
Jasper St. Pierre 886b0098c3 screenshooter: Add a missing return; in an error path 10 years ago
Jasper St. Pierre c91408f3fb Don't bother destroying resources after sending an error 10 years ago
Bryce W. Harrington bfd74f40f3 Check zalloc return for out of memory situation 11 years ago
Giulio Camuffo c6ab3d52f5 compositor: let the shells create the screenshooter 11 years ago
Giulio Camuffo e9022e79c8 compositor: add an exported function to take a screenshot of an output 11 years ago
U. Artie Eoff 13708a4d67 screenshooter: check for NULL malloc and fix memleaks 11 years ago
Pekka Paalanen 2d91ee171b screenshooter: silence a warning 11 years ago
Ander Conselvan de Oliveira 41b829c025 screenshooter: Choose output to record from based on keyboard focus 11 years ago
Ander Conselvan de Oliveira e22f3bb5da screenshooter: Record one extra frame when recording stops 11 years ago
Neil Roberts e505171a32 Add calls to wl_shm_buffer_begin/end_access 11 years ago
Hardening ff39efa5c0 Rename current, origin, scale, origin_scale 11 years ago
Kristian Høgsberg 08b58c7c12 compositor: Handle OOM in weston_buffer_from_resource() 11 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 11 years ago
Kristian Høgsberg 919cddb0ab Convert to wl_global_create/destroy() 11 years ago
Jason Ekstrand a85118c1b8 Use wl_resource_create() for creating resources 11 years ago
Kristian Høgsberg 4c6ddf102c compositor: Remove a few legacy uses of wl_object 11 years ago
Jason Ekstrand 6bd6294f4a Add a weston_buffer structure to replace wl_buffer 11 years ago
Jason Ekstrand a0d2dde6cd output: Use wl_resource_get accessors for weston_output resources 11 years ago
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 11 years ago
Alexander Larsson b846a8d45e screenshooter: Scale damage by output scale in screen recorder 11 years ago
Alexander Larsson 5576546e3d screenshoter: Make recorder handle PIXMAN_x8r8g8b8 11 years ago