1. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  2. 9074db5 Send surface enter/leave events by Casey Dahlin · 13 years ago
  3. 58ba137 Add an id field to outputs by Casey Dahlin · 13 years ago
  4. 96d8a75 Change find_resource_for_surface to find_resource_for_client by Casey Dahlin · 13 years ago
  5. 6936708 Install brightness and saturation variables for surface shader by Scott Moreau · 13 years ago
  6. ff1db4a Install structuring for ping-pong protocol by Scott Moreau · 13 years ago
  7. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  8. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  9. 299e58d compositor: check queryString success by Pekka Paalanen · 13 years ago
  10. 52bfbaa compositor: use GL_EXT_unpack_subimage only if available by Pekka Paalanen · 13 years ago
  11. e4faa2a compositor: init shell after xserver by Tiago Vignatti · 13 years ago
  12. d012e9d Make xserver-launcher a module by Kristian Høgsberg · 13 years ago
  13. 02e79dc compositor: Add a destroy signal and turn weston_shell into signals by Kristian Høgsberg · 13 years ago
  14. 27e3052 Use wl_signal mechanism by Kristian Høgsberg · 13 years ago
  15. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  16. 78db848 compositor: Damage output in weston_output_init by Benjamin Franzke · 13 years ago
  17. b687940 compositor: Remove wl_output-global on unplug by Benjamin Franzke · 13 years ago
  18. 035dd9c compositor: End keyboard grab when compositor loses keyboard focus by Kristian Høgsberg · 13 years ago
  19. 31dd6b8 compositor: Don't pass output to notify_keyboard_focus by Kristian Høgsberg · 13 years ago
  20. bfeda13 Introduce weston-launch by Benjamin Franzke · 14 years ago
  21. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  22. dbae80e compositor: Support alpha for solid color surfaces by Kristian Høgsberg · 13 years ago
  23. c97af92 Properly dispose event sources and event loops by Jonas Ådahl · 13 years ago
  24. fb6de22 compositor: Use GL_EXT_unpack_subimage for texture updates by Kristian Høgsberg · 13 years ago
  25. 8cbfb2a compositor: Rename weston_buffer_attach to weston_surface_attach by Kristian Høgsberg · 13 years ago
  26. 7fb9f95 compositor: move force_configure field to shell_surface by Ander Conselvan de Oliveira · 13 years ago
  27. 093bfa3 compositor: make surface_configure() a vfunc by Ander Conselvan de Oliveira · 13 years ago
  28. e11683a compositor: refactor surface_attach() by Ander Conselvan de Oliveira · 13 years ago
  29. d6ea33d compositor: use new drag icon listener for setting up drag surfaces by Ander Conselvan de Oliveira · 13 years ago
  30. 9390ae3 compositor: make es->pitch consistent between shm and drm surfaces by Ander Conselvan de Oliveira · 13 years ago
  31. fbf2894 compositor: add weston_surface_to_global_float helper by Ander Conselvan de Oliveira · 13 years ago
  32. b8ab14f compositor: add a weston_surface_is_mapped() helper by Ander Conselvan de Oliveira · 13 years ago
  33. f9247dd compositor: Use GL_BGRA_EXT for glReadPixels in screenshooter by Kristian Høgsberg · 13 years ago
  34. 9629fe3 Simplify shm buffer handling by Kristian Høgsberg · 13 years ago
  35. 9a206c4 config-parser: consolidate shell files into weston.ini only by Tiago Vignatti · 13 years ago
  36. 6a3633d Modify bindings for axis event detection. by Scott Moreau · 13 years ago
  37. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  38. afee221 compositor: Fix pointer type mismatch warnings by Kristian Høgsberg · 13 years ago
  39. 4643661 weston_surface: initialize pitch by Juan Zhao · 13 years ago
  40. 027b962 weston: don't hang in wait() by Bill Spitzak · 13 years ago
  41. 71b1d0c compositor: properly restore keyboard_focus in notify_keyboard_focus() by Ander Conselvan de Oliveira · 13 years ago
  42. 96b0abd compositor: allow multiple input_device_attach()'s with a nil buffer by Ander Conselvan de Oliveira · 13 years ago
  43. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  44. aa6019e Fix picking crashes by Kristian Høgsberg · 13 years ago
  45. 0eee939 compositor: Fix compilation without xserver launcher by Benjamin Franzke · 13 years ago
  46. 7dbf5e2 compositor: Only process input once per frame by Kristian Høgsberg · 13 years ago
  47. 7ea1086 compositor: Move input devices to their own event loop by Kristian Høgsberg · 13 years ago
  48. abcef3c compositor: Swallow binding key for bindings that don't set up a grab by Kristian Høgsberg · 13 years ago
  49. d3c0275 Use wl_array_for_each() where possible by Kristian Høgsberg · 13 years ago
  50. 0b5cd0c Use typesafe server-side stubs by Kristian Høgsberg · 13 years ago
  51. 5256968 compositor: Damage sprite surface on attach by Kristian Høgsberg · 13 years ago
  52. 867dec7 compositor: Post keyboard leave before destroying surface by Kristian Høgsberg · 13 years ago
  53. 3e3bb32 compositor: split drag surface update into smaller functions by Ander Conselvan de Oliveira · 13 years ago
  54. c5fb9a7 compositor: fix crash when a drag surface is destroyed during the drag by Ander Conselvan de Oliveira · 13 years ago
  55. 3be2ce9 compositor: Organize surface stack using new struct weston_layer by Kristian Høgsberg · 13 years ago
  56. 944236a compositor: Just damage compositor->damage in weston_output_damage() by Kristian Høgsberg · 13 years ago
  57. 1e83212 compositor: Implement damage_below by using the new compositor->damage by Kristian Høgsberg · 13 years ago
  58. 6ddcdae compositor: Store opaque clip for previous frame in weston_surface by Kristian Høgsberg · 13 years ago
  59. 8e53c7f compositor: add dpms and backlight support by Tiago Vignatti · 13 years ago
  60. 9b154fa compositor: Insert dnd icon surface below device sprite surface by Kristian Høgsberg · 13 years ago
  61. 9bc7095 compositor: Set an empty input region for the fade surface by Kristian Høgsberg · 13 years ago
  62. 90fbbd7 compositor: make the input region of drag surfaces empty by Ander Conselvan de Oliveira · 13 years ago
  63. 3b4af20 compositor: Dont set the opaque region if we have an overall surface alpha by Kristian Høgsberg · 13 years ago
  64. 8811bf9 compositor: Export functions and add weston_suface::force_configure for fullscreen by Alex Wu · 13 years ago
  65. d15fbe3 compositor: Remove surface overlapped attribute by Kristian Høgsberg · 13 years ago
  66. d8bf90c Move weston_output_set_cursor into compositor-drm.c by Kristian Høgsberg · 13 years ago
  67. 5308a5e compositor: add an assign_planes hook to the output by Jesse Barnes · 13 years ago
  68. 2493be4 Fix pointer position clipping. by Scott Moreau · 13 years ago
  69. ccbf29d Introduce output zoom. by Scott Moreau · 13 years ago
  70. 4889154 compositor: Initialize destroy_listener_list for internal surfaces too by Kristian Høgsberg · 13 years ago
  71. 010f98b window: Track and report input and opaque regions by Kristian Høgsberg · 13 years ago
  72. dd631c1 simple-touch: Update to enter/leave changes by Kristian Høgsberg · 13 years ago
  73. 5e7e6f2 compositor: Implement opqaue and input regions by Kristian Høgsberg · 13 years ago
  74. a2f1129 compositor: assign output to drag surfaces by Ander Conselvan de Oliveira · 13 years ago
  75. 31f9d0e compositor: Remove redundant weston_surface_damage_below() calls by Kristian Høgsberg · 13 years ago
  76. d0e2ef7 compositor: Surface is unmapped when surface->output is NULL by Kristian Høgsberg · 13 years ago
  77. afa264c compositor: Don't run keybindings if we have a key grab by Kristian Høgsberg · 13 years ago
  78. ec286eb compositor: Setup for keyboard grabs. by Scott Moreau · 13 years ago
  79. 447013d Track server changes. by Scott Moreau · 13 years ago
  80. 1cbf326 compositor: Move fullscreen_output to shell_surface by Kristian Høgsberg · 13 years ago
  81. 323ee04 compositor: Make weston_surface_damage_below_noupdate() the default by Kristian Høgsberg · 13 years ago
  82. 3b5ea3b compositor: Move unmap logic to new function weston_surface_unmap() by Kristian Høgsberg · 13 years ago
  83. 12bbf81 compositor: Only delete surface texture if we have one by Kristian Høgsberg · 13 years ago
  84. 101cb65 compositor: Get rid of surface->visual by Kristian Høgsberg · 13 years ago
  85. 30eebc7 compositor: implement drag'n'drop icons by Ander Conselvan de Oliveira · 13 years ago
  86. e9e0515 shell: update position of surfaces with type none on map() by Ander Conselvan de Oliveira · 13 years ago
  87. d595f65 compositor: add a way to disable picking of client surfaces by Ander Conselvan de Oliveira · 13 years ago
  88. b63e3e0 compositor: fix two crashs on surface_attach() with null buffer by Ander Conselvan de Oliveira · 13 years ago
  89. 8fb8d3b compositor, shell: add and use weston_surface_set_position() by Pekka Paalanen · 13 years ago
  90. 9d39352 compositor: make functions static by Tiago Vignatti · 13 years ago
  91. f8c6aae compositor: remove redundant cursor damage calls by Pekka Paalanen · 13 years ago
  92. cc2f868 compositor: round off fractions by Pekka Paalanen · 13 years ago
  93. f07cb5d compositor: move output assignment to update_transform by Pekka Paalanen · 13 years ago
  94. 730d87e compositor: move opaque tracking into transform by Pekka Paalanen · 13 years ago
  95. b45ac5e compositor: clarify update_transform vs. repaint by Pekka Paalanen · 13 years ago
  96. 9651678 compositor: let update_transform deal damage by Pekka Paalanen · 13 years ago
  97. 1d5035c compositor: simplify weston_surface_damage_rectangle() by Pekka Paalanen · 13 years ago
  98. 219b982 compositor: use floats in computing bounding box by Pekka Paalanen · 13 years ago
  99. ece8a01 compositor: move surface_to_global_float() definition by Pekka Paalanen · 13 years ago
  100. 80fb08d compositor: split weston_surface_update_transform() by Pekka Paalanen · 13 years ago