2 Commits (e42568313c2852c7e58b66ee09dc70fbe66b95f6)

Author SHA1 Message Date
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
Pekka Paalanen d0cbf18d83 screenshooter: print info to log 11 years ago
Pekka Paalanen 4fc5dd0099 compositor: add capability CAPTURE_YFLIP 11 years ago
Kristian Høgsberg e314875d00 input: Merge wl_seat into weston_seat 12 years ago
Rob Bradford e6675c28b5 screenshooter: Free allocated memory where missing from some return paths 12 years ago
Vasily Khoruzhick 2617185b74 screenshoter: add cases for x8r8g8b8 and x8b8g8r8 formats 12 years ago
Vasily Khoruzhick 094ca1d1ed screenshoter: don't use hardcoded bpp value 12 years ago
Rob Bradford ba1e292779 screenshooter: Report an error if we fail to open the file 12 years ago
Rob Bradford 4988703086 screenshooter: Abandon recording rather than use unitialised format 12 years ago
Ander Conselvan de Oliveira b8fcca915b compositor: Move buffer damage fields from weston_output to gl-renderer 12 years ago
Kristian Høgsberg f0377dd3a7 wcap: Transform damage rectangles according to output tranform 12 years ago
John Kåre Alsaker f9e710b57c screenshooter: Use the renderer function for reading out pixels 12 years ago
Ander Conselvan de Oliveira 8ea818fb00 compositor: Generalize output previous damage into per buffer damage 12 years ago
Kristian Høgsberg 79af73e313 compositor-drm: Disable planes when zoomed or capturing 12 years ago
Kristian Høgsberg 49952d1f12 compositor: Introduce weston_output_schedule_repaint() 12 years ago