1. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
  2. 82d95a6 tests: add wp_viewporter tests by Pekka Paalanen · 9 years ago
  3. eaf4061 protocol: remove scaler.xml by Pekka Paalanen · 9 years ago
  4. 7b69d6c clients/simple-damage: migrate to wp_viewporter by Pekka Paalanen · 9 years ago
  5. 7351100 clients/scaler: migrate to wp_viewporter by Pekka Paalanen · 9 years ago
  6. e95ad5c compositor: migrate to stable viewporter.xml by Pekka Paalanen · 9 years ago
  7. 9e44598 Create a libweston-0.so by Giulio Camuffo · 9 years ago
  8. 179fcda Split the modules and include files between weston and libweston by Giulio Camuffo · 9 years ago
  9. 8aedf7b libinput: don't use weston_config when configuring input devices by Giulio Camuffo · 9 years ago
  10. 26f62d4 Move part of screenshooter.c to weston-screenshooter.c by Giulio Camuffo · 9 years ago
  11. ca52b31 Remove Raspberry Pi backend and renderer by Pekka Paalanen · 9 years ago
  12. 6bc5254 data: Some client icons by Bryce Harrington · 9 years ago
  13. 1c0e40d drm: port the drm backend to the new init api by Giulio Camuffo · 9 years ago
  14. 639322a compositor-wayland: put configuration structure in separate header by Benoit Gschwind · 9 years ago
  15. e16acab x11: port the x11 backend to the new init api by Benoit Gschwind · 9 years ago
  16. 934e89a fbdev-backend: refactor configuration API by Benoit Gschwind · 9 years ago
  17. bd57310 compositor-rdp: refactor configuration API by Benoit Gschwind · 9 years ago
  18. 57c83f6 build: actually use CLOCK_GETTIME_LIBS for libzunitc by Gustavo Zacarias · 9 years ago
  19. 34d5985 build: add check for clock_gettime() in librt by Gustavo Zacarias · 9 years ago
  20. 3c53094 headless: port the headless backend to the new init api by Benoit Gschwind · 9 years ago
  21. aff703e Makefile: fix systemd-notify plugin CFLAGS by Pekka Paalanen · 9 years ago
  22. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  23. 32ca791 ivi-shell: introduce ivi-layout-shell.h by Pekka Paalanen · 9 years ago
  24. b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
  25. 35552aa Makefile: handle also stable wayland-protocols by Pekka Paalanen · 9 years ago
  26. 2e49794 Makefile: move presentation_timing source out of toytoolkit by Pekka Paalanen · 9 years ago
  27. 5d43af3 clients: add simple-v4l-dmabuf client by Emmanuel Gil Peyrot · 10 years ago
  28. 3b65b0b clients: rename simple-dmabuf into simple-dmabuf-intel by Emmanuel Gil Peyrot · 10 years ago
  29. 5b0b770 Remove workspaces protocol by Jonas Ådahl · 10 years ago
  30. cf1efd2 Rename screenshooter protocol to weston_screenshooter by Jonas Ådahl · 10 years ago
  31. 6d6fb61 desktop-shell: Rename protocol weston_desktop_shell by Jonas Ådahl · 10 years ago
  32. 2a22933 Use xdg_shell protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  33. 08ab0bc Makefile.am: Make the external xml scanning rule version generic by Jonas Ådahl · 10 years ago
  34. b57f472 Use input method protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  35. 3bcba34 Use text input protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  36. 57e48f0 Use linux-dmabuf protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  37. 496adb3 Use fullscreen-shell.xml from wayland-protocols by Jonas Ådahl · 10 years ago
  38. e292694 build: Add -lrt for programs that use clock_gettime() by Derek Foreman · 10 years ago
  39. ae2541d ivi-shell: install ivi-layout-export.h by Ucan, Emre \(ADITG/SW1\) · 10 years ago
  40. 94fd9a5 compositor: remove systemd-notify.h by Egor Starkov · 10 years ago
  41. a0dd5b4 systemd: Fix distcheck for typo in header path by Bryce Harrington · 10 years ago
  42. 7ce2e97 compositor: systemd notifications support by Egor Starkov · 10 years ago
  43. 892122e tests: Migrate screenshot code from internal test to client helpers by Bryce Harrington · 10 years ago
  44. cb15620 launcher: fix broken distcheck by Derek Foreman · 10 years ago
  45. 72dea06 launcher: Split out launcher implementations into three distinct ones by Jasper St. Pierre · 10 years ago
  46. 30bcf35 launcher: Rename logind-util to launcher-logind by Jasper St. Pierre · 10 years ago
  47. 5386898 clients: add simple-dmabuf client by George Kiagiadakis · 11 years ago
  48. a352580 gl-renderer: add dmabuf import by Pekka Paalanen · 11 years ago
  49. 230f3b1 dmabuf: implement linux_dmabuf extension by Pekka Paalanen · 11 years ago
  50. 23ab715 protocol: add linux_dmabuf extension (v3) by Pekka Paalanen · 11 years ago
  51. 2eff22b build: mkdir target weston.ini directories before writing by Ross Burton · 10 years ago
  52. 179c186 Adding doxygen setup and info for the testing framework. by Jon A. Cruz · 10 years ago
  53. a67c541 Converted the config parser test to the new framework. by Jon A. Cruz · 10 years ago
  54. 646aef5 Enables output in the JUnit XML format. by Jon A. Cruz · 10 years ago
  55. 315476f build: don't duplicate rule for weston.desktop by Ross Burton · 10 years ago
  56. f507ec3 compositor-drm: Allow instant start of repaint loop. (v4) by Mario Kleiner · 10 years ago
  57. aa21f62 shared: introduce timespec-util.h by Pekka Paalanen · 10 years ago
  58. bab996e compositor: move the main() to a new main.c file by Giulio Camuffo · 11 years ago
  59. 5a75a41 Added simple unit/integration test framework and corresponding test program. by Jon A. Cruz · 10 years ago
  60. 4ff3874 build: Use AM_CFLAGS instead of GCC_CFLAGS by Derek Foreman · 10 years ago
  61. 0a9d348 Remove weston-screensaver by Pekka Paalanen · 10 years ago
  62. 360cfb0 Do not install the new helpers macro header file. by Jon A. Cruz · 10 years ago
  63. b09da24 Added new include file to all SOURCES variables with files that use it. by Jon A. Cruz · 10 years ago
  64. bbdd9bc ivi: Use build dir instead of libexec dir in generated test ini file by Derek Foreman · 10 years ago
  65. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  66. 1ce2ef5 internal-screenshot-test: Make distcheck pass by Derek Foreman · 10 years ago
  67. fb9089d tests: Add internal test for the weston test screenshot capability by Bryce Harrington · 11 years ago
  68. ed2c644 tests: Support --config to enable tests to override config defaults by Bryce Harrington · 10 years ago
  69. 6d11679 build: fix setuid check by Derek Foreman · 10 years ago
  70. 90f23ca build: give explicit error when unable to setuid on install. by Jon A. Cruz · 10 years ago
  71. 46804ca tests: add ivi_layout stand-alone test module by Pekka Paalanen · 10 years ago
  72. f5b74f7 tests: ivi_layout test infrastructure by Pekka Paalanen · 10 years ago
  73. 0eb0941 tests: add a basic ivi-shell test by Pekka Paalanen · 10 years ago
  74. 8cb2587 ivi-shell/weston.ini: fix paths by Pekka Paalanen · 10 years ago
  75. f3a3453 build: generate weston-ivi.ini for tests by Pekka Paalanen · 10 years ago
  76. 5fd8140 tests: add tests for devices handling by Marek Chalupa · 10 years ago
  77. 51a7ae5 clients & tests: use eglGetPlatformDisplayEXT when supported by Jonny Lamb · 10 years ago
  78. 312fe5f surface-screenshot: a new manual test module by Pekka Paalanen · 10 years ago
  79. 899b50b shared: add file_create_dated() helper by Pekka Paalanen · 10 years ago
  80. f6a6592 tests: Rename wayland-test to weston-test by Derek Foreman · 10 years ago
  81. d2c6892 build: do not install ivi-shell png files with "--disable-ivi-shell" by Manuel Bachmann · 10 years ago
  82. a9d0b68 releasing: Revert fix and just document work-around of Xwayland path by Bryce Harrington · 10 years ago
  83. 023b265 build: Pass along any user-specified xserver path to distcheck by Bryce Harrington · 10 years ago
  84. 2ef9e81 build: Enable xwayland-test during distcheck by Derek Foreman · 10 years ago
  85. 194ca2b Makefile: fix assigning to dist_wayland_session_DATA by Marek Chalupa · 11 years ago
  86. 0b85f6d Makefile.am: Use fine-grained dist control for desktop file by Bryce Harrington · 11 years ago
  87. 4f4b47a build: install a login manager session entry by Lubomir Rintel · 11 years ago
  88. 6161357 Revert "simple-egl: HACK to report presentation flags" by Bryce Harrington · 11 years ago
  89. b77acf5 simple-egl: HACK to report presentation flags by Pekka Paalanen · 11 years ago
  90. 28dc18c ivi-shell: make ivi-layout.c as a part of ivi-shell.so by Nobuhiko Tanibata · 11 years ago
  91. b502654 compositor: Implement JSON-timeline logging by Pekka Paalanen · 11 years ago
  92. 0038b73 ivi-shell: reference implementation of input panel for ivi-shell by Nobuhiko Tanibata · 11 years ago
  93. 4f01a0b clients: support ivi-application.xml for clients/simple-egl.c by Nobuhiko Tanibata · 11 years ago
  94. fba4ea3 clients: support ivi-application.xml for clients/simple-shm.c by Nobuhiko Tanibata · 11 years ago
  95. 45d4cbf ivi-shell: a reference of weston.ini for ivi-shell and ivi-hmi-controller. by Nobuhiko Tanibata · 11 years ago
  96. 001a543 data: add reference image files for weston-ivi-shell-user-interface by Nobuhiko Tanibata · 11 years ago
  97. 923bc14 clients: a reference implementation of UI client how to use ivi-hmi-controller. by Nobuhiko Tanibata · 11 years ago
  98. 4f6853b ivi-shell: a reference implementation how to use ivi-layout internal APIs by Nobuhiko Tanibata · 11 years ago
  99. 68cfabb protocol: ivi hmi controller protocol to set up IVI style UI by Nobuhiko Tanibata · 11 years ago
  100. 487adc4 ivi-shell: add the shell plugin for In-Vehicle Infotainment system by Nobuhiko Tanibata · 11 years ago