1. ad0704a weston.ini.man: Fix some grammar by Wieland Hoffmann · 12 years ago
  2. 17bccae input: Handle unplugging the output for a touchscreen device by Kristian Høgsberg · 12 years ago
  3. d56ab4e shell: Disable exposay by default by Kristian Høgsberg · 12 years ago
  4. 5cbc763 shell.c: Not all seats have pointers by Kristian Høgsberg · 12 years ago
  5. fa506b6 Fix XWayland transient window location. by Axel Davy · 12 years ago
  6. 81038fb Only update the surface size if a new buffer is attached by Jason Ekstrand · 12 years ago
  7. c180977 text: Set context->model to NULL when we deactivate text input by Kristian Høgsberg · 12 years ago
  8. 211b517 shell: Move maximize and fullscreen bindings to mod + SHIFT by Kristian Høgsberg · 12 years ago
  9. b637a40 window: Properly destroy tooltip windows when parent window is destroyed by Kristian Høgsberg · 12 years ago
  10. 9046d24 shell: Orphan child windows when a shell surface is destroyed by Kristian Høgsberg · 12 years ago
  11. d6d3b37 keyboard: Make debug output less verbose by Kristian Høgsberg · 12 years ago
  12. 700d6ad keyboard: Don't strcat() into a strdup()ed string by Kristian Høgsberg · 12 years ago
  13. a548b4b keyboard: Fix insert_text() string utility by Kristian Høgsberg · 12 years ago
  14. b0fb25d compositor: Init output listeners in weston_view if it's not on any output by Kristian Høgsberg · 12 years ago
  15. 8ca9544 input: Re-pair touch screen when monitor is plugged in by Kristian Høgsberg · 12 years ago
  16. 70f2901 shell: Make sure we still have touch or pointer focus when moving/resizing by Kristian Høgsberg · 12 years ago
  17. 97b747c westoy: Add an option to explicitly disable cairo on a widget by Neil Roberts · 12 years ago
  18. a30e29a input: Ignore touch up events if num_tp is 0 by Kristian Høgsberg · 12 years ago
  19. b2917a2 shell: run surface bindings only when focus surface is not NULL by Rafal Mielniczuk · 12 years ago
  20. 4b25587 compositor-drm: consider the best mode of the mode_list as an option by Fabien DESSENNE · 12 years ago
  21. 73d9395 input: Don't leak the initial keymap by Rui Matos · 12 years ago
  22. b0420ae protocol: rename wl_surface_scaler to wl_viewport by Pekka Paalanen · 12 years ago
  23. 73e9f86 tests: fix build on rpi with EGL by Pekka Paalanen · 12 years ago
  24. 2d91ee1 screenshooter: silence a warning by Pekka Paalanen · 12 years ago
  25. ca6bd74 tests: Only run buffer-count test on Mesa >= 10.1 by Pekka Paalanen · 12 years ago
  26. 2fce480 input: Remap touch point IDs from multiple touch screens to not overlap by Kristian Høgsberg · 12 years ago
  27. 1a26f1b exposay: set an alpha on fullscreen surfaces by Emilio Pozuelo Monfort · 12 years ago
  28. e6bbe5a exposay: fix infinite loop with fullscreen surfaces by Emilio Pozuelo Monfort · 12 years ago
  29. ef9c8eb keyboard: Handle touch up event by Kristian Høgsberg · 12 years ago
  30. 966e3ed editor: Add missing touch-to-activate for the entries by Kristian Høgsberg · 12 years ago
  31. 917711b clients: Fix libexec clients install by Armin K · 12 years ago
  32. 0ed6750 shell: Only assign focus on touch if there is a touch focus surface by Kristian Høgsberg · 12 years ago
  33. 9f7e331 xwm: Handle WM_TRANSIENT_FOR by Kristian Høgsberg · 12 years ago
  34. 14613ba build: fix commit that changed option for installing client by Ricardo Vieira · 12 years ago
  35. 8b37687 Properly free drm plane during creation of sprites by Chris Michael · 12 years ago
  36. 0e45e87 shell: Start the input panel slide slightly on the output by Kristian Høgsberg · 12 years ago
  37. 2eebcd3 shell: Test for surface->width == 0 to see if input-panel was unmapped by Kristian Høgsberg · 12 years ago
  38. c30c8a3 shell: Always set input-panel position on initial configure by Kristian Høgsberg · 12 years ago
  39. 7885890 editor: Add keyboard_focus handler to schedule repaint by Kristian Høgsberg · 12 years ago
  40. 8bc525c shell.c: Set state_changed for xwayland surfaces as well by Kristian Høgsberg · 12 years ago
  41. 42284f5 tests: Only run buffer-count test if we have at least mesa 10 by Kristian Høgsberg · 12 years ago
  42. 4598f96 desktop-shell: Remove debug code from previous commit by Kristian Høgsberg · 12 years ago
  43. 7c4f6cc shell: Only assign focus on click if there is a pointer focus surface by Kristian Høgsberg · 12 years ago
  44. 8662349 shell.c: Back out alt-tab functionality by Kristian Høgsberg · 12 years ago
  45. 6228ee2 Fix the size of surfaces created in create_black_surface by Jason Ekstrand · 12 years ago
  46. f3fa832 build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional by Kristian Høgsberg · 12 years ago
  47. 96e1c0b build: Don't try to build weston-info if client build is disabled by Kristian Høgsberg · 12 years ago
  48. ea520d5 build: Rename option and conditional for installing demo clients by Kristian Høgsberg · 12 years ago
  49. ead5242 shell: Fix up previous broken commit by Kristian Høgsberg · 12 years ago
  50. d55db69 Revert "shell: Change stacking order calculation for popup surfaces" by Kristian Høgsberg · 12 years ago
  51. c152ee1 window.c: Don't put buttons on frames for custom windows by Kristian Høgsberg · 12 years ago
  52. a1df7ac shell: Set state_changed when we make a surface transient by Kristian Høgsberg · 12 years ago
  53. fb8546e Release pointer and keyboard with the seat by Hardening · 12 years ago
  54. 312ea4c shell: Handle the desktop shell client destroy signal by Ander Conselvan de Oliveira · 12 years ago
  55. 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
  56. ddc2b1e pixman: Destroy pixman images when underlying buffer is destroyed by Lubomir Rintel · 12 years ago
  57. 24dff2b compositor: Clean up view output move and destroy listeners by Ander Conselvan de Oliveira · 12 years ago
  58. d4ea71e compositor-x11: Set the name field on weston_outputs by Ander Conselvan de Oliveira · 12 years ago
  59. 41b829c screenshooter: Choose output to record from based on keyboard focus by Ander Conselvan de Oliveira · 12 years ago
  60. df42a80 compositor: Initialize output listener links by Kristian Høgsberg · 12 years ago
  61. e22f3bb screenshooter: Record one extra frame when recording stops by Ander Conselvan de Oliveira · 12 years ago
  62. c2010b3 nested: Add EGL_WL_create_wayland_buffer_from_image compat defines by Kristian Høgsberg · 12 years ago
  63. fccb57d configure.ac: Bump version to 1.3.91 for alpha release by Kristian Høgsberg · 12 years ago
  64. 9846374 Makefile.am: Clean generated weston.ini on make clean by Kristian Høgsberg · 12 years ago
  65. 92d90f2 clients: add scaler test app by Jonny Lamb · 12 years ago
  66. fa1b305 pixman-renderer: implement surface scaling and cropping by Jonny Lamb · 12 years ago
  67. 7413076 compositor: transform surface coordinates if a surface scaler is used by Jonny Lamb · 12 years ago
  68. 8ae3590 compositor: add stub scaler resources by Jonny Lamb · 12 years ago
  69. f565d80 protocol: crop & scale RFC v3 by Pekka Paalanen · 12 years ago
  70. 5c11a33 Add a weston_surface_set_size function by Jason Ekstrand · 12 years ago
  71. fc63fdd shell: Reset fullscreen and maximized state on output unplug by Ander Conselvan de Oliveira · 12 years ago
  72. 3123693 desktop-shell: Invalidate saved position when output is destroyed by Zhang, Xiong Y · 12 years ago
  73. 54e90c7 compositor: Make pointers visible when an output is unplugged by Ander Conselvan de Oliveira · 12 years ago
  74. e1e2352 compositor: Don't repaint outputs being destroyed by Ander Conselvan de Oliveira · 12 years ago
  75. 010d0b1 compositor: Ensure views are visible if their output was unplugged by Zhang, Xiong Y · 12 years ago
  76. f301241 compositor: Move views when outputs are moved by Zhang, Xiong Y · 12 years ago
  77. 62a9075 compositor-headless, compositor-rdp: Don't call weston_output_move() by Ander Conselvan de Oliveira · 12 years ago
  78. a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
  79. f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
  80. f54fa4d compositor-x11: Only destroy one output when the close button is pressed by Ander Conselvan de Oliveira · 12 years ago
  81. d0cb10a evdev: Drop joystick rejection heurstics by Kristian Høgsberg · 12 years ago
  82. cd2f46f evdev: Reject absolute motion if we're not a pointer or a touch device by Kristian Høgsberg · 12 years ago
  83. c67fd1c evdev: Drop obsolete accelerometer reject rule by Kristian Høgsberg · 12 years ago
  84. de5f82c evdev: Remove EVDEV_TOUCH and with it evdev_device->caps by Kristian Høgsberg · 12 years ago
  85. 3d793c9 evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bit by Kristian Høgsberg · 12 years ago
  86. 77b0d23 evdev: Replace EVDEV_BUTTON with local has_button flag by Kristian Høgsberg · 12 years ago
  87. b7c58de evdev: Replace EVDEV_MOTION_ABS with local has_abs flag by Kristian Høgsberg · 12 years ago
  88. 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
  89. 015e73d evdev: Drop EVDEV_MOTION_REL flag by Kristian Høgsberg · 12 years ago
  90. d24a64e evdev: Combine evdev_handle_device() and evdev_configure_device() by Kristian Høgsberg · 12 years ago
  91. 1aaf3e4 sdk: make C++11 plugins build again by Giulio Camuffo · 12 years ago
  92. 80c798b Update .gitignore by Jasper St. Pierre · 12 years ago
  93. cf389f5 Update .gitignore by Jasper St. Pierre · 12 years ago
  94. 8f180d4 shell: Fix set_transient_for with a NULL parent by Jasper St. Pierre · 12 years ago
  95. 8d344a0 shell: Make sure the shell implementation and protocol versions match by Kristian Høgsberg · 12 years ago
  96. 1e65840 simple-egl: Add option to allow not syncing to compositor repaint cycle by Kristian Høgsberg · 12 years ago
  97. deb3222 simple-egl: Print fps for the spinning triangle by Kristian Høgsberg · 12 years ago
  98. 40c0c3f tests: Test whether a simple EGL main loop uses too many buffers by Neil Roberts · 12 years ago
  99. 65a07f8 input: make sure the devices get the resource destruction signal by Giulio Camuffo · 12 years ago
  100. c8f8dd8 desktop-shell: Drop next_type from shell_surface by Kristian Høgsberg · 12 years ago