1. 5df44de compositor: make wl_surface.attach double-buffered by Pekka Paalanen · 13 years ago
  2. 490d02a weston: Use float instead of GLfloat. by John Kåre Alsaker · 13 years ago
  3. 1d01b01 compositor: Add kill signal by Tiago Vignatti · 13 years ago
  4. b9af479 compositor: Make weston_surface_assign_output() static by Kristian Høgsberg · 13 years ago
  5. 8ea818f compositor: Generalize output previous damage into per buffer damage by Ander Conselvan de Oliveira · 13 years ago
  6. b13b9ff text: Have only one text_model_factory by Philipp Brüschweiler · 13 years ago
  7. 33a45f5 compositor: Drop unused wl_shm field by Kristian Høgsberg · 13 years ago
  8. b00a9d3 compositor: Make all non-backend modules use module_init() as entry point by Kristian Høgsberg · 13 years ago
  9. dd1b3f4 compositor: Remove unused 'fbo' field from weston_compositor by Kristian Høgsberg · 13 years ago
  10. 4226385 compositor: Destroy gles2 resource for weston_surface in gles2-renderer.c by Kristian Høgsberg · 13 years ago
  11. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  12. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  13. b7b77e6 compositor: Move EGL/GLES2 parts of weston_surface_attach to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  14. b1fd2d6 compositor: Move update_shm_texture() to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  15. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  16. ecf6ede compositor: Move surface repaint code to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  17. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  18. 4f9c07b xwayland: replace opaque_rect, fix an alpha problem by Pekka Paalanen · 13 years ago
  19. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  20. 6b5585b compositor: specialised fragment shader for RGBX by Pekka Paalanen · 13 years ago
  21. 0e5a2d0 compositor: simplify shaders by Rob Clark · 13 years ago
  22. e3b9591 compositor: add support for OES_EGL_image_external by Rob Clark · 13 years ago
  23. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  24. 243f59f Remove unused enum. by Scott Moreau · 13 years ago
  25. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  26. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  27. 05890dc compositor: Don't hardcode output transform when sending the event by Kristian Høgsberg · 13 years ago
  28. 16333ab compositor: Remove compositor->seat by Kristian Høgsberg · 13 years ago
  29. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  30. d525b56 compositor: format check for weston_log arguments by Pekka Paalanen · 13 years ago
  31. 9823870 compositor: Add weston_surface_schedule_repaint() for limited repaint by Kristian Høgsberg · 13 years ago
  32. 79af73e compositor-drm: Disable planes when zoomed or capturing by Kristian Høgsberg · 13 years ago
  33. 65a11e1 compositor: Accumulate damage per plane by Kristian Høgsberg · 13 years ago
  34. 0fb7975 compositor: Use uint32_t for the msecs value consistently by Rob Bradford · 13 years ago
  35. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  36. 5646425 compositor: rework touch focus by Pekka Paalanen · 13 years ago
  37. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  38. 28f59b0 compositor: handle YUV buffers. by Gwenole Beauchesne · 13 years ago
  39. faf9185 compositor: add YUV shaders. by Gwenole Beauchesne · 13 years ago
  40. 6d03049 compositor: factor out RGB shader. by Gwenole Beauchesne · 13 years ago
  41. 023f855 compositor: prepare for multi-planar surfaces. by Gwenole Beauchesne · 13 years ago
  42. 73694c8 compositor: Move repaint debug binding to mod-shift-space by Kristian Høgsberg · 13 years ago
  43. 8150b19 shell: Take a wl_surface as parent for transient and popup windows by Kristian Høgsberg · 13 years ago
  44. af7b1ff shell: Make panel just a wl_surface too by Kristian Høgsberg · 13 years ago
  45. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  46. 05d5868 Rename modifier_state_changed to notify_modifiers by Daniel Stone · 13 years ago
  47. 1b4e11f notify_key: Add update_state argument by Daniel Stone · 13 years ago
  48. abb9dcd weston_xkb_info: Cache all modifier indices for X11 by Daniel Stone · 13 years ago
  49. 71c3877 Let wayland-server send modifier events for focus by Daniel Stone · 13 years ago
  50. d6da09e Split notify_keyboard_focus into in/out variants by Daniel Stone · 13 years ago
  51. 1ce6a2a shell: Animate input panel mapping by Kristian Høgsberg · 13 years ago
  52. 414bd42 util: Generalize surface animation code by Kristian Høgsberg · 13 years ago
  53. 1f17be4 text: Add input_method and text_model interfaces by Jan Arne Petersen · 13 years ago
  54. 42feced shell: Add support for input panels by Jan Arne Petersen · 13 years ago
  55. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  56. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  57. e9d0492 compositor: Emit frame_signal from weston_output_do_read_pixels() by Kristian Høgsberg · 13 years ago
  58. d553bfc compositor: Track which plane a surface is on by Kristian Høgsberg · 13 years ago
  59. 4ff5a74 compositor: Don't export weston_compositor_repick() by Kristian Høgsberg · 13 years ago
  60. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  61. 429490d Move zoom code to its own file. by Scott Moreau · 13 years ago
  62. 8dacaab Animate transitions for zoom focus point change. by Scott Moreau · 13 years ago
  63. 37ffc3c compositor: Track pointer image protocol change by Ander Conselvan de Oliveira · 13 years ago
  64. db77376 compositor: Buffer all frame callbacks in 'weston_surface' by Jonas Ådahl · 13 years ago
  65. e660398 Implement animated transitions for zoom in/out. by Scott Moreau · 13 years ago
  66. d64cf21 Add frame_counter to weston_animation. by Scott Moreau · 13 years ago
  67. 9d1b112 Move animation_list to weston_output. by Scott Moreau · 13 years ago
  68. b2af93e compositor: Drop weston_surface_to_global() by Kristian Høgsberg · 13 years ago
  69. 3610398 compositor: Drop brightness and saturation features in the shader by Kristian Høgsberg · 13 years ago
  70. ae71220 Convert text cursor position protocol to use fixed types. by Scott Moreau · 13 years ago
  71. a7ceaff compositor: Add a clipboard manager by Kristian Høgsberg · 13 years ago
  72. b7452fe Add support for wl_keyboard::keymap events by Daniel Stone · 13 years ago
  73. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  74. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  75. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  76. d65b909 Move keymaps to weston_seat by Daniel Stone · 13 years ago
  77. e379da9 Separate out weston_xkb_info struct by Daniel Stone · 13 years ago
  78. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  79. 0c1e46e Use wl_fixed_t for axis bindings by Daniel Stone · 13 years ago
  80. 325fc2d Split bindings into separate key/button/axis bindings by Daniel Stone · 13 years ago
  81. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago
  82. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  83. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  84. 8c8164f Add core LED handling by Daniel Stone · 13 years ago
  85. e3f15ed Do binding modifier lookup on XKB state, not physical keys by Daniel Stone · 13 years ago
  86. 994679a Move xkb_state object to weston_seat by Daniel Stone · 13 years ago
  87. 496ca17 Convert Weston modifier #defines to an enum by Daniel Stone · 13 years ago
  88. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  89. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  90. 5fb70bf Add screen recorder tool by Kristian Høgsberg · 13 years ago
  91. c1693f2 xwm: Implement resizing by frame borders by Kristian Høgsberg · 13 years ago
  92. a61ca06 xwm: Add window resize support by Kristian Høgsberg · 13 years ago
  93. 850ca42 Restructure output zoom. by Scott Moreau · 13 years ago
  94. 45ba869 shell: Make create_shell_surface() just return the shsurf by Kristian Høgsberg · 13 years ago
  95. a416fa1 xwm: Switch alpha, brightness and saturation to GLfloat by Kristian Høgsberg · 13 years ago
  96. 491bac1 shell: Expose set_transient in shell interface by Tiago Vignatti · 13 years ago
  97. 938b8fa shell: Expose surface move functionality in shell interface by Kristian Høgsberg · 13 years ago
  98. d6ad122 compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surface by Kristian Høgsberg · 13 years ago
  99. 0b0c2bb compositor: Add opaque rect shader feature by Kristian Høgsberg · 13 years ago
  100. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago