1. 4c26518 text: Remove surface arg in create_text_model by Jan Arne Petersen · 13 years ago
  2. 547149a compositor: Accumulate obscured damage into the primary plane damage by Ander Conselvan de Oliveira · 13 years ago
  3. 0d64a0f compositor: new intersection algorithm by Pekka Paalanen · 13 years ago
  4. 8c492b1 clients: add cliptest program by Pekka Paalanen · 13 years ago
  5. 84ec19a update .gitignores by Pekka Paalanen · 13 years ago
  6. a6813d2 compositor: Generalize module loading by Kristian Høgsberg · 13 years ago
  7. eb00e2e compositor: Always set WAYLAND_DISPLAY by Kristian Høgsberg · 13 years ago
  8. a4624f6 compositor: Don't return the dlsym handle in load_module() by Kristian Høgsberg · 13 years ago
  9. 33a45f5 compositor: Drop unused wl_shm field by Kristian Høgsberg · 13 years ago
  10. b00a9d3 compositor: Make all non-backend modules use module_init() as entry point by Kristian Høgsberg · 13 years ago
  11. dd1b3f4 compositor: Remove unused 'fbo' field from weston_compositor by Kristian Høgsberg · 13 years ago
  12. 4226385 compositor: Destroy gles2 resource for weston_surface in gles2-renderer.c by Kristian Høgsberg · 13 years ago
  13. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  14. 9793fc7 compositor: Move EGL context creation to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  15. 2bc5e8e compositor: Create outputs before initializing GLES2 state by Kristian Høgsberg · 13 years ago
  16. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  17. b7b77e6 compositor: Move EGL/GLES2 parts of weston_surface_attach to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  18. b1fd2d6 compositor: Move update_shm_texture() to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  19. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  20. 861a50c compositor: Move non-GL initialization out of weston_compositor_init_gl() by Kristian Høgsberg · 13 years ago
  21. ecf6ede compositor: Move surface repaint code to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  22. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  23. 774c34a screensaver: fix decoding of transparency in xpm files by Philipp Brüschweiler · 13 years ago
  24. 38b4d62 test-text-client: fix compile error by U. Artie Eoff · 13 years ago
  25. 7c7d464 compositor: do not round a zero area to non-zero by Pekka Paalanen · 13 years ago
  26. 27a8c53 compositor: do not duplicate ARRAY_SIZE by Pekka Paalanen · 13 years ago
  27. 85a4667 compositor: reduce the number of triangles by Pekka Paalanen · 13 years ago
  28. c73bd54 compositor: fix fan_debug mode by Pekka Paalanen · 13 years ago
  29. 2abe2e6 compositor: paint opaque regions with RGBX shader by Pekka Paalanen · 13 years ago
  30. 4f9c07b xwayland: replace opaque_rect, fix an alpha problem by Pekka Paalanen · 13 years ago
  31. 8c9c8fc toytoolkit: supply correct widget in motion_handler callback by Philipp Brüschweiler · 13 years ago
  32. 067abf6 workspaces: don't segfault on invalid move_surface_to_workspace request by Philipp Brüschweiler · 13 years ago
  33. 8538b22 shell: Improve focus handling when moving surfaces between workspaces by Jonas Ådahl · 13 years ago
  34. 14c92ff toytoolkit: Implement support for the workspace manager interface by Jonas Ådahl · 13 years ago
  35. e9d2250 shell: Introduce workspace manager interface by Jonas Ådahl · 13 years ago
  36. 8de6a1d shell: Add possibility to move surfaces to other workspaces by Jonas Ådahl · 13 years ago
  37. 5689944 shell: Always set focus when restoring focus state by Jonas Ådahl · 13 years ago
  38. 9fa9b8b Add sample configuration for workspaces to weston.ini by Jonas Ådahl · 13 years ago
  39. 7e300db simple-egl: Avoid race condition. by Scott Moreau · 13 years ago
  40. 6a615d2 simple-egl: Only set alpha_size=0 when -o is passed. by Scott Moreau · 13 years ago
  41. 1ee53e7 simple-egl: Remove unused variable. by Scott Moreau · 13 years ago
  42. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  43. 8a15bb8 compositor: fix blending for full-surface alpha by Pekka Paalanen · 13 years ago
  44. 6b5585b compositor: specialised fragment shader for RGBX by Pekka Paalanen · 13 years ago
  45. 0e5a2d0 compositor: simplify shaders by Rob Clark · 13 years ago
  46. e3b9591 compositor: add support for OES_EGL_image_external by Rob Clark · 13 years ago
  47. a91291c man: add man page for weston by Pekka Paalanen · 13 years ago
  48. 467668c desktop-shell: don't segfault on invalid icon path by Philipp Brüschweiler · 13 years ago
  49. 16d59d7 desktop-shell: respect CURSOR_NONE as grab cursor by Philipp Brüschweiler · 13 years ago
  50. bd3f219 toytoolkit: try multiple names when loading cursors by Philipp Brüschweiler · 13 years ago
  51. b00e663 tests: Add unit test for text model by Jan Arne Petersen · 13 years ago
  52. 6f83d0d tests: Explicitly define the test client to launch by Jan Arne Petersen · 13 years ago
  53. bb58983 screenshot: Use correct buffer size for transformed outputs. by Scott Moreau · 13 years ago
  54. fdb4b02 terminal: support entering non-ascii characters by Philipp Brüschweiler · 13 years ago
  55. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  56. 5418a90 toytoolkit: don't ignore resizes with negative width or height by Philipp Brüschweiler · 13 years ago
  57. 4f52173 compositor: Clear only the the damage that was actually repainted by Ander Conselvan de Oliveira · 13 years ago
  58. 243f59f Remove unused enum. by Scott Moreau · 13 years ago
  59. cd3bbc2 Correct mistake in config file. by Scott Moreau · 13 years ago
  60. 97cb62a weston-info: an output can have multiple modes by Philipp Brüschweiler · 13 years ago
  61. bb0d4b9 weston-info: remove timerfd termination hack by Philipp Brüschweiler · 13 years ago
  62. 70fc4a4 clients: Move weston-info to bin_PROGRAMS by Kristian Høgsberg · 13 years ago
  63. 585acb0 weston-info: client that print out information about the running compositor by Philipp Brüschweiler · 13 years ago
  64. 48cd58b compositor: a couple debug logs by Rob Clark · 13 years ago
  65. 7e0cc54 toytoolkit: add axis handler by Philipp Brüschweiler · 13 years ago
  66. 468262b event-test: fix compilation by Philipp Brüschweiler · 13 years ago
  67. b8a8aff toytoolkit: remove unused actions from titlebar menu by Philipp Brüschweiler · 13 years ago
  68. 70cc73b eventdemo: add axis logging by Philipp Brüschweiler · 13 years ago
  69. a306a26 eventdemo: fix --no-border by Philipp Brüschweiler · 13 years ago
  70. 850f504 eventdemo: fix incorrect comments by Philipp Brüschweiler · 13 years ago
  71. 90bc88c compositor-wayland: Set make and model by Kristian Høgsberg · 13 years ago
  72. 539d85f compositor-wayland: Call notify_pointer_focus() for content area only by Kristian Høgsberg · 13 years ago
  73. 86adef9 window.c: Handle multiple keyboard foci by Kristian Høgsberg · 13 years ago
  74. d3800e4 compositor: Use pointer_cursor_surface_configure() in wl_pointer.set_cursor by Kristian Høgsberg · 13 years ago
  75. 6cef009 shell: don't segfault when pressing super+k when no surface is focused by Philipp Brüschweiler · 13 years ago
  76. 1f54f17 image: handle multiple images correctly by Philipp Brüschweiler · 13 years ago
  77. f22d0ec dnd: fix segfault on grabbing by Philipp Brüschweiler · 13 years ago
  78. 33d7509 compositor: Set WAYLAND_DISPLAY only after creating backend by Kristian Høgsberg · 13 years ago
  79. 4272e63 shell: Eliminate unneeded function. by Scott Moreau · 13 years ago
  80. ac3e5f2 Add support in Weston for X cursor themes. by Christopher Michael · 13 years ago
  81. 4cb88c7 shell: Avoid modulo by zero error in positioning algorithm by Rob Bradford · 13 years ago
  82. ac63e5b shell: Enhance the basic random positioning algorithm by Rob Bradford · 13 years ago
  83. b29798b window.c: Rearrange input handlers so they appear in the right order by Kristian Høgsberg · 13 years ago
  84. 92374e1 shell: Ignore unsolicited pong requests by Kristian Høgsberg · 13 years ago
  85. cd8cdcc text: Deactivate text_model on keyboard focus lost by Jan Arne Petersen · 13 years ago
  86. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  87. de3b6a1 text: Add activate/deactivate events by Jan Arne Petersen · 13 years ago
  88. 5196374 text: Rename text_model_manager to factory by Jan Arne Petersen · 13 years ago
  89. 72f6082 text: Add missing callbacks for text_model events by Jan Arne Petersen · 13 years ago
  90. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  91. 05890dc compositor: Don't hardcode output transform when sending the event by Kristian Høgsberg · 13 years ago
  92. 16333ab compositor: Remove compositor->seat by Kristian Høgsberg · 13 years ago
  93. ef6f136 zoom: Pick the first seat in seat_list instead of compositor->seat by Kristian Høgsberg · 13 years ago
  94. 5ba3189 xwm: Use a simple heuristic for mapping X input events to a weston seat by Kristian Høgsberg · 13 years ago
  95. f4d2f23 shell: Track pointer focus for all seats by Kristian Høgsberg · 13 years ago
  96. 4f92c53 compositor-x11: Move X11 core input seat into x11_compositor by Kristian Høgsberg · 13 years ago
  97. 7af7ced compositor-wayland: Move weston_seat into wayland_input by Kristian Høgsberg · 13 years ago
  98. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  99. 8a01580 compositor-drm: Fix bad rebase by Kristian Høgsberg · 13 years ago
  100. 711fda8 shell: move input panels into a designated layer by Philipp Brüschweiler · 13 years ago