1. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  2. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  3. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  4. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  5. fc9c5e0 log: Add some diagnostics to the log by Kristian Høgsberg · 13 years ago
  6. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  7. 36f155f compositor-x11: add an option to ignore input by Pekka Paalanen · 13 years ago
  8. b715cec compositor-x11: Return number of events processed by Bill Spitzak · 13 years ago
  9. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  10. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  11. 576cd15 compositor-x11: Generate our own keymap by Daniel Stone · 13 years ago
  12. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  13. e379da9 Separate out weston_xkb_info struct by Daniel Stone · 13 years ago
  14. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  15. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago
  16. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  17. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  18. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  19. c0bc844 compositor-x11: Check the right variable after creating dummy pbuffer by Kristian Høgsberg · 13 years ago
  20. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  21. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  22. c4621b0 compositor: Report refresh rates in mHz by Kristian Høgsberg · 13 years ago
  23. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  24. 855028f Add xkb_names member plus config + X11 support by Daniel Stone · 13 years ago
  25. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  26. 4577adc Use the dummy pbuffer we create to make current by Cooper Yuan · 13 years ago
  27. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  28. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  29. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  30. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  31. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  32. 31dd6b8 compositor: Don't pass output to notify_keyboard_focus by Kristian Høgsberg · 13 years ago
  33. 80d27b7 screenshooter: Properly handle multiple outputs. by Scott Moreau · 13 years ago
  34. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  35. b5ef591 compositor: Stop using EGL_KHR_surfaceless_gles2 by Kristian Høgsberg · 13 years ago
  36. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  37. d273e28 weston: Don't ask for EGL depth buffer if not needed by Bill Spitzak · 13 years ago
  38. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  39. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  40. 22ba60e x11: Move the xcb fd to the input loop by Kristian Høgsberg · 13 years ago
  41. 6ddcdae compositor: Store opaque clip for previous frame in weston_surface by Kristian Høgsberg · 13 years ago
  42. 8e53c7f compositor: add dpms and backlight support by Tiago Vignatti · 13 years ago
  43. d8bf90c Move weston_output_set_cursor into compositor-drm.c by Kristian Høgsberg · 13 years ago
  44. 5308a5e compositor: add an assign_planes hook to the output by Jesse Barnes · 13 years ago
  45. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  46. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  47. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  48. 8600040 compositor-x11: Just a few more weston renames by Kristian Høgsberg · 14 years ago
  49. 3466bc8 Merge remote-tracking branch 'pq/compositor-dtors-v1' by Kristian Høgsberg · 14 years ago
  50. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (92%) from compositor/compositor-x11.c]
  51. 43c61d8 compositor-x11: improve x11_destroy() by Pekka Paalanen · 14 years ago
  52. 09e2692 compositor-x11: Use ARRAY_LENGTH macro from wayland-util.h by Kristian Høgsberg · 14 years ago
  53. 42e40ae x11: Ignore FocusOut with mode = NotifyUngrab by Kristian Høgsberg · 14 years ago
  54. a3a7162 compositor-x11: convert (some) of X11 buttons to linux input by Tiago Vignatti · 14 years ago
  55. ef7c8d9 compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl by Ander Conselvan de Oliveira · 14 years ago
  56. 06a670f compositor-x11: Call finish_frame from a timer callback by Kristian Høgsberg · 14 years ago
  57. 293af26 x11: Use compositor time, not X event time by Kristian Høgsberg · 14 years ago
  58. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  59. 91eacca Remove egl display type setenv hack by Benjamin Franzke · 14 years ago
  60. 361d2ad Update compositor shutdown code by Matt Roper · 14 years ago
  61. c224748 Don't discard key press / key release events if the keys are different by Dima Ryazanov · 14 years ago
  62. 1ccd9d2 compositor-x11: Support multiple outputs by Kristian Høgsberg · 14 years ago
  63. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  64. 83eeacb compositor-x11: Support fullscreen mode by Kristian Høgsberg · 14 years ago
  65. e7b8d90 compositor: Set EGL_PLATFORM env variable for each backend. by Egbert Eich · 14 years ago
  66. 6c709a3 Fix warnings and symbol visibility from missing CFLAGS by Kristian Høgsberg · 14 years ago
  67. e4c40a4 compositor: Disable hw cursor if we're texturing the cursor by Kristian Høgsberg · 14 years ago
  68. 1c56218 compositor: Split backends into modules by Kristian Høgsberg · 14 years ago
  69. b41d76c compositor: Use libpng directly instead of gdb-pixbuf by Kristian Høgsberg · 14 years ago
  70. 82ed042 compositor-x11: Only use xcb_poll_for_queued_event if we have it by Kristian Høgsberg · 14 years ago
  71. 02ec0a5 compositor: Support loadable shells by Kristian Høgsberg · 14 years ago
  72. 127d0f0 compositor-x11: Adjust to event loop changes by Kristian Høgsberg · 14 years ago
  73. e997c5f compositor-x11: Set xcb to be eventqueue owner by Benjamin Franzke · 14 years ago
  74. ee72482 compositor-x11: Use check function to make sure we handle all events by Kristian Høgsberg · 14 years ago
  75. 025f7b8 compositor-x11: Use the keymap_notify immediately following the focus_in event by Kristian Høgsberg · 14 years ago
  76. 94da7e1 compositor-x11: Generalize handling of event pairs by Kristian Høgsberg · 14 years ago
  77. 66aa235 Optimize fullscreen scanout abit by Benjamin Franzke · 14 years ago
  78. 218c034 Merge remote-tracking branch 'bnf/fullscreen-pageflip' by Kristian Høgsberg · 14 years ago
  79. 431da9a Make use of a hardware cursor in compositor-drm by Benjamin Franzke · 14 years ago
  80. 1178a3c compositor(-drm): Pageflip to fullscreen surfaces by Benjamin Franzke · 14 years ago
  81. 3ddd148 compositor-x11: Suppress keyboard repeat events by Kristian Høgsberg · 14 years ago
  82. 11e2828 Merge remote-tracking branch 'bnf/surface-frame-event' by Kristian Høgsberg · 14 years ago
  83. 2079829 Check return value of XOpenDisplay(). by Cyril Brulebois · 14 years ago
  84. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  85. eefc36c compositor-drm: Fix multi head rendering by Benjamin Franzke · 14 years ago
  86. 58dc6dd compositor-x11: Remove unused variables by Kristian Høgsberg · 14 years ago
  87. c649a92 compositor: Remove drm.c, use shm.c for pointer images by Benjamin Franzke · 14 years ago
  88. 84290d0 compositor-x11: Use an EGL Window Surface as output by Benjamin Franzke · 14 years ago
  89. 5b2cb6f compositor: Generate Framebuffer in the backends by Benjamin Franzke · 14 years ago
  90. 1b765ff compositor: Add flags parameter to wlsc_output_init by Benjamin Franzke · 14 years ago
  91. faa0a9d compositor: Use eglBindWaylandDisplayWL by Benjamin Franzke · 14 years ago
  92. 3b288af compositor-x11: Use x11 egl platform by Benjamin Franzke · 14 years ago
  93. 2dfe626 compositor-x11: Don't send enter/leave notify if we have an implicit grab by Kristian Høgsberg · 14 years ago
  94. 3ba4858 compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers by Kristian Høgsberg · 15 years ago
  95. 93331ff compositor: Forward pointer focus notification from compostor backend by Kristian Høgsberg · 15 years ago
  96. f58d8ca compositor-x11: Set window icon by Kristian Høgsberg · 15 years ago
  97. 24ed621 Set WM_CLASS for X11 compositor window by Kristian Høgsberg · 15 years ago
  98. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago
  99. 8f66a57 Ignore surface.map_toplevel() if already mapped by Kristian Høgsberg · 15 years ago
  100. 175e6ce Pass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target by Kristian Høgsberg · 15 years ago