1. e9022e7 compositor: add an exported function to take a screenshot of an output by Giulio Camuffo · 12 years ago
  2. e058cd1 compositor: export weston_buffer_from_resource() by Giulio Camuffo · 12 years ago
  3. a093502 compositor: Use weston_log rather than perror for error messages by Bryce W. Harrington · 11 years ago
  4. fb24eaa Make RDP backend supports arbitrary modes by Hardening · 11 years ago
  5. 842a36a Check return value of wl_cursor functions by Hardening · 11 years ago
  6. 0b4c535 protocol,compositor: split wl_viewport setters by Pekka Paalanen · 11 years ago
  7. f0cad48 compositor: replace weston_buffer_viewport::viewport_set by Pekka Paalanen · 11 years ago
  8. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  9. 7ed251c compositor: use surface_set_size() in one more case by Pekka Paalanen · 11 years ago
  10. 3c9b802 compositor: refactor code into weston_surface_reset_pending_buffer() by Pekka Paalanen · 11 years ago
  11. 260ba38 compositor: buffer can be non-NULL only if newly_attached by Pekka Paalanen · 11 years ago
  12. bb2f3f2 compositor: refactor more into weston_surface_attach by Pekka Paalanen · 11 years ago
  13. b2c8636 weston: Send done event with version 2 of wl_output by Quanxian Wang · 11 years ago
  14. 3a86901 animation: Fix the fade animation to work in both directions by Kristian Høgsberg · 11 years ago
  15. 8404acb compsitor-x11: Report more accurate dimension of outputs by Kristian Høgsberg · 11 years ago
  16. e0de3c2 Add libinput based input device backend by Jonas Ådahl · 11 years ago
  17. 0feb32e udev-seat: Make udev_input own its own udev object reference by Jonas Ådahl · 11 years ago
  18. 58e1586 udev-seat: Make udev_seat_get_named take struct udev_input pointer by Jonas Ådahl · 11 years ago
  19. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  20. b7f8533 Split gl_renderer_setup into two functions by Neil Roberts · 11 years ago
  21. 3c2e66b x11-backend: Override scale from weston.ini if --scale is passed by Kristian Høgsberg · 11 years ago
  22. d89a094 x11-backend: Add a --scale option by Jason Ekstrand · 11 years ago
  23. 50fba97 Fix the pixman renderer with respect to output transforms by Jason Ekstrand · 11 years ago
  24. 2a67902 noop-renderer: Read the shm buffer contents on attach by Emilio Pozuelo Monfort · 11 years ago
  25. 2c87d94 noop-renderer: Set the buffer size on attach requests by Emilio Pozuelo Monfort · 11 years ago
  26. dd9f6bc compositor-headless: create input devices by Emilio Pozuelo Monfort · 11 years ago
  27. db1fccb input: Send leave and enter pair when the surface moves under the cursor by Kristian Høgsberg · 11 years ago
  28. e11ef64 compositor: Drop core ping_handler callout by Kristian Høgsberg · 11 years ago
  29. cbb9158 Don't crash when eglCreateContext fails by Mariusz Ceier · 11 years ago
  30. 9679cf9 Update .gitignore by Jasper St. Pierre · 11 years ago
  31. c94d622 compositor: Move view repositioning logic into shell by Ander Conselvan de Oliveira · 12 years ago
  32. a8a9baf compositor: Remove weston_output::move_signal by Ander Conselvan de Oliveira · 12 years ago
  33. bf539e3 compositor-rpi: Fix input initialization by Emilio Pozuelo Monfort · 11 years ago
  34. 8e96f9e gl-renderer: Use eglSwapBuffersWithDamageEXT when available by Jason Ekstrand · 11 years ago
  35. e5512d4 gl-renderer: Track border damage and only repaint borders on an as-needed basis by Jason Ekstrand · 11 years ago
  36. c896401 input: Run touch binding before calling touch grab by Kristian Høgsberg · 11 years ago
  37. c988362 input: Transform to surface coordinates outside resource for loop by Kristian Høgsberg · 11 years ago
  38. 088ba5e Makefile.am: Fix protocol source files usage by Quentin Glidic · 12 years ago
  39. f84327a input: Remove exported function weston_pointer_verify() by Ander Conselvan de Oliveira · 12 years ago
  40. 32b793c compositor: Clarify XDG_RUNTIME_DIR misconfiguration message by Guillem Jover · 12 years ago
  41. 4d363cf input: Fix weston_seat_init_keyboard() error path by Ander Conselvan de Oliveira · 12 years ago
  42. 23900f7 input: Empty the current input region when configuring pointer surfaces by Ander Conselvan de Oliveira · 12 years ago
  43. b7e3ef4 build: Move src/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 12 years ago
  44. 36d5fac compositor: Fix a couple of #includes to use "" instead of <> by Kristian Høgsberg · 12 years ago
  45. 1afb238 input: Unlink saved kbd focus listener when releasing seat by Jonas Ådahl · 12 years ago
  46. 5f1ea4e Document WESTON_VERSION_AT_LEAST() macro behavior by Kristian Høgsberg · 12 years ago
  47. b3955b0 compositor-drm: Set cursor surface to NULL when pageflip fails by Kristian Høgsberg · 12 years ago
  48. 8259728 evdev: Remove output destroy notifier on device destroy by Kristian Høgsberg · 12 years ago
  49. d3ed6cb drm: prepend stamp space to output mode logging by U. Artie Eoff · 12 years ago
  50. 04633b6 Fix compilation with FreeRdp 1.1 and master v2 by Hardening · 12 years ago
  51. ac9f35a rpi: call eglTerminate if we're bailing by U. Artie Eoff · 12 years ago
  52. 5e854bc rpi-backend: ensure pixels is destroyed in resource_update by U. Artie Eoff · 12 years ago
  53. a62e0e0 animation: don't NULL deref if _run() returns NULL by U. Artie Eoff · 12 years ago
  54. e067b30 rpi: free renderer if we bail early during create by U. Artie Eoff · 12 years ago
  55. 2e2384a compositor: free memory from str config sections after done using it by U. Artie Eoff · 12 years ago
  56. ff75500 compositor-wayland: free 'theme' config option value by U. Artie Eoff · 12 years ago
  57. 1a08d11 compositor-wayland: don't free unallocated memory by U. Artie Eoff · 12 years ago
  58. 13708a4 screenshooter: check for NULL malloc and fix memleaks by U. Artie Eoff · 12 years ago
  59. 1db0072 log: print dummy timestamp if localtime call fails by U. Artie Eoff · 12 years ago
  60. 981fa33 backlight: fix backlight_path memory leak by U. Artie Eoff · 12 years ago
  61. 1be87e3 compositor-drm: Make composite bypass work on secondary outputs by Kristian Høgsberg · 12 years ago
  62. 991f271 Cleanup stray newline in a return statement by Bryce W. Harrington · 12 years ago
  63. 17bccae input: Handle unplugging the output for a touchscreen device by Kristian Høgsberg · 12 years ago
  64. 81038fb Only update the surface size if a new buffer is attached by Jason Ekstrand · 12 years ago
  65. c180977 text: Set context->model to NULL when we deactivate text input by Kristian Høgsberg · 12 years ago
  66. b0fb25d compositor: Init output listeners in weston_view if it's not on any output by Kristian Høgsberg · 12 years ago
  67. 8ca9544 input: Re-pair touch screen when monitor is plugged in by Kristian Høgsberg · 12 years ago
  68. a30e29a input: Ignore touch up events if num_tp is 0 by Kristian Høgsberg · 12 years ago
  69. 4b25587 compositor-drm: consider the best mode of the mode_list as an option by Fabien DESSENNE · 12 years ago
  70. 73d9395 input: Don't leak the initial keymap by Rui Matos · 12 years ago
  71. b0420ae protocol: rename wl_surface_scaler to wl_viewport by Pekka Paalanen · 12 years ago
  72. 2d91ee1 screenshooter: silence a warning by Pekka Paalanen · 12 years ago
  73. 2fce480 input: Remap touch point IDs from multiple touch screens to not overlap by Kristian Høgsberg · 12 years ago
  74. 8b37687 Properly free drm plane during creation of sprites by Chris Michael · 12 years ago
  75. fb8546e Release pointer and keyboard with the seat by Hardening · 12 years ago
  76. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  77. ddc2b1e pixman: Destroy pixman images when underlying buffer is destroyed by Lubomir Rintel · 12 years ago
  78. 24dff2b compositor: Clean up view output move and destroy listeners by Ander Conselvan de Oliveira · 12 years ago
  79. d4ea71e compositor-x11: Set the name field on weston_outputs by Ander Conselvan de Oliveira · 12 years ago
  80. 41b829c screenshooter: Choose output to record from based on keyboard focus by Ander Conselvan de Oliveira · 12 years ago
  81. df42a80 compositor: Initialize output listener links by Kristian Høgsberg · 12 years ago
  82. e22f3bb screenshooter: Record one extra frame when recording stops by Ander Conselvan de Oliveira · 12 years ago
  83. fa1b305 pixman-renderer: implement surface scaling and cropping by Jonny Lamb · 12 years ago
  84. 7413076 compositor: transform surface coordinates if a surface scaler is used by Jonny Lamb · 12 years ago
  85. 8ae3590 compositor: add stub scaler resources by Jonny Lamb · 12 years ago
  86. 5c11a33 Add a weston_surface_set_size function by Jason Ekstrand · 12 years ago
  87. 3123693 desktop-shell: Invalidate saved position when output is destroyed by Zhang, Xiong Y · 12 years ago
  88. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  89. e1e2352 compositor: Don't repaint outputs being destroyed by Ander Conselvan de Oliveira · 12 years ago
  90. 010d0b1 compositor: Ensure views are visible if their output was unplugged by Zhang, Xiong Y · 12 years ago
  91. f301241 compositor: Move views when outputs are moved by Zhang, Xiong Y · 12 years ago
  92. 62a9075 compositor-headless, compositor-rdp: Don't call weston_output_move() by Ander Conselvan de Oliveira · 12 years ago
  93. a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
  94. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  95. f54fa4d compositor-x11: Only destroy one output when the close button is pressed by Ander Conselvan de Oliveira · 12 years ago
  96. d0cb10a evdev: Drop joystick rejection heurstics by Kristian Høgsberg · 12 years ago
  97. cd2f46f evdev: Reject absolute motion if we're not a pointer or a touch device by Kristian Høgsberg · 12 years ago
  98. c67fd1c evdev: Drop obsolete accelerometer reject rule by Kristian Høgsberg · 12 years ago
  99. de5f82c evdev: Remove EVDEV_TOUCH and with it evdev_device->caps by Kristian Høgsberg · 12 years ago
  100. 3d793c9 evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bit by Kristian Høgsberg · 12 years ago