1. c2010b3 nested: Add EGL_WL_create_wayland_buffer_from_image compat defines by Kristian Høgsberg · 12 years ago
  2. fccb57d configure.ac: Bump version to 1.3.91 for alpha release by Kristian Høgsberg · 12 years ago
  3. 9846374 Makefile.am: Clean generated weston.ini on make clean by Kristian Høgsberg · 12 years ago
  4. 92d90f2 clients: add scaler test app by Jonny Lamb · 12 years ago
  5. fa1b305 pixman-renderer: implement surface scaling and cropping by Jonny Lamb · 12 years ago
  6. 7413076 compositor: transform surface coordinates if a surface scaler is used by Jonny Lamb · 12 years ago
  7. 8ae3590 compositor: add stub scaler resources by Jonny Lamb · 12 years ago
  8. f565d80 protocol: crop & scale RFC v3 by Pekka Paalanen · 12 years ago
  9. 5c11a33 Add a weston_surface_set_size function by Jason Ekstrand · 12 years ago
  10. fc63fdd shell: Reset fullscreen and maximized state on output unplug by Ander Conselvan de Oliveira · 12 years ago
  11. 3123693 desktop-shell: Invalidate saved position when output is destroyed by Zhang, Xiong Y · 12 years ago
  12. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  13. e1e2352 compositor: Don't repaint outputs being destroyed by Ander Conselvan de Oliveira · 12 years ago
  14. 010d0b1 compositor: Ensure views are visible if their output was unplugged by Zhang, Xiong Y · 12 years ago
  15. f301241 compositor: Move views when outputs are moved by Zhang, Xiong Y · 12 years ago
  16. 62a9075 compositor-headless, compositor-rdp: Don't call weston_output_move() by Ander Conselvan de Oliveira · 12 years ago
  17. a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
  18. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  19. f54fa4d compositor-x11: Only destroy one output when the close button is pressed by Ander Conselvan de Oliveira · 12 years ago
  20. d0cb10a evdev: Drop joystick rejection heurstics by Kristian Høgsberg · 12 years ago
  21. cd2f46f evdev: Reject absolute motion if we're not a pointer or a touch device by Kristian Høgsberg · 12 years ago
  22. c67fd1c evdev: Drop obsolete accelerometer reject rule by Kristian Høgsberg · 12 years ago
  23. de5f82c evdev: Remove EVDEV_TOUCH and with it evdev_device->caps by Kristian Høgsberg · 12 years ago
  24. 3d793c9 evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bit by Kristian Høgsberg · 12 years ago
  25. 77b0d23 evdev: Replace EVDEV_BUTTON with local has_button flag by Kristian Høgsberg · 12 years ago
  26. b7c58de evdev: Replace EVDEV_MOTION_ABS with local has_abs flag by Kristian Høgsberg · 12 years ago
  27. 8d31a3a evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT events by Kristian Høgsberg · 12 years ago
  28. 015e73d evdev: Drop EVDEV_MOTION_REL flag by Kristian Høgsberg · 12 years ago
  29. d24a64e evdev: Combine evdev_handle_device() and evdev_configure_device() by Kristian Høgsberg · 12 years ago
  30. 1aaf3e4 sdk: make C++11 plugins build again by Giulio Camuffo · 12 years ago
  31. 80c798b Update .gitignore by Jasper St. Pierre · 12 years ago
  32. cf389f5 Update .gitignore by Jasper St. Pierre · 12 years ago
  33. 8f180d4 shell: Fix set_transient_for with a NULL parent by Jasper St. Pierre · 12 years ago
  34. 8d344a0 shell: Make sure the shell implementation and protocol versions match by Kristian Høgsberg · 12 years ago
  35. 1e65840 simple-egl: Add option to allow not syncing to compositor repaint cycle by Kristian Høgsberg · 12 years ago
  36. deb3222 simple-egl: Print fps for the spinning triangle by Kristian Høgsberg · 12 years ago
  37. 40c0c3f tests: Test whether a simple EGL main loop uses too many buffers by Neil Roberts · 12 years ago
  38. 65a07f8 input: make sure the devices get the resource destruction signal by Giulio Camuffo · 12 years ago
  39. c8f8dd8 desktop-shell: Drop next_type from shell_surface by Kristian Høgsberg · 12 years ago
  40. 4804a30 shell: Put xwayland surface at the top of the fullscreen layer by Kristian Høgsberg · 12 years ago
  41. 41fbf6f desktop-shell: Make set_toplevel() clear surface states by Kristian Høgsberg · 12 years ago
  42. e960b3f desktop-shell: Set fullscreen flags in common code path by Kristian Høgsberg · 12 years ago
  43. c2745b1 desktop-shell: Set maximized flags in common code path by Kristian Høgsberg · 12 years ago
  44. acdae2e stacking: Set a keyboard focus handler so we can repaint the frame by Kristian Høgsberg · 12 years ago
  45. 5031cbe shell: Don't try to switch to a NULL shell surface. by Rafael Antognolli · 12 years ago
  46. db59f9a shell: Set a surface as TOPLEVEL instead of the old surface types. by Rafael Antognolli · 12 years ago
  47. a98c2e1 compositor-x11: Damage output when we receive expose events for the window by Kristian Høgsberg · 12 years ago
  48. 44a3162 shell: Add missing break to a case statement inside set_surface_type. by Rafael Antognolli · 12 years ago
  49. a5059eb nested: Add an option to disable subsurfaces by Neil Roberts · 12 years ago
  50. 1f020a1 nested: Add a renderer using subsurfaces by Neil Roberts · 12 years ago
  51. 5e10a04 clients: Add a widget_get_wl_subsurface by Neil Roberts · 12 years ago
  52. 47b87d5 nested: Add a ‘renderer’ mechanism with a vtable by Neil Roberts · 12 years ago
  53. f9b2541 nested: Move the frame callback list to the surface by Neil Roberts · 12 years ago
  54. 2855766 nested: Add damage tracking to the nested compositor example by Neil Roberts · 12 years ago
  55. 15a8d34 nested: Add double-buffered state semantics to the nested example by Neil Roberts · 12 years ago
  56. 6bf2387 nested: Add the buffer reference semantics from Weston by Neil Roberts · 12 years ago
  57. 8fbe3a6 nested: Remove the surface from the surface list when destroyed by Neil Roberts · 12 years ago
  58. b7fd891 build: Fix out-of-tree build for desktop-shell by Kristian Høgsberg · 12 years ago
  59. ba5d2d7 shell: Fix activate logic on surface map. by Rafael Antognolli · 12 years ago
  60. 4773332 rpi: launcher must init before udev-seat by Pekka Paalanen · 12 years ago
  61. 53b41c7 rpi: seat quick fix by Pekka Paalanen · 12 years ago
  62. bc91e51 rpi: compile in the common udev code by Pekka Paalanen · 12 years ago
  63. e47d0d9 gl: fix fallback definition of EGL_DEFAULT_DISPLAY by Pekka Paalanen · 12 years ago
  64. 677a5f5 desktop-shell: Split out input-panel code by Kristian Høgsberg · 12 years ago
  65. 1ef2313 desktop-shell: Split out exposay immplementation by Kristian Høgsberg · 12 years ago
  66. 19d1e6b desktop-shell: Move to new desktop-shell subdirectory by Kristian Høgsberg · 12 years ago
  67. 2ba10df Move xwayland up one directory level by Kristian Høgsberg · 12 years ago
  68. 873b515 tablet-shell: Remove by Kristian Høgsberg · 12 years ago
  69. cae1f0f Check if the frame exists before reading its size by Dima Ryazanov · 12 years ago
  70. b03b87f Check for frame being NULL before setting/unsetting flags by Dima Ryazanov · 12 years ago
  71. e5a3208 Set the view to NULL when unmapping an X11 window by Dima Ryazanov · 12 years ago
  72. 767d891 data-device: Fix surface configure function type by Jonas Ådahl · 12 years ago
  73. aedc773 logind: delay wakeup until DRM-device is resumed by David Herrmann · 12 years ago
  74. ea997ac xdg-shell: Add key bindings for setting maximized and fullscreen. by Rafael Antognolli · 12 years ago
  75. 65f98d8 xdg-shell: xdg_surface_set_output should only affect fullscreen. by Rafael Antognolli · 12 years ago
  76. 3c4e3f7 xdg-shell: Add surface size to configure. by Rafael Antognolli · 12 years ago
  77. e2a3455 xdg-shell: Implement xdg-shell interface. by Rafael Antognolli · 12 years ago
  78. 4b99a40 shell: Move shell_surface_set_parent to wl_shell calls. by Rafael Antognolli · 12 years ago
  79. ed207b4 shell: Remove SHELL_SURFACE_TRANSIENT. by Rafael Antognolli · 12 years ago
  80. 03b1659 shell: Remove SHELL_SURFACE_FULLSCREEN and SHELL_SURFACE_MAXIMIZED. by Rafael Antognolli · 12 years ago
  81. 3c4dc74 xdg_shell: Adding a new shell protocol. by Rafael Antognolli · 12 years ago
  82. 91fed54 input: Reset keyboard state when releasing last seat keyboard by Jonas Ådahl · 12 years ago
  83. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  84. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  85. fdca95c window: handle insufficient buffer space by Pekka Paalanen · 12 years ago
  86. 5b4ddbc os: use posix_fallocate in creating sharable buffers by Pekka Paalanen · 12 years ago
  87. 8a81b83 Make the default desktop shell client configurable by Emilio Pozuelo Monfort · 12 years ago
  88. 3e12e63 input: Reset pointer state when last pointer device was removed by Jonas Ådahl · 12 years ago
  89. cbfa7f7 input: Reset touch state when last touch device was removed by Jonas Ådahl · 12 years ago
  90. 9484b69 input: Keep track of number of touch points inside touch struct by Jonas Ådahl · 12 years ago
  91. 37d38d9 rpi: Use common udev_input for input device handling by Jonas Ådahl · 12 years ago
  92. da704d9 shell: Change stacking order calculation for popup surfaces by Philip Withnall · 12 years ago
  93. 2c3849b shell: Fix a potential NULL pointer dereference by Philip Withnall · 12 years ago
  94. 648a4dd shell: Store parent–child links between shsurfs for window stacking by Philip Withnall · 12 years ago
  95. ed8f1a9 shell: Factor out common code to create fullscreen black surfaces by Philip Withnall · 12 years ago
  96. 83ffd9d shell: Remove weston_view_restack() by Philip Withnall · 12 years ago
  97. e1d75ae shell: Update a shsurf’s layer when its surface type changes by Philip Withnall · 12 years ago
  98. 07926d9 shell: Factor out code to set the layer for a shsurf by Philip Withnall · 12 years ago
  99. b995e1d shell: Don’t change popups’ window types until the next configure event by Philip Withnall · 12 years ago
  100. dc4332f shell: Factor out code to set a shsurf’s parent by Philip Withnall · 12 years ago