1. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  2. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/screenshooter.c]
  3. 26f62d4 Move part of screenshooter.c to weston-screenshooter.c by Giulio Camuffo · 9 years ago
  4. cf1efd2 Rename screenshooter protocol to weston_screenshooter by Jonas Ådahl · 10 years ago
  5. 9054e4c screenshooter: correct output ordering of screencast recording when Y-flip is off by Tomohito Esaki · 10 years ago
  6. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  7. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  8. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  9. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  10. 2a746a5 screenshooter: clean up recorder_binding a little by Derek Foreman · 10 years ago
  11. aff7c33 screenshooter: remove useless cast by Derek Foreman · 10 years ago
  12. ab9285b screenshooter: fix various memory handling by Marek Chalupa · 11 years ago
  13. de44761 Use zalloc rather than malloc and manually setting members to 0 by Bryce Harrington · 11 years ago
  14. 974c094 fix asprintf warnings by Pekka Paalanen · 11 years ago
  15. c721043 tests: allow running make check without make install by Derek Foreman · 11 years ago
  16. 886b009 screenshooter: Add a missing return; in an error path by Jasper St. Pierre · 11 years ago
  17. c91408f Don't bother destroying resources after sending an error by Jasper St. Pierre · 11 years ago
  18. bfd74f4 Check zalloc return for out of memory situation by Bryce W. Harrington · 11 years ago
  19. c6ab3d5 compositor: let the shells create the screenshooter by Giulio Camuffo · 12 years ago
  20. e9022e7 compositor: add an exported function to take a screenshot of an output by Giulio Camuffo · 12 years ago
  21. 13708a4 screenshooter: check for NULL malloc and fix memleaks by U. Artie Eoff · 11 years ago
  22. 2d91ee1 screenshooter: silence a warning by Pekka Paalanen · 11 years ago
  23. 41b829c screenshooter: Choose output to record from based on keyboard focus by Ander Conselvan de Oliveira · 12 years ago
  24. e22f3bb screenshooter: Record one extra frame when recording stops by Ander Conselvan de Oliveira · 12 years ago
  25. e505171 Add calls to wl_shm_buffer_begin/end_access by Neil Roberts · 12 years ago
  26. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  27. 08b58c7 compositor: Handle OOM in weston_buffer_from_resource() by Kristian Høgsberg · 12 years ago
  28. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  29. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  30. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  31. 4c6ddf1 compositor: Remove a few legacy uses of wl_object by Kristian Høgsberg · 12 years ago
  32. 6bd6294 Add a weston_buffer structure to replace wl_buffer by Jason Ekstrand · 12 years ago
  33. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  34. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  35. b846a8d screenshooter: Scale damage by output scale in screen recorder by Alexander Larsson · 12 years ago
  36. 5576546 screenshoter: Make recorder handle PIXMAN_x8r8g8b8 by Alexander Larsson · 12 years ago
  37. d0cbf18 screenshooter: print info to log by Pekka Paalanen · 12 years ago
  38. 4fc5dd0 compositor: add capability CAPTURE_YFLIP by Pekka Paalanen · 12 years ago
  39. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  40. e6675c2 screenshooter: Free allocated memory where missing from some return paths by Rob Bradford · 12 years ago
  41. 2617185 screenshoter: add cases for x8r8g8b8 and x8b8g8r8 formats by Vasily Khoruzhick · 12 years ago
  42. 094ca1d screenshoter: don't use hardcoded bpp value by Vasily Khoruzhick · 12 years ago
  43. ba1e292 screenshooter: Report an error if we fail to open the file by Rob Bradford · 13 years ago
  44. 4988703 screenshooter: Abandon recording rather than use unitialised format by Rob Bradford · 13 years ago
  45. b8fcca9 compositor: Move buffer damage fields from weston_output to gl-renderer by Ander Conselvan de Oliveira · 13 years ago
  46. f0377dd wcap: Transform damage rectangles according to output tranform by Kristian Høgsberg · 13 years ago
  47. f9e710b screenshooter: Use the renderer function for reading out pixels by John Kåre Alsaker · 13 years ago
  48. 8ea818f compositor: Generalize output previous damage into per buffer damage by Ander Conselvan de Oliveira · 13 years ago
  49. 79af73e compositor-drm: Disable planes when zoomed or capturing by Kristian Høgsberg · 13 years ago
  50. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  51. 9c9b3a4 recorder: Always initialize prev when computing the run-length by Kristian Høgsberg · 13 years ago
  52. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  53. ae2ba9b screenshooter: Just use frame signal for screenshots too by Kristian Høgsberg · 13 years ago
  54. e9d0492 compositor: Emit frame_signal from weston_output_do_read_pixels() by Kristian Høgsberg · 13 years ago
  55. f6f69d3 wcap: Make recorder debug code compile again by Kristian Høgsberg · 13 years ago
  56. 325fc2d Split bindings into separate key/button/axis bindings by Daniel Stone · 13 years ago
  57. 053be42 wcap: Compute per-component deltas by Kristian Høgsberg · 13 years ago
  58. 2bcb2fc wcap: Rename wcap-encode to just wcap by Kristian Høgsberg · 13 years ago
  59. 894e0b5 wcap: Move wcap structs and constants to a shader header by Kristian Høgsberg · 13 years ago
  60. e012c82 wcap: Discard first frame since it doesn't have a full frame of damage by Kristian Høgsberg · 13 years ago
  61. 3b96960 wcap: Add a file format magic number and add the pixel format to the header by Kristian Høgsberg · 13 years ago
  62. 5fb70bf Add screen recorder tool by Kristian Høgsberg · 13 years ago
  63. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  64. 72c2372 screenshooter: Move buffer assembly to client side by Scott Moreau · 13 years ago
  65. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  66. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  67. 45fab0e screenshooter: refactor the copy loop by Pekka Paalanen · 13 years ago
  68. 02e79dc compositor: Add a destroy signal and turn weston_shell into signals by Kristian Høgsberg · 13 years ago
  69. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  70. 80d27b7 screenshooter: Properly handle multiple outputs. by Scott Moreau · 13 years ago
  71. f9247dd compositor: Use GL_BGRA_EXT for glReadPixels in screenshooter by Kristian Høgsberg · 13 years ago
  72. 56456d6 Secure screenshooter protocol. by Scott Moreau · 13 years ago
  73. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  74. 3466bc8 Merge remote-tracking branch 'pq/compositor-dtors-v1' by Kristian Høgsberg · 14 years ago
  75. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (94%) from compositor/screenshooter.c]
  76. 43c61d8 compositor-x11: improve x11_destroy() by Pekka Paalanen · 14 years ago
  77. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  78. 97d44aa Pass resources to functions that take object references by Kristian Høgsberg · 14 years ago
  79. d9551a3 compositor: drop wl_display_add_object() by Kristian Høgsberg · 14 years ago
  80. 904055a compositor: Make all exported objects wl_resources by Kristian Høgsberg · 14 years ago
  81. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  82. 8544903 compositor: Screenhoot into a client provided shm buffer by Kristian Høgsberg · 14 years ago
  83. cf57dc5 Update to work with scanner that doesn't hardcode wl_* by Kristian Høgsberg · 14 years ago
  84. 0fe0eb3 Screenshots were upside down by Tim Wiederhake · 14 years ago
  85. c4df99c Replace gdk_pixbuf_unref with g_object_unref by Darxus@chaosreigns.com · 14 years ago
  86. c5dcb90 Use scanner for screenshooter protocol by Kristian Høgsberg · 15 years ago
  87. 76b4332 Move example compositor to subdirectory by Kristian Høgsberg · 15 years ago[Renamed from screenshooter.c]
  88. fc783d4 Split native drm part of compositor out by Kristian Høgsberg · 15 years ago