1. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  2. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  3. a4036bb input: Allocate pointer/keyboard/touch structs by Kristian Høgsberg · 12 years ago
  4. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  5. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  6. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  7. 5006596 compositor-x11: Fix relative motion reporting for multiple outputs by Kristian Høgsberg · 12 years ago
  8. 068b61c compositor: Change notify_motion to take relative motion events by Kristian Høgsberg · 12 years ago
  9. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  10. 7cc3d84 compositor-x11: Only try to fullscreen if WM has _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  11. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  12. 4fd273f compositor-x11: Fix pointer type warning by Kristian Høgsberg · 12 years ago
  13. 8e7adbf compositor-x11: Wait for configure_notify for fullscreen by Kristian Høgsberg · 12 years ago
  14. 3c2360f Add new shared/image-loader.h to separate include dependencies by Kristian Høgsberg · 13 years ago
  15. 936effd pixman-renderer: Move shadow buffer into renderer by Ander Conselvan de Oliveira · 13 years ago
  16. 1bfe2e6 Make EGL/GLESv2 dependencies optional by Vasily Khoruzhick · 13 years ago
  17. 52cfd61 renderer: introduce destroy callback by Vasily Khoruzhick · 13 years ago
  18. d894351 compositor-x11: rename use-shm to use-pixman by Vasily Khoruzhick · 13 years ago
  19. b3add19 x11 backend: add option to use pixman renderer by Vasily Khoruzhick · 13 years ago
  20. 4fbb653 Fix build warnings from image_loader by Pekka Paalanen · 13 years ago
  21. 0a88772 compositor: Move clearing of primary plane damage to the backends by Ander Conselvan de Oliveira · 13 years ago
  22. 779b52a Rename gles2-renderer to gl-renderer. by John Kåre Alsaker · 13 years ago
  23. 30d2b1f Move EGL and GL includes to a gles2-renderer header. by John Kåre Alsaker · 13 years ago
  24. 1b7ad16 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. by John Kåre Alsaker · 13 years ago
  25. 9465927 Move weston_output EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  26. d6f09a7 compositor-x11: Improve fullscreen support by Kristian Høgsberg · 13 years ago
  27. 7109cc8 compositor-x11: verify that detectable repeat was really set by Ran Benita · 13 years ago
  28. 6a39d87 compositor-x11: properly initialize XKB extension by Ran Benita · 13 years ago
  29. 7b5e3cd compositor-x11: free or discard XCB generic_error's by Ran Benita · 13 years ago
  30. 424ae01 compositor-x11: use _checked() with xkb_select_events to test for error by Ran Benita · 13 years ago
  31. 7330862 compositor-x11: Grab pointer on button press, ungrab on release by Kristian Høgsberg · 13 years ago
  32. aac8693 compositor-x11: Inherit initial modifier state from XKB by Kristian Høgsberg · 13 years ago
  33. 5e48a85 compositor-x11: Fix a memory leak. by John Kåre Alsaker · 13 years ago
  34. 143a898 compositor-x11: Clean up event handling. by John Kåre Alsaker · 13 years ago
  35. 62efe20 compositor-x11: Update axis notifications to follow protocol by Jonas Ådahl · 13 years ago
  36. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  37. 9793fc7 compositor: Move EGL context creation to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  38. 2bc5e8e compositor: Create outputs before initializing GLES2 state by Kristian Høgsberg · 13 years ago
  39. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  40. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  41. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  42. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  43. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  44. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  45. 4f92c53 compositor-x11: Move X11 core input seat into x11_compositor by Kristian Høgsberg · 13 years ago
  46. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  47. ca9b09d compositor-x11: Always free output_mode on error. by Scott Moreau · 13 years ago
  48. 248aaec compositor-x11: Allow output configuration from config file. by Scott Moreau · 13 years ago
  49. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  50. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  51. 11434bb compositor-x11: Add error handling in x11_compositor_create() by Martin Olsson · 13 years ago
  52. 1248158 compositor-x11: Set make and model so we don't send NULL strings by Kristian Høgsberg · 13 years ago
  53. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  54. 154c34c compositor-x11: Attempt to track state without XKB by Daniel Stone · 13 years ago
  55. e2faa12 compositor-x11: Use XKB StateNotify to synchronise state by Daniel Stone · 13 years ago
  56. 1b4e11f notify_key: Add update_state argument by Daniel Stone · 13 years ago
  57. 3ee91e1 compositor-x11: Use XKB detectable autorepeat if possible by Daniel Stone · 13 years ago
  58. 62b33b6 compositor-x11: Add base XCB/XKB support by Daniel Stone · 13 years ago
  59. 22815f9 compositor-x11: Move input creation before output by Daniel Stone · 13 years ago
  60. d6da09e Split notify_keyboard_focus into in/out variants by Daniel Stone · 13 years ago
  61. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  62. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  63. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  64. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  65. fc9c5e0 log: Add some diagnostics to the log by Kristian Høgsberg · 13 years ago
  66. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  67. 36f155f compositor-x11: add an option to ignore input by Pekka Paalanen · 13 years ago
  68. b715cec compositor-x11: Return number of events processed by Bill Spitzak · 13 years ago
  69. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  70. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  71. 576cd15 compositor-x11: Generate our own keymap by Daniel Stone · 13 years ago
  72. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  73. e379da9 Separate out weston_xkb_info struct by Daniel Stone · 13 years ago
  74. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  75. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago
  76. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  77. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  78. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  79. c0bc844 compositor-x11: Check the right variable after creating dummy pbuffer by Kristian Høgsberg · 13 years ago
  80. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  81. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  82. c4621b0 compositor: Report refresh rates in mHz by Kristian Høgsberg · 13 years ago
  83. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  84. 855028f Add xkb_names member plus config + X11 support by Daniel Stone · 13 years ago
  85. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  86. 4577adc Use the dummy pbuffer we create to make current by Cooper Yuan · 13 years ago
  87. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  88. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  89. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  90. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  91. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  92. 31dd6b8 compositor: Don't pass output to notify_keyboard_focus by Kristian Høgsberg · 13 years ago
  93. 80d27b7 screenshooter: Properly handle multiple outputs. by Scott Moreau · 13 years ago
  94. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  95. b5ef591 compositor: Stop using EGL_KHR_surfaceless_gles2 by Kristian Høgsberg · 13 years ago
  96. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  97. d273e28 weston: Don't ask for EGL depth buffer if not needed by Bill Spitzak · 13 years ago
  98. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  99. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  100. 22ba60e x11: Move the xcb fd to the input loop by Kristian Høgsberg · 13 years ago