1. 6ac60c1 compositor-wayland: Fix compiler warning by Thierry Reding · 11 years ago
  2. a1e887b comp-wayland: use safe foreach when destroying outputs by U. Artie Eoff · 11 years ago
  3. d8d4701 compositor-wayland: avoid possible NULL deref in handle_keymap by U. Artie Eoff · 11 years ago
  4. 67072d0 compositor-wayland: assign the correct mode by U. Artie Eoff · 11 years ago
  5. 8cbd8f3 compositor-wayland: free output before returning by U. Artie Eoff · 11 years ago
  6. bfd74f4 Check zalloc return for out of memory situation by Bryce W. Harrington · 11 years ago
  7. b7d9f2e compositor-wayland: Properly handle running inside a compositor that does not provide keymaps by Jason Ekstrand · 11 years ago
  8. e4ca8b0 compositor-wayland: Add a --sprawl option by Jason Ekstrand · 11 years ago
  9. 53ee0dc compositor-wayland: Add support for running on top of wl_fullscreen_shell by Jason Ekstrand · 11 years ago
  10. a093502 compositor: Use weston_log rather than perror for error messages by Bryce W. Harrington · 11 years ago
  11. 842a36a Check return value of wl_cursor functions by Hardening · 11 years ago
  12. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  13. ff75500 compositor-wayland: free 'theme' config option value by U. Artie Eoff · 12 years ago
  14. 1a08d11 compositor-wayland: don't free unallocated memory by U. Artie Eoff · 12 years ago
  15. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  16. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  17. dd8b88d Wayland backend: set the opaque region when starting fullscreen by Axel Davy · 12 years ago
  18. 5ea0480 compositor-wayland: Add fullscreen support by Jason Ekstrand · 12 years ago
  19. 12c6dd9 compositor-wayland: Add a --scale option by Jason Ekstrand · 12 years ago
  20. 0cf3935 compositor-wayland: Move config parsing into backend_init by Jason Ekstrand · 12 years ago
  21. 584fb62 compositor-wayland: Fix cursor coordinate transforms so it works on translated outputs by Jason Ekstrand · 12 years ago
  22. 06ced80 compositor-wayland: rename wayland_compositor.inputs to input_list by Jason Ekstrand · 12 years ago
  23. 4d615a7 compositor-wayland: Remove unused output handling code by Jason Ekstrand · 12 years ago
  24. 48ce421 compositor-wayland: Parse [output] config sections and more options by Jason Ekstrand · 12 years ago
  25. 00b8428 Remove the concept of a border from weston_output. by Jason Ekstrand · 12 years ago
  26. ff2fd46 compositor-wayland: Add pixman/SHM fallback mode by Jason Ekstrand · 12 years ago
  27. 7744f71 compositor-wayland: Add an actual frame around the compositor window by Jason Ekstrand · 12 years ago
  28. 8f89fcb compositor-wayland: Rename structure members and make things more consistant by Jason Ekstrand · 12 years ago
  29. 286ff68 compositor-wayland: Flush the display on commit by Jason Ekstrand · 12 years ago
  30. 453de7a compositor-wayland: Handle HUP or ERR from event loop by Kristian Høgsberg · 12 years ago
  31. 0c194ce compositor-wayland: Handle keymap changes by Rui Matos · 12 years ago
  32. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  33. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  34. 9cefc64 compositor: fix typo in error message by Aaron Faanes · 12 years ago
  35. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  36. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  37. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  38. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  39. 9af5f9e input: Add a seat name parameter to weston_seat_init by Rob Bradford · 12 years ago
  40. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  41. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  42. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  43. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  44. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  45. 068b61c compositor: Change notify_motion to take relative motion events by Kristian Høgsberg · 12 years ago
  46. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  47. 3c2360f Add new shared/image-loader.h to separate include dependencies by Kristian Høgsberg · 13 years ago
  48. 52cfd61 renderer: introduce destroy callback by Vasily Khoruzhick · 13 years ago
  49. 4fbb653 Fix build warnings from image_loader by Pekka Paalanen · 13 years ago
  50. 0a88772 compositor: Move clearing of primary plane damage to the backends by Ander Conselvan de Oliveira · 13 years ago
  51. 779b52a Rename gles2-renderer to gl-renderer. by John Kåre Alsaker · 13 years ago
  52. 30d2b1f Move EGL and GL includes to a gles2-renderer header. by John Kåre Alsaker · 13 years ago
  53. 4415450 Move compositor-wayland border drawing into gles2-renderer. by John Kåre Alsaker · 13 years ago
  54. 1b7ad16 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. by John Kåre Alsaker · 13 years ago
  55. 9465927 Move weston_output EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  56. feb3c1d clients: Use wl_display_dispatch_pending() by Kristian Høgsberg · 13 years ago
  57. bc10638 compositor, clients: apply wl_surface.frame on commit by Pekka Paalanen · 13 years ago
  58. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  59. c37b32d compositor-wayland: Use some nicer border sizes. by John Kåre Alsaker · 13 years ago
  60. b9b8712 compositor-wayland: Make sure border fields are set before wayland_compositor_create_output and document some function dependencies. by John Kåre Alsaker · 13 years ago
  61. 4b3081a compositor-wayland: Create border after creating the OpenGL context. by John Kåre Alsaker · 13 years ago
  62. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  63. 9793fc7 compositor: Move EGL context creation to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  64. 2bc5e8e compositor: Create outputs before initializing GLES2 state by Kristian Høgsberg · 13 years ago
  65. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  66. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  67. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  68. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  69. 0e5a2d0 compositor: simplify shaders by Rob Clark · 13 years ago
  70. 1bad5db Implement output transformations. by Scott Moreau · 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. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  74. 7af7ced compositor-wayland: Move weston_seat into wayland_input by Kristian Høgsberg · 13 years ago
  75. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  76. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  77. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  78. 0e69647 Handle new transform argument in wl_output.geometry event by Kristian Høgsberg · 13 years ago
  79. 28f59b0 compositor: handle YUV buffers. by Gwenole Beauchesne · 13 years ago
  80. 6d03049 compositor: factor out RGB shader. by Gwenole Beauchesne · 13 years ago
  81. c5db50f compositor-wayland: Add error handling in wayland_compositor_create() by Martin Olsson · 13 years ago
  82. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  83. 5069280 compositor-wayland: Synchronise keyboard state with parent by Daniel Stone · 13 years ago
  84. 1b4e11f notify_key: Add update_state argument by Daniel Stone · 13 years ago
  85. d6da09e Split notify_keyboard_focus into in/out variants by Daniel Stone · 13 years ago
  86. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  87. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  88. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  89. 563c5b8 compositor-wayland: Respond to ping requests on outputs' shell surfaces by Ander Conselvan de Oliveira · 13 years ago
  90. 37ffc3c compositor: Track pointer image protocol change by Ander Conselvan de Oliveira · 13 years ago
  91. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  92. a497d57 compositor-wayland: Delay seat creation by Daniel Stone · 13 years ago
  93. b7452fe Add support for wl_keyboard::keymap events by Daniel Stone · 13 years ago
  94. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  95. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  96. cd981dd compositor-wayland: Fix seat vs. seat confusion by Daniel Stone · 13 years ago
  97. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  98. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  99. 2fce402 Convert wl_pointer::axis to wl_fixed_t by Daniel Stone · 13 years ago
  100. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago