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