1. 62efe20 compositor-x11: Update axis notifications to follow protocol by Jonas Ådahl · 13 years ago
  2. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  3. 9793fc7 compositor: Move EGL context creation to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  4. 2bc5e8e compositor: Create outputs before initializing GLES2 state by Kristian Høgsberg · 13 years ago
  5. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  6. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  7. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  8. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  9. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  10. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  11. 4f92c53 compositor-x11: Move X11 core input seat into x11_compositor by Kristian Høgsberg · 13 years ago
  12. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  13. ca9b09d compositor-x11: Always free output_mode on error. by Scott Moreau · 13 years ago
  14. 248aaec compositor-x11: Allow output configuration from config file. by Scott Moreau · 13 years ago
  15. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  16. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  17. 11434bb compositor-x11: Add error handling in x11_compositor_create() by Martin Olsson · 13 years ago
  18. 1248158 compositor-x11: Set make and model so we don't send NULL strings by Kristian Høgsberg · 13 years ago
  19. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  20. 154c34c compositor-x11: Attempt to track state without XKB by Daniel Stone · 13 years ago
  21. e2faa12 compositor-x11: Use XKB StateNotify to synchronise state by Daniel Stone · 13 years ago
  22. 1b4e11f notify_key: Add update_state argument by Daniel Stone · 13 years ago
  23. 3ee91e1 compositor-x11: Use XKB detectable autorepeat if possible by Daniel Stone · 13 years ago
  24. 62b33b6 compositor-x11: Add base XCB/XKB support by Daniel Stone · 13 years ago
  25. 22815f9 compositor-x11: Move input creation before output by Daniel Stone · 13 years ago
  26. d6da09e Split notify_keyboard_focus into in/out variants by Daniel Stone · 13 years ago
  27. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  28. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  29. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  30. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  31. fc9c5e0 log: Add some diagnostics to the log by Kristian Høgsberg · 13 years ago
  32. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  33. 36f155f compositor-x11: add an option to ignore input by Pekka Paalanen · 13 years ago
  34. b715cec compositor-x11: Return number of events processed by Bill Spitzak · 13 years ago
  35. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  36. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  37. 576cd15 compositor-x11: Generate our own keymap by Daniel Stone · 13 years ago
  38. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  39. e379da9 Separate out weston_xkb_info struct by Daniel Stone · 13 years ago
  40. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  41. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago
  42. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  43. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  44. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  45. c0bc844 compositor-x11: Check the right variable after creating dummy pbuffer by Kristian Høgsberg · 13 years ago
  46. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  47. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  48. c4621b0 compositor: Report refresh rates in mHz by Kristian Høgsberg · 13 years ago
  49. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  50. 855028f Add xkb_names member plus config + X11 support by Daniel Stone · 13 years ago
  51. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  52. 4577adc Use the dummy pbuffer we create to make current by Cooper Yuan · 13 years ago
  53. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  54. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  55. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  56. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  57. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  58. 31dd6b8 compositor: Don't pass output to notify_keyboard_focus by Kristian Høgsberg · 13 years ago
  59. 80d27b7 screenshooter: Properly handle multiple outputs. by Scott Moreau · 13 years ago
  60. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  61. b5ef591 compositor: Stop using EGL_KHR_surfaceless_gles2 by Kristian Høgsberg · 13 years ago
  62. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  63. d273e28 weston: Don't ask for EGL depth buffer if not needed by Bill Spitzak · 13 years ago
  64. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  65. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  66. 22ba60e x11: Move the xcb fd to the input loop by Kristian Høgsberg · 13 years ago
  67. 6ddcdae compositor: Store opaque clip for previous frame in weston_surface by Kristian Høgsberg · 13 years ago
  68. 8e53c7f compositor: add dpms and backlight support by Tiago Vignatti · 13 years ago
  69. d8bf90c Move weston_output_set_cursor into compositor-drm.c by Kristian Høgsberg · 13 years ago
  70. 5308a5e compositor: add an assign_planes hook to the output by Jesse Barnes · 13 years ago
  71. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  72. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  73. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  74. 8600040 compositor-x11: Just a few more weston renames by Kristian Høgsberg · 14 years ago
  75. 3466bc8 Merge remote-tracking branch 'pq/compositor-dtors-v1' by Kristian Høgsberg · 14 years ago
  76. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (92%) from compositor/compositor-x11.c]
  77. 43c61d8 compositor-x11: improve x11_destroy() by Pekka Paalanen · 14 years ago
  78. 09e2692 compositor-x11: Use ARRAY_LENGTH macro from wayland-util.h by Kristian Høgsberg · 14 years ago
  79. 42e40ae x11: Ignore FocusOut with mode = NotifyUngrab by Kristian Høgsberg · 14 years ago
  80. a3a7162 compositor-x11: convert (some) of X11 buttons to linux input by Tiago Vignatti · 14 years ago
  81. ef7c8d9 compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl by Ander Conselvan de Oliveira · 14 years ago
  82. 06a670f compositor-x11: Call finish_frame from a timer callback by Kristian Høgsberg · 14 years ago
  83. 293af26 x11: Use compositor time, not X event time by Kristian Høgsberg · 14 years ago
  84. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  85. 91eacca Remove egl display type setenv hack by Benjamin Franzke · 14 years ago
  86. 361d2ad Update compositor shutdown code by Matt Roper · 14 years ago
  87. c224748 Don't discard key press / key release events if the keys are different by Dima Ryazanov · 14 years ago
  88. 1ccd9d2 compositor-x11: Support multiple outputs by Kristian Høgsberg · 14 years ago
  89. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  90. 83eeacb compositor-x11: Support fullscreen mode by Kristian Høgsberg · 14 years ago
  91. e7b8d90 compositor: Set EGL_PLATFORM env variable for each backend. by Egbert Eich · 14 years ago
  92. 6c709a3 Fix warnings and symbol visibility from missing CFLAGS by Kristian Høgsberg · 14 years ago
  93. e4c40a4 compositor: Disable hw cursor if we're texturing the cursor by Kristian Høgsberg · 14 years ago
  94. 1c56218 compositor: Split backends into modules by Kristian Høgsberg · 14 years ago
  95. b41d76c compositor: Use libpng directly instead of gdb-pixbuf by Kristian Høgsberg · 14 years ago
  96. 82ed042 compositor-x11: Only use xcb_poll_for_queued_event if we have it by Kristian Høgsberg · 14 years ago
  97. 02ec0a5 compositor: Support loadable shells by Kristian Høgsberg · 14 years ago
  98. 127d0f0 compositor-x11: Adjust to event loop changes by Kristian Høgsberg · 14 years ago
  99. e997c5f compositor-x11: Set xcb to be eventqueue owner by Benjamin Franzke · 14 years ago
  100. ee72482 compositor-x11: Use check function to make sure we handle all events by Kristian Høgsberg · 14 years ago