1. 0e2ab36 platform: provide platform_base fallbacks and remove ifdefs by Jonny Lamb · 10 years ago
  2. 5c33290 nested-client: include platform.h by Jonny Lamb · 10 years ago
  3. f1ec506 gl-renderer: provide platform_base fallbacks and remove ifdefs by Jonny Lamb · 10 years ago
  4. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  5. ace6920 compositor-{drm, wayland, x11}: remove useless tests for ->supports by Jonny Lamb · 10 years ago
  6. a3e6a4a gl-renderer: move all EGL_PLATFORM_* defines here by Jonny Lamb · 10 years ago
  7. 445fb69 gl-renderer: fix build with --disable-egl by Jonny Lamb · 10 years ago
  8. 62185f4 compositor-{drm, x11, wayland}: stop including EGL headers here by Jonny Lamb · 10 years ago
  9. 41d2ccc man: update weston's shells by Pekka Paalanen · 10 years ago
  10. 4bdcb57 clients & tests: use eglCreatePlatformWindowSurfaceEXT when supported by Jonny Lamb · 10 years ago
  11. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  12. 51a7ae5 clients & tests: use eglGetPlatformDisplayEXT when supported by Jonny Lamb · 10 years ago
  13. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  14. 111c6f9 compositor: fix return code from main() by Pekka Paalanen · 10 years ago
  15. 8fd4de4 compositor: warn about insane repaint delay by Pekka Paalanen · 10 years ago
  16. 0513a95 compositor: add repaint delay timer by Pekka Paalanen · 11 years ago
  17. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  18. b407024 input: Make setting the same pointer cursor state again a no-op by Jonas Ådahl · 10 years ago
  19. a86c3ee Spellcheck fixes by Bryce Harrington · 10 years ago
  20. a413ff8 tests: use two roundtrips for global events by Marek Chalupa · 10 years ago
  21. 70ac0ed desktop-shell: don't allow negative values in drag resize by Derek Foreman · 10 years ago
  22. 561662b compositor-fbdev: fix output transformations by Derek Foreman · 10 years ago
  23. 44ed70b compositor-fbdev: allow configuring transform in the ini file by Derek Foreman · 10 years ago
  24. 8f1b32f compositor-rpi: give the output a name by Derek Foreman · 10 years ago
  25. f3723d9 input: don't assume outputs have names by Derek Foreman · 10 years ago
  26. e516c3b compositor-fbdev: give the output a name by Derek Foreman · 10 years ago
  27. c93782a pixman-renderer: implement view scissor by Pekka Paalanen · 10 years ago
  28. d7ca6b0 pixman-renderer: implement source clipping by Pekka Paalanen · 10 years ago
  29. ccf99ce pixman-renderer: move code to draw_view_translated() by Pekka Paalanen · 10 years ago
  30. 11af0d9 pixman-renderer: change repaint_region() arguments by Pekka Paalanen · 10 years ago
  31. f75b6bb pixman-renderer: refactor into region_intersect_only_translation() by Pekka Paalanen · 10 years ago
  32. 23d4af5 pixman-renderer: add view_transformation_is_translation() by Pekka Paalanen · 10 years ago
  33. 6ea523b pixman-renderer: refactor transformation computation by Pekka Paalanen · 10 years ago
  34. e54e31c compositor: add weston_surface_to_buffer_region() by Pekka Paalanen · 10 years ago
  35. 8870a23 pixman-renderer: simplify the output-to-buffer matrix computation by Jason Ekstrand · 11 years ago
  36. 1e05904 compositor: Add surface-to-buffer and buffer-to-surface matrices by Jason Ekstrand · 11 years ago
  37. 0f67941 compositor: use weston_matrix_transform for weston_output_transform_coordinate by Derek Foreman · 11 years ago
  38. c143df1 rpi-renderer: minimal fix to zoom coordinates by Pekka Paalanen · 10 years ago
  39. 87535e2 zoom: Use pixels instead of GL coordinates by Jason Ekstrand · 11 years ago
  40. fb23df7 Use pixel coordinates for weston_output.matrix by Jason Ekstrand · 11 years ago
  41. 9808708 zoom: remove unused args from weston_zoom_transition by Pekka Paalanen · 10 years ago
  42. 13fd446 zoom: remove animation_xy as unused by Pekka Paalanen · 10 years ago
  43. f3744f5 xwayland: wm: fix an invalid read by Ryo Munakata · 10 years ago
  44. ae0c6e3 gl-renderer: Call glViewport after the context is made current by Jason Ekstrand · 11 years ago
  45. 76fb7ec shell,compositor-x11: Fix trivial memory leaks by Ryo Munakata · 10 years ago
  46. 493d979 window: Fix crash in input_set_pointer_image when cursor is special by Derek Foreman · 10 years ago
  47. fa79b1d gl-renderer: implement view scissor by Pekka Paalanen · 10 years ago
  48. 5580f22 compositor-drm: avoid scissor in assign_planes by Pekka Paalanen · 10 years ago
  49. 380adf5 compositor: add weston_view_set_mask() API and state by Pekka Paalanen · 10 years ago
  50. fc22a52 compositor: restructure weston_compositor_pick_view() by Pekka Paalanen · 10 years ago
  51. 6c7a1c7 ivi-shell: add exit binding by Pekka Paalanen · 10 years ago
  52. e35b223 ivi-shell: developer mode debug key bindings by Pekka Paalanen · 10 years ago
  53. 2829f7c compositor,shell: move debug key code to core by Pekka Paalanen · 10 years ago
  54. 703f502 ivi-layout: separate declarations from code by Carlos Olmedo Escobar · 10 years ago
  55. 5ba1e1d xdg-shell: Bump unstable version by Jasper St. Pierre · 10 years ago
  56. c7384a0 xdg-shell: Rewrite documentation by Jasper St. Pierre · 10 years ago
  57. 084aa0b xdg-shell: Add a simple destructor request by Jasper St. Pierre · 10 years ago
  58. 24185e2 xdg-shell: Add invalid_parent error to xdg_popup by Jonas Ådahl · 10 years ago
  59. da6ecd0 xdg-shell: Send an error when the client uses the not-topmost popup by Jasper St. Pierre · 10 years ago
  60. 14f330c xdg-shell: Remove the flags from get_xdg_popup by Jasper St. Pierre · 10 years ago
  61. ecf2a0f xdg-shell: Remove the serial from popup_done by Jasper St. Pierre · 10 years ago
  62. 66bc949 xdg-shell: Take a xdg_surface as the parent surface by Jasper St. Pierre · 10 years ago
  63. 502f5e0 compositor: fix plane coords in view_accumulate_damage() by Pekka Paalanen · 10 years ago
  64. c7d7fdf compositor: let view_compute_bbox() take a box32_t by Pekka Paalanen · 10 years ago
  65. efd08c7 compositor: weston_output::region is in global coords by Pekka Paalanen · 10 years ago
  66. 9e944d3 compositor: remove dead code from weston_output_move() by Pekka Paalanen · 10 years ago
  67. e508ce6 compositor: note, weston_surface_damage does it wrong by Pekka Paalanen · 10 years ago
  68. fbd00f1 compositor: document view->transform.* regions by Pekka Paalanen · 10 years ago
  69. 6764bbe pixman-renderer: implement surface_copy_content by Pekka Paalanen · 10 years ago
  70. eb35cbe gl-renderer: implement surface_copy_content by Pekka Paalanen · 10 years ago
  71. aeb917e gl-renderer: add BUFFER_TYPE_SOLID by Pekka Paalanen · 10 years ago
  72. 312fe5f surface-screenshot: a new manual test module by Pekka Paalanen · 10 years ago
  73. 23a0700 timeline: use file_create_dated() helper by Pekka Paalanen · 10 years ago
  74. 899b50b shared: add file_create_dated() helper by Pekka Paalanen · 10 years ago
  75. c647ed7 compositor: add surface-shooting API by Pekka Paalanen · 10 years ago
  76. f6a6592 tests: Rename wayland-test to weston-test by Derek Foreman · 10 years ago
  77. 25c0ca5 compositor: turn weston_view boundingbox into masked by Pekka Paalanen · 10 years ago
  78. 8844bf2 compositor: turn weston_view::transform.opaque into masked by Pekka Paalanen · 10 years ago
  79. 2d6e551 compositor: add a doc note for weston_view::parent_view by Pekka Paalanen · 10 years ago
  80. 32318a5 configure.ac: make use of wayland-scanner.pc by Emil Velikov · 10 years ago
  81. 01193ae desktop-shell: Fix coding style of add_popup_grab by Jonas Ådahl · 10 years ago
  82. c2b1011 desktop-shell: Simplify popup_end_grab popup_done sending loop by Jonas Ådahl · 10 years ago
  83. d2c6892 build: do not install ivi-shell png files with "--disable-ivi-shell" by Manuel Bachmann · 10 years ago
  84. 8291979 compositor: refactor to weston_output_schedule_repaint_reset() by Pekka Paalanen · 11 years ago
  85. 4d012bc presentation-shm: put run mode in window title by Pekka Paalanen · 10 years ago
  86. 1879f21 headless: fix the output refresh rate by Pekka Paalanen · 11 years ago
  87. 51723d5 compositor: document weston_view_damage_below() by Pekka Paalanen · 10 years ago
  88. 05550c6 configure.ac: bump version to 1.7.90 by Bryce Harrington · 10 years ago
  89. dbd8606 configure.ac: bump to version 1.7.0 for release by Bryce Harrington · 10 years ago
  90. 8a88cec releasing: Note that Xwayland installation required only for Weston releases by Bryce Harrington · 10 years ago
  91. ad1218f weston-egl-ext: Define EGL tokens harder for old Mesa by Daniel Stone · 10 years ago
  92. e789771 tests: Include weston-egl-ext from weston-test by Daniel Stone · 10 years ago
  93. a9d0b68 releasing: Revert fix and just document work-around of Xwayland path by Bryce Harrington · 10 years ago
  94. b6ddf6c input: store the grab serial of the keyboard by Giulio Camuffo · 10 years ago
  95. 023b265 build: Pass along any user-specified xserver path to distcheck by Bryce Harrington · 10 years ago
  96. 2ef9e81 build: Enable xwayland-test during distcheck by Derek Foreman · 10 years ago
  97. 1f9d4f9 configure.ac: Don't look for Xwayland in the weston install destination by Derek Foreman · 10 years ago
  98. 82d19aa configure.ac bump to version 1.6.93 for the rc2 release. by Bryce Harrington · 10 years ago
  99. 044f79d releasing: Tweak docs to better match actual workflow by Bryce Harrington · 10 years ago
  100. bf48e21 desktop-shell: Fail if get_xdg_surface is called on an xdg_surface by Jonas Ådahl · 10 years ago