1. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  2. 891a16d launcher: Drop unecessary checks for drm_fd == -1 by Kristian Høgsberg · 12 years ago
  3. 876c75f launcher: Fix reverted sense of drm_check_master() wrapper by Kristian Høgsberg · 12 years ago
  4. e14aa4f Don't remove the touch grab until the last touch point is removed by Neil Roberts · 12 years ago
  5. 306fe08 Only update the touch grab position for the first finger by Neil Roberts · 12 years ago
  6. aba0f25 Add a touch move binding by Neil Roberts · 12 years ago
  7. a28c693 Add a touch binding to activate a surface by Neil Roberts · 12 years ago
  8. 2cd6da1 xwm: Fall back to xcb_kill_client() if window does support WM_DELETE_WINDOW by Kristian Høgsberg · 12 years ago
  9. d14c4ca xwayland: Use decoration frame from cairo-util by Jason Ekstrand · 12 years ago
  10. bcfd07b xwm: Redirect root window subwindows by Kristian Høgsberg · 12 years ago
  11. 9acd374 fbdev: Fix compilation without EGL by Kristian Høgsberg · 12 years ago
  12. be0ac5b compositor-drm: fix EGL format type by Alexandru DAMIAN · 12 years ago
  13. 08921b8 xwayland: Remove unused call weston_wm_handle_configure_notify. by Stefan Schmidt · 12 years ago
  14. abd5d47 compositor-drm: Avoid output_destroy happened before page_flip event by Xiong Zhang · 12 years ago
  15. 0b12db5 launcher: Wrap drmGetMagic and drmAuthMagic so we can build without libdrm by Tomeu Vizoso · 12 years ago
  16. a8e5f29 rpi: Remove redundant cast by Tomeu Vizoso · 12 years ago
  17. a2e20c3 vaapi-recorder: Don't leak fd on thread error path by Kristian Høgsberg · 12 years ago
  18. 74b0d72 launcher: Remove left-over debug logging by Kristian Høgsberg · 12 years ago
  19. af393dc weston-launch: Only store drm fd if we successfully opened and stat'ed it by Kristian Høgsberg · 12 years ago
  20. 4a74d5a launcher: Don't leak tty file descriptor on error by Kristian Høgsberg · 12 years ago
  21. 325390e launcher: Don't leak tty file descriptor on launcher destroy by Kristian Høgsberg · 12 years ago
  22. 8ac6a2d compositor-fbdev: Fix a fd leak in the fbdev backend by Kristian Høgsberg · 12 years ago
  23. cb406f1 input: Don't send modifiers if client doesn't have a pointer resource by Kristian Høgsberg · 12 years ago
  24. b4659eb rpi: Add support for EGL buffers by Tomeu Vizoso · 12 years ago
  25. e05f228 launcher: Print a more descriptive error message when we don't get a VT by Kristian Høgsberg · 12 years ago
  26. 6ff3ff5 launcher: Add back support for specifying VT to run on by Kristian Høgsberg · 12 years ago
  27. 1468e60 launcher: Bail out if we can't be drm master by Kristian Høgsberg · 12 years ago
  28. 57a10e4 launcher: Set make sure we're drm master when opening the drm device by Kristian Høgsberg · 12 years ago
  29. 19ec77a launcher: Fail weston_launcher_create() if tty setup fails by Kristian Høgsberg · 12 years ago
  30. 8b62e20 Set new state before emitting wake signal in weston_compsitor_wake by Neil Roberts · 12 years ago
  31. 1b45e5e weston-egl: Update weston-egl-ext.h: s/wl_buffer/wl_resource by Tomeu Vizoso · 12 years ago
  32. d7865b2 weston-launch: Only drop privileges if running as root by Tomeu Vizoso · 12 years ago
  33. 9cefc64 compositor: fix typo in error message by Aaron Faanes · 12 years ago
  34. 908e6d0 launcher-util: pull in drm only for compositor-drm by Adrian Negreanu · 12 years ago
  35. 5f42930 config: Don't crash if we don't have a config file by Alexandru DAMIAN · 12 years ago
  36. 840a421 compositor: check if seteuid worked by Alexandru DAMIAN · 12 years ago
  37. c3ea26c compositor-drm: Match the EGLConfig native visual ID if it has one by Kristian Høgsberg · 12 years ago
  38. be336c8 evdev: Process touch up events of single-touch devices by Neil Roberts · 12 years ago
  39. daf7d47 evdev: Only track one pending event by Neil Roberts · 12 years ago
  40. d0a7282 version.h: Add version check macro by Pier Luigi Fiorini · 12 years ago
  41. 0481054 input: check that the new focus surface has a valid resource by Giulio Camuffo · 12 years ago
  42. 03cc354 Add vaapi-recorder.h to SOURCES to fix distcheck by Kristian Høgsberg · 12 years ago
  43. f65c486 evdev: Flush motion events when the slot changes, not just after sync by Neil Roberts · 12 years ago
  44. 4df790e compositor: when unmapping a surface remove it from the compositor's list by Giulio Camuffo · 12 years ago
  45. eeefc9e compositor: Log the full path of the config file we're using by Kristian Høgsberg · 12 years ago
  46. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  47. b12e356 compositor: Unlink unmapped surface instead of rebuilding surface list by Kristian Høgsberg · 12 years ago
  48. 1cf329b xwm: remove the destroy listener from the old surface signal by Giulio Camuffo · 12 years ago
  49. 96d790e input: Emit events on all resources for a client by Neil Roberts · 12 years ago
  50. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  51. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  52. a2df51c xwm: set the right cursor when hovering on the decoration borders by Giulio Camuffo · 12 years ago
  53. 85739ea xwm: set the window's shsurf pointer to NULL on unmap handling by Giulio Camuffo · 12 years ago
  54. 5e396ae Restoring alpha after the shell effects. by Axel Davy · 12 years ago
  55. fda2652 input: Fix trailing whitspaces and indent. by Stefan Schmidt · 12 years ago
  56. 3f49587 launcher: Move rest of tty object into struct weston_launcher by Kristian Høgsberg · 12 years ago
  57. 6a7c849 weston-launch: Use fstat to make sure we stat the right fd by Kristian Høgsberg · 12 years ago
  58. 81b4963 launcher: Handle tty setup and teardown in launcher by Kristian Høgsberg · 12 years ago
  59. 1eb482d launcher: Handle drm set/drop master and vt switch signals in launcher by Kristian Høgsberg · 12 years ago
  60. 61741a2 compositor: Generalize VT switching as a session_signal by Kristian Høgsberg · 12 years ago
  61. 05ad1e4 launcher: Collect launcher state in new struct weston_launcher by Kristian Høgsberg · 12 years ago
  62. bf3c374 weston-launch: Use SOCK_SEQPACKET for the launcher socket by Kristian Høgsberg · 12 years ago
  63. f45b1e8 weston-launch: Pass the right CLOEXEC flag to fcntl by Kristian Høgsberg · 12 years ago
  64. 1ff5109 compositor: Open drm device through launcher by Kristian Høgsberg · 12 years ago
  65. 619859c Split vertex clipping code out into vertex-clipping.c by Sam Spilsbury · 12 years ago
  66. 62942ad xwm: set the shell_surface's title by Giulio Camuffo · 12 years ago
  67. ca43f09 xwm: place transient windows at the right position by Giulio Camuffo · 12 years ago
  68. 2e3c396 shell: Use wl_resource_for_each() for sending out workspace status by Kristian Høgsberg · 12 years ago
  69. 6e737f5 input: Use new wl_resource_for_each for sending updated seat caps by Rob Bradford · 12 years ago
  70. a62ef3e vaapi-recorder: Don't leak drm fd by Ander Conselvan de Oliveira · 12 years ago
  71. b85ded0 vaapi-recorder: Encode frames in a separate thread by Ander Conselvan de Oliveira · 12 years ago
  72. 4aa756d add libhybris support by Adrian Negreanu · 12 years ago
  73. a94dc8a compositor-x11: Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  74. ffbddff fbdev: Support of TrueColor and Directcolor of video hardware by Marc Chalain · 12 years ago
  75. bfbb8e5 gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation by Stanislav Vorobiov · 12 years ago
  76. 9a6f02a Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  77. 1702d4c input: Initialize data source to NULL by Kristian Høgsberg · 12 years ago
  78. 0abad07 compositor: Return 0 on success by Kristian Høgsberg · 12 years ago
  79. 73bdc0c xwm: Fix fd leak in weston_wm_send_data() by Kristian Høgsberg · 12 years ago
  80. 3f7fcf8 xwm: Try a non-blocking write before setting up an fd watch for property data by Kristian Høgsberg · 12 years ago
  81. f9cb3b1 xwm: Add support for bridging Xdnd to wayaland DnD by Kristian Høgsberg · 12 years ago
  82. 9466e50 xwm: Only handle selection notify events for CLIPBOARD in selection code by Kristian Høgsberg · 12 years ago
  83. 668fc0d xwm: Fix fd leak in selection code by Kristian Høgsberg · 12 years ago
  84. 85de9c2 compositor: Split dnd setup up into weston_seat_start_drag() by Kristian Høgsberg · 12 years ago
  85. 6399646 compositor-drm: Pass the wl_resource to gbm_bo_import() by Kristian Høgsberg · 12 years ago
  86. ab6d667 xwm: Unmap frame window when client window is unmapped by Kristian Høgsberg · 12 years ago
  87. 318ea37 xwm: Split creation of frame window out into its own function by Kristian Høgsberg · 12 years ago
  88. 81cadc7 xwm: Set window->surface to NULL when surface goes away by Kristian Høgsberg · 12 years ago
  89. 1a7a57f xwm: Detect WM_NORMAL_HINTS fullscreen attempts by Kristian Høgsberg · 12 years ago
  90. 59f44c1 xwm: Detect legacy fullscreen modes by Kristian Høgsberg · 12 years ago
  91. 1b6fed4 xwm: Update size when override redirect windows change size by Kristian Høgsberg · 12 years ago
  92. 69e25fc compositor: Implement release request for input interfaces by Kristian Høgsberg · 12 years ago
  93. 0eac34a configure.ac: Auto-enable vaapi recorder, but allow overrides by Kristian Høgsberg · 12 years ago
  94. 6aae4d3 compositor-drm: Add hardware accelerated capture of screen using libva by Ander Conselvan de Oliveira · 12 years ago
  95. 037bdc4 evdev: Don't parse config file again, use compositor->config by Kristian Høgsberg · 12 years ago
  96. e1b655d shell: Make sure we have seat->pointer and seat->touch before dereferencing by Kristian Høgsberg · 12 years ago
  97. 73db924 gl-renderer: Use GL_UNSIGNED_SHORT for index array type by Kristian Høgsberg · 12 years ago
  98. 6c7583d evdev: Don't transform device->abs.x/y in place by Kristian Høgsberg · 12 years ago
  99. a985da4 Add a --shell option to override the default desktop-shell by Jason Ekstrand · 12 years ago
  100. 403ea92 compositor.h: Don't include config.h by Pier Luigi Fiorini · 12 years ago